Add a few new diagnostics.
[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 [ 17525] By: jhi                                   on 2002/07/13  22:31:07
32         Log: Small pod nits.
33      Branch: perl
34            ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
35 ____________________________________________________________________________
36 [ 17524] By: jhi                                   on 2002/07/13  22:26:10
37         Log: Update perlhist.
38      Branch: perl
39            ! pod/perlhist.pod
40 ____________________________________________________________________________
41 [ 17523] By: jhi                                   on 2002/07/13  22:24:19
42         Log: metaconfig unit changes for #17522.
43      Branch: metaconfig/U/perl
44            + IncClean.U
45            ! gccvers.U
46 ____________________________________________________________________________
47 [ 17522] By: jhi                                   on 2002/07/13  22:24:02
48         Log: Regen Configure.
49      Branch: perl
50            ! Configure Porting/config.sh Porting/config_H
51 ____________________________________________________________________________
52 [ 17521] By: jhi                                   on 2002/07/13  14:14:16
53         Log: Update the CPAN sites list in perlmodlib, regen toc.
54      Branch: perl
55            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
56 ____________________________________________________________________________
57 [ 17520] By: jhi                                   on 2002/07/13  13:51:55
58         Log: Subject: [PATCH] perlbug
59              From: Ask Bjoern Hansen <ask@develooper.com>
60              Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
61              Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
62      Branch: perl
63            ! utils/perlbug.PL
64 ____________________________________________________________________________
65 [ 17519] By: jhi                                   on 2002/07/13  13:35:57
66         Log: More admonishment that one shouldn't waste one's efforts
67              on 5.005 threads any more.
68      Branch: perl
69            ! pod/perldelta.pod
70 ____________________________________________________________________________
71 [ 17518] By: jhi                                   on 2002/07/13  13:29:07
72         Log: The installation of the 5.005threads {Queue,Semaphore}.pm
73              didn't quite work.
74      Branch: perl
75            ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
76 ____________________________________________________________________________
77 [ 17517] By: rgs                                   on 2002/07/13  11:46:14
78         Log: Minor doc changes for PerlIO::via.
79      Branch: perl
80            ! ext/PerlIO/via/via.pm
81 ____________________________________________________________________________
82 [ 17516] By: rgs                                   on 2002/07/13  11:28:01
83         Log: The warning "Use of tainted arguments in %s is deprecated"
84              was incorrectly reported whenever system or exec was
85              invoked with multiple arguments.
86      Branch: perl
87            ! pod/perldiag.pod pp_sys.c t/op/taint.t
88 ____________________________________________________________________________
89 [ 17515] By: nick                                  on 2002/07/13  09:18:03
90         Log: Integrate mainline
91      Branch: perlio
92           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
93           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
94            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
95            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
96           !> (integrate 54 files)
97 ____________________________________________________________________________
98 [ 17514] By: jhi                                   on 2002/07/13  00:10:07
99         Log: Update Changes.
100      Branch: perl
101            ! Changes patchlevel.h
102 ____________________________________________________________________________
103 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
104         Log: Document that using threads/pseudofork inside BEGINs does not work.
105      Branch: perl
106            ! ext/threads/threads.pm
107 ____________________________________________________________________________
108 [ 17512] By: jhi                                   on 2002/07/12  23:53:22
109         Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
110              From: Elizabeth Mattijsen <liz@dijkmat.nl>
111              Date: Fri, 12 Jul 2002 23:45:52 +0200
112              Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
113      Branch: perl
114            ! ext/threads/shared/shared.pm
115 ____________________________________________________________________________
116 [ 17511] By: jhi                                   on 2002/07/12  23:52:34
117         Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
118              From: Elizabeth Mattijsen <liz@dijkmat.nl>
119              Date: Fri, 12 Jul 2002 23:30:16 +0200
120              Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
121      Branch: perl
122            ! ext/threads/threads.pm
123 ____________________________________________________________________________
124 [ 17510] By: jhi                                   on 2002/07/12  23:46:45
125         Log: Update the 5.005threads failure status.
126      Branch: perl
127            ! pod/perldelta.pod
128 ____________________________________________________________________________
129 [ 17509] By: jhi                                   on 2002/07/12  23:44:17
130         Log: threads::shared::queue and semaphore become Thread::Semaphore
131              and Queue.  The 5005threads case where the old Semaphore and
132              Queue.pm (they are disguised as .pmx) should get magically
133              installed instead has not been tested.
134      Branch: perl
135            + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
136            + lib/Thread/Queue.t lib/Thread/Semaphore.t
137            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
138            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
139            ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
140            ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
141            ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
142            ! pod/perlthrtut.pod pod/perltoc.pod
143 ____________________________________________________________________________
144 [ 17508] By: jhi                                   on 2002/07/12  20:06:23
145         Log: Subject: Re: Clock skew failures in Memoize test suite
146              From: Mark-Jason Dominus <mjd@plover.com>
147              Date: Fri, 12 Jul 2002 14:17:56 -0400
148              Message-ID: <20020712181756.9595.qmail@plover.com>
149              To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
150              
151              (an accidental dual submit...)
152              
153              Subject: lib/Config.t : why 900 entries?
154              From: "Craig A. Berry" <craigberry@mac.com>
155              Date: Fri, 12 Jul 2002 16:02:59 -0500
156              Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
157              
158              (dropping the limit from 750 down to 500)
159      Branch: perl
160            ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
161            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
162            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
163            ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
164            ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
165            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
166            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
167            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
168            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
169            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
170 ____________________________________________________________________________
171 [ 17507] By: jhi                                   on 2002/07/12  18:51:16
172         Log: AUTHORS updates.
173      Branch: perl
174            ! AUTHORS
175 ____________________________________________________________________________
176 [ 17506] By: jhi                                   on 2002/07/12  17:45:34
177         Log: Many of the feared z/OS failures turned out to be false alarms.
178      Branch: perl
179            ! pod/perldelta.pod
180 ____________________________________________________________________________
181 [ 17505] By: jhi                                   on 2002/07/12  15:42:07
182         Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
183              From: Tim Bunce <Tim.Bunce@pobox.com>
184              Date: Fri, 12 Jul 2002 17:25:09 +0100
185              Message-ID: <20020712172509.B568@dansat.data-plan.com>
186      Branch: perl
187            ! sv.c
188 ____________________________________________________________________________
189 [ 17504] By: jhi                                   on 2002/07/12  13:53:15
190         Log: Easy z/OS fix by skipping raw UTF-8.
191      Branch: perl
192            ! pod/perldelta.pod t/op/subst.t
193 ____________________________________________________________________________
194 [ 17503] By: jhi                                   on 2002/07/12  13:41:34
195         Log: Update the z/OS situation.
196      Branch: perl
197            ! pod/perldelta.pod
198 ____________________________________________________________________________
199 [ 17502] By: jhi                                   on 2002/07/12  13:08:53
200         Log: Update Changes.
201      Branch: perl
202            ! Changes patchlevel.h
203 ____________________________________________________________________________
204 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
205         Log: Regen modlib, toc.
206      Branch: perl
207            ! pod/perlmodlib.pod pod/perltoc.pod
208 ____________________________________________________________________________
209 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
210         Log: Document that one cannot "proxy" enable threading.
211      Branch: perl
212            ! ext/threads/threads.pm
213 ____________________________________________________________________________
214 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
215         Log: Subject: Re: Thread object by tid?
216              From: Elizabeth Mattijsen <liz@dijkmat.nl>
217              Date: Fri, 12 Jul 2002 00:27:53 +0200
218              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
219      Branch: perl
220            ! ext/threads/threads.pm
221 ____________________________________________________________________________
222 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
223         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
224              From: Tels <tels@bloodgate.com>
225              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
226              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
227      Branch: perl
228            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
229            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
230            ! lib/Math/BigInt/t/sub_mbi.t
231 ____________________________________________________________________________
232 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
233         Log: AUTHORS updates.
234      Branch: perl
235            ! AUTHORS
236 ____________________________________________________________________________
237 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
238         Log: BeOS failure merge, noticed by Daniel Berger.
239      Branch: perl
240            ! README.beos pod/perldelta.pod
241 ____________________________________________________________________________
242 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
243         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
244              coredumps or warnings about failing to close _GEN_0 ensue)
245      Branch: perl
246            ! ext/XS/Typemap/Typemap.t
247 ____________________________________________________________________________
248 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
249         Log: Subject: Re: $Storable::drop_utf8 is undeclared
250              From: Nicholas Clark <nick@unfortu.net>
251              Date: Thu, 11 Jul 2002 22:40:05 +0100
252              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
253      Branch: perl
254            ! ext/Storable/Storable.xs
255 ____________________________________________________________________________
256 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
257         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
258      Branch: perl
259            ! pod/perldelta.pod
260 ____________________________________________________________________________
261 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
262         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
263              From: Tim Jenness <t.jenness@jach.hawaii.edu>
264              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
265              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
266      Branch: perl
267            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
268 ____________________________________________________________________________
269 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
270         Log: Microdoctweak.
271      Branch: perl
272            ! pod/perlapio.pod
273 ____________________________________________________________________________
274 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
275         Log: metaconfig unit change for #17489.
276      Branch: metaconfig/U/perl
277            ! Extensions.U
278 ____________________________________________________________________________
279 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
280         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
281              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
282              Date: Thu, 11 Jul 2002 21:35:41 +0200
283              Message-ID: <311512104521.20020711213541@familiehaase.de>
284              
285              (plus add a warning about NDBM_File on FAT to README.cygwin)
286      Branch: perl
287            ! Configure README.cygwin
288 ____________________________________________________________________________
289 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
290         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
291              From: "Craig A. Berry" <craigberry@mac.com>
292              Date: Thu, 11 Jul 2002 12:44:41 -0500
293              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
294      Branch: perl
295            ! lib/ExtUtils/MM_Unix.pm
296 ____________________________________________________________________________
297 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
298         Log: Subject: [PATCH] Re: BigInt and "\n"
299              From: Tels <perl_dummy@bloodgate.com>
300              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
301      Branch: perl
302            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
303 ____________________________________________________________________________
304 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
305         Log: Apparently OS/2 likes to export the Perl malloc interface
306              to external libraries and the #16291 broke that when removing
307              the bincompat5005 feature.
308      Branch: perl
309            ! makedef.pl
310 ____________________________________________________________________________
311 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
312         Log: Document better the PerlIO_{export,release,import}FILE()
313              relationships (or the lack thereof).
314      Branch: perl
315            ! perlio.c pod/perlapio.pod
316 ____________________________________________________________________________
317 [ 17484] By: nick                                  on 2002/07/11  15:33:53
318         Log: Integrate mainline
319      Branch: perlio
320           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
321           !> vms/ext/Stdio/Stdio.xs
322 ____________________________________________________________________________
323 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
324         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
325              From: "Craig A. Berry" <craigberry@mac.com>
326              Date: Thu, 11 Jul 2002 11:09:03 -0500
327              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
328      Branch: perl
329            ! vms/ext/Stdio/Stdio.xs
330 ____________________________________________________________________________
331 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
332         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
333              From: Autrijus Tang <autrijus@autrijus.org>
334              Date: Thu, 11 Jul 2002 23:30:23 +0800
335              Message-ID: <20020711153023.GA20806@not.autrijus.org>
336      Branch: perl
337            ! lib/Locale/Maketext/TPJ13.pod
338 ____________________________________________________________________________
339 [ 17481] By: sky                                   on 2002/07/11  13:02:15
340         Log: Don't set the context to the running thread before
341              we run destroy on the old, cures segfault on linux.
342      Branch: perl
343            ! ext/threads/threads.xs
344 ____________________________________________________________________________
345 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
346         Log: Integrate perlio:
347              
348              [ 17478]
349              Various core-dump preventions for cases Craig found on VMS.
350              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
351              
352              [ 17479]
353              (Re-)instate :pop as a "back door" to perl level layer stack
354              manipulation.
355      Branch: perl
356           !> lib/PerlIO.pm perlio.c
357 ____________________________________________________________________________
358 [ 17479] By: nick                                  on 2002/07/11  09:16:46
359         Log: (Re-)instate :pop as a "back door" to perl level layer stack
360              manipulation.
361      Branch: perlio
362            ! lib/PerlIO.pm perlio.c
363 ____________________________________________________________________________
364 [ 17478] By: nick                                  on 2002/07/11  08:43:28
365         Log: Various core-dump preventions for cases Craig found on VMS.
366              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
367      Branch: perlio
368            ! perlio.c
369 ____________________________________________________________________________
370 [ 17477] By: nick                                  on 2002/07/11  07:42:34
371         Log: Integrate mainline
372      Branch: perlio
373           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
374           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
375           !> ext/threads/t/list.t ext/threads/threads.pm
376           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
377           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
378           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
379           !> pod/perliol.pod regexec.c t/op/magic.t
380 ____________________________________________________________________________
381 [ 17476] By: sky                                   on 2002/07/11  05:35:53
382         Log: Problem fixed with detached threads reported by Stacy Maughan 
383              and debugged by Jan Dubois. Problem occured when a thread
384              cleared itself out and then switched back to itself (which was
385              gone) and wanted a function pointer for the PerlMemShared free.
386      Branch: perl
387            ! ext/threads/threads.xs
388 ____________________________________________________________________________
389 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
390         Log: Small threads docs cleanups.
391      Branch: perl
392            ! ext/threads/shared/shared.pm ext/threads/threads.pm
393            ! pod/perldiag.pod
394 ____________________________________________________________________________
395 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
396         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
397              From: Dave Mitchell <davem@fdgroup.com>
398              Date: Thu, 11 Jul 2002 01:15:18 +0100
399              Message-ID: <20020711011518.B27438@fdgroup.com>
400      Branch: perl
401            ! ext/threads/shared/shared.pm
402 ____________________________________________________________________________
403 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
404         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
405              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
406              specific and known to work on the platforms that need it),
407              on Sarathy's advice.
408      Branch: perl
409            ! t/op/magic.t
410 ____________________________________________________________________________
411 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
412         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
413              From: Nicholas Clark <nick@unfortu.net>
414              Date: Wed, 10 Jul 2002 23:17:36 +0100
415              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
416      Branch: perl
417            ! ext/Storable/t/integer.t
418 ____________________________________________________________________________
419 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
420         Log: Subject: [PATCH] QuotedPrint.t
421              From: Elizabeth Mattijsen <liz@dijkmat.nl>
422              Date: Wed, 10 Jul 2002 21:29:54 +0200
423              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
424      Branch: perl
425            ! lib/PerlIO/via/t/QuotedPrint.t
426 ____________________________________________________________________________
427 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
428         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
429              Subject: [DOC PATCH] some doc nits after 17463
430              Date: Wed, 10 Jul 2002 21:13:52 +0200
431              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
432      Branch: perl
433            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
434            ! pod/perldelta.pod pod/perliol.pod
435 ____________________________________________________________________________
436 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
437         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
438              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
439              Date: Wed, 10 Jul 2002 18:47:45 +0200
440              Message-ID: <3D2C8151.30381.12DE80@localhost>
441      Branch: perl
442            ! lib/ExtUtils/MM_Win95.pm
443 ____________________________________________________________________________
444 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
445         Log: Regen Changes.
446      Branch: perl
447            ! Changes
448 ____________________________________________________________________________
449 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
450         Log: Retract #17375: contrary to intention, it was actually
451              harmful on EBCDIC (configpm broke).
452      Branch: perl
453            ! regexec.c
454 ____________________________________________________________________________
455 [ 17466] By: sky                                   on 2002/07/10  17:59:19
456         Log: Makes list skip the main thread.
457      Branch: perl
458            ! ext/threads/t/list.t ext/threads/threads.xs
459 ____________________________________________________________________________
460 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
461         Log: More about the dangers of indent.
462      Branch: perl
463            ! Porting/pumpkin.pod
464 ____________________________________________________________________________
465 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
466         Log: Small perldelta tweaks.
467      Branch: perl
468            ! pod/perldelta.pod
469 ____________________________________________________________________________
470 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
471         Log: Update Changes.
472      Branch: perl
473            ! Changes patchlevel.h
474 ____________________________________________________________________________
475 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
476         Log: EBCDIC has different codepoints.
477      Branch: perl
478            ! lib/PerlIO/via/t/QuotedPrint.t
479 ____________________________________________________________________________
480 [ 17461] By: nick                                  on 2002/07/10  06:58:47
481         Log: Integrate mainline (Via/via etc.)
482      Branch: perlio
483           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
484           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
485           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
486           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
487            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
488            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
489            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
490           !> (integrate 34 files)
491 ____________________________________________________________________________
492 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
493         Log: If no PerlIO, no PerlIO::via.
494      Branch: perl
495            ! lib/PerlIO/via/t/QuotedPrint.t
496 ____________________________________________________________________________
497 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
498         Log: Too much cut-and-paste from Term::Complete.t;
499              be more paranoid on readonlyness
500      Branch: perl
501            ! lib/Config.t
502 ____________________________________________________________________________
503 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
504         Log: Test Config.
505      Branch: perl
506            + lib/Config.t
507            ! MANIFEST
508 ____________________________________________________________________________
509 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
510         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
511              From: Kay Röpke <kroepke@dolphin-services.de>
512              Date: Tue, 9 Jul 2002 14:12:10 +0200
513              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
514      Branch: perl
515            ! op.c t/lib/strict/subs
516 ____________________________________________________________________________
517 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
518         Log: Detypo.
519      Branch: perl
520            ! ext/threads/shared/shared.pm
521 ____________________________________________________________________________
522 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
523         Log: Subject: [PATCH] fix 17425 for VMS
524              From: "Craig A. Berry" <craigberry@mac.com>
525              Date: Tue, 09 Jul 2002 17:07:12 -0500
526              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
527      Branch: perl
528            ! t/op/magic.t
529 ____________________________________________________________________________
530 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
531         Log: Change PerlIO::Scalar and Via to scalar and via.
532      Branch: perl
533            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
534            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
535            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
536            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
537            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
538            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
539            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
540            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
541            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
542            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
543            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
544            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
545 ____________________________________________________________________________
546 [ 17453] By: sky                                   on 2002/07/09  21:23:31
547         Log: Update documentation with &share() non prototype checking version.
548              Fix share so it once again returns a reference to whatever it just
549              shared, so now you can do my &share([]);
550              Remove check for useithreads and Config.pm from threads::shared,
551              you can now always use threads::shared in your module without
552              overhead of config.pm and without speed hit unless threads have been 
553              requested, share, cond_wait, cond_broadcast, cond_signal and lock
554              all become noops, so does : share.
555      Branch: perl
556            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
557 ____________________________________________________________________________
558 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
559         Log: Tweak perldelta for the new PerlIO::Vianess.
560      Branch: perl
561            ! pod/perldelta.pod
562 ____________________________________________________________________________
563 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
564         Log: Update the port status.
565      Branch: perl
566            ! pod/perlport.pod
567 ____________________________________________________________________________
568 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
569         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
570              From: Robin Barker <rmb1@cise.npl.co.uk>
571              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
572              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
573              
574              (the sprintf() spot in Dumper.xs fixed)
575      Branch: perl
576            ! ext/Data/Dumper/Dumper.xs perl.c util.c
577 ____________________________________________________________________________
578 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
579         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
580              From: Elizabeth Mattijsen <liz@dijkmat.nl>
581              Date: Mon, 08 Jul 2002 10:21:09 +0200
582              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
583              
584              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
585              From: Elizabeth Mattijsen <liz@dijkmat.nl>
586              Date: Tue, 09 Jul 2002 09:29:52 +0200
587              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
588      Branch: perl
589            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
590            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
591            ! ext/PerlIO/t/via.t pod/perliol.pod
592 ____________________________________________________________________________
593 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
594         Log: Integrate perlio:
595              
596              [ 17446]
597              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
598              :stdio as lower layer fails.
599              
600              [ 17447]
601              Tidy PerlIO::Via
602              - add test for open fail
603              - add PerlIO_debug() diags to open paths
604              - comments on API gaps 
605              - Update OPEN,SYSOPEN,FDOPEN pod entries.
606      Branch: perl
607           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
608           !> perlio.c
609 ____________________________________________________________________________
610 [ 17447] By: nick                                  on 2002/07/09  17:13:41
611         Log: Tidy PerlIO::Via
612              - add test for open fail
613              - add PerlIO_debug() diags to open paths
614              - comments on API gaps 
615              - Update OPEN,SYSOPEN,FDOPEN pod entries.
616      Branch: perlio
617            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
618 ____________________________________________________________________________
619 [ 17446] By: nick                                  on 2002/07/09  16:59:29
620         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
621              :stdio as lower layer fails.
622      Branch: perlio
623            ! perlio.c
624 ____________________________________________________________________________
625 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
626         Log: Document how to re-indent.
627      Branch: perl
628            ! Porting/pumpkin.pod
629 ____________________________________________________________________________
630 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
631         Log: Retract #17428, not needed in this version of File::Spec.
632      Branch: perl
633            ! lib/File/Spec/Unix.pm
634 ____________________________________________________________________________
635 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
636         Log: This is getting pretty fragmented (finish up #17441).
637      Branch: perl
638            ! pp_ctl.c t/op/eval.t
639 ____________________________________________________________________________
640 [ 17442] By: nick                                  on 2002/07/09  15:39:02
641         Log: Indentation normalize via 
642              indent -kr -nce -psl 
643              (Better indent incantations welcome - something for Porting/?)
644      Branch: perlio
645            ! ext/PerlIO/Via/Via.xs
646 ____________________________________________________________________________
647 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
648         Log: Missing patch fragment, noted by Hugo.
649      Branch: perl
650            ! toke.c
651 ____________________________________________________________________________
652 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
653         Log: Update Changes.
654      Branch: perl
655            ! Changes patchlevel.h
656 ____________________________________________________________________________
657 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
658         Log: Empty lines.
659      Branch: perl
660            ! MANIFEST
661 ____________________________________________________________________________
662 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
663         Log: Integrate perlio:
664              
665              [ 17431]
666              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
667              
668              [ 17432]
669              Core-dump prevention for 
670              open PIPE, "-|:stdio", "cat /etc/motd";
671              (root cause not yet fixed).
672              
673              [ 17433]
674              Special case :stdio pushed method so that "-|:stdio" does 
675              not have an uninitialized layer on top.
676              
677              [ 17435]
678              Call $encoding->decode($sv) without a $chk argument.
679              This fixes modification of readonly value under use encoding().
680              Not a final fix as it does not warn on failed decode.
681              
682              [ 17437]
683              perldiag patch for implied open of STDIN/STDOUT/STDERR
684              in wrong mode.
685      Branch: perl
686           +> ext/ODBM_File/hints/linux.pl
687           !> MANIFEST perlio.c pod/perldiag.pod sv.c
688 ____________________________________________________________________________
689 [ 17437] By: nick                                  on 2002/07/09  13:42:06
690         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
691              in wrong mode.
692      Branch: perlio
693            ! pod/perldiag.pod
694 ____________________________________________________________________________
695 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
696         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
697              From: Hans Ranke <Hans.Ranke@ei.tum.de>
698              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
699              Message-Id: <5.8.0_12541_1026136670@regency>
700      Branch: perl
701            ! makedepend.SH
702 ____________________________________________________________________________
703 [ 17435] By: nick                                  on 2002/07/09  12:38:01
704         Log: Call $encoding->decode($sv) without a $chk argument.
705              This fixes modification of readonly value under use encoding().
706              Not a final fix as it does not warn on failed decode.
707      Branch: perlio
708            ! sv.c
709 ____________________________________________________________________________
710 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
711         Log: Subject: [DOC PATCH] perlre, minor error
712              From: "Steffen Mueller" <xyey9001@sneakemail.com>
713              Date: Tue, 9 Jul 2002 02:23:33 +0200
714              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
715      Branch: perl
716            ! pod/perlre.pod
717 ____________________________________________________________________________
718 [ 17433] By: nick                                  on 2002/07/09  11:42:32
719         Log: Special case :stdio pushed method so that "-|:stdio" does 
720              not have an uninitialized layer on top.
721      Branch: perlio
722            ! perlio.c
723 ____________________________________________________________________________
724 [ 17432] By: nick                                  on 2002/07/09  09:38:45
725         Log: Core-dump prevention for 
726              open PIPE, "-|:stdio", "cat /etc/motd";
727              (root cause not yet fixed).
728      Branch: perlio
729            ! perlio.c
730 ____________________________________________________________________________
731 [ 17431] By: nick                                  on 2002/07/09  08:01:54
732         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
733      Branch: perlio
734            + ext/ODBM_File/hints/linux.pl
735            ! MANIFEST
736 ____________________________________________________________________________
737 [ 17430] By: nick                                  on 2002/07/09  07:59:06
738         Log: Integrate mainline
739      Branch: perlio
740           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
741            - ext/MIME/Base64/t/qp.t
742           !> (integrate 48 files)
743 ____________________________________________________________________________
744 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
745         Log: MIME::QuotedPrint is for bytes only; from Gisle.
746      Branch: perl
747            ! ext/MIME/Base64/QuotedPrint.pm
748            ! ext/MIME/Base64/t/quoted-print.t
749 ____________________________________________________________________________
750 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
751         Log: (retracted by #17444)
752              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
753              From: Diab Jerius <dj@head-cfa.harvard.edu>
754              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
755              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
756      Branch: perl
757            ! lib/File/Spec/Unix.pm
758 ____________________________________________________________________________
759 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
760         Log: Subject: patch against   t/op/magic.t
761              From: Jim Cromie <jcromie@divsol.com>
762              Date: Mon, 08 Jul 2002 19:23:38 -0400
763              Message-ID: <3D2A1EFA.8050603@divsol.com>
764      Branch: perl
765            ! t/op/magic.t
766 ____________________________________________________________________________
767 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
768         Log: Subject: [DOC PATCH] Thread::Signal.pm
769              From: Elizabeth Mattijsen <liz@dijkmat.nl>
770              Date: Mon, 08 Jul 2002 23:40:32 +0200
771              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
772      Branch: perl
773            ! ext/Thread/Thread/Signal.pm
774 ____________________________________________________________________________
775 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
776         Log: Integrate maint patches #17421, #17424:
777              
778              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
779              hack, $^X was improperly set to the script name when the script
780              was run via the PATH; argv[0] in that case shows up as the bare
781              name of the script rather than its fully qualified path, which
782              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
783              to recognize it as the running script name; fix tries to match
784              bare script name in that case (from Gisle Aas)
785              
786              tweak change#17421 ($0 is full path to script even when script
787              is invoked via PATH almost everywhere except Windows)
788      Branch: perl
789           !> t/op/magic.t toke.c
790 ____________________________________________________________________________
791 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
792         Log: tweak change#17421 ($0 is full path to script even when script
793              is invoked via PATH almost everywhere except Windows)
794      Branch: maint-5.6/perl
795            ! t/op/magic.t
796 ____________________________________________________________________________
797 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
798         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
799              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
800              Date: Mon, 08 Jul 2002 17:00:33 +0100
801              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
802      Branch: perl
803            ! lib/File/Basename.pm op.c t/op/wantarray.t
804 ____________________________________________________________________________
805 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
806         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
807              From: "Craig A. Berry" <craigberry@mac.com>
808              Date: Mon, 08 Jul 2002 13:17:35 -0500
809              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
810      Branch: perl
811            ! regcomp.c
812 ____________________________________________________________________________
813 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
814         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
815              hack, $^X was improperly set to the script name when the script
816              was run via the PATH; argv[0] in that case shows up as the bare
817              name of the script rather than its fully qualified path, which
818              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
819              to recognize it as the running script name; fix tries to match
820              bare script name in that case (from Gisle Aas)
821      Branch: maint-5.6/perl
822            ! t/op/magic.t toke.c
823 ____________________________________________________________________________
824 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
825         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
826              From: Dave Mitchell <davem@fdgroup.com>
827              Date: Mon, 8 Jul 2002 00:45:42 +0100
828              Message-ID: <20020708004542.B14412@fdgroup.com>
829      Branch: perl
830            ! README.solaris
831 ____________________________________________________________________________
832 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
833         Log: Add a note about perlmonks as suggested by Ilya Martynov;
834              add an admonition about "can you write my shopping cart
835              script for me!!!"
836      Branch: perl
837            ! pod/perlfaq2.pod
838 ____________________________________________________________________________
839 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
840         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
841              From: Iain Truskett <spoon@cpan.org>
842              Date: Mon, 8 Jul 2002 16:50:55 +1000
843              Message-ID: <20020708065055.GC14168@eh.org>
844      Branch: perl
845            ! pod/perlfaq2.pod pod/perlmodstyle.pod
846 ____________________________________________________________________________
847 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
848         Log: Subject: [DOC PATCH] perlthrtut.pod
849              From: Iain Truskett <spoon@cpan.org>
850              Date: Mon, 8 Jul 2002 13:53:59 +1000       
851              Message-ID: <20020708035359.GB14168@eh.org>  
852      Branch: perl
853            ! pod/perlthrtut.pod
854 ____________________________________________________________________________
855 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
856         Log: Subject: [PATCH] t/op/glob.t
857              From: Iain Truskett <spoon@cpan.org>
858              Date: Mon, 8 Jul 2002 11:59:21 +1000
859              Message-ID: <20020708015921.GA14168@eh.org>
860      Branch: perl
861            ! t/op/glob.t
862 ____________________________________________________________________________
863 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
864         Log: More AUTHORS updates.
865      Branch: perl
866            ! AUTHORS
867 ____________________________________________________________________________
868 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
869         Log: AUTHORS updates.
870      Branch: perl
871            ! AUTHORS
872 ____________________________________________________________________________
873 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
874         Log: README tweaks.
875      Branch: perl
876            ! README.tru64
877 ____________________________________________________________________________
878 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
879         Log: Update Changes.
880      Branch: perl
881            ! Changes patchlevel.h
882 ____________________________________________________________________________
883 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
884         Log: Regen toc, modlib.
885      Branch: perl
886            ! pod/perlmodlib.pod pod/perltoc.pod
887 ____________________________________________________________________________
888 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
889         Log: Replace the word "discipline" by "layer" almost everywhere,
890              by Elizabeth Mattijsen.
891      Branch: perl
892            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
893            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
894            ! pod/perluniintro.pod pod/perlvar.pod
895 ____________________________________________________________________________
896 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
897         Log: Use the same name for the QP test as MIME::Base64 does.
898      Branch: perl
899            + ext/MIME/Base64/t/quoted-print.t
900            - ext/MIME/Base64/t/qp.t
901            ! MANIFEST
902 ____________________________________________________________________________
903 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
904         Log: Don't install test pods.
905      Branch: perl
906            ! installman
907 ____________________________________________________________________________
908 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
909         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
910              introduce the test case of [ID 20020623.009].  Once upon a
911              time #13474 introduced evil coredumps, but now things seem
912              to be better (tried both with and without ithreads).
913      Branch: perl
914            ! op.c t/run/fresh_perl.t
915 ____________________________________________________________________________
916 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
917         Log: Upgrade to Math::BigInt 1.60.
918      Branch: perl
919            + lib/Math/BigInt/t/bare_mif.t
920            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
921            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
922            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
923            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
924            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
925            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
926            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
927            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
928 ____________________________________________________________________________
929 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
930         Log: Subject: Re: FreeBSD 4.6 imminent
931              From: Nicholas Clark <nick@unfortu.net>
932              Date: Sat, 6 Jul 2002 16:07:38 +0100
933              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
934      Branch: perl
935            ! README.freebsd
936 ____________________________________________________________________________
937 [ 17404] By: nick                                  on 2002/07/06  07:04:02
938         Log: Integrate mainline
939      Branch: perlio
940           !> t/README
941 ____________________________________________________________________________
942 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
943         Log: Precisions and updates about running and writing tests.
944      Branch: perl
945            ! t/README
946 ____________________________________________________________________________
947 [ 17402] By: nick                                  on 2002/07/05  07:05:40
948         Log: Integrate mainline
949      Branch: perlio
950           !> (integrate 32 files)
951 ____________________________________________________________________________
952 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
953         Log: Goes with change #17400.
954      Branch: perl
955            ! t/pod/podselect.xr
956 ____________________________________________________________________________
957 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
958         Log: Subject: [DOC PATCH] minor typo in podselect.PL
959              From: Dave Mitchell <davem@fdgroup.com>
960              Date: Thu, 4 Jul 2002 15:30:53 +0100
961              Message-ID: <20020704153052.C1322@fdgroup.com>
962      Branch: perl
963            ! pod/podselect.PL
964 ____________________________________________________________________________
965 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
966         Log: Typos and missing warning categories.
967      Branch: perl
968            ! pod/perldiag.pod
969 ____________________________________________________________________________
970 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
971         Log: Subject: Re: autom4te and perl 5.8.0
972              From: Andy Dougherty <doughera@lafayette.edu>
973              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
974              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
975              
976              (with an additional paranoid nit : skip test unless -c $devnull)
977      Branch: perl
978            ! doio.c ext/Fcntl/t/fcntl.t
979 ____________________________________________________________________________
980 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
981         Log: Subject: [PATCH] Win32 build broken
982              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
983              Date: Wed, 3 Jul 2002 23:44:49 +0200
984              Message-ID: <3D238C71.6138.2E20AFC@localhost>
985              
986              (needed by change #17391)
987      Branch: perl
988            ! embed.fnc global.sym
989 ____________________________________________________________________________
990 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
991         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
992              From: "Craig A. Berry" <craigberry@mac.com>
993              Date: Mon, 1 Jul 2002 22:55:30 -0500
994              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
995      Branch: perl
996            ! vms/vms.c
997 ____________________________________________________________________________
998 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
999         Log: Subject: Re: Change 17385: AUTHORS updates.
1000              From: Philip Newton <Philip.Newton@gmx.net>
1001              Date: Mon, 01 Jul 2002 20:30:59 +0200
1002              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
1003      Branch: perl
1004            ! AUTHORS
1005 ____________________________________________________________________________
1006 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
1007         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
1008              From: "Craig A. Berry" <craigberry@mac.com>
1009              Date: Mon, 01 Jul 2002 13:52:36 -0500
1010              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
1011      Branch: perl
1012            ! configure.com vms/test.com
1013 ____________________________________________________________________________
1014 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
1015         Log: Allow PerlIO::Via to look for modules in the default
1016              namespace PerlIO::Via::.
1017      Branch: perl
1018            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1019 ____________________________________________________________________________
1020 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
1021         Log: Small speedup by inlining the easy bits of is_utf8_char()
1022              into is_utf8_string().
1023      Branch: perl
1024            ! utf8.c
1025 ____________________________________________________________________________
1026 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
1027         Log: Subject: -Dr and unicode
1028              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1029              Date: Mon, 01 Jul 2002 13:28:05 +0100
1030              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
1031      Branch: perl
1032            ! regcomp.c
1033 ____________________________________________________________________________
1034 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
1035         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
1036              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1037              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
1038              Date: Mon, 01 Jul 2002 13:28:04 +0100
1039      Branch: perl
1040            ! regexec.c t/op/pat.t
1041 ____________________________________________________________________________
1042 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
1043         Log: Goes with lib/open.pm diagnostics changes
1044      Branch: perl
1045            ! lib/open.t
1046 ____________________________________________________________________________
1047 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
1048         Log: Subject: [DOC PATCH] perliol.pod nit
1049              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1050              Date: Sun, 30 Jun 2002 23:52:05 +0200
1051              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
1052              
1053              Subject: [DOC PATCH] open.pm, no more discipline
1054              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1055              Date: Sun, 30 Jun 2002 23:02:50 +0200
1056              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
1057      Branch: perl
1058            ! lib/open.pm pod/perliol.pod
1059 ____________________________________________________________________________
1060 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
1061         Log: Subject: Threads doc patch
1062              From: Iain Truskett <spoon@cpan.org>
1063              Date: Mon, 1 Jul 2002 14:58:14 +1000
1064              Message-ID: <20020701045814.GB1805@eh.org>
1065      Branch: perl
1066            ! pod/perlthrtut.pod
1067 ____________________________________________________________________________
1068 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
1069         Log: Regen toc (skip the XS:: since they do not get installed)
1070      Branch: perl
1071            ! pod/buildtoc.PL pod/perltoc.pod
1072 ____________________________________________________________________________
1073 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
1074         Log: AUTHORS updates.
1075      Branch: perl
1076            ! AUTHORS
1077 ____________________________________________________________________________
1078 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
1079         Log: Update Changes.
1080      Branch: perl
1081            ! Changes patchlevel.h
1082 ____________________________________________________________________________
1083 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
1084         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
1085              when creation of new threads needs to duplicate the re struct)
1086      Branch: perl
1087            ! sv.c
1088 ____________________________________________________________________________
1089 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
1090         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
1091              From: Nicholas Clark <nick@unfortu.net>
1092              Date: Sat, 29 Jun 2002 18:24:08 +0100
1093              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
1094      Branch: perl
1095            ! t/op/pack.t
1096 ____________________________________________________________________________
1097 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
1098         Log: Various precisions.
1099      Branch: perl
1100            ! pod/perlhack.pod
1101 ____________________________________________________________________________
1102 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
1103         Log: (Retracted by #17383)
1104              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
1105              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1106              Date: Fri, 28 Jun 2002 14:29:43 +0100
1107              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
1108      Branch: perl
1109            ! sv.c
1110 ____________________________________________________________________________
1111 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
1112         Log: Subject: [PATCH rc2] README.os2
1113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1114              Date: Fri, 28 Jun 2002 13:32:39 -0400
1115              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
1116      Branch: perl
1117            ! README.os2 os2/Changes
1118 ____________________________________________________________________________
1119 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
1120         Log: Forgotten file.
1121      Branch: perl
1122            ! MANIFEST
1123 ____________________________________________________________________________
1124 [ 17377] By: nick                                  on 2002/06/28  17:59:37
1125         Log: Integrate mainline
1126      Branch: perlio
1127           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
1128           !> (integrate 27 files)
1129 ____________________________________________________________________________
1130 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
1131         Log: NetWare update from Ananth Kesari.
1132      Branch: perl
1133            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
1134            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
1135 ____________________________________________________________________________
1136 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
1137         Log: (retracted by #17467)
1138              EBCDIC-safer.
1139      Branch: perl
1140            ! regexec.c
1141 ____________________________________________________________________________
1142 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
1143         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1144              From: Steve Hay <Steve.Hay@uk.radan.com>
1145              Date: Fri, 28 Jun 2002 12:23:37 +0100
1146              Message-ID: <3D1C4739.4090002@uk.radan.com>
1147      Branch: perl
1148            ! lib/Tie/Handle.pm
1149 ____________________________________________________________________________
1150 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
1151         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1153              Date: Mon, 24 Jun 2002 23:17:57 -0700
1154              Message-ID: <VsAG9gzkgWla092yn@efn.org>
1155      Branch: perl
1156            ! pod/perlfunc.pod
1157 ____________________________________________________________________________
1158 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
1159         Log: Inlining to avoid costly UTF-8 calls.
1160      Branch: perl
1161            ! regexec.c sv.c
1162 ____________________________________________________________________________
1163 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
1164         Log: Shave off some more of the Unicode regex slowness.
1165      Branch: perl
1166            ! regexec.c
1167 ____________________________________________________________________________
1168 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
1169         Log: Cure some of the slowness of
1170              [ID 20020627.001] regex and utf-8 performance problem.
1171      Branch: perl
1172            ! regexec.c
1173 ____________________________________________________________________________
1174 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1175         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1176              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1177              Date: Thu, 27 Jun 2002 11:58:57 +0100
1178              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1179      Branch: perl
1180            ! op.c
1181 ____________________________________________________________________________
1182 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1183         Log: Subject: [DOC PATCH] DynaLoader.pm
1184              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1185              Date: Wed, 26 Jun 2002 20:27:25 +0200
1186              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1187              
1188              Subject: [DOC PATCH] Base64.pm
1189              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1190              Date: Thu, 27 Jun 2002 00:54:10 +0200
1191              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1192      Branch: perl
1193            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1194 ____________________________________________________________________________
1195 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1196         Log: chomp clarifications by Elizabeth Mattijsen.
1197      Branch: perl
1198            ! pod/perlfunc.pod
1199 ____________________________________________________________________________
1200 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1201         Log: Further tweaking on the Unicode s///.
1202      Branch: perl
1203            ! pp_hot.c t/op/subst.t
1204 ____________________________________________________________________________
1205 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1206         Log: Subject: Re: Another Unicode s/// buglet?
1207              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1208              Date: Wed, 26 Jun 2002 18:43:18 +0100
1209              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1210      Branch: perl
1211            ! regexec.c
1212 ____________________________________________________________________________
1213 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1214         Log: Subject: Re: Another Unicode s/// buglet?
1215              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1216              Date: Wed, 26 Jun 2002 17:43:07 +0100
1217              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1218              
1219              (only the test cases)
1220      Branch: perl
1221            ! t/op/subst.t
1222 ____________________________________________________________________________
1223 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1224         Log: Integrate from macperl:
1225              
1226              [ 17345]
1227              Mac OS Test updates
1228              
1229              [ 17347]
1230              Support hints and OPTIMIZE in MM_MacOS
1231              
1232              [ 17348]
1233              Crank down optimization for Mac OS in Digest::MD5
1234      Branch: perl
1235           +> ext/Digest/MD5/hints/MacOS.pl
1236           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1237           !> lib/Test/Harness/t/strap-analyze.t
1238           !> lib/Test/Harness/t/test-harness.t
1239 ____________________________________________________________________________
1240 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1241         Log: Let's not leak.
1242      Branch: perl
1243            ! pp_hot.c
1244 ____________________________________________________________________________
1245 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1246         Log: Subject: [PATCH rc2] os2/Changes
1247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1248              Date: Wed, 26 Jun 2002 11:54:06 -0400
1249              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1250      Branch: perl
1251            ! os2/Changes os2/os2.c
1252 ____________________________________________________________________________
1253 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1254         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1255              From: PPrymmer@factset.com
1256              Date: Wed, 26 Jun 2002 10:48:23 -0400
1257              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1258      Branch: perl
1259            ! pod/perlport.pod
1260 ____________________________________________________________________________
1261 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1262         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1263              From: "Craig A. Berry" <craigberry@mac.com>
1264              Date: Tue, 25 Jun 2002 21:46:59 -0500
1265              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1266      Branch: perl
1267            ! configure.com pod/perlport.pod vms/perlvms.pod
1268 ____________________________________________________________________________
1269 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1270         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1271      Branch: perl
1272            ! pp_hot.c t/op/subst.t
1273 ____________________________________________________________________________
1274 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1275         Log: Further script tweakage.
1276      Branch: perl
1277            ! Porting/testall.atom
1278 ____________________________________________________________________________
1279 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1280         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1281              From: "John P. Linderman" <jpl@research.att.com>
1282              Date: Tue, 25 Jun 2002 06:51:09 -0400
1283              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
1284              
1285              (reformatted)
1286      Branch: perl
1287            ! pod/perlfunc.pod
1288 ____________________________________________________________________________
1289 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
1290         Log: Upgrade to podlators 1.22.
1291      Branch: perl
1292            + lib/Pod/t/text.t
1293            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
1294 ____________________________________________________________________________
1295 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
1296         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
1297      Branch: perl
1298            ! pp_hot.c t/op/subst.t
1299 ____________________________________________________________________________
1300 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
1301         Log: Dust off the script to the new test naming.
1302      Branch: perl
1303            ! Porting/testall.atom
1304 ____________________________________________________________________________
1305 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
1306         Log: Update Changes
1307      Branch: macperl
1308            + macos/Changes5.6
1309            ! macos/Changes
1310 ____________________________________________________________________________
1311 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
1312         Log: Don't need this anymore
1313      Branch: macperl
1314            - macos/bundled_ext/Digest/MD5/Makefile.mk
1315 ____________________________________________________________________________
1316 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
1317         Log: Fix macos Makefiles for optimization changes
1318      Branch: macperl
1319            ! macos/BuildRules.mk macos/Makefile.mk
1320 ____________________________________________________________________________
1321 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
1322         Log: Crank down optimization for Mac OS in Digest::MD5
1323      Branch: macperl
1324            + ext/Digest/MD5/hints/MacOS.pl
1325 ____________________________________________________________________________
1326 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
1327         Log: Support hints and OPTIMIZE in MM_MacOS
1328      Branch: macperl
1329            ! lib/ExtUtils/MM_MacOS.pm
1330 ____________________________________________________________________________
1331 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
1332         Log: Misc. config/test updates in macos
1333      Branch: macperl
1334            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1335            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
1336 ____________________________________________________________________________
1337 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
1338         Log: Mac OS Test updates
1339      Branch: macperl
1340            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
1341            ! lib/Test/Harness/t/test-harness.t
1342 ____________________________________________________________________________
1343 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
1344         Log: Integrate perl
1345      Branch: macperl
1346           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
1347           +> lib/Test/Simple/t/threads.t
1348            - lib/File/Spec/NW5.pm
1349           !> (integrate 124 files)
1350 ____________________________________________________________________________
1351 [ 17343] By: nick                                  on 2002/06/21  14:09:27
1352         Log: Integrate mainline
1353      Branch: perlio
1354           !> Changes patchlevel.h pod/perlhist.pod
1355 ____________________________________________________________________________
1356 [ 17342] By: nick                                  on 2002/06/21  13:30:07
1357         Log: Integrate mainline
1358      Branch: perlio
1359           !> (integrate 34 files)
1360 ____________________________________________________________________________
1361 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
1362         Log: This is 5.8.0 RC2.
1363      Branch: perl
1364            ! patchlevel.h pod/perlhist.pod
1365 ____________________________________________________________________________
1366 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
1367         Log: Update Changes.
1368      Branch: perl
1369            ! Changes patchlevel.h
1370 ____________________________________________________________________________
1371 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
1372         Log: Regen stuff.
1373      Branch: perl
1374            ! Configure NetWare/config_H.wc Porting/config.sh
1375            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
1376            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1377            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1378            ! wince/config_H.ce
1379 ____________________________________________________________________________
1380 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
1381         Log: Typos-be-gone.
1382      Branch: perl
1383            ! pod/perldelta.pod
1384 ____________________________________________________________________________
1385 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
1386         Log: Slight rewording from Stas, paragraph rewrappings.
1387      Branch: perl
1388            ! pod/perliol.pod
1389 ____________________________________________________________________________
1390 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
1391         Log: Integrate perlio:
1392              
1393              [ 17330]
1394              PerlIO Layer implementation future proofing.
1395              - Inspired by Nick C's suggestion add size of function table to the table
1396              as a validation check.
1397              - also optimize pseudo-layer code to avoid malloc/link of something
1398              destined to be immediately popped & freed.
1399              - Minor addition to pod/perliol.pod
1400              
1401              [ 17335]
1402              Fix bug in optimized pseudo-layers.
1403      Branch: perl
1404            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1405            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1406            ! pod/perliol.pod win32/win32io.c
1407 ____________________________________________________________________________
1408 [ 17335] By: nick                                  on 2002/06/21  08:46:57
1409         Log: Fix bug in optimized pseudo-layers.
1410      Branch: perlio
1411            ! perlio.c
1412 ____________________________________________________________________________
1413 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
1414         Log: VMS: configure.com updates from Craig Berry.
1415      Branch: perl
1416            ! configure.com
1417 ____________________________________________________________________________
1418 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
1419         Log: tyops
1420      Branch: perl
1421            ! pod/perlrun.pod
1422 ____________________________________________________________________________
1423 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
1424         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
1425      Branch: perl
1426            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1427            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1428            ! pod/perliol.pod win32/win32io.c
1429 ____________________________________________________________________________
1430 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
1431         Log: Integrate perlio:
1432              
1433              [ 17330]
1434              PerlIO Layer implementation future proofing.
1435              - Inspired by Nick C's suggestion add size of function table to the table
1436              as a validation check.
1437              - also optimize pseudo-layer code to avoid malloc/link of something
1438              destined to be immediately popped & freed.
1439              - Minor addition to pod/perliol.pod
1440      Branch: perl
1441           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1442           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1443           !> pod/perliol.pod win32/win32io.c
1444 ____________________________________________________________________________
1445 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1446         Log: PerlIO Layer implementation future proofing.
1447              - Inspired by Nick C's suggestion add size of function table to the table
1448              as a validation check.
1449              - also optimize pseudo-layer code to avoid malloc/link of something
1450              destined to be immediately popped & freed.
1451              - Minor addition to pod/perliol.pod
1452      Branch: perlio
1453            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1454            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1455            ! pod/perliol.pod win32/win32io.c
1456 ____________________________________________________________________________
1457 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1458         Log: AmigaOS: fork() is available but unimplemented.
1459      Branch: perl
1460            ! hints/amigaos.sh
1461 ____________________________________________________________________________
1462 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1463         Log: Integrate perlio:
1464              
1465              [ 17327]
1466              Fix segv on IO::File->open("/dev/null").
1467      Branch: perl
1468           !> doio.c perlio.c
1469 ____________________________________________________________________________
1470 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1471         Log: Fix segv on IO::File->open("/dev/null").
1472      Branch: perlio
1473            ! doio.c perlio.c
1474 ____________________________________________________________________________
1475 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1476         Log: Missing from #17321.
1477      Branch: perl
1478            ! lib/Getopt/Long/CHANGES
1479 ____________________________________________________________________________
1480 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1481         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1482              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1483              Date: Thu, 20 Jun 2002 17:14:12 +0100
1484              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1485      Branch: perl
1486            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1487            ! warnings.pl
1488 ____________________________________________________________________________
1489 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1490         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1491              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1492              Date: Thu, 20 Jun 2002 14:51:16 +0100
1493              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1494      Branch: perl
1495            ! numeric.c
1496 ____________________________________________________________________________
1497 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1498         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1499              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1500              Date: Thu, 20 Jun 2002 14:28:35 +0200
1501              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1502      Branch: perl
1503            ! ext/POSIX/POSIX.pod
1504 ____________________________________________________________________________
1505 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1506         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1507              From: Stas Bekman <stas@stason.org>
1508              Date: Thu, 20 Jun 2002 16:50:01 +0800
1509              Message-ID: <3D119739.4020901@stason.org>
1510              
1511              (mod_perl defines might define VOIDUSED)
1512      Branch: perl
1513            ! perl.h
1514 ____________________________________________________________________________
1515 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1516         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1517      Branch: perl
1518            ! lib/Getopt/Long.pm
1519 ____________________________________________________________________________
1520 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1521         Log: Integrate mainline
1522      Branch: perlio
1523           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1524           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
1525           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
1526           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
1527           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
1528           !> lib/Test/Builder.pm lib/Test/Harness.pm
1529           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
1530           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1531           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1532           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
1533 ____________________________________________________________________________
1534 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
1535         Log: mention Win32::GetOSName() nearabouts $^O
1536      Branch: perl
1537            ! pod/perlvar.pod
1538 ____________________________________________________________________________
1539 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
1540         Log: More IRIX compiler lore.
1541      Branch: perl
1542            ! README.irix
1543 ____________________________________________________________________________
1544 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
1545         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
1546      Branch: perl
1547            ! makedef.pl
1548 ____________________________________________________________________________
1549 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
1550         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
1551      Branch: perl
1552            ! lib/Getopt/Long.pm
1553 ____________________________________________________________________________
1554 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
1555         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
1556              From: Michael G Schwern <schwern@pobox.com>
1557              Date: Wed, 19 Jun 2002 20:11:11 -0400
1558              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
1559      Branch: perl
1560            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1561            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1562            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1563            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1564 ____________________________________________________________________________
1565 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
1566         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
1567              From: Michael G Schwern <schwern@pobox.com>
1568              Date: Wed, 19 Jun 2002 20:13:16 -0400
1569              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
1570      Branch: perl
1571            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1572            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
1573 ____________________________________________________________________________
1574 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
1575         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
1576              From: Michael G Schwern <schwern@pobox.com>
1577              Date: Wed, 19 Jun 2002 20:12:08 -0400
1578              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
1579      Branch: perl
1580            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1581            ! lib/Test/Harness/Straps.pm
1582 ____________________________________________________________________________
1583 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
1584         Log: Integrate perlio:
1585              
1586              [ 17309]
1587              "Clean" implementation of binmode(FH)/":raw" identity.
1588              New function table entry so all layer definitions need tweaking.
1589              Extra function table entry allows a layer to remain on a binmode stack
1590              New PerlIOBase_binmode allows easy implementation of default policy.
1591      Branch: perl
1592           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1593           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1594           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1595 ____________________________________________________________________________
1596 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
1597         Log: Subject: RE: [PATCH] POSIX taint tests
1598              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1599              Date: Wed, 19 Jun 2002 23:16:11 +0100
1600              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
1601      Branch: perl
1602            ! ext/POSIX/t/posix.t
1603 ____________________________________________________________________________
1604 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
1605         Log: Fix for 20001101.004, at least for the memleak part.
1606      Branch: perl
1607            ! lib/overload.pm
1608 ____________________________________________________________________________
1609 [ 17309] By: nick                                  on 2002/06/19  20:50:54
1610         Log: "Clean" implementation of binmode(FH)/":raw" identity.
1611              New function table entry so all layer definitions need tweaking.
1612              Extra function table entry allows a layer to remain on a binmode stack
1613              New PerlIOBase_binmode allows easy implementation of default policy.
1614      Branch: perlio
1615            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1616            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1617            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1618 ____________________________________________________________________________
1619 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
1620         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
1621              From: Michael G Schwern <schwern@pobox.com>
1622              Date: Wed, 19 Jun 2002 16:51:56 -0400
1623              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
1624      Branch: perl
1625            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
1626 ____________________________________________________________________________
1627 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
1628         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
1629              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1630              Date: Tue, 18 Jun 2002 15:40:08 -0700
1631              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
1632      Branch: perl
1633            ! lib/overload.pm
1634 ____________________________________________________________________________
1635 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
1636         Log: Subject: Re: Mingw32: some tests fail 
1637              From: Per Einar Ellefsen <per.einar@skynet.be>
1638              Date: Wed, 19 Jun 2002 19:37:15 +0200
1639              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
1640      Branch: perl
1641            ! README.win32
1642 ____________________________________________________________________________
1643 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
1644         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
1645              From: Autrijus Tang <autrijus@autrijus.org>
1646              Date: Thu, 20 Jun 2002 01:36:26 +0800
1647              Message-ID: <20020619173626.GA2650@not.autrijus.org>
1648      Branch: perl
1649            ! pod/perldelta.pod
1650 ____________________________________________________________________________
1651 [ 17304] By: nick                                  on 2002/06/19  15:57:16
1652         Log: Integrate mainline
1653      Branch: perlio
1654           +> ext/POSIX/t/taint.t
1655            - lib/File/Spec/NW5.pm
1656           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1657           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
1658 ____________________________________________________________________________
1659 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
1660         Log: Update Changes.
1661      Branch: perl
1662            ! Changes patchlevel.h
1663 ____________________________________________________________________________
1664 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
1665         Log: #17301 was only part of the story.
1666      Branch: perl
1667            ! MANIFEST
1668 ____________________________________________________________________________
1669 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
1670         Log: Make MANIFEST comply with #17297.
1671      Branch: perl
1672            ! MANIFEST
1673 ____________________________________________________________________________
1674 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
1675         Log: Subject: Re: perlbug mail loop? [PATCH]
1676              From: Richard.Foley@t-online.de
1677              Date: Wed, 19 Jun 2002 15:29:37 +0200
1678              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
1679      Branch: perl
1680            ! utils/perlbug.PL
1681 ____________________________________________________________________________
1682 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
1683         Log: opendir was missing for the list.
1684      Branch: perl
1685            ! pod/perltodo.pod
1686 ____________________________________________________________________________
1687 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
1688         Log: Integrate perlio:
1689              
1690              [ 17295]
1691              Un-deprecate :raw after all - just define what it means
1692              more precisely. (Pending approval).
1693      Branch: perl
1694           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1695           !> pod/perlrun.pod
1696 ____________________________________________________________________________
1697 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
1698         Log: The only difference between NW5.pm and Win32.pm was that
1699              NetWare preferred SYS:/temp over C:/temp for tmpdir().
1700      Branch: perl
1701            - lib/File/Spec/NW5.pm
1702            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1703 ____________________________________________________________________________
1704 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
1705         Log: Subject: [PATCH] POSIX taint tests
1706              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1707              Date: Wed, 19 Jun 2002 09:29:22 +0100
1708              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
1709      Branch: perl
1710            + ext/POSIX/t/taint.t
1711            ! MANIFEST
1712 ____________________________________________________________________________
1713 [ 17295] By: nick                                  on 2002/06/19  12:14:32
1714         Log: Un-deprecate :raw after all - just define what it means
1715              more precisely. (Pending approval).
1716      Branch: perlio
1717            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1718            ! pod/perlrun.pod
1719 ____________________________________________________________________________
1720 [ 17294] By: nick                                  on 2002/06/19  06:09:49
1721         Log: Integrate mainline
1722      Branch: perlio
1723           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
1724           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
1725           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
1726           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
1727           !> toke.c
1728 ____________________________________________________________________________
1729 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
1730         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
1731              From: Michael G Schwern <schwern@pobox.com>
1732              Date: Tue, 18 Jun 2002 21:31:43 -0400
1733              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
1734      Branch: perl
1735            ! os2/os2_base.t
1736 ____________________________________________________________________________
1737 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
1738         Log: This is probably the reason for the GW failures.
1739      Branch: perl
1740            ! ext/Digest/MD5/t/files.t
1741 ____________________________________________________________________________
1742 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
1743         Log: Debugger tweak from from Peter Scott.
1744      Branch: perl
1745            ! lib/perl5db.pl
1746 ____________________________________________________________________________
1747 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
1748         Log: To mirror #17285.
1749      Branch: perl
1750            ! pod/perldelta.pod
1751 ____________________________________________________________________________
1752 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
1753         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
1754              From: "Craig A. Berry" <craigberry@mac.com>
1755              Date: Tue, 18 Jun 2002 10:34:51 -0500
1756              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
1757      Branch: perl
1758            ! configure.com
1759 ____________________________________________________________________________
1760 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
1761         Log: Tiny tweaks.
1762      Branch: perl
1763            ! lib/PerlIO.pm pod/perlfunc.pod
1764 ____________________________________________________________________________
1765 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
1766         Log: Integrate perlio:
1767              
1768              [ 17280]
1769              Slight improvement to :win32 layer
1770              
1771              [ 17282]
1772              More PerlIO doc tweaks - trying to make them document what
1773              happens in current implementation while leaving way open
1774              to "fixing" things.
1775      Branch: perl
1776           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
1777 ____________________________________________________________________________
1778 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
1779         Log: Document the "Unicode in package/sub names" problem;
1780              a microfix in toke.c towards the final goal (the fix
1781              removes the need to have quotes around Unicode package
1782              names when calling a method on them)
1783      Branch: perl
1784            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
1785            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
1786 ____________________________________________________________________________
1787 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
1788         Log: Further clarification about safe pipe opens.
1789      Branch: perl
1790            ! pod/perlipc.pod
1791 ____________________________________________________________________________
1792 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
1793         Log: perlsyn.pod tweak suggested by Larry.
1794      Branch: perl
1795            ! pod/perlsyn.pod
1796 ____________________________________________________________________________
1797 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
1798         Log: Subject: [DOC PATCH] perlsyn
1799              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1800              Date: Tue, 18 Jun 2002 13:37:30 +0200
1801              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
1802              
1803              Subject: Re: [DOC PATCH] perlsyn (2)
1804              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1805              Date: Tue, 18 Jun 2002 15:08:17 +0200
1806              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
1807              
1808              (Plus tweak by Ronald J Kimball)
1809      Branch: perl
1810            ! pod/perlsyn.pod
1811 ____________________________________________________________________________
1812 [ 17282] By: nick                                  on 2002/06/18  09:14:25
1813         Log: More PerlIO doc tweaks - trying to make them document what
1814              happens in current implementation while leaving way open
1815              to "fixing" things.
1816      Branch: perlio
1817            ! lib/PerlIO.pm pod/perlfunc.pod
1818 ____________________________________________________________________________
1819 [ 17281] By: nick                                  on 2002/06/18  09:12:59
1820         Log: Integrate mainline
1821      Branch: perlio
1822           !> Changes Configure config_h.SH installperl patchlevel.h
1823           !> pod/perldelta.pod pod/perlipc.pod
1824 ____________________________________________________________________________
1825 [ 17280] By: nick                                  on 2002/06/18  07:03:08
1826         Log: Slight improvement to :win32 layer
1827      Branch: perlio
1828            ! win32/win32io.c
1829 ____________________________________________________________________________
1830 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
1831         Log: Do not install XS::{APItest,Typemap}
1832      Branch: perl
1833            ! installperl
1834 ____________________________________________________________________________
1835 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
1836         Log: Subject: Re: Do we want XS::APItest installed?
1837              From: Andy Dougherty <doughera@lafayette.edu>
1838              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
1839              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
1840              
1841              (rats, forgot to submit the metaconfig change separately)
1842      Branch: metaconfig/U/perl
1843            ! Extensions.U
1844      Branch: perl
1845            ! Configure config_h.SH
1846 ____________________________________________________________________________
1847 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
1848         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
1849              shuffle the highlights a bit (can't believe the perlio
1850              mention was missing)
1851      Branch: perl
1852            ! pod/perldelta.pod
1853 ____________________________________________________________________________
1854 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
1855         Log: Document the '-|' open form in perlipc.pod
1856      Branch: perl
1857            ! pod/perlipc.pod
1858 ____________________________________________________________________________
1859 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
1860         Log: avoid AUTOLOAD() clobbering $!
1861      Branch: maint-5.6/perl
1862            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1863            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1864            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
1865            ! lib/AutoLoader.pm utils/h2xs.PL
1866 ____________________________________________________________________________
1867 [ 17274] By: nick                                  on 2002/06/17  14:50:35
1868         Log: Integrate mainline
1869      Branch: perlio
1870           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
1871           !> pod/perlfunc.pod pod/perlrun.pod
1872 ____________________________________________________________________________
1873 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
1874         Log: Update Changes.
1875      Branch: perl
1876            ! Changes patchlevel.h
1877 ____________________________________________________________________________
1878 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
1879         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
1880      Branch: perl
1881            ! lib/PerlIO.pm
1882 ____________________________________________________________________________
1883 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
1884         Log: Further discouraging of :raw.
1885      Branch: perl
1886            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
1887 ____________________________________________________________________________
1888 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
1889         Log: Integrate perlio:
1890              
1891              [ 17267]
1892              Handle IO error in "slow gets"
1893      Branch: perl
1894           !> sv.c
1895 ____________________________________________________________________________
1896 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
1897         Log: Subject: [PATCH File/Basename.pm] use of undef var
1898              From: Stas Bekman <stas@stason.org>
1899              Date: Mon, 17 Jun 2002 16:31:48 +0800
1900              Message-ID: <3D0D9E74.7000908@stason.org>
1901              
1902              (modified)
1903      Branch: perl
1904            ! lib/File/Basename.pm
1905 ____________________________________________________________________________
1906 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
1907         Log: Subject: [PATCH] README.vms -- updated testing instructions
1908              From: "Craig A. Berry" <craigberry@mac.com>
1909              Date: Mon, 17 Jun 2002 00:31:18 -0500
1910              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
1911      Branch: perl
1912            ! README.vms
1913 ____________________________________________________________________________
1914 [ 17267] By: nick                                  on 2002/06/17  12:41:49
1915         Log: Handle IO error in "slow gets"
1916      Branch: perlio
1917            ! sv.c
1918 ____________________________________________________________________________
1919 [ 17266] By: nick                                  on 2002/06/17  07:05:20
1920         Log: Integrate mainline
1921      Branch: perlio
1922           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
1923           !> pod/perldebug.pod pod/perldelta.pod
1924 ____________________________________________________________________________
1925 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
1926         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
1927              From: Peter Scott <Peter@PSDT.com>
1928              Date: Sun, 16 Jun 2002 18:31:31 -0700
1929              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
1930              
1931              @file -> source file
1932      Branch: perl
1933            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
1934 ____________________________________________________________________________
1935 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
1936         Log: Missing hunk from #15363.
1937      Branch: perl
1938            ! lib/perl5db.pl
1939 ____________________________________________________________________________
1940 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
1941         Log: Advertise MakeMaker.
1942      Branch: perl
1943            ! pod/perldelta.pod
1944 ____________________________________________________________________________
1945 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
1946         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
1947              From: parv <parv@pair.com>
1948              Date: Sun, 16 Jun 2002 20:12:24 -0400
1949              Message-ID: <20020617001224.GC466@moo.holy.cow>
1950      Branch: perl
1951            ! pod/perldelta.pod
1952 ____________________________________________________________________________
1953 [ 17261] By: ams                                   on 2002/06/16  21:40:47
1954         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
1955              From: Robin Houston <robin@kitsite.com>
1956              Date: Sun, 16 Jun 2002 23:33:50 +0100
1957              Message-Id: <20020616233350.A9675@robin.kitsite.com>
1958      Branch: perl
1959            ! autodoc.pl embed.pl
1960 ____________________________________________________________________________
1961 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
1962         Log: Deprecate (or at least discourage) :raw.
1963      Branch: perl
1964            ! pod/perldelta.pod
1965 ____________________________________________________________________________
1966 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
1967         Log: Integrate perlio:
1968              
1969              [ 17258]
1970              Last minute tinkering with PerlIO abstraction API.
1971              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1972              const char *mode.
1973              - Other 'flags' field changed to U32
1974              - Discouraging words written about ":raw".
1975      Branch: perl
1976           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1977 ____________________________________________________________________________
1978 [ 17258] By: nick                                  on 2002/06/16  16:38:59
1979         Log: Last minute tinkering with PerlIO abstraction API.
1980              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1981              const char *mode.
1982              - Other 'flags' field changed to U32
1983              - Discouraging words written about ":raw".
1984      Branch: perlio
1985            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1986 ____________________________________________________________________________
1987 [ 17257] By: nick                                  on 2002/06/16  15:16:46
1988         Log: Integrate mainline
1989      Branch: perlio
1990           !> (integrate 32 files)
1991 ____________________________________________________________________________
1992 [ 17256] By: ams                                   on 2002/06/16  09:00:51
1993         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
1994              From: Michael G Schwern <schwern@pobox.com>
1995              Date: Sun, 16 Jun 2002 03:49:27 -0400
1996              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
1997              
1998              Subject: [PATCH] Test::Harness 2.24 -> 2.25
1999              From: Michael G Schwern <schwern@pobox.com>
2000              Date: Sun, 16 Jun 2002 03:58:40 -0400
2001              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
2002      Branch: perl
2003            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2004            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
2005            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2006            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2007            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
2008            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2009            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2010            ! lib/Test/Harness/t/strap-analyze.t
2011            ! lib/Test/Harness/t/test-harness.t
2012            ! t/lib/MakeMaker/Test/Utils.pm
2013 ____________________________________________________________________________
2014 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
2015         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
2016              From: "Craig A. Berry" <craigberry@mac.com>
2017              Date: Sat, 15 Jun 2002 18:56:12 -0500
2018              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
2019      Branch: perl
2020            ! pp.c
2021 ____________________________________________________________________________
2022 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
2023         Log: Collect the known AmigaOS wisdom.
2024      Branch: perl
2025            ! README.amiga hints/amigaos.sh
2026 ____________________________________________________________________________
2027 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
2028         Log: Subject: [PATCH] README.vms, Multinet fix update
2029              From: "Craig A. Berry" <craigberry@mac.com>
2030              Date: Sat, 15 Jun 2002 14:02:50 -0500
2031              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
2032      Branch: perl
2033            ! README.vms
2034 ____________________________________________________________________________
2035 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
2036         Log: Regenerate Changes; most importantly automassage the
2037              "Integrate perlio" entries to be more informative.
2038      Branch: perl
2039            ! Changes
2040 ____________________________________________________________________________
2041 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
2042         Log: Spurious empty statements.
2043      Branch: perl
2044            ! op.c perl.c perlio.c sv.c
2045 ____________________________________________________________________________
2046 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
2047         Log: Possible cure for
2048              
2049              Subject: Re: Thread bug in 5.8RC1 Win32
2050              From: Alessandro Forghieri <alf@orion.it>
2051              Date: Sat, 15 Jun 2002 12:56:35 +0200
2052              Message-ID: <20020615125635.A25110@alpha.orion.it>
2053      Branch: perl
2054            ! perl.c
2055 ____________________________________________________________________________
2056 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
2057         Log: findrfuncs: small tweaks.
2058      Branch: perl
2059            ! Porting/findrfuncs
2060 ____________________________________________________________________________
2061 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
2062         Log: Group the debugger changes in one place.
2063      Branch: perl
2064            ! pod/perldelta.pod
2065 ____________________________________________________________________________
2066 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
2067         Log: Detypo.
2068      Branch: perl
2069            ! pod/perlfunc.pod
2070 ____________________________________________________________________________
2071 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
2072         Log: Plug potential confusion.
2073      Branch: perl
2074            ! pod/perldelta.pod
2075 ____________________________________________________________________________
2076 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
2077         Log: Attribute::Handlers has been adopted by Arthur.
2078      Branch: perl
2079            ! pod/perldelta.pod
2080 ____________________________________________________________________________
2081 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
2082         Log: README.irix update.
2083      Branch: perl
2084            ! README.irix
2085 ____________________________________________________________________________
2086 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
2087         Log: README.tru64 update.
2088      Branch: perl
2089            ! README.tru64
2090 ____________________________________________________________________________
2091 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
2092         Log: Not that urgent a fix since inside #if 0, but still...
2093      Branch: perl
2094            ! perlsfio.h
2095 ____________________________________________________________________________
2096 [ 17241] By: nick                                  on 2002/06/14  17:15:38
2097         Log: Integrate mainline
2098      Branch: perlio
2099           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
2100           !> Porting/Glossary Porting/config.sh Porting/config_H
2101           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
2102           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
2103           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
2104 ____________________________________________________________________________
2105 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
2106         Log: OS/2 status from John Poltorak.
2107      Branch: perl
2108            ! pod/perldelta.pod
2109 ____________________________________________________________________________
2110 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
2111         Log: Regen Configure; regen perltoc.
2112      Branch: perl
2113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2114            ! config_h.SH pod/perltoc.pod
2115 ____________________________________________________________________________
2116 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
2117         Log: Update Changes.
2118      Branch: perl
2119            ! Changes patchlevel.h
2120 ____________________________________________________________________________
2121 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
2122         Log: NetWare diff for XS::APItest.
2123      Branch: perl
2124            ! NetWare/config.wc NetWare/config_H.wc
2125 ____________________________________________________________________________
2126 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
2127         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
2128              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2129              Date: Fri, 14 Jun 2002 10:39:54 +0200
2130              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
2131      Branch: perl
2132            ! lib/ExtUtils/t/Constant.t
2133 ____________________________________________________________________________
2134 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
2135         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
2136              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2137              Date: Fri, 14 Jun 2002 10:07:28 +0200
2138              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
2139      Branch: perl
2140            ! pp_sys.c
2141 ____________________________________________________________________________
2142 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
2143         Log: Subject: [PATCH] basic.t for EBCDIC platforms
2144              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2145              Date: Fri, 14 Jun 2002 09:58:49 +0200
2146              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
2147      Branch: perl
2148            ! lib/Pod/t/basic.t
2149 ____________________________________________________________________________
2150 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
2151         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
2152              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2153              Date: Fri, 14 Jun 2002 09:53:36 +0200
2154              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
2155              (why this has been working in z/OS?)
2156      Branch: perl
2157            ! lib/Term/Cap.t
2158 ____________________________________________________________________________
2159 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
2160         Log: Mention Solaris x86 use64bitint troubles.
2161      Branch: perl
2162            ! pod/perldelta.pod
2163 ____________________________________________________________________________
2164 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
2165         Log: All UNICOS test failures should be gone now.
2166      Branch: perl
2167            ! pod/perldelta.pod
2168 ____________________________________________________________________________
2169 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
2170         Log: UNICOS and UNICOS/mk are broken only on one test.
2171      Branch: perl
2172            ! ext/Socket/socketpair.t
2173 ____________________________________________________________________________
2174 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2175         Log: Integrate mainline
2176      Branch: perlio
2177           !> (integrate 32 files)
2178 ____________________________________________________________________________
2179 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2180         Log: Upgrade to Switch 2.09 (the debugging statement
2181              was already removed in blead)
2182      Branch: perl
2183            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2184 ____________________________________________________________________________
2185 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2186         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2187              From: "Craig A. Berry" <craigberry@mac.com>
2188              Date: Thu, 13 Jun 2002 19:55:25 -0500
2189              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2190      Branch: perl
2191            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2192 ____________________________________________________________________________
2193 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2194         Log: Thread doc tweaks.
2195      Branch: perl
2196            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2197            ! pod/perlthrtut.pod
2198 ____________________________________________________________________________
2199 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2200         Log: Don't assume too much about how print will scale
2201              your fp numbers; be explicit and use printf instead--
2202              the assumption broke in UNICOS (from Mark Lutz)
2203              (Use %.0f instead of %d because in 32-bit systems
2204              the %d may end producing -1 or something else odd.)
2205      Branch: perl
2206            ! t/lib/warnings/toke
2207 ____________________________________________________________________________
2208 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2209         Log: Tell what version of PDL will be fine with 5.8.0,
2210              according to TimJ.
2211      Branch: perl
2212            ! pod/perldelta.pod
2213 ____________________________________________________________________________
2214 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2215         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2216              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2217              Date: Thu, 13 Jun 2002 15:44:24 +0100
2218              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2219      Branch: perl
2220            ! lib/ExtUtils/t/Installed.t
2221 ____________________________________________________________________________
2222 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2223         Log: Subject: Re: linux + usemorebits: gcc error?
2224              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2225              Date: Thu, 13 Jun 2002 15:03:28 +0100
2226              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2227              
2228              (go U32 based on NI-S since it's a flags field)
2229      Branch: perl
2230            ! perliol.h
2231 ____________________________________________________________________________
2232 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2233         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2234      Branch: perl
2235            ! ext/threads/shared/shared.pm pod/perldelta.pod
2236 ____________________________________________________________________________
2237 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2238         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2239      Branch: perl
2240            ! pod/perlsub.pod
2241 ____________________________________________________________________________
2242 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2243         Log: One more pass on the TYPE/ATTRS issues.
2244      Branch: perl
2245            ! lib/attributes.pm pod/perlfunc.pod
2246 ____________________________________________________________________________
2247 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2248         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2250              Date: Thu, 13 Jun 2002 09:18:27 +0200
2251              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2252      Branch: perl
2253            ! hints/aix.sh
2254 ____________________________________________________________________________
2255 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2256         Log: Subject: [ PATCH ] mymalloc on HP-UX
2257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2258              Date: Thu, 13 Jun 2002 09:58:30 +0200
2259              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2260      Branch: perl
2261            ! hints/hpux.sh
2262 ____________________________________________________________________________
2263 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2264         Log: <pudge> crab, can you integrate 17215 ?
2265      Branch: perl
2266           !> ext/XS/APItest/t/printf.t
2267 ____________________________________________________________________________
2268 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2269         Log: Building XS::APItest as shared lib
2270      Branch: macperl
2271            ! ext/XS/APItest/t/printf.t
2272 ____________________________________________________________________________
2273 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2274         Log: Update tests, makefile, config
2275      Branch: macperl
2276            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2277 ____________________________________________________________________________
2278 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2279         Log: Integrate perl
2280      Branch: macperl
2281           +> README.freebsd README.irix ext/IO/hints/sco.pl
2282           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2283           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
2284           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
2285           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
2286           +> lib/Net/Ping/Changes
2287            - README.threads lib/Net/Ping/CHANGES
2288            ! NetWare/bat/SetCodeWar.bat
2289           !> (integrate 168 files)
2290 ____________________________________________________________________________
2291 [ 17212] By: ams                                   on 2002/06/13  09:29:13
2292         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
2293              From: Chris Nandor <pudge@pobox.com>
2294              Date: Thu, 13 Jun 2002 00:16:26 -0400
2295              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
2296      Branch: perl
2297            ! ext/XS/APItest/APItest.xs
2298 ____________________________________________________________________________
2299 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
2300         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
2301              From: PPrymmer@factset.com
2302              Date: Wed, 12 Jun 2002 18:58:50 -0400
2303              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
2304      Branch: perl
2305            ! utils/perlivp.PL
2306 ____________________________________________________________________________
2307 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
2308         Log: The scalar behaviour of sort is undefined.
2309      Branch: perl
2310            ! pod/perlfunc.pod
2311 ____________________________________________________________________________
2312 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
2313         Log: Mention I/O layers in perlopentut.
2314      Branch: perl
2315            ! pod/perlopentut.pod
2316 ____________________________________________________________________________
2317 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
2318         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
2319      Branch: perl
2320            ! lib/attributes.pm pod/perlfunc.pod
2321 ____________________________________________________________________________
2322 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
2323         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
2324      Branch: perl
2325            ! ext/XS/APItest/README
2326 ____________________________________________________________________________
2327 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
2328         Log: Update Changes.
2329      Branch: perl
2330            ! Changes patchlevel.h
2331 ____________________________________________________________________________
2332 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
2333         Log: Regen toc.
2334      Branch: perl
2335            ! pod/perltoc.pod
2336 ____________________________________________________________________________
2337 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
2338         Log: This should be gone now.
2339      Branch: perl
2340            ! INSTALL
2341 ____________________________________________________________________________
2342 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
2343         Log: NetWare doc tweak.
2344      Branch: perl
2345            ! README.netware
2346 ____________________________________________________________________________
2347 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
2348         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
2349              From: Abigail <abigail@foad.org>
2350              Date: Wed, 12 Jun 2002 02:46:01 -0700
2351              Message-ID: <20020612024601.A8524@ucan.foad.org>
2352      Branch: perl
2353            ! pod/perlfunc.pod
2354 ____________________________________________________________________________
2355 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
2356         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
2357              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2358              Date: Wed, 12 Jun 2002 13:50:59 +0200
2359              Message-ID: <3D0735A3.4020701@hexaflux.com>
2360      Branch: perl
2361            ! ext/Time/HiRes/HiRes.xs
2362 ____________________________________________________________________________
2363 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
2364         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
2365              go back to disabling long doubles from MinGW because
2366              MSVCRT doesn't do long double printfing even when gcc
2367              would know how to handle them.
2368      Branch: perl
2369            ! win32/config.bc win32/config_H.bc win32/config_H.gc
2370 ____________________________________________________________________________
2371 [ 17199] By: nick                                  on 2002/06/12  11:13:16
2372         Log: Integrate mainline
2373      Branch: perlio
2374           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
2375           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
2376           !> win32/config_H.bc win32/config_H.gc
2377 ____________________________________________________________________________
2378 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
2379         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
2380              From: "Craig A. Berry" <craigberry@mac.com>
2381              Date: Tue, 11 Jun 2002 22:44:31 -0500
2382              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
2383      Branch: perl
2384            ! configure.com
2385 ____________________________________________________________________________
2386 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
2387         Log: Test relying on undefined behaviour of atan2(0, 0)
2388              (valiantly debugged by Mark Lutz).
2389      Branch: perl
2390            ! lib/Math/Trig.t
2391 ____________________________________________________________________________
2392 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
2393         Log: Regen perlmodlib.
2394      Branch: perl
2395            ! pod/perlmodlib.pod
2396 ____________________________________________________________________________
2397 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
2398         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
2399              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2400              Date: Tue, 11 Jun 2002 15:12:15 -0700
2401              Message-ID: </WnB9gzkgC5S092yn@efn.org>
2402      Branch: perl
2403            ! pod/perlmodlib.PL
2404 ____________________________________________________________________________
2405 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
2406         Log: Subject: [PATCH] Re: RC1 on Playstation2
2407              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2408              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
2409              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
2410      Branch: perl
2411            ! perl.c
2412 ____________________________________________________________________________
2413 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
2414         Log: Not that I know anything about Windows compilers
2415              but Google leads me into believing that while Borland and
2416              GCC support the ANSI way of printing long doubles (%L),
2417              Visual C really doesn't support printing them.
2418      Branch: perl
2419            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
2420 ____________________________________________________________________________
2421 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
2422         Log: Fix a cut-n-paste error.
2423      Branch: perl
2424            ! pod/perldiag.pod
2425 ____________________________________________________________________________
2426 [ 17191] By: nick                                  on 2002/06/11  16:07:14
2427         Log: Integrate mainline
2428      Branch: perlio
2429           !> Changes INSTALL ext/XS/APItest/APItest.pm
2430           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
2431           !> patchlevel.h
2432 ____________________________________________________________________________
2433 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
2434         Log: Update Changes.
2435      Branch: perl
2436            ! Changes patchlevel.h
2437 ____________________________________________________________________________
2438 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
2439         Log: Trying to printf Perl-specific datatypes using printf
2440              (with perlio or stdio) is folly, says Hugo.
2441      Branch: perl
2442            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2443            ! ext/XS/APItest/t/printf.t
2444 ____________________________________________________________________________
2445 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2446         Log: Be more specific.
2447      Branch: perl
2448            ! INSTALL
2449 ____________________________________________________________________________
2450 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2451         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2452              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2453              Date: Tue, 11 Jun 2002 12:21:01 +0200
2454              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2455      Branch: perl
2456            ! INSTALL
2457 ____________________________________________________________________________
2458 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2459         Log: Integrate mainline
2460      Branch: perlio
2461           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2462           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2463           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2464           +> lib/Math/BigInt/t/upgradef.t
2465           !> MANIFEST NetWare/Makefile Porting/repository.pod
2466           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2467           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2468           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2469           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2470           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2471           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2472           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2473           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2474           !> win32/Makefile
2475 ____________________________________________________________________________
2476 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2477         Log: sanity-check the windows section in perldelta and add some missing
2478              entries
2479      Branch: perl
2480            ! pod/perldelta.pod
2481 ____________________________________________________________________________
2482 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2483         Log: Obviously time to get some sleep.
2484      Branch: perl
2485            ! ext/XS/APItest/t/printf.t
2486 ____________________________________________________________________________
2487 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2488         Log: #17179 wasn't quite right.
2489      Branch: perl
2490            ! ext/XS/APItest/t/printf.t
2491 ____________________________________________________________________________
2492 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2493         Log: fix outdated info about how the patches in the APC are generated;
2494              mention the perlbrowse repository gateway; add a pointer to
2495              perlhack.pod in repository.pod
2496      Branch: perl
2497            ! Porting/repository.pod pod/perlhack.pod
2498 ____________________________________________________________________________
2499 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2500         Log: Subject: Detype locale.c comment
2501              From: Philip Newton <Philip.Newton@gmx.net>
2502              Date: Tue, 11 Jun 2002 06:28:08 +0200
2503              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2504      Branch: perl
2505            ! locale.c
2506 ____________________________________________________________________________
2507 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2508         Log: Make UTF-8 locales effective only if PerlIO has been
2509              defined (ignore UTF-8 locales silently if no PerlIO).
2510      Branch: perl
2511            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2512 ____________________________________________________________________________
2513 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2514         Log: Can't printf Perl specific datatypes without perlio
2515              (in other words, stdio doesn't do the %V...)
2516      Branch: perl
2517            ! ext/XS/APItest/t/printf.t
2518 ____________________________________________________________________________
2519 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2520         Log: Document XS::APItest.
2521      Branch: perl
2522            ! pod/perldelta.pod
2523 ____________________________________________________________________________
2524 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
2525         Log: Add XS::APItest to Win32/DJGPP/NetWare.
2526      Branch: perl
2527            ! NetWare/Makefile djgpp/config.over win32/Makefile
2528 ____________________________________________________________________________
2529 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
2530         Log: Add XS::APItest 0.01 from Tim Jenness.
2531              
2532              The perl.h change is needed by non-gcc (non-__attribute__)
2533              compilers: without it non-gccs won't have printf() mapped
2534              to PerlIO_stdoutf (when perlio, of course).  This means that
2535              non-gccs would not be able to print the Perl specific datatypes.
2536      Branch: perl
2537            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2538            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2539            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
2540            ! MANIFEST perl.h
2541 ____________________________________________________________________________
2542 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
2543         Log: Now that binmode(FH) does implicit ":bytes" revisit
2544              the failing tests.  The worrisome one is the Digest::MD5
2545              test-- how will it fare in CRLF lands now?
2546      Branch: perl
2547            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2548            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2549            ! ext/Storable/t/malice.t
2550 ____________________________________________________________________________
2551 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
2552         Log: Upgrade to Math::BigInt 1.59.
2553      Branch: perl
2554            + lib/Math/BigInt/t/upgradef.t
2555            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2556            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2557            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2558            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
2559 ____________________________________________________________________________
2560 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
2561         Log: Document the implicit :bytes of binmode(FH).
2562      Branch: perl
2563            ! pod/perlfunc.pod
2564 ____________________________________________________________________________
2565 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
2566         Log: Integrate perlio:
2567              
2568              [ 17171]
2569              binmode(FH); to act like binmode(FH,":bytes") as well as
2570              turning off CRLF features.
2571      Branch: perl
2572           !> perlio.c t/io/utf8.t
2573 ____________________________________________________________________________
2574 [ 17171] By: nick                                  on 2002/06/10  18:40:22
2575         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
2576              turning off CRLF features.
2577      Branch: perlio
2578            ! perlio.c t/io/utf8.t
2579 ____________________________________________________________________________
2580 [ 17170] By: nick                                  on 2002/06/10  17:04:28
2581         Log: Integrate mainline
2582      Branch: perlio
2583           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2584           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2585           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
2586           !> pod/perldelta.pod sv.c
2587 ____________________________________________________________________________
2588 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
2589         Log: Subject: [DOC PATCH] perldebtut
2590              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2591              Date: Mon, 10 Jun 2002 17:47:14 +0200
2592              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
2593      Branch: perl
2594            ! pod/perldebtut.pod
2595 ____________________________________________________________________________
2596 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
2597         Log: Document the UTF-8 env issue.  Now NI-S just needs
2598              to fix binmode() to comply with the documentation...
2599      Branch: perl
2600            ! pod/perldelta.pod
2601 ____________________________________________________________________________
2602 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
2603         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
2604              From: Philip Newton <Philip.Newton@gmx.net>
2605              Date: Mon, 10 Jun 2002 07:56:41 +0200
2606              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
2607              
2608              Subject: Re: Change 17110: Add deprecations.
2609              From: Philip Newton <Philip.Newton@gmx.net>
2610              Date: Mon, 10 Jun 2002 07:56:22 +0200
2611              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
2612      Branch: perl
2613            ! pod/perldelta.pod
2614 ____________________________________________________________________________
2615 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
2616         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
2617      Branch: perl
2618            ! locale.c perl.c
2619 ____________________________________________________________________________
2620 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
2621         Log: Update Changes.
2622      Branch: perl
2623            ! Changes patchlevel.h
2624 ____________________________________________________________________________
2625 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
2626         Log: Further patch on #17163 for Tru64.
2627      Branch: perl
2628            ! sv.c
2629 ____________________________________________________________________________
2630 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
2631         Log: Patch from Hugo for the 'printf' problem:
2632              - for SV-style calling, we can only get NV
2633              - for C-style calling, we assume %f is double;
2634              - for simplicity we allow any of %Lf, %llf, %qf for long double
2635      Branch: perl
2636            ! sv.c
2637 ____________________________________________________________________________
2638 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
2639         Log: Integrate perlio:
2640              
2641              [ 17159]
2642              Tune test to run in UTF-8 locales
2643              - test file must be opened as :bytes or high-bit octets
2644              will be UTF-8 encoded on write in such locales, so
2645              will not read as expected.
2646      Branch: perl
2647           !> ext/PerlIO/t/fallback.t
2648 ____________________________________________________________________________
2649 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
2650         Log: #17150 didn't expect -Uuseperlio.
2651      Branch: perl
2652            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2653 ____________________________________________________________________________
2654 [ 17160] By: sky                                   on 2002/06/10  09:53:42
2655         Log: Subject: [PATCH] queue.pm
2656              From: Benjamin Goldberg <goldbb2@earthlink.net>
2657              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
2658              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
2659              Applied manually
2660      Branch: perl
2661            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2662 ____________________________________________________________________________
2663 [ 17159] By: nick                                  on 2002/06/10  09:51:16
2664         Log: Tune test to run in UTF-8 locales
2665              - test file must be opened as :bytes or high-bit octets
2666              will be UTF-8 encoded on write in such locales, so
2667              will not read as expected.
2668      Branch: perlio
2669            ! ext/PerlIO/t/fallback.t
2670 ____________________________________________________________________________
2671 [ 17158] By: nick                                  on 2002/06/10  09:49:32
2672         Log: Integrate mainline
2673      Branch: perlio
2674           +> lib/Net/Ping/Changes
2675            - lib/Net/Ping/CHANGES
2676           !> (integrate 37 files)
2677 ____________________________________________________________________________
2678 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
2679         Log: metaconfig tweak for #17156.
2680      Branch: metaconfig
2681            ! U/mkglossary
2682 ____________________________________________________________________________
2683 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
2684         Log: Glossary tweaks.
2685      Branch: perl
2686            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2687 ____________________________________________________________________________
2688 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
2689         Log: Upgrade to Net::Ping 2.19.
2690      Branch: perl
2691            + lib/Net/Ping/Changes
2692            - lib/Net/Ping/CHANGES
2693            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
2694 ____________________________________________________________________________
2695 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
2696         Log: Subject: [patch] ptr_table_store
2697              From: Doug MacEachern <dougm@covalent.net>
2698              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
2699              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
2700      Branch: perl
2701            ! sv.c
2702 ____________________________________________________________________________
2703 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
2704         Log: Subject: Re: unique attribute?
2705              From: Doug MacEachern <dougm@covalent.net>
2706              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
2707              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
2708      Branch: perl
2709            ! embed.fnc embed.h proto.h sv.c sv.h
2710 ____________________________________________________________________________
2711 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
2712         Log: Update hint comments.
2713      Branch: perl
2714            ! hints/irix_6.sh
2715 ____________________________________________________________________________
2716 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
2717         Log: One missing bit of Math::BigInt 1.58.
2718      Branch: perl
2719            ! t/lib/Math/BigInt/BareCalc.pm
2720 ____________________________________________________________________________
2721 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
2722         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
2723              From: Radu Greab <radu@netsoft.ro>
2724              Date: Mon, 10 Jun 2002 00:40:34 +0300
2725              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
2726              
2727              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
2728              ones which I cannot figure out.
2729      Branch: perl
2730            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2731            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
2732 ____________________________________________________________________________
2733 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
2734         Log: :unique nitpicking continues.
2735      Branch: perl
2736            ! pod/perlfunc.pod
2737 ____________________________________________________________________________
2738 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
2739         Log: "thread failed to start: " is better than "Died:".
2740      Branch: perl
2741            ! ext/threads/threads.xs pod/perldiag.pod
2742 ____________________________________________________________________________
2743 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
2744         Log: :unique saga continues.
2745      Branch: perl
2746            ! pod/perldelta.pod pod/perlfunc.pod
2747 ____________________________________________________________________________
2748 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
2749         Log: Subject: Re: unique attribute?
2750              From: Doug MacEachern <dougm@covalent.net>
2751              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
2752              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
2753      Branch: perl
2754            ! sv.c
2755 ____________________________________________________________________________
2756 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
2757         Log: Subject: Math::BigInt 1.58 released
2758              From: Tels <perl_dummy@bloodgate.com>
2759              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
2760              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
2761              
2762              Subject: [PATCH] RE: Math::BigInt 1.58 released
2763              From: Tels <perl_dummy@bloodgate.com>
2764              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
2765              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
2766      Branch: perl
2767            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2768            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2769            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2770            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
2771            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
2772            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
2773            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2774            ! lib/Math/BigInt/t/with_sub.t
2775 ____________________________________________________________________________
2776 [ 17144] By: nick                                  on 2002/06/09  17:50:14
2777         Log: Integrate mainline
2778      Branch: perlio
2779           +> README.freebsd README.irix
2780           !> (integrate 43 files)
2781 ____________________________________________________________________________
2782 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
2783         Log: Subject: cleanup's
2784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2785              Date: Sun, 09 Jun 2002 13:55:21 +0200
2786              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
2787      Branch: perl
2788            ! ext/PerlIO/t/encoding.t
2789 ____________________________________________________________________________
2790 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
2791         Log: open "list form" clarification.
2792      Branch: perl
2793            ! pod/perlfunc.pod
2794 ____________________________________________________________________________
2795 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
2796         Log: Better wording from Sarathy.
2797      Branch: perl
2798            ! pod/perldelta.pod
2799 ____________________________________________________________________________
2800 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
2801         Log: Closer to the truth.
2802      Branch: perl
2803            ! pod/perlfunc.pod
2804 ____________________________________________________________________________
2805 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
2806         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2807              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2808              Date: Sun, 09 Jun 2002 14:52:07 +0100
2809              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
2810      Branch: perl
2811            ! numeric.c
2812 ____________________________________________________________________________
2813 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
2814         Log: Clarify that the :unique makes the target readonly
2815              when the first interpreter cloning takes place.
2816      Branch: perl
2817            ! pod/perlfunc.pod
2818 ____________________________________________________________________________
2819 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
2820         Log: update perlfork.pod for status as of 5.8.0
2821      Branch: perl
2822            ! pod/perlfork.pod
2823 ____________________________________________________________________________
2824 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
2825         Log: Subject: possible band-aid for cygwin build of perl@17061
2826              From: PPrymmer@factset.com
2827              Date: Sat, 8 Jun 2002 20:57:05 -0400
2828              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
2829      Branch: perl
2830            ! Makefile.SH README.cygwin
2831 ____________________________________________________________________________
2832 [ 17135] By: sky                                   on 2002/06/09  15:44:37
2833         Log: Follow up on changing keyword to special subroutine.
2834      Branch: perl
2835            ! pod/perlmod.pod
2836 ____________________________________________________________________________
2837 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
2838         Log: CLONE doc tweaks.
2839      Branch: perl
2840            ! pod/perldelta.pod pod/perlmod.pod
2841 ____________________________________________________________________________
2842 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
2843         Log: syswrite() is old news.
2844      Branch: perl
2845            ! pod/perldelta.pod
2846 ____________________________________________________________________________
2847 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
2848         Log: Subject: One-argument syswrite
2849              From: Johan Vromans <jvromans@squirrel.nl>
2850              Date: Sun, 9 Jun 2002 13:20:36 +0200
2851              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
2852              
2853              (It's really two-argument.)
2854      Branch: perl
2855            ! pod/perldelta.pod
2856 ____________________________________________________________________________
2857 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
2858         Log: Subject: [Patch] $^N issues
2859              From: Johan Vromans <jvromans@squirrel.nl>
2860              Date: Sun, 9 Jun 2002 13:12:43 +0200
2861              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
2862      Branch: perl
2863            ! lib/English.pm pod/perlre.pod
2864 ____________________________________________________________________________
2865 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
2866         Log: Subject: [Patch] "#0" format in perlform
2867              From: Johan Vromans <jvromans@squirrel.nl>
2868              Date: Sun, 9 Jun 2002 12:53:01 +0200
2869              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
2870      Branch: perl
2871            ! pod/perlform.pod
2872 ____________________________________________________________________________
2873 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
2874         Log: Subject: [Patch] CLONE is not in perldelta
2875              From: Johan Vromans <jvromans@squirrel.nl>
2876              Date: Sun, 9 Jun 2002 12:41:18 +0200
2877              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
2878      Branch: perl
2879            ! pod/perldelta.pod
2880 ____________________________________________________________________________
2881 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
2882         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
2883              From: "Craig A. Berry" <craigberry@mac.com>
2884              Date: Sat, 8 Jun 2002 23:01:11 -0500
2885              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
2886      Branch: perl
2887            ! ext/Digest/MD5/Makefile.PL
2888 ____________________________________________________________________________
2889 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
2890         Log: ... and more.
2891      Branch: perl
2892            ! win32/makefile.mk
2893 ____________________________________________________________________________
2894 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
2895         Log: More spots for perl$OS.
2896      Branch: perl
2897            ! NetWare/Makefile win32/Makefile
2898 ____________________________________________________________________________
2899 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
2900         Log: One more spot to list perlfreebsd and perlirix.
2901      Branch: perl
2902            ! plan9/mkfile
2903 ____________________________________________________________________________
2904 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
2905         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
2906      Branch: perl
2907            ! pod/perlport.pod
2908 ____________________________________________________________________________
2909 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
2910         Log: Cygwin duplicated (noticed by Schwern).
2911      Branch: perl
2912            ! pod/perlport.pod
2913 ____________________________________________________________________________
2914 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
2915         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
2916      Branch: perl
2917            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
2918            ! pod/perlport.pod pod/perlrun.pod
2919 ____________________________________________________________________________
2920 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
2921         Log: Make the =heads a little bit more descriptive; regen toc.
2922      Branch: perl
2923            ! README.freebsd README.irix pod/perltoc.pod
2924 ____________________________________________________________________________
2925 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
2926         Log: I wonder what a 64-bot is?
2927      Branch: perl
2928            ! README.irix
2929 ____________________________________________________________________________
2930 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
2931         Log: Regen toc.
2932      Branch: perl
2933            ! pod/perltoc.pod
2934 ____________________________________________________________________________
2935 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
2936         Log: Add README.irix/perlirix.
2937      Branch: perl
2938            + README.irix
2939            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
2940            ! pod/perldelta.pod pod/perlport.pod
2941 ____________________________________________________________________________
2942 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
2943         Log: Add perlfreebsd.
2944      Branch: perl
2945            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2946            ! pod/perlport.pod
2947 ____________________________________________________________________________
2948 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
2949         Log: Mention the FreeBSD Perl policy change.
2950      Branch: perl
2951            ! README.freebsd
2952 ____________________________________________________________________________
2953 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
2954         Log: Mention the FreeBSD readdir_r bug in perldelta.
2955      Branch: perl
2956            ! pod/perldelta.pod
2957 ____________________________________________________________________________
2958 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
2959         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
2960              From: Nicholas Clark <nick@unfortu.net>
2961              Date: Sat, 8 Jun 2002 22:23:15 +0100
2962              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
2963      Branch: perl
2964            + README.freebsd
2965            ! MANIFEST
2966 ____________________________________________________________________________
2967 [ 17113] By: sky                                   on 2002/06/08  20:19:28
2968         Log: Preparing A::H for CPAN release, upped version to 0.77
2969              Documented changes.
2970              Last tweak to test case.
2971      Branch: perl
2972            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2973            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
2974 ____________________________________________________________________________
2975 [ 17112] By: sky                                   on 2002/06/08  19:42:33
2976         Log: Prepare CPAN release of Attribute::Handlers
2977              Make the test case know about the changes in attributes
2978              in 5.8 (lexical) and also turn off some warnings.
2979      Branch: perl
2980            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2981 ____________________________________________________________________________
2982 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
2983         Log: Because of #17097.
2984      Branch: perl
2985            ! configpm
2986 ____________________________________________________________________________
2987 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
2988         Log: Add deprecations.
2989      Branch: perl
2990            ! pod/perldelta.pod
2991 ____________________________________________________________________________
2992 [ 17109] By: sky                                   on 2002/06/08  19:02:19
2993         Log: Remove leftover dummy and cleanup the test case.
2994      Branch: perl
2995            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
2996            ! ext/threads/shared/t/hv_simple.t
2997 ____________________________________________________________________________
2998 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
2999         Log: Document the do BAREWORD change, from Rafael.
3000      Branch: perl
3001            ! pod/perldelta.pod
3002 ____________________________________________________________________________
3003 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
3004         Log: Remove the newly added makedepend .depending "token directory"
3005              when cleaning up.
3006      Branch: perl
3007            ! Makefile.SH
3008 ____________________________________________________________________________
3009 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
3010         Log: perldelta tweaks.
3011      Branch: perl
3012            ! pod/perldelta.pod
3013 ____________________________________________________________________________
3014 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
3015         Log: I assume the Perl fork() emulation is still experimental.
3016      Branch: perl
3017            ! pod/perlfork.pod
3018 ____________________________________________________________________________
3019 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
3020         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
3021              From: "Craig A. Berry" <craigberry@mac.com>
3022              Date: Sat, 8 Jun 2002 14:10:41 -0500
3023              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
3024      Branch: perl
3025            ! README.vms pod/perldelta.pod
3026 ____________________________________________________________________________
3027 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
3028         Log: Slight tweaks from Lupe Christoph.
3029      Branch: perl
3030            ! pod/perldelta.pod
3031 ____________________________________________________________________________
3032 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
3033         Log: Workaround for broken symlink traversal.
3034      Branch: perl
3035            ! installperl
3036 ____________________________________________________________________________
3037 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
3038         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
3039      Branch: perl
3040            ! utils/h2ph.PL
3041 ____________________________________________________________________________
3042 [ 17100] By: nick                                  on 2002/06/08  15:54:19
3043         Log: Integrate mainline
3044      Branch: perlio
3045           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
3046           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
3047           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
3048           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
3049           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3050           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
3051 ____________________________________________________________________________
3052 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
3053         Log: Try to avoid a looping makedepend that sometimes
3054              happens when timestamps are out of sync.
3055      Branch: perl
3056            ! makedepend.SH
3057 ____________________________________________________________________________
3058 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
3059         Log: metaconfig tweaks from Robin Barker to go with #17097;
3060              update Glossary.patch and mkglossary.
3061      Branch: metaconfig
3062            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
3063            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
3064 ____________________________________________________________________________
3065 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
3066         Log: Various Configure tweaks.
3067      Branch: perl
3068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3069 ____________________________________________________________________________
3070 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
3071         Log: Fix Glossary formatting bugs when creating Config.pm,
3072              from Robin Barker.
3073      Branch: perl
3074            ! configpm
3075 ____________________________________________________________________________
3076 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
3077         Log: perlivp: Too Much Information. 
3078      Branch: perl
3079            ! utils/perlivp.PL
3080 ____________________________________________________________________________
3081 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
3082         Log: h2ph: workarounds for too large hexadecimal constants.
3083              Now 'perlivp' passes without a whimper in Solaris 8 and
3084              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
3085              installation is weird; e.g. float.h is not in /usr/include...
3086              (cd /usr/include; h2ph -l -r .)
3087      Branch: perl
3088            ! utils/h2ph.PL
3089 ____________________________________________________________________________
3090 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
3091         Log: h2ph: handle function pointer constants.
3092      Branch: perl
3093            ! utils/h2ph.PL
3094 ____________________________________________________________________________
3095 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
3096         Log: Put back the [561+] markers (except for the New Tests
3097              section where the comparison is meaningless);
3098              note that perl561delta is really the changes both
3099              from 5.005_03 and 5.6.0.
3100      Branch: perl
3101            ! pod/perldelta.pod
3102 ____________________________________________________________________________
3103 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
3104         Log: Mention the dynamicness of Socket in VMS in another spot.
3105      Branch: perl
3106            ! pod/perldelta.pod
3107 ____________________________________________________________________________
3108 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
3109         Log: Address most of the issues found by Lupe Cristoph
3110              (only leave the VMS changes to the VMS people);
3111              move the VOS section to its right place;
3112              talk more about userlevel threads;
3113              eradicate end-of-line spaces.
3114      Branch: perl
3115            ! pod/perldelta.pod
3116 ____________________________________________________________________________
3117 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
3118         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3119              From: Radu Greab <radu@netsoft.ro>
3120              Date: Sat, 8 Jun 2002 16:59:56 +0300
3121              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
3122              
3123              A test for #17082.
3124      Branch: perl
3125            ! ext/Storable/t/recurse.t
3126 ____________________________________________________________________________
3127 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
3128         Log: Explain at the top the situation in a nutshell;
3129              remove the [561+] tags as redundant;
3130              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
3131      Branch: perl
3132            ! pod/perldelta.pod
3133 ____________________________________________________________________________
3134 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
3135         Log: Subject: [Patch] perldelta for 5.8.0 RC1
3136              From: lupe@lupe-christoph.de (Lupe Christoph)
3137              Date: Sat, 8 Jun 2002 14:08:16 +0200
3138              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
3139      Branch: perl
3140            ! pod/perldelta.pod
3141 ____________________________________________________________________________
3142 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
3143         Log: Advertise the upcoming Win32::GetOSName().
3144      Branch: perl
3145            ! pod/perlport.pod
3146 ____________________________________________________________________________
3147 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
3148         Log: The lib/Win32.pod part of
3149              
3150              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
3151              From: "Yves Orton" <demerphq@hotmail.com>
3152              Date: Sat, 08 Jun 2002 00:27:25 +0200
3153              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
3154              
3155              (manually applied and tweaked) 
3156      Branch: perl
3157            ! lib/Win32.pod
3158 ____________________________________________________________________________
3159 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
3160         Log: Subject: Doc patches: assorted minor nits
3161              From: Philip Newton <Philip.Newton@gmx.net>
3162              Date: Sat, 08 Jun 2002 11:08:12 +0200
3163              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
3164      Branch: perl
3165            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3166 ____________________________________________________________________________
3167 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
3168         Log: Subject: Re: doc bug in perldoc
3169              From: Philip Newton <Philip.Newton@gmx.net>
3170              Date: Sat, 08 Jun 2002 11:05:09 +0200
3171              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
3172      Branch: perl
3173            ! utils/perldoc.PL
3174 ____________________________________________________________________________
3175 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3176         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3177              From: Radu Greab <radu@netsoft.ro>
3178              Date: Sat, 8 Jun 2002 08:28:58 +0300
3179              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3180      Branch: perl
3181            ! ext/Storable/Storable.xs
3182 ____________________________________________________________________________
3183 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3184         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3185              From: "Craig A. Berry" <craigberry@mac.com>
3186              Date: Fri, 7 Jun 2002 22:55:34 -0500
3187              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3188              
3189              Handle also underflow on non-IEEE.
3190      Branch: perl
3191            ! numeric.c
3192 ____________________________________________________________________________
3193 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3194         Log: Fix for bug [ID 20020602.007].
3195              Don't decrement the active flag until AFTER we have run perl_destruct
3196      Branch: perl
3197            ! ext/threads/threads.xs
3198 ____________________________________________________________________________
3199 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3200         Log: h2ph: evil linux/byteorder/pdp_endian.h
3201      Branch: perl
3202            ! utils/h2ph.PL
3203 ____________________________________________________________________________
3204 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3205         Log: h2ph: more evilness in the form of Linux inline assembler.
3206      Branch: perl
3207            ! utils/h2ph.PL
3208 ____________________________________________________________________________
3209 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3210         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3211              (note the final L) for ia32 and ia64 long doubles.
3212      Branch: perl
3213            ! utils/h2ph.PL
3214 ____________________________________________________________________________
3215 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3216         Log: perlivp: more header matching.
3217      Branch: perl
3218            ! utils/perlivp.PL
3219 ____________________________________________________________________________
3220 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3221         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3222              From: Nicholas Clark <nick@unfortu.net>
3223              Date: Sat, 8 Jun 2002 00:39:22 +0100
3224              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3225      Branch: perl
3226            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3227 ____________________________________________________________________________
3228 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3229         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3230              From: "Craig A. Berry" <craigberry@mac.com>
3231              Date: Fri, 7 Jun 2002 18:29:31 -0500
3232              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3233      Branch: perl
3234            ! numeric.c
3235 ____________________________________________________________________________
3236 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3237         Log: Reunite the first .PHONY targets (based on Garry Williams'
3238              reading of the GNU make manual).
3239      Branch: perl
3240            ! Makefile.SH
3241 ____________________________________________________________________________
3242 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3243         Log: Subject: Re: [DOCPATCH] Thread.pm
3244              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3245              Date: Fri, 07 Jun 2002 23:57:01 +0200
3246              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3247      Branch: perl
3248            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3249 ____________________________________________________________________________
3250 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3251         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3252              From: Radu Greab <radu@netsoft.ro>
3253              Date: Sat, 8 Jun 2002 00:49:02 +0300
3254              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3255      Branch: perl
3256            ! ext/Storable/t/recurse.t
3257 ____________________________________________________________________________
3258 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3259         Log: h2ph: the fp exponent does need to have an explicit sign.
3260      Branch: perl
3261            ! utils/h2ph.PL
3262 ____________________________________________________________________________
3263 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3264         Log: perlivp: tell what went wrong.
3265      Branch: perl
3266            ! utils/perlivp.PL
3267 ____________________________________________________________________________
3268 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3269         Log: perlivp: sometimes headers and symbols don't quite match.
3270      Branch: perl
3271            ! utils/perlivp.PL
3272 ____________________________________________________________________________
3273 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3274         Log: h2ph: One more usage example.
3275      Branch: perl
3276            ! utils/h2ph.PL
3277 ____________________________________________________________________________
3278 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3279         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3280      Branch: perl
3281            ! utils/h2ph.PL
3282 ____________________________________________________________________________
3283 [ 17065] By: nick                                  on 2002/06/07  18:21:36
3284         Log: Integrate mainline
3285      Branch: perlio
3286           +> ext/IO/hints/sco.pl
3287           !> (integrate 27 files)
3288 ____________________________________________________________________________
3289 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
3290         Log: uname() was returning "unknown" on IA64; handle other missing
3291              cases as well, and make any future unknown ones show up as
3292              unknown(0x123).
3293      Branch: perl
3294            ! win32/win32.c
3295 ____________________________________________________________________________
3296 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
3297         Log: There are many ways to skin a Win32 (from Sarathy).
3298      Branch: perl
3299            ! pod/perlport.pod
3300 ____________________________________________________________________________
3301 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
3302         Log: Typos spotted by Vadim.
3303      Branch: perl
3304            ! pod/perlport.pod
3305 ____________________________________________________________________________
3306 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
3307         Log: Update Changes.
3308      Branch: perl
3309            ! Changes patchlevel.h
3310 ____________________________________________________________________________
3311 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
3312         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
3313              From: lupe@lupe-christoph.de (Lupe Christoph)
3314              Date: Fri, 7 Jun 2002 13:38:24 +0200
3315              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
3316      Branch: perl
3317            ! pod/perlxs.pod
3318 ____________________________________________________________________________
3319 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
3320         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
3321              From: lupe@lupe-christoph.de (Lupe Christoph)
3322              Date: Fri, 7 Jun 2002 13:36:51 +0200
3323              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
3324      Branch: perl
3325            ! README.win32
3326 ____________________________________________________________________________
3327 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
3328         Log: gcc -Wall nit noticed by NI-S.
3329      Branch: perl
3330            ! pp.c
3331 ____________________________________________________________________________
3332 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
3333         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
3334              From: Andrew Hamm <AHamm@civica.com.au>
3335              Date: Fri, 7 Jun 2002 17:11:24 +1000
3336              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
3337      Branch: perl
3338            + ext/IO/hints/sco.pl
3339            ! MANIFEST
3340 ____________________________________________________________________________
3341 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
3342         Log: Integrate perlio:
3343              
3344              [ 17053]
3345              Don't discard read data on flush if seek fails.
3346      Branch: perl
3347           !> perlio.c
3348 ____________________________________________________________________________
3349 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
3350         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
3351      Branch: perl
3352            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
3353            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
3354            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
3355            ! pod/perlport.pod pod/perltoot.pod
3356 ____________________________________________________________________________
3357 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
3358         Log: More Winlore from Vadim.
3359      Branch: perl
3360            ! pod/perlport.pod
3361 ____________________________________________________________________________
3362 [ 17053] By: nick                                  on 2002/06/07  10:11:51
3363         Log: Don't discard read data on flush if seek fails.
3364      Branch: perlio
3365            ! perlio.c
3366 ____________________________________________________________________________
3367 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
3368         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3369              From: Radu Greab <radu@netsoft.ro>
3370              Date: Fri, 7 Jun 2002 05:17:58 +0300
3371              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
3372      Branch: perl
3373            ! ext/Storable/Storable.xs
3374 ____________________________________________________________________________
3375 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
3376         Log: Split in two the .PHONY target so that makes without .PHONY
3377              when invoked as "make" won't wander off into the targets "compile
3378              translator utilities" and instead stay in the "all" target.
3379              Diagnosed by Garry Williams.
3380      Branch: perl
3381            ! Makefile.SH
3382 ____________________________________________________________________________
3383 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
3384         Log: Retract #16892 now that we have #17022.
3385      Branch: perl
3386            ! lib/Cwd.pm
3387 ____________________________________________________________________________
3388 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
3389         Log: Update the SUPER-UX situation.
3390      Branch: perl
3391            ! pod/perldelta.pod
3392 ____________________________________________________________________________
3393 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
3394         Log: More Windows wisdom from Sarathy;
3395              remove old UTS entry; add SUPER-UX.
3396      Branch: perl
3397            ! pod/perlport.pod
3398 ____________________________________________________________________________
3399 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
3400         Log: Windows wisdom from Sarathy.
3401      Branch: perl
3402            ! pod/perlvar.pod
3403 ____________________________________________________________________________
3404 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
3405         Log: The perlio warnings are not mandatory.
3406      Branch: perl
3407            ! pod/perldiag.pod
3408 ____________________________________________________________________________
3409 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
3410         Log: Typolice.
3411      Branch: perl
3412            ! utils/c2ph.PL x2p/s2p.PL
3413 ____________________________________________________________________________
3414 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
3415         Log: Document that $^O in Win32 is a bit lacking in details.
3416      Branch: perl
3417            ! pod/perlvar.pod
3418 ____________________________________________________________________________
3419 [ 17043] By: nick                                  on 2002/06/06  18:51:48
3420         Log: Integrate mainline
3421      Branch: perlio
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 lib/Thread.pm pod/perldelta.pod
3426           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
3427           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
3428 ____________________________________________________________________________
3429 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
3430         Log: Win32 is not an OS.
3431      Branch: perl
3432            ! pod/perlport.pod
3433 ____________________________________________________________________________
3434 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
3435         Log: The Makefile.SH part of
3436              
3437              Subject: [PATCH] corrections to Config.pm
3438              From: Robin Barker <rmb1@cise.npl.co.uk>
3439              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
3440              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
3441              
3442              and regen Configure.
3443      Branch: perl
3444            ! Configure Makefile.SH Porting/config.sh Porting/config_H
3445 ____________________________________________________________________________
3446 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3447         Log: Supported platforms tweaks.
3448      Branch: perl
3449            ! pod/perlport.pod
3450 ____________________________________________________________________________
3451 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3452         Log: Update the 5.005-threads failure list.
3453      Branch: perl
3454            ! pod/perldelta.pod
3455 ____________________________________________________________________________
3456 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3457         Log: Make pstruct and psed appear also on platforms with
3458              $Config{d_link} but filesystems without link() (like FAT).
3459              Should deal with [ID 20020602.003] and
3460              "RC1 for MSWin32-x86-multi-thread build bug report".
3461              Diagnosis by Sarathy.
3462      Branch: perl
3463            ! utils/c2ph.PL x2p/s2p.PL
3464 ____________________________________________________________________________
3465 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3466         Log: Subject: [PATCH] Thread.pm
3467              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3468              Date: Thu, 06 Jun 2002 10:47:36 +0200
3469              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3470      Branch: perl
3471            ! lib/Thread.pm
3472 ____________________________________________________________________________
3473 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3474         Log: Rafael noticed a bug in the explanation of #17035.
3475      Branch: perl
3476            ! pod/perldiag.pod
3477 ____________________________________________________________________________
3478 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3479         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3480      Branch: perl
3481            ! pod/perldiag.pod
3482 ____________________________________________________________________________
3483 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3484         Log: Subject: [DOCPATCH] perlthtut.pod
3485              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3486              Date: Thu, 06 Jun 2002 10:40:02 +0200
3487              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3488      Branch: perl
3489            ! pod/perlthrtut.pod
3490 ____________________________________________________________________________
3491 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3492         Log: NetWare update from Ananth Kesari.
3493      Branch: perl
3494            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3495            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3496            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3497            ! NetWare/t/NWScripts.pl x2p/a2p.h
3498 ____________________________________________________________________________
3499 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3500         Log: Integrate perlio:
3501              
3502              [ 17030]
3503              doio.c tweaks
3504              - see SV passed to dup type open "looks_like__number"
3505              - apply layers to pipe opens.
3506      Branch: perl
3507           !> doio.c
3508 ____________________________________________________________________________
3509 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3510         Log: Subject: [PATCH] perlguts.pod
3511              From: Nicholas Clark <nick@ccl4.org>
3512              Date: Thu, 6 Jun 2002 11:29:19 +0100
3513              Message-Id: <20020606112919.P22873@plum.flirble.org>
3514      Branch: perl
3515            ! pod/perlguts.pod
3516 ____________________________________________________________________________
3517 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3518         Log: doio.c tweaks
3519              - see SV passed to dup type open "looks_like__number"
3520              - apply layers to pipe opens.
3521      Branch: perlio
3522            ! doio.c
3523 ____________________________________________________________________________
3524 [ 17029] By: nick                                  on 2002/06/06  06:32:35
3525         Log: Integrate mainline
3526      Branch: perlio
3527           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
3528           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
3529           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
3530           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
3531           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
3532 ____________________________________________________________________________
3533 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
3534         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
3535              output buffers because they exited with PerlProc_exit()
3536              instead of my_exit() (from Andy Dougherty)
3537      Branch: perl
3538            ! perl.c
3539 ____________________________________________________________________________
3540 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
3541         Log: BeOS status update; all platforms status update.
3542      Branch: perl
3543            ! README.beos pod/perlport.pod
3544 ____________________________________________________________________________
3545 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
3546         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
3547              From: Stas Bekman <stas@stason.org>
3548              Date: Wed, 05 Jun 2002 15:26:02 +0800
3549              Message-ID: <3CFDBD0A.8090505@stason.org>      
3550      Branch: perl
3551            ! lib/Pod/Html.pm
3552 ____________________________________________________________________________
3553 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
3554         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
3555              From: "Craig A. Berry" <craigberry@mac.com>
3556              Date: Wed, 05 Jun 2002 17:31:18 -0500
3557              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
3558      Branch: perl
3559            ! t/op/arith.t
3560 ____________________________________________________________________________
3561 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
3562         Log: MacOS X 10.1.5 still failing the DB tests.
3563      Branch: perl
3564            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3565            ! pod/perldelta.pod
3566 ____________________________________________________________________________
3567 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
3568         Log: Address the second half of
3569              
3570              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
3571              From: jv@squirrel.nl (Johan Vromans)
3572              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
3573              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
3574              
3575              so that multiarg piped opens only accept optional whitespace
3576              after the "|-".  If and when perlio discipline awareness added
3577              to |-, the now added code branch will grow.
3578              
3579              No test case because hard to think of anything even remotely
3580              portable.
3581      Branch: perl
3582            ! doio.c
3583 ____________________________________________________________________________
3584 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
3585         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
3586              From: Doug MacEachern <dougm@covalent.net>
3587              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
3588              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
3589              
3590              (plus a test expanded from Schwern's [ID 20020602.006])
3591      Branch: perl
3592            ! pp.c t/op/tie.t
3593 ____________________________________________________________________________
3594 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
3595         Log: Subject: doc bug in perldoc
3596              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3597              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
3598              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
3599      Branch: perl
3600            ! utils/perldoc.PL
3601 ____________________________________________________________________________
3602 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
3603         Log: AUTHORS updates; perldelta blame^Wfame additions.
3604      Branch: perl
3605            ! AUTHORS pod/perldelta.pod
3606 ____________________________________________________________________________
3607 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
3608         Log: Mention Carp enhancements.
3609      Branch: perl
3610            ! pod/perldelta.pod
3611 ____________________________________________________________________________
3612 [ 17018] By: sky                                   on 2002/06/05  18:49:10
3613         Log: Update text slightly and update links to threads.pm instead of Thread.pm
3614      Branch: perl
3615            ! pod/perlfunc.pod
3616 ____________________________________________________________________________
3617 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
3618         Log: Remove a comma and a few whitespaces.
3619      Branch: perl
3620            ! pod/perlfunc.pod
3621 ____________________________________________________________________________
3622 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
3623         Log: $^O is 'beos' on BeOS
3624      Branch: perl
3625            ! lib/Tie/File/t/16_handle.t
3626 ____________________________________________________________________________
3627 [ 17015] By: nick                                  on 2002/06/05  15:11:00
3628         Log: Integrate mainline (for Configure)
3629      Branch: perlio
3630           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3631           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3632           !> hints/linux.sh myconfig.SH pod/perldelta.pod
3633 ____________________________________________________________________________
3634 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
3635         Log: Update Changes.
3636      Branch: perl
3637            ! Changes patchlevel.h
3638 ____________________________________________________________________________
3639 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
3640         Log: Mention the flakiness of AIX' make.
3641      Branch: perl
3642            ! pod/perldelta.pod
3643 ____________________________________________________________________________
3644 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
3645         Log: metaconfig unit change for #17011.
3646      Branch: metaconfig
3647            ! U/installdirs/inc_version_list.U
3648 ____________________________________________________________________________
3649 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
3650         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
3651              From: jason@openinformatics.com (Jason E. Stewart)
3652              Date: 04 Jun 2002 16:42:32 -0600
3653              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
3654              
3655              Unexpanded $prefix.
3656      Branch: perl
3657            ! Configure
3658 ____________________________________________________________________________
3659 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
3660         Log: glibc version is more a library issue than a compiler issue.
3661      Branch: perl
3662            ! myconfig.SH
3663 ____________________________________________________________________________
3664 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
3665         Log: Subject: [Encode PATCH] spurious warning
3666              From: Nicholas Clark <nick@unfortu.net>
3667              Date: Sun, 2 Jun 2002 20:26:22 +0100
3668              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
3669      Branch: perl
3670            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3671 ____________________________________________________________________________
3672 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
3673         Log: Show gnulibc_version in myconfig. 
3674      Branch: perl
3675            ! myconfig.SH
3676 ____________________________________________________________________________
3677 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
3678         Log: Regen Glossary for #16991.
3679      Branch: perl
3680            ! Porting/Glossary Porting/config.sh Porting/config_H
3681 ____________________________________________________________________________
3682 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
3683         Log: More for #16991.
3684      Branch: perl
3685            ! hints/linux.sh
3686 ____________________________________________________________________________
3687 [ 17005] By: nick                                  on 2002/06/05  07:23:22
3688         Log: Integrate mainline
3689      Branch: perlio
3690           +> ext/Thread/README.threads
3691            - README.threads
3692           !> (integrate 81 files)
3693 ____________________________________________________________________________
3694 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
3695         Log: FAQ sync.
3696      Branch: perl
3697            ! pod/perlfaq6.pod
3698 ____________________________________________________________________________
3699 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
3700         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
3701              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3702              Date: Sun, 02 Jun 2002 21:36:05 +0200
3703              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
3704      Branch: perl
3705            ! ext/threads/shared/queue.pm
3706 ____________________________________________________________________________
3707 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
3708         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
3709              From: "Daniel Berger" <djberg96@attbi.com>
3710              Date: Mon, 03 Jun 2002 19:18:38 GMT
3711              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
3712      Branch: perl
3713            ! README.beos
3714 ____________________________________________________________________________
3715 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
3716         Log: Subject: One more sorry for Oracle
3717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3718              Date: Tue, 04 Jun 2002 10:02:17 +0200
3719              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
3720              
3721              (modified)
3722      Branch: perl
3723            ! README.hpux
3724 ____________________________________________________________________________
3725 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
3726         Log: metaconfig unit change for #16999.
3727      Branch: metaconfig
3728            ! U/threads/usethreads.U
3729 ____________________________________________________________________________
3730 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
3731         Log: Disable the combination of ithreads but not perlio.
3732      Branch: perl
3733            ! Configure INSTALL
3734 ____________________________________________________________________________
3735 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
3736         Log: perlthrtut links.
3737      Branch: perl
3738            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3739            ! pod/perldelta.pod
3740 ____________________________________________________________________________
3741 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
3742         Log: Unmatchings.
3743      Branch: perl
3744            ! README.netware README.win32
3745 ____________________________________________________________________________
3746 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
3747         Log: Subject: Re: 2nd draft of announcement
3748              From: "John P. Linderman" <jpl@research.att.com>
3749              Date: Mon, 03 Jun 2002 08:57:49 -0400
3750              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
3751              
3752              Let's not forget the mystery IRIX failure.
3753      Branch: perl
3754            ! pod/perldelta.pod
3755 ____________________________________________________________________________
3756 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
3757         Log: Move the obsolete README.threads out of sight to ext/Threads;
3758              save one part of the IRIX knowledge in INSTALL (though IRIX
3759              6.2 is quite old...)
3760      Branch: perl
3761            + ext/Thread/README.threads
3762            - README.threads
3763            ! INSTALL MANIFEST
3764 ____________________________________________________________________________
3765 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
3766         Log: Upgrade to Math::BigRat 0.07.
3767      Branch: perl
3768            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3769            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
3770            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3771 ____________________________________________________________________________
3772 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
3773         Log: metaconfig unit change #16991.
3774      Branch: metaconfig
3775            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
3776 ____________________________________________________________________________
3777 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
3778         Log: Forgot from #16991.
3779      Branch: perl
3780            ! config_h.SH
3781 ____________________________________________________________________________
3782 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
3783         Log: Subject: Re: hints/linux.sh & stdio
3784              From: Andy Dougherty <doughera@lafayette.edu>
3785              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
3786              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
3787      Branch: perl
3788            ! Configure
3789 ____________________________________________________________________________
3790 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
3791         Log: Integrate maintperl change #16988;
3792              
3793              make IO::Pipe work on windows
3794      Branch: perl
3795           !> ext/IO/lib/IO/Pipe.pm
3796 ____________________________________________________________________________
3797 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
3798         Log: Integrate macperl changes #16974 and #16975;
3799              
3800              nativize() isn't happy with absolute Mac paths
3801              
3802              Test::Harness test fixes, attempt #3 :-)
3803      Branch: perl
3804           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3805           !> lib/Test/Harness/t/callback.t
3806           !> lib/Test/Harness/t/strap-analyze.t
3807           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
3808 ____________________________________________________________________________
3809 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
3810         Log: make IO::Pipe work on windows
3811      Branch: maint-5.6/perl
3812            ! ext/IO/lib/IO/Pipe.pm
3813 ____________________________________________________________________________
3814 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
3815         Log: s/modperl/mod_perl/g
3816      Branch: perl
3817            ! README.aix pod/perldelta.pod
3818 ____________________________________________________________________________
3819 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
3820         Log: Subject: [DOC PATCH] perldelta.pod
3821              From: Philip Newton <Philip.Newton@gmx.net>
3822              Date: Tue, 04 Jun 2002 06:52:55 +0200
3823              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
3824              
3825              (with one nit, s/modperl/mod_perl/)
3826      Branch: perl
3827            ! pod/perldelta.pod
3828 ____________________________________________________________________________
3829 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
3830         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
3831      Branch: perl
3832            ! pod/perlfunc.pod
3833 ____________________________________________________________________________
3834 [ 16984] By: ams                                   on 2002/06/04  01:05:49
3835         Log: Subject: [PATCH] Re: Some bugs in RC1
3836              From: Michael G Schwern <schwern@pobox.com>
3837              Date: Mon, 03 Jun 2002 19:59:21 -0400
3838              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
3839      Branch: perl
3840            ! lib/perl5db.pl
3841 ____________________________________________________________________________
3842 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
3843         Log: Update Errno slightly to latest version
3844      Branch: macperl
3845            ! macos/lib/Errno.pm
3846 ____________________________________________________________________________
3847 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
3848         Log: Protect against localizing an %ENV slice.
3849      Branch: perl
3850            ! lib/Cwd.pm
3851 ____________________________________________________________________________
3852 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
3853         Log: Document that lock() is a "weak keyword".
3854      Branch: perl
3855            ! pod/perlfunc.pod
3856 ____________________________________________________________________________
3857 [ 16980] By: ams                                   on 2002/06/03  18:38:26
3858         Log: Subject: [PATCH Switch.pm] Minor typo
3859              From: Philip Newton <Philip.Newton@gmx.net>
3860              Date: Mon, 03 Jun 2002 21:35:55 +0200
3861              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
3862      Branch: perl
3863            ! lib/Switch.pm
3864 ____________________________________________________________________________
3865 [ 16979] By: ams                                   on 2002/06/03  17:06:03
3866         Log: Remove all occurrences of occurence, except for one (in the
3867              Changelog) that is preserved for historical reasons.
3868      Branch: perl
3869            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
3870            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
3871            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
3872 ____________________________________________________________________________
3873 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
3874         Log: Update Changes
3875      Branch: macperl
3876            ! macos/Changes
3877 ____________________________________________________________________________
3878 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
3879         Log: Update Help menu for 5.8
3880      Branch: macperl
3881            ! macos/macperl/MacPerl.podhelp
3882 ____________________________________________________________________________
3883 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
3884         Log: Bump versions
3885      Branch: macperl
3886            ! macos/MPVersion.r macos/config.h macos/config.sh
3887 ____________________________________________________________________________
3888 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
3889         Log: Test::Harness test fixes, attempt #3 :-)
3890      Branch: macperl
3891            ! lib/Test/Harness/t/callback.t
3892            ! lib/Test/Harness/t/strap-analyze.t
3893            ! lib/Test/Harness/t/test-harness.t
3894 ____________________________________________________________________________
3895 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
3896         Log: nativize() isn't happy with absolute Mac paths
3897      Branch: macperl
3898            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3899            ! lib/lib_pm.PL
3900 ____________________________________________________________________________
3901 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
3902         Log: Integrate #16971 from maint-5.6;
3903              
3904              IO::Poll wasn't working on windows since poll.c wasn't using the
3905              same abstractions as perl; for test case, see:
3906              http://bugs.activestate.com/show_bug.cgi?id=19624
3907      Branch: perl
3908           !> XSUB.h ext/IO/poll.c
3909 ____________________________________________________________________________
3910 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
3911         Log: A few links.
3912      Branch: perl
3913            ! pod/perldelta.pod
3914 ____________________________________________________________________________
3915 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
3916         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
3917              same abstractions as perl; for test case, see:
3918              http://bugs.activestate.com/show_bug.cgi?id=19624
3919      Branch: maint-5.6/perl
3920            ! XSUB.h ext/IO/poll.c
3921 ____________________________________________________________________________
3922 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
3923         Log: Various perldelta tweaks.
3924      Branch: perl
3925            ! pod/perldelta.pod
3926 ____________________________________________________________________________
3927 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
3928         Log: Update Changes.
3929      Branch: perl
3930            ! Changes patchlevel.h
3931 ____________________________________________________________________________
3932 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
3933         Log: Integrate perl for 5.8.0 RC1
3934      Branch: macperl
3935           !> (integrate 77 files)
3936 ____________________________________________________________________________
3937 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
3938         Log: Two obsolete files.
3939      Branch: perl
3940            ! Porting/makerel
3941 ____________________________________________________________________________
3942 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
3943         Log: This is Perl 5.8.0 RC 1.
3944      Branch: perl
3945            ! patchlevel.h
3946 ____________________________________________________________________________
3947 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
3948         Log: Update Changes.
3949      Branch: perl
3950            ! Changes patchlevel.h
3951 ____________________________________________________________________________
3952 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
3953         Log: Subject: [Encode] 1.75 Released
3954              From: Dan Kogai <dankogai@dan.co.jp>
3955              Date: Sun, 2 Jun 2002 03:19:19 +0900
3956              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
3957      Branch: perl
3958            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
3959            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3960            ! ext/Encode/lib/Encode/Alias.pm
3961            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3962            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3963 ____________________________________________________________________________
3964 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
3965         Log: Paranoia regen_headers; no changes but at least
3966              the timestamps are now fine.
3967      Branch: perl
3968            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3969            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3970            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3971            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
3972            ! warnings.h
3973 ____________________________________________________________________________
3974 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
3975         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
3976              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3977              Date: Sat, 01 Jun 2002 11:35:22 +0200
3978              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
3979      Branch: perl
3980            ! README.hpux
3981 ____________________________________________________________________________
3982 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
3983         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
3984      Branch: perl
3985            ! pod/perldelta.pod pod/perltoc.pod
3986 ____________________________________________________________________________
3987 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
3988         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
3989      Branch: perl
3990            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
3991            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
3992 ____________________________________________________________________________
3993 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
3994         Log: Even more VMSifying (this time more like de-MacOSifying).
3995      Branch: perl
3996            ! lib/Test/Harness/t/test-harness.t
3997 ____________________________________________________________________________
3998 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
3999         Log: VMSifying from Craig Berry.
4000      Branch: perl
4001            ! lib/Test/Harness/t/callback.t
4002            ! lib/Test/Harness/t/strap-analyze.t
4003            ! lib/Test/Harness/t/test-harness.t
4004 ____________________________________________________________________________
4005 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
4006         Log: Mention the CJK docs.
4007      Branch: perl
4008            ! pod/perldelta.pod
4009 ____________________________________________________________________________
4010 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
4011         Log: Subject: [PATCH] another Storable test
4012              From: Nicholas Clark <nick@unfortu.net>
4013              Date: Sat, 1 Jun 2002 14:07:01 +0100
4014              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
4015      Branch: perl
4016            ! ext/Storable/t/interwork56.t
4017 ____________________________________________________________________________
4018 [ 16955] By: nick                                  on 2002/06/01  09:02:48
4019         Log: Integrate mainline
4020      Branch: perlio
4021            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4022           !> (integrate 62 files)
4023 ____________________________________________________________________________
4024 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
4025         Log: Make the changes MacOS-specific.
4026      Branch: perl
4027            ! lib/Test/Harness/t/callback.t
4028            ! lib/Test/Harness/t/strap-analyze.t
4029            ! lib/Test/Harness/t/test-harness.t
4030 ____________________________________________________________________________
4031 [ 16953] By: ams                                   on 2002/06/01  03:20:52
4032         Log: Remove $Id$ lines.
4033      Branch: perl
4034            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4035            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4036            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4037            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4038            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4039            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
4040            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4041            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4042            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4043            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
4044            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4045            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4046            ! ext/Storable/t/utf8hash.t
4047 ____________________________________________________________________________
4048 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
4049         Log: Perl Labs dead, Smokers live.
4050      Branch: perl
4051            ! pod/perlhack.pod
4052 ____________________________________________________________________________
4053 [ 16951] By: ams                                   on 2002/06/01  03:08:02
4054         Log: Nitpick at ChangeLog until it is consistently formatted.
4055      Branch: perl
4056            ! ext/Storable/ChangeLog
4057 ____________________________________________________________________________
4058 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
4059         Log: strictify lib.pm.
4060      Branch: perl
4061            ! lib/lib_pm.PL
4062 ____________________________________________________________________________
4063 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
4064         Log: s/invcer/incver/
4065      Branch: perl
4066            ! lib/lib_pm.PL
4067 ____________________________________________________________________________
4068 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
4069         Log: Subject: Re: perl@16925
4070              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4071              Date: Fri, 31 May 2002 19:56:39 -0700
4072              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
4073              
4074              Self-tie clarifications.
4075      Branch: perl
4076            ! pod/perldelta.pod
4077 ____________________________________________________________________________
4078 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
4079         Log: Be exact of what happens.
4080      Branch: perl
4081            ! README.cygwin
4082 ____________________________________________________________________________
4083 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
4084         Log: Subject: [Patch] Inplace editing on Cygwin and others?
4085              From: "Gerrit P. Haase" <gp@familiehaase.de>
4086              Date: Sat, 1 Jun 2002 04:14:43 +0200
4087              Message-ID: <199100765833.20020601041443@familiehaase.de>
4088      Branch: perl
4089            ! README.cygwin doio.c perl.c
4090 ____________________________________________________________________________
4091 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
4092         Log: MacOS test glitch.
4093      Branch: perl
4094            ! ext/Digest/MD5/t/files.t
4095 ____________________________________________________________________________
4096 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
4097         Log: Update Changes.
4098      Branch: perl
4099            ! Changes patchlevel.h
4100 ____________________________________________________________________________
4101 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
4102         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
4103              From: "Craig A. Berry" <craigberry@mac.com>
4104              Date: Fri, 31 May 2002 17:20:11 -0500
4105              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
4106              
4107              Avoid redef warning.
4108      Branch: perl
4109            ! lib/Math/BigInt/Calc.pm
4110 ____________________________________________________________________________
4111 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
4112         Log: Integrate macperl patches #16926 and #16938;
4113              
4114              Big MacPerl Testing Patch No. 2
4115              
4116              Big MacPerl Testing Patch No. 3
4117      Branch: perl
4118           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4119           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
4120           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4121           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
4122           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
4123           !> lib/Test/Harness/t/callback.t
4124           !> lib/Test/Harness/t/strap-analyze.t
4125           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
4126           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
4127           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
4128 ____________________________________________________________________________
4129 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
4130         Log: Configuration / test updates
4131      Branch: macperl
4132            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4133            ! macos/Makefile.mk
4134 ____________________________________________________________________________
4135 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
4136         Log: Fix various Makefile.PL for string/array conflicts
4137      Branch: macperl
4138            ! macos/ext/Mac/Controls/Makefile.PL
4139            ! macos/ext/Mac/Dialogs/Makefile.PL
4140            ! macos/ext/Mac/Events/Makefile.PL
4141            ! macos/ext/Mac/Files/Makefile.PL
4142            ! macos/ext/Mac/Fonts/Makefile.PL
4143            ! macos/ext/Mac/Lists/Makefile.PL
4144            ! macos/ext/Mac/Menus/Makefile.PL
4145            ! macos/ext/Mac/MoreFiles/Makefile.PL
4146            ! macos/ext/Mac/Movies/Makefile.PL
4147            ! macos/ext/Mac/Navigation/Makefile.PL
4148            ! macos/ext/Mac/Notification/Makefile.PL
4149            ! macos/ext/Mac/OSA/Makefile.PL
4150            ! macos/ext/Mac/QDOffscreen/Makefile.PL
4151            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
4152            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
4153            ! macos/ext/Mac/StandardFile/Makefile.PL
4154            ! macos/ext/Mac/TextEdit/Makefile.PL
4155            ! macos/ext/Mac/Windows/Makefile.PL
4156            ! macos/ext/MacPerl/Makefile.PL
4157 ____________________________________________________________________________
4158 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
4159         Log: Integrate perl
4160      Branch: macperl
4161            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4162           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
4163           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
4164           !> pod/perlvar.pod
4165 ____________________________________________________________________________
4166 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
4167         Log: Big MacPerl Testing Patch No. 3
4168      Branch: macperl
4169            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
4170            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
4171            ! lib/Test/Harness/t/callback.t
4172            ! lib/Test/Harness/t/strap-analyze.t
4173            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4174            ! utils/dprofpp.PL utils/splain.PL
4175 ____________________________________________________________________________
4176 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4177         Log: Update the LWP status.
4178      Branch: perl
4179            ! pod/perldelta.pod
4180 ____________________________________________________________________________
4181 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4182         Log: Integrate mainline
4183      Branch: perlio
4184           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4185           +> lib/File/Spec/NW5.pm
4186            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4187            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4188            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4189            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4190           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4191           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4192           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4193           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4194           !> pod/perlvar.pod toke.c
4195 ____________________________________________________________________________
4196 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4197         Log: Freudian slip :-)
4198      Branch: perl
4199            ! pod/perlhist.pod
4200 ____________________________________________________________________________
4201 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4202         Log: perlhist update.
4203      Branch: perl
4204            ! pod/perlhist.pod
4205 ____________________________________________________________________________
4206 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4207         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4208              From: Andy Dougherty <doughera@lafayette.edu>
4209              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4210              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4211      Branch: perl
4212            ! lib/Math/BigInt/t/mbi_rand.t
4213 ____________________________________________________________________________
4214 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4215         Log: From: Michael G Schwern <schwern@pobox.com>
4216              Date: Fri, 31 May 2002 15:18:02 -0400
4217              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4218              To: perl5-porters@perl.org
4219      Branch: perl
4220            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4221            ! MANIFEST
4222 ____________________________________________________________________________
4223 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4224         Log: More datapoints on gcc/alpha.
4225      Branch: perl
4226            ! pod/perldelta.pod
4227 ____________________________________________________________________________
4228 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4229         Log: Document that old gccs on Alpha are no good.
4230      Branch: perl
4231            ! pod/perldelta.pod
4232 ____________________________________________________________________________
4233 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4234         Log: Integrate perl
4235      Branch: macperl
4236           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4237           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4238           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4239           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4240           +> t/lib/sample-tests/skipall_nomsg
4241            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4242            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4243            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4244            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4245            - NetWare/bat/ToggleXDC.bat
4246           !> (integrate 86 files)
4247 ____________________________________________________________________________
4248 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4249         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4250              From: Colin Watson <colinw@zeus.com>
4251              Date: Fri, 31 May 2002 17:34:06 +0100
4252              Message-ID: <20020531163406.GA10401@zeus.com>
4253      Branch: perl
4254            ! hints/hpux.sh
4255 ____________________________________________________________________________
4256 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4257         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4258              From: Paul_GreenVOS@vos.stratus.com
4259              Date: Fri, 31 May 02 12:23 edt
4260              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4261      Branch: perl
4262            ! pod/perlport.pod pod/perlvar.pod
4263 ____________________________________________________________________________
4264 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4265         Log: Big MacPerl Testing Patch No. 2
4266              There might be more soon, but this is almost all of it for now
4267      Branch: macperl
4268            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4269            ! lib/Devel/SelfStubber.t lib/English.t
4270            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4271            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4272            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4273            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4274 ____________________________________________________________________________
4275 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4276         Log: Update Changes.
4277      Branch: perl
4278            ! Changes patchlevel.h
4279 ____________________________________________________________________________
4280 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4281         Log: Missing MANIFESTations.
4282      Branch: perl
4283            ! MANIFEST
4284 ____________________________________________________________________________
4285 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
4286         Log: DJGPP tweaks from Laszlo.
4287      Branch: perl
4288            ! lib/English.t
4289 ____________________________________________________________________________
4290 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
4291         Log: NetWare update from Ananth Kesari.
4292      Branch: perl
4293            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4294            + lib/File/Spec/NW5.pm
4295            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4296            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4297            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4298            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4299            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4300            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
4301            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
4302 ____________________________________________________________________________
4303 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
4304         Log: Integrate perlio:
4305              
4306              [ 16920]
4307              Use File::Spec for blib expectance tests - skating round
4308              existing MacOS and VMS hacks.
4309      Branch: perl
4310           !> lib/blib.t
4311 ____________________________________________________________________________
4312 [ 16920] By: nick                                  on 2002/05/31  08:48:40
4313         Log: Use File::Spec for blib expectance tests - skating round
4314              existing MacOS and VMS hacks.
4315      Branch: perlio
4316            ! lib/blib.t
4317 ____________________________________________________________________________
4318 [ 16919] By: nick                                  on 2002/05/31  08:39:37
4319         Log: Integrate mainline
4320      Branch: perlio
4321           +> ext/Storable/t/interwork56.t
4322           +> ext/Storable/t/make_56_interwork.pl
4323           +> lib/ExtUtils/t/writemakefile_args.t
4324           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4325           +> t/lib/sample-tests/skipall_nomsg
4326            - NetWare/bat/Setwatcom.bat
4327           !> (integrate 62 files)
4328 ____________________________________________________________________________
4329 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
4330         Log: Regen toc.
4331      Branch: perl
4332            ! pod/perltoc.pod
4333 ____________________________________________________________________________
4334 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
4335         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
4336              From: "Craig A. Berry" <craigberry@mac.com>
4337              Date: Thu, 30 May 2002 22:14:15 -0500
4338              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
4339      Branch: perl
4340            ! t/test.pl
4341 ____________________________________________________________________________
4342 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
4343         Log: Missing from #16914.
4344      Branch: perl
4345            ! MANIFEST
4346 ____________________________________________________________________________
4347 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
4348         Log: BeOS status update.
4349      Branch: perl
4350            ! AUTHORS README.beos pod/perldelta.pod
4351 ____________________________________________________________________________
4352 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
4353         Log: Upgrade to Test::Harness 2.24.
4354      Branch: perl
4355            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4356            + t/lib/sample-tests/skipall_nomsg
4357            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4358            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4359            ! lib/Test/Harness/t/strap-analyze.t
4360            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4361 ____________________________________________________________________________
4362 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
4363         Log: metaconfig unit change for #16912.
4364      Branch: metaconfig/U/perl
4365            ! perlpath.U
4366 ____________________________________________________________________________
4367 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
4368         Log: Subject: Improved $^X patch
4369              From: Paul_GreenVOS@vos.stratus.com
4370              Date: Thu, 30 May 02 17:32 edt
4371              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
4372      Branch: perl
4373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4374            ! pod/perlport.pod pod/perlvar.pod
4375 ____________________________________________________________________________
4376 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
4377         Log: Subject: [PATCH configure.com] _ext -> _exe
4378              From: "Craig A. Berry" <craigberry@mac.com>
4379              Date: Thu, 30 May 2002 18:32:43 -0500
4380              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
4381      Branch: perl
4382            ! configure.com
4383 ____________________________________________________________________________
4384 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
4385         Log: Because of #16909 MANIFEST changes.
4386      Branch: perl
4387            ! t/TEST t/harness
4388 ____________________________________________________________________________
4389 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
4390         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
4391              From: Nicholas Clark <nick@unfortu.net>
4392              Date: Fri, 31 May 2002 00:02:22 +0100
4393              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
4394      Branch: perl
4395            + ext/Storable/t/interwork56.t
4396            + ext/Storable/t/make_56_interwork.pl
4397            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
4398            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4399            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4400 ____________________________________________________________________________
4401 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
4402         Log: Integrate perlio:
4403              
4404              [ 16895]
4405              Play safe and avoid writes to stdio's buffer (for glibc2.3)
4406      Branch: perl
4407           !> perlio.c
4408 ____________________________________________________________________________
4409 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
4410         Log: Upgrade to Math::BigRat 0.06.
4411      Branch: perl
4412            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
4413 ____________________________________________________________________________
4414 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
4415         Log: Upgrade to Math::BigInt 1.57.
4416      Branch: perl
4417            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4418            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4419            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4420            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
4421            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4422 ____________________________________________________________________________
4423 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
4424         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
4425              From: "Craig A. Berry" <craigberry@mac.com>
4426              Date: Thu, 30 May 2002 16:22:40 -0500
4427              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
4428      Branch: perl
4429            ! lib/blib.t
4430 ____________________________________________________________________________
4431 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
4432         Log: Upgrade to ExtUtils::MakeMaker 6.01.
4433      Branch: perl
4434            + lib/ExtUtils/t/writemakefile_args.t
4435            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4436            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4437            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
4438            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4439            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4440            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4441            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4442            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
4443 ____________________________________________________________________________
4444 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
4445         Log: prevent attempts to load extension libraries more than once on darwin.
4446              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4447      Branch: perl
4448            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4449 ____________________________________________________________________________
4450 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4451         Log: Obsolete file.
4452      Branch: perl
4453            - NetWare/bat/Setwatcom.bat
4454            ! MANIFEST
4455 ____________________________________________________________________________
4456 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4457         Log: Update Andy.
4458      Branch: perl
4459            ! hints/linux.sh
4460 ____________________________________________________________________________
4461 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4462         Log: INT2PTR/PTR2IV defined twice.
4463      Branch: perl
4464            ! ext/Devel/PPPort/PPPort.pm
4465 ____________________________________________________________________________
4466 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4467         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4468              From: PPrymmer@factset.com
4469              Date: Thu, 30 May 2002 13:57:31 -0400
4470              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4471              
4472              Multinet matters with s/might the/mind the/
4473      Branch: perl
4474            ! README.vms
4475 ____________________________________________________________________________
4476 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4477         Log: Integrate mainline
4478      Branch: perlio
4479           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4480           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4481 ____________________________________________________________________________
4482 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4483         Log: Document the glibc 2.2.5 long long bug.
4484      Branch: perl
4485            ! pod/perldelta.pod
4486 ____________________________________________________________________________
4487 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4488         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4489              From: Abigail <abigail@foad.org>
4490              Date: Thu, 30 May 2002 09:33:51 -0700
4491              Message-ID: <20020530093351.A18225@ucan.foad.org>
4492      Branch: perl
4493            ! pod/perlfunc.pod
4494 ____________________________________________________________________________
4495 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4496         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4497      Branch: perlio
4498            ! perlio.c
4499 ____________________________________________________________________________
4500 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4501         Log: Integrate mainline
4502      Branch: perlio
4503           !> (integrate 50 files)
4504 ____________________________________________________________________________
4505 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4506         Log: Update Changes.
4507      Branch: perl
4508            ! Changes patchlevel.h
4509 ____________________________________________________________________________
4510 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4511         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4512              From: "Green, Paul" <Paul.Green@stratus.com>
4513              Date: Thu, 30 May 2002 11:11:35 -0400
4514              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4515      Branch: perl
4516            ! pod/perlvar.pod
4517 ____________________________________________________________________________
4518 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4519         Log: charnames patch from Thomas Wegner.
4520      Branch: perl
4521            ! lib/charnames.pm lib/charnames.t
4522 ____________________________________________________________________________
4523 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
4524         Log: Subject: [Patch perl@16861] charnames::vianame tweak
4525              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4526              Date: Thu, 30 May 2002 23:56:51 +0900
4527              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
4528      Branch: perl
4529            ! lib/charnames.pm
4530 ____________________________________________________________________________
4531 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
4532         Log: Chart the self-tying minefield.
4533      Branch: perl
4534            ! pod/perldelta.pod
4535 ____________________________________________________________________________
4536 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
4537         Log: Ignasi Roca convinced me, so #16855 is back in.
4538      Branch: perl
4539            ! utfebcdic.h
4540 ____________________________________________________________________________
4541 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
4542         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
4543              From: Andy Dougherty <doughera@lafayette.edu>
4544              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
4545              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
4546      Branch: perl
4547            ! hints/linux.sh
4548 ____________________________________________________________________________
4549 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
4550         Log: Sync with libnet-1.12
4551      Branch: perl
4552            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
4553 ____________________________________________________________________________
4554 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
4555         Log: Subject: Re: perl@16861
4556              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4557              Date: Wed, 29 May 2002 15:27:18 -0700
4558              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
4559              
4560              Yitzchak won't give up on self-ties.
4561      Branch: perl
4562            ! pp_sys.c t/op/tie.t
4563 ____________________________________________________________________________
4564 [ 16884] By: ams                                   on 2002/05/30  13:32:52
4565         Log: Ronald Kimball pointed out that there was a run-on sentence in the
4566              last patch by Stas Bekman, and I fixed it, and while I was at it, I
4567              fixed the wording of the last phrase as well, and then I re-wrapped
4568              the paragraph.
4569      Branch: perl
4570            ! pod/perlvar.pod
4571 ____________________________________________________________________________
4572 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
4573         Log: Integrate macperl change #16875.
4574      Branch: perl
4575           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4576           !> t/lib/warnings/op
4577 ____________________________________________________________________________
4578 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
4579         Log: Integrate macperl patch #16868.
4580      Branch: perl
4581           !> (integrate 36 files)
4582 ____________________________________________________________________________
4583 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
4584         Log: Subject: Re: [ PATCH ] module test fest
4585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4586              Date: Thu, 30 May 2002 13:52:18 +0200
4587              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
4588              
4589              HP-UX Oracle wisdom (with some tweaks)
4590      Branch: perl
4591            ! README.hpux
4592 ____________________________________________________________________________
4593 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
4594         Log: metaconfig unit change for #16879.
4595      Branch: metaconfig
4596            ! U/modified/Options.U
4597 ____________________________________________________________________________
4598 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
4599         Log: Configure -A should not mangle spaces, from H.Merijn B.
4600      Branch: perl
4601            ! Configure
4602 ____________________________________________________________________________
4603 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
4604         Log: OS/2: found the _fd_flags() prototype.
4605      Branch: perl
4606            ! os2/os2ish.h
4607 ____________________________________________________________________________
4608 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
4609         Log: Fix up the signal handler reinstallation lore.
4610      Branch: perl
4611            ! pod/perlipc.pod
4612 ____________________________________________________________________________
4613 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
4614         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
4615              From: Stas Bekman <stas@stason.org>
4616              Date: Thu, 30 May 2002 15:29:02 +0800
4617              Message-ID: <3CF5D4BE.4000500@stason.org>
4618      Branch: perl
4619            ! pod/perlipc.pod
4620 ____________________________________________________________________________
4621 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
4622         Log: Fixes for fixes
4623      Branch: macperl
4624            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4625            ! t/lib/warnings/op
4626 ____________________________________________________________________________
4627 [ 16874] By: ams                                   on 2002/05/30  07:41:30
4628         Log: Fix typo in #16866.
4629      Branch: perl
4630            ! lib/File/stat.t
4631 ____________________________________________________________________________
4632 [ 16873] By: ams                                   on 2002/05/30  07:39:24
4633         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
4634              From: Stas Bekman <stas@stason.org>
4635              Date: Thu, 30 May 2002 16:14:55 +0800
4636              Message-Id: <3CF5DF7F.1060700@stason.org>
4637      Branch: perl
4638            ! lib/File/Spec/Unix.pm
4639 ____________________________________________________________________________
4640 [ 16872] By: ams                                   on 2002/05/30  07:38:34
4641         Log: Subject: [PATCH pod/perlvar.pod] $^X
4642              From: Stas Bekman <stas@stason.org>
4643              Date: Thu, 30 May 2002 15:59:48 +0800
4644              Message-Id: <3CF5DBF4.7080500@stason.org>
4645      Branch: perl
4646            ! pod/perlvar.pod
4647 ____________________________________________________________________________
4648 [ 16871] By: nick                                  on 2002/05/30  06:45:56
4649         Log: Integrate all but lib/File/stat.t which seems broken.
4650      Branch: perlio
4651           !> Changes Porting/patching.pod cygwin/perlld.in
4652           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
4653           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4654           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
4655           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
4656           !> t/run/fresh_perl.t utfebcdic.h
4657 ____________________________________________________________________________
4658 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
4659         Log: Integrate perl
4660      Branch: macperl
4661           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4662           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4663           !> (integrate 137 files)
4664 ____________________________________________________________________________
4665 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
4666         Log: Makefile / config / test updates for MacPerl
4667      Branch: macperl
4668            + macos/MacPerlMakeTests.plx
4669            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4670            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
4671            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
4672 ____________________________________________________________________________
4673 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
4674         Log: Big MacPerl Testing Patch No. 1
4675              If you like this, stay tuned, there's more to come!
4676      Branch: macperl
4677            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
4678            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
4679            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
4680            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
4681            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
4682            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
4683            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
4684            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
4685            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4686            ! lib/Test/Harness/t/strap-analyze.t
4687            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
4688            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
4689            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
4690            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
4691            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
4692 ____________________________________________________________________________
4693 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
4694         Log: Attachments are okay.
4695      Branch: perl
4696            ! Porting/patching.pod
4697 ____________________________________________________________________________
4698 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
4699         Log: OS/2: ENOINO.
4700      Branch: perl
4701            ! lib/File/stat.t
4702 ____________________________________________________________________________
4703 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
4704         Log: OS/2: provide prototype.
4705      Branch: perl
4706            ! os2/os2ish.h
4707 ____________________________________________________________________________
4708 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
4709         Log: OS/2: fp stringification fudge.
4710              (After this the whole suite passes 98.30%)
4711      Branch: perl
4712            ! t/base/num.t
4713 ____________________________________________________________________________
4714 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
4715         Log: harness wasn't running x2p/s2p.t.
4716      Branch: perl
4717            ! t/harness
4718 ____________________________________________________________________________
4719 [ 16862] By: nick                                  on 2002/05/29  14:12:41
4720         Log: Integrate mainline
4721      Branch: perlio
4722           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4723           !> (integrate 100 files)
4724 ____________________________________________________________________________
4725 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
4726         Log: Subject: [PATCH] pack 'w' should be using NV, not double
4727              From: Nicholas Clark <nick@ccl4.org>
4728              Date: Wed, 29 May 2002 15:38:41 +0100
4729              Message-ID: <20020529153840.L53388@plum.flirble.org>
4730      Branch: perl
4731            ! pp_pack.c
4732 ____________________________________________________________________________
4733 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
4734         Log: Update Changes.
4735      Branch: perl
4736            ! Changes patchlevel.h
4737 ____________________________________________________________________________
4738 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
4739         Log: Spelling bee.
4740      Branch: perl
4741            ! t/op/tie.t
4742 ____________________________________________________________________________
4743 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
4744         Log: Recover some of the #16845.
4745      Branch: perl
4746            ! sv.c t/op/tie.t t/run/fresh_perl.t
4747 ____________________________________________________________________________
4748 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
4749         Log: Retract #16855 until settled.
4750      Branch: perl
4751            ! utfebcdic.h
4752 ____________________________________________________________________________
4753 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
4754         Log: OS/2: more missing definitions.
4755      Branch: perl
4756            ! os2/os2ish.h
4757 ____________________________________________________________________________
4758 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
4759         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
4760              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
4761              Date: Wed, 29 May 2002 13:16:16 +0200
4762              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
4763      Branch: perl
4764            ! utfebcdic.h
4765 ____________________________________________________________________________
4766 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
4767         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
4768      Branch: perl
4769            ! ext/Devel/PPPort/PPPort.pm
4770 ____________________________________________________________________________
4771 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
4772         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
4773              From: "Gerrit P. Haase" <gp@familiehaase.de>
4774              Date: Wed, 29 May 2002 08:06:43 +0200
4775              Message-ID: <1881715214417.20020529080643@familiehaase.de>
4776      Branch: perl
4777            ! perl.h
4778 ____________________________________________________________________________
4779 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
4780         Log: OS/2: more missing headers from John Poltorak.
4781      Branch: perl
4782            ! os2/os2ish.h
4783 ____________________________________________________________________________
4784 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
4785         Log: Subject: Re: forewarning: usedevel and versiononly
4786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4787              Date: Wed, 29 May 2002 09:41:23 +0200
4788              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
4789              
4790              More 5.7.3 -> 5.8.0.
4791      Branch: perl
4792            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
4793            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
4794 ____________________________________________________________________________
4795 [ 16850] By: ams                                   on 2002/05/29  06:48:19
4796         Log: Lots of spring cleaning. (No functional changes.)
4797      Branch: perl
4798            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4799            ! ext/Storable/README ext/Storable/Storable.pm
4800            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4801            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4802            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4803            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4804            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4805            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4806            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
4807            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4808            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4809            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4810 ____________________________________________________________________________
4811 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
4812         Log: pod cleanups.
4813      Branch: perl
4814            ! README.aix README.cygwin README.jp README.ko README.macos
4815            ! README.tw pod/perl561delta.pod pod/perldelta.pod
4816            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
4817            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
4818            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
4819 ____________________________________________________________________________
4820 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
4821         Log: Regen perltoc.
4822      Branch: perl
4823            ! pod/perltoc.pod
4824 ____________________________________________________________________________
4825 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
4826         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
4827              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4828              Date: Wed, 29 May 2002 02:48:15 +0400
4829              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
4830      Branch: perl
4831            ! wince/Makefile.ce
4832 ____________________________________________________________________________
4833 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
4834         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
4835              From: PPrymmer@factset.com
4836              Date: Tue, 28 May 2002 18:34:55 -0400
4837              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
4838      Branch: perl
4839            ! configure.com vms/genopt.com
4840 ____________________________________________________________________________
4841 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
4842         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
4843              to restore some level of sanity in the tied scalars can of worms.
4844      Branch: perl
4845            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
4846 ____________________________________________________________________________
4847 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
4848         Log: extension of change#16332: isolate signal diddling to the main
4849              interpreter (fixes signal-related races, e.g. when multiple
4850              threads run system())
4851      Branch: maint-5.6/perl
4852            ! util.c
4853 ____________________________________________________________________________
4854 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
4855         Log: Bump the version numbers to five-eight-oh.
4856      Branch: perl
4857            ! Configure NetWare/Makefile NetWare/config_H.wc
4858            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
4859            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
4860            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
4861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4862            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
4863            ! wince/config_H.ce
4864 ____________________________________________________________________________
4865 [ 16842] By: ams                                   on 2002/05/28  19:34:27
4866         Log: Subject: Minor INSTALL patch
4867              From: Andy Dougherty <doughera@lafayette.edu>
4868              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
4869              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
4870      Branch: perl
4871            ! INSTALL
4872 ____________________________________________________________________________
4873 [ 16841] By: ams                                   on 2002/05/28  19:01:22
4874         Log: Add integer.t to MANIFEST.
4875      Branch: perl
4876            ! ext/Storable/MANIFEST
4877 ____________________________________________________________________________
4878 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
4879         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
4880              From: Dan Kogai <dankogai@dan.co.jp>
4881              Date: Wed, 29 May 2002 03:43:57 +0900
4882              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
4883      Branch: perl
4884            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4885            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4886            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4887            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
4888            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
4889            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
4890            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
4891            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4892            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
4893            ! ext/Encode/t/mime-header.t
4894 ____________________________________________________________________________
4895 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
4896         Log: OS/2: bug found by John Poltorak.
4897      Branch: perl
4898            ! lib/ExtUtils/MM_OS2.pm
4899 ____________________________________________________________________________
4900 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
4901         Log: makefiles should not clobber lib/Thread directory (some Thread
4902              files seem to live there rather than in ext, for some reason)
4903      Branch: perl
4904            ! win32/Makefile win32/makefile.mk
4905 ____________________________________________________________________________
4906 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
4907         Log: Subject: [PATCH] Bug fix for charnames::vianame
4908              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4909              Date: Tue, 28 May 2002 23:53:39 +0900
4910              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
4911      Branch: perl
4912            ! lib/charnames.pm lib/charnames.t
4913 ____________________________________________________________________________
4914 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
4915         Log: Test output tweak.
4916      Branch: perl
4917            ! lib/ExtUtils/t/Embed.t
4918 ____________________________________________________________________________
4919 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
4920         Log: More charnames tweaks.
4921      Branch: perl
4922            ! lib/charnames.pm lib/charnames.t
4923 ____________________________________________________________________________
4924 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
4925         Log: Subject: [PATCH] Doc fix for charnames::vianame
4926              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4927              Date: Tue, 28 May 2002 22:46:41 +0900
4928              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
4929      Branch: perl
4930            ! lib/charnames.pm
4931 ____________________________________________________________________________
4932 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
4933         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
4934              From: "Yves Orton" <demerphq@hotmail.com>
4935              Date: Tue, 28 May 2002 15:43:12 +0200
4936              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
4937      Branch: perl
4938            ! lib/ExtUtils/t/Embed.t
4939 ____________________________________________________________________________
4940 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
4941         Log: metaconfig unit change for #16831.
4942      Branch: metaconfig/U/perl
4943            ! gccvers.U
4944 ____________________________________________________________________________
4945 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
4946         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
4947      Branch: perl
4948            ! Configure
4949 ____________________________________________________________________________
4950 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
4951         Log: Retract the Straps part of #16829 for now since
4952              the subtest 44 of t/strap.t started failing.
4953      Branch: perl
4954            ! lib/Test/Harness/Straps.pm
4955 ____________________________________________________________________________
4956 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
4957         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
4958              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4959              Date: Tue, 28 May 2002 08:17:53 +0200
4960              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
4961      Branch: perl
4962            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
4963            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
4964 ____________________________________________________________________________
4965 [ 16828] By: nick                                  on 2002/05/28  08:00:28
4966         Log: Integrate mainline
4967      Branch: perlio
4968           !> Changes Makefile.micro README.netware README.tru64
4969           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4970           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4971           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4972           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4973           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4974           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4975           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
4976           !> uconfig.h util.c
4977 ____________________________________________________________________________
4978 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
4979         Log: Tru64: sockatmark trouble.
4980      Branch: perl
4981            ! README.tru64
4982 ____________________________________________________________________________
4983 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
4984         Log: Update Changes.
4985      Branch: perl
4986            ! Changes patchlevel.h
4987 ____________________________________________________________________________
4988 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
4989         Log: Integrate perl
4990      Branch: macperl
4991           +> ext/Storable/t/integer.t
4992            ! macos/MPVersion.r macos/config.sh
4993           !> (integrate 60 files)
4994 ____________________________________________________________________________
4995 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
4996         Log: Todo update.
4997      Branch: perl
4998            ! pod/perltodo.pod
4999 ____________________________________________________________________________
5000 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
5001         Log: Don't assume sh and true.
5002      Branch: perl
5003            ! Makefile.micro uconfig.h
5004 ____________________________________________________________________________
5005 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
5006         Log: Subject: Re: [PATCH] Version tango
5007              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5008              Date: Mon, 27 May 2002 13:20:56 -0700
5009              Message-ID: <oUp88gzkgy+T092yn@efn.org>
5010      Branch: perl
5011            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5012            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5013            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5014            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5015            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5016            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5017 ____________________________________________________________________________
5018 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
5019         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
5020              stashes correctly.) Partial info is better than wrong info.
5021      Branch: perl
5022            ! t/lib/warnings/pp_hot util.c
5023 ____________________________________________________________________________
5024 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
5025         Log: A shot in the dark.
5026      Branch: perl
5027            ! mg.c
5028 ____________________________________________________________________________
5029 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
5030         Log: Comment nit from Yitzchak.
5031      Branch: perl
5032            ! sv.c
5033 ____________________________________________________________________________
5034 [ 16818] By: nick                                  on 2002/05/27  18:47:58
5035         Log: Integrate mainline
5036      Branch: perlio
5037           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5038           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
5039           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
5040           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
5041           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5042           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
5043           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
5044           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
5045           !> pod/perlsub.pod
5046 ____________________________________________________________________________
5047 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
5048         Log: POD cleanup and rewrapping.
5049      Branch: perl
5050            ! README.netware
5051 ____________________________________________________________________________
5052 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
5053         Log: Update Changes.
5054      Branch: perl
5055            ! Changes patchlevel.h
5056 ____________________________________________________________________________
5057 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
5058         Log: More NetWare.
5059      Branch: perl
5060            ! README.netware
5061 ____________________________________________________________________________
5062 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
5063         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
5064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5065              Date: Mon, 27 May 2002 19:26:27 +0200
5066              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
5067      Branch: perl
5068            ! hints/hpux.sh
5069 ____________________________________________________________________________
5070 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
5071         Log: We are not that certain about the localising of
5072              tied aggregates.
5073      Branch: perl
5074            ! pod/perldelta.pod
5075 ____________________________________________________________________________
5076 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
5077         Log: Missed from #16811.
5078      Branch: perl
5079            + NetWare/sv_nw.c
5080            ! MANIFEST
5081 ____________________________________________________________________________
5082 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
5083         Log: NetWare diff from Ananth Kesari.
5084      Branch: perl
5085            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5086            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
5087 ____________________________________________________________________________
5088 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
5089         Log: Integrate perlio:
5090              
5091              [ 16809]
5092              Add IO::Scalar fail case to the tests.
5093              
5094              [ 16808]
5095              Fix for the IO::Scalar bug (I think).
5096              At tie time break the loop but in a different place:
5097              A. Increment REFCNT of the RV involved in the self-tie
5098              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5099              At mg_free time
5100              Break the connection between the RV and its referent
5101              so that we do not try and free it (again).
5102              
5103              [ 16805]
5104              **** UNSAFE **** partial fix for IO::Scalar and local ties.
5105              Only op/local.t fails but it is nasty... try valgrind on other machine.
5106      Branch: perl
5107           !> mg.c sv.c t/op/tie.t
5108 ____________________________________________________________________________
5109 [ 16809] By: nick                                  on 2002/05/27  11:02:21
5110         Log: Add IO::Scalar fail case to the tests.
5111      Branch: perlio
5112            ! t/op/tie.t
5113 ____________________________________________________________________________
5114 [ 16808] By: nick                                  on 2002/05/27  09:54:46
5115         Log: Fix for the IO::Scalar bug (I think).
5116              At tie time break the loop but in a different place:
5117              A. Increment REFCNT of the RV involved in the self-tie
5118              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5119              At mg_free time
5120              Break the connection between the RV and its referent
5121              so that we do not try and free it (again).
5122      Branch: perlio
5123            ! mg.c sv.c
5124 ____________________________________________________________________________
5125 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
5126         Log: select() portability nit.
5127      Branch: perl
5128            ! pod/perlfunc.pod
5129 ____________________________________________________________________________
5130 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
5131         Log: Fix a remaining B::Lint bug.
5132      Branch: perl
5133            ! ext/B/B/Lint.pm ext/B/t/lint.t
5134 ____________________________________________________________________________
5135 [ 16805] By: nick                                  on 2002/05/26  20:51:31
5136         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
5137              Only op/local.t fails but it is nasty... try valgrind on other machine.
5138      Branch: perlio
5139            ! sv.c
5140 ____________________________________________________________________________
5141 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
5142         Log: Some day I might actually learn to test changes first
5143              before committing them in.
5144      Branch: perl
5145            ! hints/darwin.sh
5146 ____________________________________________________________________________
5147 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
5148         Log: Until otherwise proven.
5149      Branch: perl
5150            ! hints/darwin.sh
5151 ____________________________________________________________________________
5152 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
5153         Log: Darwin hint tweaks.
5154      Branch: perl
5155            ! hints/darwin.sh
5156 ____________________________________________________________________________
5157 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
5158         Log: FAQ sync.
5159      Branch: perl
5160            ! pod/perlfaq5.pod pod/perlfaq6.pod
5161 ____________________________________________________________________________
5162 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
5163         Log: Subject: [DOC-PATCH] README.cygwin updated
5164              From: "Gerrit P. Haase" <gp@familiehaase.de>
5165              Date: Sun, 26 May 2002 14:56:14 +0200
5166              Message-ID: <1151480833395.20020526145614@familiehaase.de>
5167      Branch: perl
5168            ! README.cygwin
5169 ____________________________________________________________________________
5170 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
5171         Log: I thinkk thinggy has only one g.
5172      Branch: perl
5173            ! pod/perldelta.pod
5174 ____________________________________________________________________________
5175 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5176         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5177              From: Dave Mitchell <davem@fdgroup.com>
5178              Date: Sun, 26 May 2002 14:15:42 +0100
5179              Message-ID: <20020526141542.B18527@fdgroup.com>
5180      Branch: perl
5181            ! pod/perldelta.pod pod/perlsub.pod
5182 ____________________________________________________________________________
5183 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5184         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5185              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5186              Date: Sat, 25 May 2002 21:52:16 -0700
5187              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5188      Branch: perl
5189            ! ext/B/B/Deparse.pm
5190 ____________________________________________________________________________
5191 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5192         Log: Slight reformatting; tiny tweaks.
5193      Branch: perl
5194            ! pod/perlipc.pod
5195 ____________________________________________________________________________
5196 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5197         Log: Integrate perlio:
5198              
5199              [ 16794]
5200              Update perlipc.pod for new signals
5201      Branch: perl
5202           !> pod/perlipc.pod
5203 ____________________________________________________________________________
5204 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5205         Log: Update perlipc.pod for new signals
5206      Branch: perlio
5207            ! pod/perlipc.pod
5208 ____________________________________________________________________________
5209 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5210         Log: Integrate mainline
5211      Branch: perlio
5212           !> AUTHORS Changes Configure patchlevel.h
5213 ____________________________________________________________________________
5214 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5215         Log: Mention that we do Win64.
5216      Branch: perl
5217            ! pod/perldelta.pod
5218 ____________________________________________________________________________
5219 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5220         Log: Document the $Config{byteorder} changes.
5221      Branch: perl
5222            ! pod/perldelta.pod
5223 ____________________________________________________________________________
5224 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5225         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5226              From: Nicholas Clark <nick@unfortu.net>
5227              Date: Sat, 25 May 2002 22:37:19 +0100
5228              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5229              
5230              Subject: [PATCH] Storable (smaller)
5231              From: Nicholas Clark <nick@unfortu.net>
5232              Date: Sat, 25 May 2002 23:13:13 +0100
5233              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5234      Branch: perl
5235            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5236            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5237 ____________________________________________________________________________
5238 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5239         Log: Update Changes.
5240      Branch: perl
5241            ! Changes patchlevel.h
5242 ____________________________________________________________________________
5243 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5244         Log: AUTHORS updates.
5245      Branch: perl
5246            ! AUTHORS
5247 ____________________________________________________________________________
5248 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5249         Log: metaconfig unit changes for #16786.
5250      Branch: metaconfig
5251            ! U/modified/Getfile.U U/modified/pager.U
5252 ____________________________________________________________________________
5253 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5254         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5255      Branch: perl
5256            ! Configure
5257 ____________________________________________________________________________
5258 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5259         Log: Integrate perlio:
5260              
5261              [ 16784]
5262              Fix VMS ungetc fix for platforms like NetBSD.
5263      Branch: perl
5264           !> perlio.c
5265 ____________________________________________________________________________
5266 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5267         Log: Fix VMS ungetc fix for platforms like NetBSD.
5268      Branch: perlio
5269            ! perlio.c
5270 ____________________________________________________________________________
5271 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5272         Log: Integrate mainline for Lupe's perlio.c fix before
5273              starting on NetBSD issue
5274      Branch: perlio
5275           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5276           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5277 ____________________________________________________________________________
5278 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5279         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5280              From: "Craig A. Berry" <craigberry@mac.com>
5281              Date: Sat, 25 May 2002 12:19:36 -0500
5282              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5283      Branch: perl
5284            ! lib/ExtUtils/t/basic.t
5285 ____________________________________________________________________________
5286 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
5287         Log: BeOS: update the test status.
5288      Branch: perl
5289            ! README.beos pod/perldelta.pod
5290 ____________________________________________________________________________
5291 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
5292         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5293              From: Nicholas Clark <nick@unfortu.net>
5294              Date: Sat, 25 May 2002 17:19:21 +0100
5295              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
5296      Branch: perl
5297            ! ext/Storable/t/integer.t
5298 ____________________________________________________________________________
5299 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
5300         Log: Update the number of tests.
5301      Branch: perl
5302            ! pod/perldelta.pod
5303 ____________________________________________________________________________
5304 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
5305         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
5306              From: lupe@lupe-christoph.de (Lupe Christoph)    
5307              Date: Sat, 25 May 2002 15:45:34 +0200
5308              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
5309      Branch: perl
5310            ! perlio.c pod/perlapio.pod
5311 ____________________________________________________________________________
5312 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
5313         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5314              From: Nicholas Clark <nick@unfortu.net>
5315              Date: Sat, 25 May 2002 12:17:44 +0100
5316              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
5317      Branch: perl
5318            ! ext/Storable/t/integer.t
5319 ____________________________________________________________________________
5320 [ 16776] By: nick                                  on 2002/05/25  11:23:28
5321         Log: Integrate mainline
5322      Branch: perlio
5323           +> ext/Storable/t/integer.t
5324           !> (integrate 41 files)
5325 ____________________________________________________________________________
5326 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
5327         Log: perldelta tweaks.
5328      Branch: perl
5329            ! pod/perldelta.pod
5330 ____________________________________________________________________________
5331 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
5332         Log: UNICOS: update test status.
5333      Branch: perl
5334            ! ext/Socket/socketpair.t pod/perldelta.pod
5335 ____________________________________________________________________________
5336 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
5337         Log: UNICOS: since $] is really 5.00700299999997,
5338              testing for equivalence with 5.007003 isn't correct.
5339              (From Nicholas Clark.)
5340      Branch: perl
5341            ! ext/Storable/t/downgrade.t
5342 ____________________________________________________________________________
5343 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
5344         Log: Knock off one test failure thanks to #16771.
5345      Branch: perl
5346            ! pod/perldelta.pod
5347 ____________________________________________________________________________
5348 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
5349         Log: In some (rare) platforms (such as UNICOS) using the native
5350              atof is still better.
5351      Branch: perl
5352            ! numeric.c perl.h
5353 ____________________________________________________________________________
5354 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
5355         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
5356              From: "Craig A. Berry" <craigberry@mac.com>
5357              Date: Fri, 24 May 2002 16:24:44 -0500
5358              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
5359      Branch: perl
5360            ! pod/perldelta.pod vms/vms.c
5361 ____________________________________________________________________________
5362 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
5363         Log: Subject: [PATCH pod/perllol.pod] small typo
5364              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
5365              Date: Fri, 24 May 2002 16:05:07 -0400
5366              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
5367      Branch: perl
5368            ! pod/perllol.pod
5369 ____________________________________________________________________________
5370 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
5371         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
5372              From: Andy Dougherty <doughera@lafayette.edu>
5373              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
5374              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
5375      Branch: perl
5376            ! hints/solaris_2.sh
5377 ____________________________________________________________________________
5378 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
5379         Log: Subject: [patch] small change
5380              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5381              Date: Fri, 24 May 2002 19:18:24 +0400
5382              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
5383      Branch: perl
5384            ! perl.h win32/makefile.mk
5385 ____________________________________________________________________________
5386 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
5387         Log: Subject: [PATCH] README.aix
5388              From: John Peacock <jpeacock@rowman.com>    
5389              Date: Fri, 24 May 2002 10:49:39 -0400
5390              Message-ID: <3CEE5303.1070201@rowman.com>
5391      Branch: perl
5392            ! README.aix
5393 ____________________________________________________________________________
5394 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
5395         Log: Upgrade to Locale-Codes 2.04.
5396      Branch: perl
5397            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
5398            ! lib/Locale/Country.pm
5399 ____________________________________________________________________________
5400 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
5401         Log: Update Changes.
5402      Branch: perl
5403            ! Changes patchlevel.h
5404 ____________________________________________________________________________
5405 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
5406         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
5407              From: Abigail <abigail@foad.org>
5408              Date: Fri, 24 May 2002 02:43:37 -0700
5409              Message-ID: <20020524024337.A28749@ucan.foad.org>
5410      Branch: perl
5411            ! Makefile.SH
5412 ____________________________________________________________________________
5413 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
5414         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
5415              From: Abigail <abigail@foad.org>
5416              Date: Fri, 24 May 2002 02:26:48 -0700
5417              Message-ID: <20020524022648.A31684@ucan.foad.org>
5418      Branch: perl
5419            ! ext/POSIX/t/posix.t
5420 ____________________________________________________________________________
5421 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
5422         Log: Doc tweaks.
5423      Branch: perl
5424            ! pod/perlunicode.pod pod/perluniintro.pod
5425 ____________________________________________________________________________
5426 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
5427         Log: More portability defines, now mostly type-related
5428              (based on Storable.xs)
5429      Branch: perl
5430            ! ext/Devel/PPPort/PPPort.pm
5431 ____________________________________________________________________________
5432 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
5433         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5434              From: Nicholas Clark <nick@unfortu.net>
5435              Date: Thu, 23 May 2002 23:43:16 +0100
5436              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
5437      Branch: perl
5438            + ext/Storable/t/integer.t
5439            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
5440            ! ext/Storable/Storable.xs
5441 ____________________________________________________________________________
5442 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
5443         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
5444              From: "Craig A. Berry" <craigberry@mac.com>
5445              Date: Thu, 23 May 2002 16:47:34 -0500
5446              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5447      Branch: perl
5448            ! configure.com
5449 ____________________________________________________________________________
5450 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5451         Log: One more ppportability thing (from Sarathy).
5452      Branch: perl
5453            ! ext/Devel/PPPort/PPPort.pm
5454 ____________________________________________________________________________
5455 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5456         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5457              From: Michael G Schwern <schwern@pobox.com>
5458              Date: Wed, 22 May 2002 19:21:43 -0400
5459              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5460      Branch: perl
5461            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5462            ! lib/Test/Harness/t/strap-analyze.t
5463            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5464            ! t/lib/sample-tests/die_head_end
5465            ! t/lib/sample-tests/die_last_minute
5466 ____________________________________________________________________________
5467 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5468         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5469              From: Michael G Schwern <schwern@pobox.com>
5470              Date: Wed, 22 May 2002 19:14:35 -0400
5471              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5472      Branch: perl
5473            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5474            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5475            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5476 ____________________________________________________________________________
5477 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5478         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5479              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5480              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5481              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5482      Branch: perl
5483            ! dump.c
5484 ____________________________________________________________________________
5485 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5486         Log: Typo squad.
5487      Branch: perl
5488            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5489 ____________________________________________________________________________
5490 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5491         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5492              From: Abigail <abigail@foad.org>
5493              Date: Thu, 23 May 2002 07:53:33 -0700
5494              Message-ID: <20020523075333.A14658@ucan.foad.org>
5495      Branch: perl
5496            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5497 ____________________________________________________________________________
5498 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5499         Log: PPPort dTHX.
5500      Branch: perl
5501            ! ext/Devel/PPPort/PPPort.pm
5502 ____________________________________________________________________________
5503 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5504         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5505      Branch: perlio
5506           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5507           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5508           !> pod/perldelta.pod
5509 ____________________________________________________________________________
5510 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5511         Log: We do not want utf8.t to be compiled under -Mutf8,
5512              wonky as it sounds.
5513      Branch: perl
5514            ! lib/utf8.t
5515 ____________________________________________________________________________
5516 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5517         Log: We do not want to see the utf8 hints bit.
5518      Branch: perl
5519            ! lib/vmsish.t
5520 ____________________________________________________________________________
5521 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5522         Log: More -Mutf8 cleanup.
5523      Branch: perl
5524            ! ext/PerlIO/t/fallback.t
5525 ____________________________________________________________________________
5526 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
5527         Log: -Mutf8 cleanup.
5528      Branch: perl
5529            ! ext/Encode/t/mime-header.t
5530 ____________________________________________________________________________
5531 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
5532         Log: Integrate perlio:
5533              
5534              [ 16740]
5535              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5536              
5537              [ 16739]
5538              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5539              ungetc() and buffer snooping may not mix. So use buffer snoop
5540              hooks to avoid ungetc() where available.
5541              unread() falls back to using :pending layer, and fill has
5542              VMS specific code (which should not get used) or ungetc()
5543              which should work.
5544              
5545              [ 16737]
5546              Flag the VMS-problem-causing part of :encoding
5547              for enhancement. (Problem still needs fixing in perlio.c)
5548      Branch: perl
5549           !> ext/PerlIO/encoding/encoding.xs perlio.c
5550 ____________________________________________________________________________
5551 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
5552         Log: Subject: Re: Additional README.aix changes
5553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5554              Date: Wed, 22 May 2002 08:37:37 +0200
5555              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
5556      Branch: perl
5557            ! README.aix
5558 ____________________________________________________________________________
5559 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
5560         Log: HP-UX 11.00 io_xs hangup workaround.
5561      Branch: perl
5562            ! hints/hpux.sh
5563 ____________________________________________________________________________
5564 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
5565         Log: Updated UNICOS status from Mark Lutz.
5566      Branch: perl
5567            ! pod/perldelta.pod
5568 ____________________________________________________________________________
5569 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
5570         Log: UNICOS: Mark Lutz had a better idea.
5571      Branch: perl
5572            ! hints/unicos.sh
5573 ____________________________________________________________________________
5574 [ 16740] By: nick                                  on 2002/05/22  21:13:10
5575         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5576      Branch: perlio
5577            ! perlio.c
5578 ____________________________________________________________________________
5579 [ 16739] By: nick                                  on 2002/05/22  20:59:22
5580         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5581              ungetc() and buffer snooping may not mix. So use buffer snoop
5582              hooks to avoid ungetc() where available.
5583              unread() falls back to using :pending layer, and fill has
5584              VMS specific code (which should not get used) or ungetc()
5585              which should work.
5586      Branch: perlio
5587            ! perlio.c
5588 ____________________________________________________________________________
5589 [ 16738] By: nick                                  on 2002/05/22  20:34:55
5590         Log: Integrate mainline
5591      Branch: perlio
5592           !> (integrate 40 files)
5593 ____________________________________________________________________________
5594 [ 16737] By: nick                                  on 2002/05/22  19:04:13
5595         Log: Flag the VMS-problem-causing part of :encoding
5596              for enhancement. (Problem still needs fixing in perlio.c)
5597      Branch: perlio
5598            ! ext/PerlIO/encoding/encoding.xs
5599 ____________________________________________________________________________
5600 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
5601         Log: UNICOS: using uname -m is wrong since what matters
5602              is what CPUs (FPUs) we have.
5603      Branch: perl
5604            ! hints/unicos.sh
5605 ____________________________________________________________________________
5606 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
5607         Log: Update Changes.
5608      Branch: perl
5609            ! Changes patchlevel.h
5610 ____________________________________________________________________________
5611 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
5612         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5613              From: Dave Mitchell <davem@fdgroup.com>
5614              Date: Wed, 22 May 2002 12:53:21 +0100
5615              Message-ID: <20020522125320.E12794@fdgroup.com>
5616      Branch: perl
5617            ! ext/threads/shared/t/cond.t
5618 ____________________________________________________________________________
5619 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
5620         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
5621              From: John Borwick <john_borwick@ncsu.edu>
5622              Date: Wed, 22 May 2002 04:10:37 -0400
5623              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
5624      Branch: perl
5625            ! pod/perlunicode.pod pod/perluniintro.pod
5626 ____________________________________________________________________________
5627 [ 16732] By: ams                                   on 2002/05/22  05:47:35
5628         Log: Integrate #16731 from //depot/macperl.
5629      Branch: perl
5630           !> t/io/crlf.t
5631 ____________________________________________________________________________
5632 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
5633         Log: Be more specific in what we're looking for
5634      Branch: macperl
5635            ! t/io/crlf.t
5636 ____________________________________________________________________________
5637 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
5638         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
5639      Branch: macperl
5640            + lib/Unicode/README
5641           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5642           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5643            - t/lib/st-dump.pl
5644            ! macos/MPVersion.r macos/config.sh
5645           !> (integrate 135 files)
5646 ____________________________________________________________________________
5647 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
5648         Log: FAQ sync.
5649      Branch: perl
5650            ! pod/perlfaq4.pod
5651 ____________________________________________________________________________
5652 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
5653         Log: Getopt::Std clarification from John Borwick.
5654      Branch: perl
5655            ! lib/Getopt/Std.pm
5656 ____________________________________________________________________________
5657 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
5658         Log: Subject: Re: [Patch] for problem with shellwords.pl
5659              From: "Curtis Poe" <cp@onsitetech.com>
5660              Date: Tue, 21 May 2002 11:17:40 -0700
5661              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
5662              
5663              Subject: [Patch] for security problem with Text::ParseWords
5664              From: "Curtis Poe" <cp@onsitetech.com>     
5665              Date: Tue, 21 May 2002 15:10:18 -0700
5666              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
5667      Branch: perl
5668            ! lib/Text/ParseWords.pm lib/shellwords.pl
5669 ____________________________________________________________________________
5670 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
5671         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
5672              From: Nicholas Clark <nick@unfortu.net>
5673              Date: Tue, 21 May 2002 23:01:48 +0100
5674              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
5675      Branch: perl
5676            ! ext/SDBM_File/SDBM_File.xs
5677 ____________________________________________________________________________
5678 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
5679         Log: Subject: [PATCH] Additional README.aix changes
5680              From: John Peacock <jpeacock@rowman.com>
5681              Date: Tue, 21 May 2002 12:01:10 -0400
5682              Message-ID: <3CEA6F46.70902@rowman.com>
5683      Branch: perl
5684            ! README.aix
5685 ____________________________________________________________________________
5686 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
5687         Log: Subject: Win32 crash in fork.t (perl@16694)
5688              From: "Kevin Chase" <kevincha99@hotmail.com>
5689              Date: Mon, 20 May 2002 17:02:16 -0700
5690              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
5691              
5692              
5693              It looks that the Poison() found its first target.
5694              The suggested patch is fine.
5695      Branch: perl
5696            ! cop.h
5697 ____________________________________________________________________________
5698 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
5699         Log: microperl: if DIEing on no-functionality, the has-functionality
5700              would be unreachable code.
5701      Branch: perl
5702            ! pp.c pp_sys.c
5703 ____________________________________________________________________________
5704 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
5705         Log: microperl: do not regenerate the perly.
5706      Branch: perl
5707            ! Makefile.micro
5708 ____________________________________________________________________________
5709 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
5710         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
5711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5712              Date: Mon, 20 May 2002 22:55:46 -0700
5713              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
5714      Branch: perl
5715            ! utils/h2xs.PL
5716 ____________________________________________________________________________
5717 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
5718         Log: Regen uconfig.h.
5719      Branch: perl
5720            ! uconfig.h
5721 ____________________________________________________________________________
5722 [ 16719] By: ams                                   on 2002/05/21  05:02:01
5723         Log: Why quote some keys?
5724      Branch: perl
5725            ! ext/Storable/Makefile.PL
5726 ____________________________________________________________________________
5727 [ 16718] By: ams                                   on 2002/05/21  04:08:39
5728         Log: Suppress warning about $canonical. (Nicholas Clark)
5729      Branch: perl
5730            ! ext/Storable/Storable.pm
5731 ____________________________________________________________________________
5732 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
5733         Log: Subject: [PATCH] VMS iThreads follow-up
5734              From: "Craig A. Berry" <craigberry@mac.com>
5735              Date: Mon, 20 May 2002 21:34:17 -0500
5736              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
5737      Branch: perl
5738            ! configure.com
5739 ____________________________________________________________________________
5740 [ 16716] By: ams                                   on 2002/05/21  02:47:18
5741         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
5742              2. Install in core library directory. (Tatsuhiko Miyagawa)
5743      Branch: perl
5744            ! ext/Storable/Makefile.PL
5745 ____________________________________________________________________________
5746 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
5747         Log: Subject: [Encode] 1.72 released
5748              From: Dan Kogai <dankogai@dan.co.jp>
5749              Date: Tue, 21 May 2002 01:06:19 +0900
5750              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
5751      Branch: perl
5752            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5753            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5754            ! ext/Encode/Unicode/Unicode.xs
5755            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
5756 ____________________________________________________________________________
5757 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
5758         Log: Update Changes.
5759      Branch: perl
5760            ! Changes patchlevel.h
5761 ____________________________________________________________________________
5762 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
5763         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
5764      Branch: perl
5765            ! pod/perlfaq4.pod
5766 ____________________________________________________________________________
5767 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
5768         Log: metaconfig unit changes for #16711.
5769      Branch: metaconfig
5770            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5771            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5772            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5773            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5774            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5775            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5776            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5777            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5778            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5779            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5780            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5781            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5782            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5783            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5784            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5785            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5786            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5787            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5788            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5789            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5790            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5791            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5792            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5793            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5794 ____________________________________________________________________________
5795 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
5796         Log: Document better what the foo_r_proto are supposed to be.
5797      Branch: perl
5798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5799            ! config_h.SH reentr.pl
5800 ____________________________________________________________________________
5801 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
5802         Log: Subject: Re: pod patches.
5803              From: Jim Cromie <jcromie@divsol.com>
5804              Date: Mon, 20 May 2002 09:00:10 -0600
5805              Message-ID: <3CE90F7A.3070309@divsol.com>
5806              
5807              (with Philip Newton's tweaks)
5808      Branch: perl
5809            ! pod/perlsub.pod
5810 ____________________________________________________________________________
5811 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
5812         Log: Subject: Re: pod patch - perldelta.pod
5813              From: Jim Cromie <jcromie@divsol.com>
5814              Date: Mon, 20 May 2002 07:16:54 -0600
5815              Message-ID: <3CE8F746.50603@divsol.com>
5816      Branch: perl
5817            ! pod/perldelta.pod
5818 ____________________________________________________________________________
5819 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
5820         Log: Subject: [patch] one more little step for WinCE
5821              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5822              Date: Mon, 20 May 2002 11:47:19 +0400
5823              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
5824      Branch: perl
5825            ! wince/Makefile.ce
5826 ____________________________________________________________________________
5827 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
5828         Log: Preemptive doc patch.
5829      Branch: perl
5830            ! pod/perldelta.pod
5831 ____________________________________________________________________________
5832 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
5833         Log: The "constant sub redefined" warning can't be disabled.
5834      Branch: perl
5835            ! pod/perldiag.pod
5836 ____________________________________________________________________________
5837 [ 16705] By: nick                                  on 2002/05/20  10:18:26
5838         Log: Integrate mainline
5839      Branch: perlio
5840           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5841           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
5842           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
5843           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
5844 ____________________________________________________________________________
5845 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
5846         Log: Missed hunk from #16701.
5847      Branch: perl
5848            ! vms/vms.c
5849 ____________________________________________________________________________
5850 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
5851         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
5852              From: andreas.koenig@anima.de (Andreas J. Koenig)
5853              Date: Mon, 20 May 2002 05:36:14 +0200
5854              Message-ID: <m34rh37aoh.fsf@anima.de>
5855      Branch: perl
5856            + lib/CPAN/t/mirroredby.t
5857            ! MANIFEST
5858 ____________________________________________________________________________
5859 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
5860         Log: Subject: tiny doc tweaks
5861              From: andreas.koenig@anima.de (Andreas J. Koenig)
5862              Date: Mon, 20 May 2002 05:07:13 +0200
5863              Message-ID: <m38z6f7c0u.fsf@anima.de>
5864      Branch: perl
5865            ! pod/perldelta.pod pod/perlfunc.pod
5866 ____________________________________________________________________________
5867 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
5868         Log: Subject: [PATCH @16694] ithreads for VMS
5869              From: "Craig A. Berry" <craigberry@mac.com>
5870              Date: Sun, 19 May 2002 22:06:43 -0500
5871              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
5872      Branch: perl
5873            ! configure.com vms/vms.c vms/vmsish.h
5874 ____________________________________________________________________________
5875 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
5876         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
5877              From: Autrijus Tang <autrijus@autrijus.org>
5878              Date: Mon, 20 May 2002 04:10:31 +0800
5879              Message-ID: <20020519201031.GA1603@not.autrijus.org>
5880      Branch: perl
5881            ! ext/Encode/Encode/Makefile_PL.e2x
5882 ____________________________________________________________________________
5883 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
5884         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
5885              while trying to -O3 optimize B.c.  (A bit weird since
5886              10.1.4 used to work fine, and nothing has changed in
5887              ext/B/..., but the overoptimization was repeatable.)
5888      Branch: perl
5889            + ext/B/hints/darwin.pl
5890            ! MANIFEST
5891 ____________________________________________________________________________
5892 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
5893         Log: UNICOS/mk seems to still have this problem.
5894      Branch: perl
5895            ! ext/Socket/socketpair.t
5896 ____________________________________________________________________________
5897 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
5898         Log: perldelta tweaks.
5899      Branch: perl
5900            ! pod/perldelta.pod
5901 ____________________________________________________________________________
5902 [ 16696] By: nick                                  on 2002/05/19  18:26:39
5903         Log: Integrate mailine
5904      Branch: perlio
5905           !> (integrate 35 files)
5906 ____________________________________________________________________________
5907 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
5908         Log: Document the reentrant_retry(), but from user's viewpoint.
5909      Branch: perl
5910            ! pod/perlthrtut.pod
5911 ____________________________________________________________________________
5912 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
5913         Log: Update Changes.
5914      Branch: perl
5915            ! Changes patchlevel.h
5916 ____________________________________________________________________________
5917 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
5918         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
5919              From: Slaven Rezic <slaven.rezic@berlin.de>
5920              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
5921              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
5922      Branch: perl
5923            ! lib/Benchmark.pm
5924 ____________________________________________________________________________
5925 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
5926         Log: Document once more the difference between :utf8
5927              and :encoding(...).
5928      Branch: perl
5929            ! lib/open.pm pod/perluniintro.pod
5930 ____________________________________________________________________________
5931 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
5932         Log: Third Degree: make the options more portable between
5933              Tru64 versions.
5934      Branch: perl
5935            ! Makefile.SH
5936 ____________________________________________________________________________
5937 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
5938         Log: IRIX SMP turned up a few hundred "Use of uninitialized
5939              value in numeric eq" warnings: initialise the $counter2.
5940      Branch: perl
5941            ! ext/threads/shared/t/cond.t
5942 ____________________________________________________________________________
5943 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
5944         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
5945              From: Dave Mitchell <davem@fdgroup.com>
5946              Date: Sun, 19 May 2002 00:50:43 +0100
5947              Message-ID: <20020519005043.F7275@fdgroup.com>
5948      Branch: perl
5949            ! ext/threads/shared/t/cond.t
5950 ____________________________________________________________________________
5951 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
5952         Log: Sarathy pointed out that instead of zeroing heap
5953              it is more prudent to poison it.
5954      Branch: perl
5955            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
5956            ! scope.c sv.c util.c
5957 ____________________________________________________________________________
5958 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
5959         Log: The thread warnings aren't quite yet working as planned.
5960      Branch: perl
5961            ! ext/threads/shared/t/cond.t
5962 ____________________________________________________________________________
5963 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
5964         Log: Forgotten from #16685.
5965      Branch: perl
5966            ! ext/threads/shared/t/cond.t
5967 ____________________________________________________________________________
5968 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
5969         Log: Subject: [PATCH threads] revised warnings + more tests + docs
5970              From: Dave Mitchell <davem@fdgroup.com>
5971              Date: Sat, 18 May 2002 22:24:51 +0100
5972              Message-ID: <20020518222451.E7275@fdgroup.com>
5973      Branch: perl
5974            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5975            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
5976            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
5977 ____________________________________________________________________________
5978 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
5979         Log: Storable status tweak.
5980      Branch: perl
5981            ! pod/perldelta.pod
5982 ____________________________________________________________________________
5983 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
5984         Log: perlfunc and perldelta updates about caller().
5985      Branch: perl
5986            ! pod/perldelta.pod pod/perlfunc.pod
5987 ____________________________________________________________________________
5988 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
5989         Log: Subject: [PATCH] RE: perl@16678
5990              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5991              Date: Sat, 18 May 2002 21:15:43 +0100
5992              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
5993              
5994              Making the symbols generated by warnings.pl future-proof.
5995      Branch: perl
5996            ! lib/warnings.pm warnings.h warnings.pl
5997 ____________________________________________________________________________
5998 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
5999         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
6000              From: Michael G Schwern <schwern@pobox.com>
6001              Date: Sat, 18 May 2002 14:53:50 -0400
6002              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
6003      Branch: perl
6004            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
6005            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6006 ____________________________________________________________________________
6007 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
6008         Log: Prettyprinting.
6009      Branch: perl
6010            ! t/op/recurse.t
6011 ____________________________________________________________________________
6012 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
6013         Log: Companion to #16601: cxinc would create uninitialized
6014              PERL_CONTEXTs.  The bug was tickled by the test
6015              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
6016              added to check that I got the context stack extension right.
6017              Also rewrite recurse.t to use test.pl.
6018      Branch: perl
6019            ! scope.c t/op/recurse.t
6020 ____________________________________________________________________________
6021 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
6022         Log: Update Changes.
6023      Branch: perl
6024            ! Changes patchlevel.h
6025 ____________________________________________________________________________
6026 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
6027         Log: URL and other tiny tweaks.
6028      Branch: perl
6029            ! pod/perluniintro.pod
6030 ____________________________________________________________________________
6031 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
6032         Log: Subject: [Patch] doc patch on Unicode
6033              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6034              Date: Sun, 19 May 2002 01:01:58 +0900
6035              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
6036      Branch: perl
6037            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
6038 ____________________________________________________________________________
6039 [ 16675] By: ams                                   on 2002/05/18  15:06:35
6040         Log: s/2.0/2.00/ to be CPAN friendly.
6041      Branch: perl
6042            ! ext/Storable/Storable.pm
6043 ____________________________________________________________________________
6044 [ 16674] By: ams                                   on 2002/05/18  14:47:07
6045         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
6046              EBCDIC, amazing.
6047              From: Philip Newton <Philip.Newton@gmx.net>
6048              Date: Sat, 18 May 2002 09:54:13 +0200
6049              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
6050      Branch: perl
6051            ! lib/Pod/t/eol.t
6052 ____________________________________________________________________________
6053 [ 16673] By: ams                                   on 2002/05/18  14:41:00
6054         Log: Subject: Storable test for 64 bit 5.6.1
6055              From: Nicholas Clark <nick@unfortu.net>
6056              Date: Sat, 18 May 2002 15:48:55 +0100
6057              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
6058              (Private mail.)
6059      Branch: perl
6060            ! ext/Storable/t/malice.t
6061 ____________________________________________________________________________
6062 [ 16672] By: nick                                  on 2002/05/18  09:47:51
6063         Log: Integrate mainline
6064      Branch: perlio
6065           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6066            - t/lib/st-dump.pl
6067           !> (integrate 67 files)
6068 ____________________________________________________________________________
6069 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
6070         Log: No more true.
6071      Branch: perl
6072            ! lib/vars.pm
6073 ____________________________________________________________________________
6074 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
6075         Log: Make use vars grok UTF-8.
6076      Branch: perl
6077            ! lib/vars.pm t/run/fresh_perl.t
6078 ____________________________________________________________________________
6079 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
6080         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
6081              From: Michael G Schwern <schwern@pobox.com>
6082              Date: Fri, 17 May 2002 23:54:29 -0400  
6083              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
6084      Branch: perl
6085            ! t/op/tie.t t/run/fresh_perl.t
6086 ____________________________________________________________________________
6087 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
6088         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
6089              From: Michael G Schwern <schwern@pobox.com>
6090              Date: Fri, 17 May 2002 20:37:26 -0400  
6091              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
6092      Branch: perl
6093            + t/lib/sample-tests/shbang_misparse
6094            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6095            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6096            ! lib/Test/Harness/t/test-harness.t
6097 ____________________________________________________________________________
6098 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
6099         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
6100              From: Nicholas Clark <nick@unfortu.net>
6101              Date: Sat, 18 May 2002 00:18:39 +0100  
6102              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
6103              
6104              Use Storable's st-dump.pl.
6105      Branch: perl
6106            - t/lib/st-dump.pl
6107            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
6108            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
6109            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6110            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
6111            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
6112            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
6113            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
6114 ____________________________________________________________________________
6115 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
6116         Log: Forgotten from #16656.
6117      Branch: perl
6118            ! ext/B/B.xs
6119 ____________________________________________________________________________
6120 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
6121         Log: Subject: [PATCH] Storable ChangeLog ready for release 
6122              From: Nicholas Clark <nick@unfortu.net>
6123              Date: Fri, 17 May 2002 23:17:34 +0100  
6124              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
6125      Branch: perl
6126            ! ext/Storable/ChangeLog
6127 ____________________________________________________________________________
6128 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
6129         Log: Subject: [PATCH] Storable stand alone tests
6130              From: Nicholas Clark <nick@unfortu.net>
6131              Date: Fri, 17 May 2002 22:43:35 +0100  
6132              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
6133      Branch: perl
6134            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6135            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
6136            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
6137            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6138            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
6139            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
6140            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
6141            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6142            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6143            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
6144 ____________________________________________________________________________
6145 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
6146         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
6147              From: Michael G Schwern <schwern@pobox.com>
6148              Date: Fri, 17 May 2002 17:17:54 -0400  
6149              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
6150      Branch: perl
6151            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6152            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6153            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6154            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
6155            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
6156            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6157            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6158            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6159            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
6160            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
6161            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6162            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
6163            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
6164            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
6165 ____________________________________________________________________________
6166 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
6167         Log: More regression tests for caller() and fix one bug of #16658.
6168      Branch: perl
6169            ! pp_ctl.c t/op/caller.t
6170 ____________________________________________________________________________
6171 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
6172         Log: Integrate perlio:
6173              
6174              [ 16657]
6175              Fix the crlf.t buffer leak
6176              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6177              flagged it because it is more often popped without stream
6178              being closed.
6179              - Define non-noop PerlIOBuf_popped(), use it and export it.
6180      Branch: perl
6181           !> makedef.pl perlio.c perliol.h
6182 ____________________________________________________________________________
6183 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6184         Log: Add a note about Cwd::fastcwd() returning tainted data.
6185              Sort modules alphabetically.
6186      Branch: perl
6187            ! pod/perldelta.pod
6188 ____________________________________________________________________________
6189 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6190         Log: Remove O from the untested modules list.
6191      Branch: perl
6192            ! t/lib/1_compile.t
6193 ____________________________________________________________________________
6194 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6195         Log: Fix bug 20020517.003 : segfault with caller().
6196              Add regression tests for caller.
6197      Branch: perl
6198            + t/op/caller.t
6199            ! MANIFEST pp_ctl.c
6200 ____________________________________________________________________________
6201 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6202         Log: Fix the crlf.t buffer leak
6203              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6204              flagged it because it is more often popped without stream
6205              being closed.
6206              - Define non-noop PerlIOBuf_popped(), use it and export it.
6207      Branch: perlio
6208            ! makedef.pl perlio.c perliol.h
6209 ____________________________________________________________________________
6210 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6211         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6212              char" but old code using just a "char" doesn't need changes.
6213              (The change is using a temporary pointer instead of a direct
6214              cast to unsigned char* which would blindly cast anything,
6215              not just char pointers.)  (The problem arose in MacOS Classic,
6216              as seen by Pudge, the cure by Nicholas Clark.)
6217      Branch: perl
6218            ! hv.c hv.h op.c sv.c vms/vms.c
6219 ____________________________________________________________________________
6220 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6221         Log: Integrate mainline
6222      Branch: perlio
6223           !> (integrate 28 files)
6224 ____________________________________________________________________________
6225 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6226         Log: Update Changes.
6227      Branch: perl
6228            ! Changes patchlevel.h
6229 ____________________________________________________________________________
6230 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6231         Log: FAQ sync.
6232      Branch: perl
6233            ! pod/perlfaq4.pod pod/perlfaq8.pod
6234 ____________________________________________________________________________
6235 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6236         Log: Forgot from #16628.
6237      Branch: perl
6238            ! ext/Encode/Makefile.PL
6239 ____________________________________________________________________________
6240 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6241         Log: One Last Time
6242      Branch: macperl
6243            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6244            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6245            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6246            + lib/Unicode/UCD.t
6247 ____________________________________________________________________________
6248 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6249         Log: Stupid case insensitivity
6250      Branch: macperl
6251            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6252            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6253            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6254            - lib/unicode/UCD.t
6255 ____________________________________________________________________________
6256 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6257         Log: Move Unicode -> unicode, remove README
6258      Branch: macperl
6259            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6260            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6261            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6262            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6263 ____________________________________________________________________________
6264 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6265         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6266      Branch: macperl
6267           +> lib/unicode/Collate/README
6268 ____________________________________________________________________________
6269 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6270         Log: Move Unicode -> unicode, remove README
6271      Branch: macperl
6272           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6273           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6274           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6275 ____________________________________________________________________________
6276 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6277         Log: Integrate perl
6278      Branch: macperl
6279           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6280           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6281           +> lib/Thread/Semaphore.pm
6282            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6283            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
6284            - wince/include/sys/types.h wince/include/sys/utime.h
6285            - wince/include/time.h
6286            ! macos/MPVersion.r macos/config.sh
6287           !> (integrate 173 files)
6288 ____________________________________________________________________________
6289 [ 16645] By: nick                                  on 2002/05/17  06:56:40
6290         Log: Integrate mainline
6291      Branch: perlio
6292           +> ext/Storable/t/st-dump.pl
6293            - wince/FindExt.pm
6294           !> (integrate 40 files)
6295 ____________________________________________________________________________
6296 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
6297         Log: STDERR noise.
6298      Branch: perl
6299            ! lib/Switch.pm
6300 ____________________________________________________________________________
6301 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
6302         Log: Upgrade to Switch 2.07.
6303      Branch: perl
6304            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6305            ! lib/Switch/t/given.t lib/Switch/t/nested.t
6306            ! lib/Switch/t/switch.t
6307 ____________________________________________________________________________
6308 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
6309         Log: Missed hunk in #16641.
6310      Branch: perl
6311            ! lib/Filter/Simple/Changes
6312 ____________________________________________________________________________
6313 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
6314         Log: Upgrade to Filter::Simple 0.78.
6315              (Keep #14432, let Damian know of it.)
6316      Branch: perl
6317            ! lib/Filter/Simple.pm lib/Filter/Simple/README
6318            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
6319            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6320            ! lib/Filter/Simple/t/import.t
6321 ____________________________________________________________________________
6322 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
6323         Log: More Third Degree.
6324      Branch: perl
6325            ! t/TEST
6326 ____________________________________________________________________________
6327 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
6328         Log: Third Degree tweaks.
6329      Branch: perl
6330            ! pod/perlhack.pod t/TEST
6331 ____________________________________________________________________________
6332 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
6333         Log: Purify: dl_last_error was leaking.
6334      Branch: perl
6335            ! ext/DynaLoader/dlutils.c
6336 ____________________________________________________________________________
6337 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
6338         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
6339              From: Chris Ball <chris@cpan.org>
6340              Date: 16 May 2002 20:51:34 +0100
6341              Message-ID: <86lmajvpkp.fsf@void.printf.net>
6342      Branch: perl
6343            ! utils/perldoc.PL
6344 ____________________________________________________________________________
6345 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
6346         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
6347              From: "Craig A. Berry" <craigberry@mac.com>
6348              Date: Thu, 16 May 2002 14:13:15 -0500
6349              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
6350      Branch: perl
6351            ! lib/ExtUtils/t/Constant.t
6352 ____________________________________________________________________________
6353 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
6354         Log: Make Cwd::fastcwd() return a tainted value.
6355              Add regression tests for taint-safety of the *cwd()
6356              functions.
6357      Branch: perl
6358            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
6359 ____________________________________________________________________________
6360 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
6361         Log: Subject: Re: AIX warning in hints regarding gcc
6362              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6363              Date: Thu, 16 May 2002 18:55:41 +0200
6364              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
6365      Branch: perl
6366            ! hints/aix.sh
6367 ____________________________________________________________________________
6368 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
6369         Log: Update the test statuses.
6370      Branch: perl
6371            ! pod/perldelta.pod
6372 ____________________________________________________________________________
6373 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
6374         Log: The UDP sockpair failure seems to have magically
6375              disappeared from both UNICOSes.
6376              (One gets "UNEXPECTEDLY SUCCEEDED".)
6377      Branch: perl
6378            ! ext/Socket/socketpair.t
6379 ____________________________________________________________________________
6380 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
6381         Log: Brokenness of restricted hashes with Storable on EBCDIC
6382              seems to be an artifact of the downgrade.t.
6383      Branch: perl
6384            ! ext/Storable/Storable.pm
6385 ____________________________________________________________________________
6386 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
6387         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
6388              memory debuggers.
6389      Branch: perl
6390            ! pod/perlhack.pod
6391 ____________________________________________________________________________
6392 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
6393         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
6394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6395              Date: Thu, 16 May 2002 16:42:34 +0200
6396              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
6397              
6398              gcc 3 version parsing proofing.
6399      Branch: perl
6400            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
6401 ____________________________________________________________________________
6402 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
6403         Log: Subject: [PATCH] good day for WinCE port of perl.
6404              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6405              Date: Thu, 16 May 2002 03:33:23 +0400
6406              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
6407      Branch: perl
6408            - wince/FindExt.pm
6409            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6410            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6411            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
6412            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
6413            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
6414            ! wince/config_H.ce wince/config_h.PL
6415 ____________________________________________________________________________
6416 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
6417         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
6418              From: slaven.rezic@berlin.de
6419              Date: Mon, 13 May 2002 16:02:24 +0200
6420              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
6421      Branch: perl
6422            ! ext/Sys/Syslog/Syslog.pm
6423 ____________________________________________________________________________
6424 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
6425         Log: Subject: Re: [PATCH] allow use threads qw(yield)
6426              From: Dave Mitchell <davem@fdgroup.com>
6427              Date: Wed, 15 May 2002 23:26:27 +0100
6428              Message-ID: <20020515232626.E28924@fdgroup.com>
6429      Branch: perl
6430            ! ext/threads/threads.xs
6431 ____________________________________________________________________________
6432 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
6433         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
6434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6435              Date: Thu, 16 May 2002 14:22:21 +0200
6436              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
6437      Branch: perl
6438            ! hints/aix.sh
6439 ____________________________________________________________________________
6440 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
6441         Log: metaconfig unit change for #16623.
6442      Branch: metaconfig
6443            ! U/ebcdic/trnl.U
6444 ____________________________________________________________________________
6445 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6446         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6447              from John Poltorak <jp@eyup.org>.
6448      Branch: perl
6449            ! Configure
6450 ____________________________________________________________________________
6451 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6452         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6453      Branch: perl
6454            ! lib/Tie/File/t/21_win32.t
6455 ____________________________________________________________________________
6456 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6457         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6458              2. Doing a s///g instead of tr/// works better for CR-delimited
6459              files, like in DJGPP (since <FH> doesn't correctly pull in
6460              CR-delimited lines).
6461      Branch: perl
6462            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6463 ____________________________________________________________________________
6464 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6465         Log: Don't test $! with like() since one may have
6466              a non-English locale, or simply AIX :-)
6467      Branch: perl
6468            ! ext/PerlIO/t/fail.t
6469 ____________________________________________________________________________
6470 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6471         Log: DJGPP updates from Laszlo Molnar.
6472      Branch: perl
6473            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6474 ____________________________________________________________________________
6475 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6476         Log: Integrate perlio:
6477              
6478              [ 16613]
6479              Make open fail when layer string does not parse.
6480      Branch: perl
6481           +> ext/PerlIO/t/fail.t
6482           !> MANIFEST perlio.c
6483 ____________________________________________________________________________
6484 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6485         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6486              From: Nicholas Clark <nick@unfortu.net>
6487              Date: Wed, 15 May 2002 23:06:20 +0100
6488              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6489      Branch: perl
6490            ! ext/Storable/Storable.xs
6491 ____________________________________________________________________________
6492 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6493         Log: Two down, ten to go.
6494      Branch: perl
6495            ! pod/perldelta.pod
6496 ____________________________________________________________________________
6497 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6498         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6499      Branch: perl
6500            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6501 ____________________________________________________________________________
6502 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6503         Log: Schizoid MANIFESTs.
6504      Branch: perl
6505            + ext/Storable/t/st-dump.pl
6506            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6507 ____________________________________________________________________________
6508 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6509         Log: Make open fail when layer string does not parse.
6510      Branch: perlio
6511            + ext/PerlIO/t/fail.t
6512            ! MANIFEST perlio.c
6513 ____________________________________________________________________________
6514 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6515         Log: Integrate mainline
6516      Branch: perlio
6517           !> Changes ext/Storable/Storable.pm patchlevel.h
6518           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6519 ____________________________________________________________________________
6520 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6521         Log: Update Changes.
6522      Branch: perl
6523            ! Changes patchlevel.h
6524 ____________________________________________________________________________
6525 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
6526         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
6527      Branch: perl
6528            ! pod/perldelta.pod t/run/fresh_perl.t
6529 ____________________________________________________________________________
6530 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
6531         Log: Document some of the known EBCDIC problems with Storable.
6532              (There is more, but need to do more tests.)
6533      Branch: perl
6534            ! ext/Storable/Storable.pm
6535 ____________________________________________________________________________
6536 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
6537         Log: Purify finding: jperl.t causes a few Array Bounds Reads
6538              (one byte too far in a malloced buffer) at various spots
6539              in regcomp.c, all the buffers malloced by SvGROW() in
6540              sv_recode_to_utf8().
6541      Branch: perl
6542            ! sv.c
6543 ____________________________________________________________________________
6544 [ 16607] By: nick                                  on 2002/05/15  06:57:26
6545         Log: Integrate mainline
6546      Branch: perlio
6547           +> Porting/thirdclean
6548           !> (integrate 36 files)
6549 ____________________________________________________________________________
6550 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
6551         Log: Subject: [PATCH] Re: use of lc module names and warnings
6552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6553              Date: Sun, 12 May 2002 23:09:46 +0200
6554              Message-ID: <20020512230946.E699@rafael>
6555      Branch: perl
6556            ! toke.c
6557 ____________________________________________________________________________
6558 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
6559         Log: More rule tweakage.
6560      Branch: perl
6561            ! Porting/thirdclean
6562 ____________________________________________________________________________
6563 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
6564         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
6565              From: Sam Tregar <sam@tregar.com>
6566              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
6567              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
6568      Branch: perl
6569            ! ext/Devel/DProf/DProf.xs
6570 ____________________________________________________________________________
6571 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
6572         Log: $VERSIONize.
6573      Branch: perl
6574            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
6575 ____________________________________________________________________________
6576 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
6577         Log: Third Degree: name the op/foo.t as op_foo.
6578      Branch: perl
6579            ! t/TEST
6580 ____________________________________________________________________________
6581 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
6582         Log: Read of uninitialized heap found by Third Degree
6583              (e.g. in t/op/subst.t)
6584      Branch: perl
6585            ! scope.c
6586 ____________________________________________________________________________
6587 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
6588         Log: Add more rules.
6589      Branch: perl
6590            ! Porting/thirdclean
6591 ____________________________________________________________________________
6592 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
6593         Log: Subject: [PATCH] allow use threads qw(yield)
6594              From: Dave Mitchell <davem@fdgroup.com>
6595              Date: Tue, 14 May 2002 22:49:47 +0100
6596              Message-ID: <20020514224947.F25049@fdgroup.com>
6597      Branch: perl
6598            ! ext/threads/threads.pm ext/threads/threads.xs
6599 ____________________________________________________________________________
6600 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
6601         Log: Micropatch from Olaf Flebbe.
6602      Branch: perl
6603            ! epoc/epoc.c
6604 ____________________________________________________________________________
6605 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
6606         Log: Subject: perlhack.pod typos [PATCH]
6607              From: "John P. Linderman" <jpl@research.att.com>
6608              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
6609              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
6610      Branch: perl
6611            ! pod/perlhack.pod
6612 ____________________________________________________________________________
6613 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
6614         Log: Subject: typo in Socket.pm
6615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6616              Date: Tue, 14 May 2002 12:02:47 +0200
6617              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
6618      Branch: perl
6619            ! ext/IO/lib/IO/Socket.pm
6620 ____________________________________________________________________________
6621 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
6622         Log: The #16592 needs this.
6623      Branch: perl
6624            ! embedvar.h perlapi.h
6625 ____________________________________________________________________________
6626 [ 16594] By: sky                                   on 2002/05/14  17:08:01
6627         Log: Subject: Re: lib/sort.t failure [PATCH]
6628              From: "John P. Linderman" <jpl@research.att.com>
6629              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
6630              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
6631      Branch: perl
6632            ! pod/perlfunc.pod
6633 ____________________________________________________________________________
6634 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
6635         Log: Add a script for cleaning out the "known noise"
6636              from Third Degree reports: either noise caused
6637              by libc itself, or Perl_yyparse leaks.
6638      Branch: perl
6639            + Porting/thirdclean
6640            ! MANIFEST
6641 ____________________________________________________________________________
6642 [ 16592] By: sky                                   on 2002/05/14  15:21:39
6643         Log: Turn the sort RealCmp for stable quicksorts into a
6644              threadsafe per interpreter values.
6645      Branch: perl
6646            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
6647 ____________________________________________________________________________
6648 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
6649         Log: reentr.h affects more C files than just reentr.c
6650      Branch: perl
6651            ! locale.c pp.c pp_sys.c
6652 ____________________________________________________________________________
6653 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
6654         Log: Document reentr.pl a bit better.  Still rather
6655              convoluted code, but it ain't broken, so...
6656      Branch: perl
6657            ! reentr.h reentr.pl
6658 ____________________________________________________________________________
6659 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
6660         Log: z/OS update: not all Storable was clear yet.
6661      Branch: perl
6662            ! pod/perldelta.pod
6663 ____________________________________________________________________________
6664 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
6665         Log: Avoid potentially empty struct.
6666      Branch: perl
6667            ! reentr.h reentr.pl
6668 ____________________________________________________________________________
6669 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
6670         Log: Todo tweaks.
6671      Branch: perl
6672            ! pod/perltodo.pod
6673 ____________________________________________________________________________
6674 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
6675         Log: Subject: [PATCH] various minor fixes in threads.            
6676              From: Dave Mitchell <davem@fdgroup.com>
6677              Date: Mon, 13 May 2002 23:48:22 +0100      
6678              Message-ID: <20020513234822.G21318@fdgroup.com>
6679      Branch: perl
6680            ! dump.c ext/threads/shared/shared.xs
6681 ____________________________________________________________________________
6682 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
6683         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
6684              From: PPrymmer@factset.com
6685              Date: Mon, 13 May 2002 17:37:28 -0400
6686              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
6687      Branch: perl
6688            ! vms/vms.c
6689 ____________________________________________________________________________
6690 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
6691         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6692              From: Nicholas Clark <nick@unfortu.net>    
6693              Date: Mon, 13 May 2002 21:45:47 +0100
6694              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
6695      Branch: perl
6696            ! lib/ExtUtils/t/Constant.t
6697 ____________________________________________________________________________
6698 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
6699         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6700              From: Nicholas Clark <nick@unfortu.net>    
6701              Date: Mon, 13 May 2002 21:47:38 +0100
6702              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
6703      Branch: perl
6704            ! lib/Benchmark.t
6705 ____________________________________________________________________________
6706 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
6707         Log: Subject: WinCE several touches
6708              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6709              Date: Tue, 14 May 2002 00:43:11 +0400      
6710              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
6711      Branch: perl
6712            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
6713            ! wince/config_h.PL
6714 ____________________________________________________________________________
6715 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
6716         Log: Subject: Re: perl@16573
6717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6718              Date: Mon, 13 May 2002 18:30:35 +0200
6719              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
6720              
6721              (gcc 3.0 vs 64-bit hpux hints)
6722      Branch: perl
6723            ! hints/hpux.sh
6724 ____________________________________________________________________________
6725 [ 16580] By: sky                                   on 2002/05/13  19:38:09
6726         Log: Make the point a bit clearer after suggestion from Merijin
6727      Branch: perl
6728            ! pod/perltodo.pod
6729 ____________________________________________________________________________
6730 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
6731         Log: perltodo update.
6732      Branch: perl
6733            ! pod/perltodo.pod
6734 ____________________________________________________________________________
6735 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
6736         Log: Subject: README.aix update
6737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6738              Date: Mon, 13 May 2002 19:02:47 +0200
6739              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
6740      Branch: perl
6741            ! README.aix
6742 ____________________________________________________________________________
6743 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
6744         Log: export PerlIOBuf_get_base for win32 extension linkage
6745      Branch: perl
6746            ! makedef.pl
6747 ____________________________________________________________________________
6748 [ 16576] By: nick                                  on 2002/05/13  18:20:22
6749         Log: Integrate mainline
6750      Branch: perlio
6751           !> Changes README.vos ext/threads/shared/shared.pm
6752           !> ext/threads/shared/t/0nothread.t
6753           !> ext/threads/shared/t/av_refs.t
6754           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6755           !> ext/threads/shared/t/hv_refs.t
6756           !> ext/threads/shared/t/hv_simple.t
6757           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6758           !> ext/threads/shared/t/semaphore.t
6759           !> ext/threads/shared/t/shared_attr.t
6760           !> ext/threads/shared/t/sv_refs.t
6761           !> ext/threads/shared/t/sv_simple.t patchlevel.h
6762           !> pod/perldelta.pod vms/vms.c xsutils.c
6763 ____________________________________________________________________________
6764 [ 16575] By: ams                                   on 2002/05/13  15:42:50
6765         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
6766              From: Paul_GreenVOS@vos.stratus.com
6767              Date: Mon, 13 May 02 12:32 edt
6768              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
6769      Branch: perl
6770            ! README.vos pod/perldelta.pod
6771 ____________________________________________________________________________
6772 [ 16574] By: ams                                   on 2002/05/13  15:41:14
6773         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
6774              From: PPrymmer@factset.com
6775              Date: Mon, 13 May 2002 11:38:15 -0400
6776              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
6777      Branch: perl
6778            ! vms/vms.c
6779 ____________________________________________________________________________
6780 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
6781         Log: Update Changes.
6782      Branch: perl
6783            ! Changes patchlevel.h
6784 ____________________________________________________________________________
6785 [ 16572] By: sky                                   on 2002/05/13  12:30:35
6786         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
6787              From: Dave Mitchell <davem@fdgroup.com>
6788              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
6789              Message-Id: <20020510235227.J12298@fdgroup.com>
6790      Branch: perl
6791            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
6792            ! ext/threads/shared/t/av_refs.t
6793            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6794            ! ext/threads/shared/t/hv_refs.t
6795            ! ext/threads/shared/t/hv_simple.t
6796            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6797            ! ext/threads/shared/t/semaphore.t
6798            ! ext/threads/shared/t/shared_attr.t
6799            ! ext/threads/shared/t/sv_refs.t
6800            ! ext/threads/shared/t/sv_simple.t xsutils.c
6801 ____________________________________________________________________________
6802 [ 16571] By: nick                                  on 2002/05/13  07:54:10
6803         Log: Integrate Mainline
6804      Branch: perlio
6805           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6806            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6807            - wince/include/cectype.h wince/include/errno.h
6808            - wince/include/sys/types.h wince/include/sys/utime.h
6809            - wince/include/time.h
6810           !> (integrate 51 files)
6811 ____________________________________________________________________________
6812 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
6813         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
6814              From: Michael G Schwern <schwern@pobox.com>
6815              Date: Sun, 12 May 2002 19:32:58 -0400
6816              Message-ID: <20020512233258.GK696@blackrider>
6817      Branch: perl
6818            ! t/TEST
6819 ____________________________________________________________________________
6820 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
6821         Log: Be clean.
6822      Branch: perl
6823            ! Makefile.SH ext/B/t/o.t
6824 ____________________________________________________________________________
6825 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
6826         Log: change#8666 ($Config{perllibs}) apparently never got into
6827              mainline--merge, and add other missing entries; regen
6828              config_H.* files
6829      Branch: perl
6830            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6831            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6832            ! win32/config_H.vc win32/config_H.vc64
6833 ____________________________________________________________________________
6834 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
6835         Log: Elaborate on the exit/wait plan a bit.
6836      Branch: perl
6837            ! pod/perltodo.pod
6838 ____________________________________________________________________________
6839 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
6840         Log: Slight doc tweaks.
6841      Branch: perl
6842            ! pod/perlthrtut.pod
6843 ____________________________________________________________________________
6844 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
6845         Log: OS/390: update the test results.
6846      Branch: perl
6847            ! pod/perldelta.pod
6848 ____________________________________________________________________________
6849 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
6850         Log: Add threadsafety caveats.
6851      Branch: perl
6852            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
6853 ____________________________________________________________________________
6854 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
6855         Log: Update the Mac OS X situation.
6856      Branch: perl
6857            ! pod/perldelta.pod
6858 ____________________________________________________________________________
6859 [ 16562] By: sky                                   on 2002/05/12  19:10:27
6860         Log: Update todo, removing things done and adding new things.
6861      Branch: perl
6862            ! pod/perltodo.pod
6863 ____________________________________________________________________________
6864 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
6865         Log: Reword the "threads still running" cleanup message.
6866      Branch: perl
6867            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6868            ! pod/perltoc.pod
6869 ____________________________________________________________________________
6870 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
6871         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
6872              (The manifestation: running pat.t core dumps after test 639.
6873              Removing everything after 639 makes core go away, as does
6874              removing everything before 640.  I did say "weird".  Some
6875              sort of a memory corruption, no doubt, but no time to debug
6876              in more detail.)
6877      Branch: perl
6878            ! t/op/pat.t
6879 ____________________________________________________________________________
6880 [ 16559] By: sky                                   on 2002/05/12  17:59:41
6881         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
6882      Branch: perl
6883            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6884            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6885            ! MANIFEST
6886 ____________________________________________________________________________
6887 [ 16558] By: sky                                   on 2002/05/12  17:57:51
6888         Log: Fixed bug where tmpsv would be null after the return of the 
6889              amagic. Now check for that and allocate the tmpsv afterwards, 
6890              this is done in all other places that use amagic.
6891              Fixes bug when threads->unknownfunction() was called and
6892              we coredumped on the stringification somewhere deep in the
6893              autoloader/dynaloader something. Far to deep for me to provide
6894              a test case.
6895      Branch: perl
6896            ! sv.c
6897 ____________________________________________________________________________
6898 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
6899         Log: (retracted by #16560)
6900              EBCDIC: must protect also compile time so that
6901              the illegal UTF-EBCDIC is not seen.
6902      Branch: perl
6903            ! t/op/pat.t
6904 ____________________________________________________________________________
6905 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
6906         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
6907      Branch: perl
6908            ! pod/perlebcdic.pod regcomp.c
6909 ____________________________________________________________________________
6910 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
6911         Log: As suggested by Dave Mitchell, adding yield()s at
6912              appropriate spots helps non-preemptive thread
6913              implementations, like the GNU pth.  Tested at NetBSD
6914              by Martin Weber <Ephaeton@gmx.net>.
6915      Branch: perl
6916            ! ext/threads/t/basic.t ext/threads/t/list.t
6917            ! ext/threads/t/thread.t
6918 ____________________________________________________________________________
6919 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
6920         Log: Subject: RE: VOS bleadperl test failure on 16539
6921              From: chromatic <chromatic@rmci.net>
6922              Date: Sat, 11 May 2002 23:23:54 -0700
6923              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
6924      Branch: perl
6925            ! ext/B/t/o.t
6926 ____________________________________________________________________________
6927 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
6928         Log: There's no rest for the wicked misspellers.
6929      Branch: perl
6930            ! pod/perlthrtut.pod
6931 ____________________________________________________________________________
6932 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
6933         Log: Detypos (and sticking with US spelling since Dan Sugalski
6934              wrote the original text of perlthrtut)
6935      Branch: perl
6936            ! ext/threads/threads.pm pod/perlthrtut.pod
6937 ____________________________________________________________________________
6938 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
6939         Log: Because of #16550 these tests would now spew
6940              "Malformed UTF-8" in EBCDIC.
6941      Branch: perl
6942            ! t/op/pat.t
6943 ____________________________________________________________________________
6944 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
6945         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
6946              scripts does not apply any more.  (The utf8.t needed a little
6947              bit of relaxing to work in EBCDIC, since *both* the bytes in
6948              subtest #30 are illegal UTF-EBCDIC, and the error message
6949              matched is slightly different.)  The utf8.t now passes.
6950      Branch: perl
6951            ! lib/utf8.t toke.c
6952 ____________________________________________________________________________
6953 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
6954         Log: Subject: [PATCH] a bit more for WinCE
6955              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6956              Date: Sun, 12 May 2002 02:34:24 +0400
6957              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
6958      Branch: perl
6959            ! wince/wince.c
6960 ____________________________________________________________________________
6961 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
6962         Log: Subject: [PATCH] for WinCE cross-build, another one
6963              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
6964              Date: Sun, 12 May 2002 00:02:47 +0400
6965              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
6966      Branch: perl
6967            - wince/include/cectype.h wince/include/errno.h
6968            - wince/include/sys/types.h wince/include/sys/utime.h
6969            - wince/include/time.h
6970            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
6971            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
6972            ! wince/wince.c
6973 ____________________________________________________________________________
6974 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
6975         Log: Explicit casts due to #16542.
6976      Branch: perl
6977            ! ext/B/B.xs hv.c op.c sv.c
6978 ____________________________________________________________________________
6979 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
6980         Log: Upgrade to Test::Harness 2.21.
6981      Branch: perl
6982            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6983            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6984            ! lib/Test/Harness/t/test-harness.t
6985 ____________________________________________________________________________
6986 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
6987         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
6988              but keep up with the $VERSION)
6989      Branch: perl
6990            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6991 ____________________________________________________________________________
6992 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
6993         Log: metaconfig unit change for #16543.
6994      Branch: metaconfig
6995            ! U/threads/usethreads.U
6996 ____________________________________________________________________________
6997 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
6998         Log: Subject: [PATCH] updated threads docs
6999              From: Dave Mitchell <davem@fdgroup.com>
7000              Date: Sat, 11 May 2002 20:00:51 +0100
7001              Message-ID: <20020511200050.D14841@fdgroup.com>
7002      Branch: perl
7003            ! Configure README.threads pod/perlothrtut.pod
7004            ! pod/perlthrtut.pod
7005 ____________________________________________________________________________
7006 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
7007         Log: Subject: unsigned char hashes (Re: perl@16539)
7008              From: Nicholas Clark <nick@unfortu.net>
7009              Date: Sat, 11 May 2002 17:54:44 +0100
7010              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
7011              
7012              Be explicitly unsigned char in the hash calculation.
7013      Branch: perl
7014            ! hv.h
7015 ____________________________________________________________________________
7016 [ 16541] By: nick                                  on 2002/05/11  08:21:00
7017         Log: Integrate mainline
7018      Branch: perlio
7019           +> ext/B/t/o.t
7020           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
7021           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
7022           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
7023 ____________________________________________________________________________
7024 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
7025         Log: Subject: more os x test output cosmetics
7026              From: Kay Röpke <kroepke@dolphin-services.de>
7027              Date: Fri, 10 May 2002 14:07:34 +0200
7028              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
7029      Branch: perl
7030            ! ext/DB_File/t/db-btree.t
7031 ____________________________________________________________________________
7032 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
7033         Log: Update Changes.
7034      Branch: perl
7035            ! Changes patchlevel.h
7036 ____________________________________________________________________________
7037 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
7038         Log: Regen toc.
7039      Branch: perl
7040            ! pod/perltoc.pod
7041 ____________________________________________________________________________
7042 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
7043         Log: Move pod, add $VERSION.
7044      Branch: perl
7045            ! ext/threads/shared/queue.pm
7046 ____________________________________________________________________________
7047 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
7048         Log: Unused variables.
7049      Branch: perl
7050            ! ext/Encode/Encode.xs
7051 ____________________________________________________________________________
7052 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
7053         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
7054              From: chromatic <chromatic@rmci.net>
7055              Date: Fri, 10 May 2002 07:43:25 -0700
7056              Message-ID: <20020510144325.26245.qmail@firewheel>
7057      Branch: perl
7058            + ext/B/t/o.t
7059            ! MANIFEST
7060 ____________________________________________________________________________
7061 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
7062         Log: Don't do JAPHs unless doing "make torturetest".
7063              Document the less obvious make test targets.
7064      Branch: perl
7065            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
7066 ____________________________________________________________________________
7067 [ 16533] By: nick                                  on 2002/05/10  06:02:58
7068         Log: Integrate mainline
7069      Branch: perlio
7070           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
7071           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
7072           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7073           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7074           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
7075           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
7076           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
7077           !> t/run/fresh_perl.t util.c
7078 ____________________________________________________________________________
7079 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
7080         Log: Subject: [PATCH] format and other warnings
7081              From: Robin Barker <rmb1@cise.npl.co.uk>
7082              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
7083              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
7084      Branch: perl
7085            ! Porting/pumpkin.pod ext/Encode/Encode.xs
7086            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
7087            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7088            ! ext/threads/threads.xs
7089 ____________________________________________________________________________
7090 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
7091         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
7092      Branch: perl
7093            ! t/op/tie.t t/run/fresh_perl.t
7094 ____________________________________________________________________________
7095 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
7096         Log: Subject: Re: [PATCH] Re: perl@16433
7097              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
7098              Date: Thu, 09 May 2002 16:24:59 -0700
7099              Message-ID: <LVw28gzkguhE092yn@efn.org>
7100      Branch: perl
7101            ! t/op/tie.t
7102 ____________________________________________________________________________
7103 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
7104         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
7105              From: Dave Mitchell <davem@fdgroup.com>
7106              Date: Thu, 9 May 2002 17:18:42 +0100
7107              Message-ID: <20020509171842.C9836@fdgroup.com>
7108      Branch: perl
7109            ! ext/threads/shared/t/cond.t
7110 ____________________________________________________________________________
7111 [ 16528] By: nick                                  on 2002/05/09  16:40:39
7112         Log: Integrate maint branch io (pipe) fixes.
7113      Branch: perl
7114           !> doio.c pp_sys.c util.c
7115 ____________________________________________________________________________
7116 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
7117         Log: FAQ sync.
7118      Branch: perl
7119            ! pod/perlfaq3.pod pod/perlfaq4.pod
7120 ____________________________________________________________________________
7121 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
7122         Log: metaconfig unit changes for #16525, plus extra linting.
7123      Branch: metaconfig
7124            ! U/compline/ptrsize.U U/protos/Protochk.U
7125            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7126            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7127            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7128            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7129            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7130            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7131            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7132            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7133            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7134            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7135            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7136            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7137            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7138            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7139            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7140            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7141            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7142            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7143            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7144            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7145            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7146            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7147            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7148            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7149 ____________________________________________________________________________
7150 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
7151         Log: metaconfig unit linting.
7152      Branch: perl
7153            ! reentr.pl
7154 ____________________________________________________________________________
7155 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
7156         Log: metaconfig unit changes for #16523.
7157      Branch: metaconfig
7158            ! U/compline/ptrsize.U
7159      Branch: metaconfig/U/perl
7160            ! use64bits.U
7161 ____________________________________________________________________________
7162 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
7163         Log: ptrsize should depend on use64bitall, not the other
7164              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
7165      Branch: perl
7166            ! Configure
7167 ____________________________________________________________________________
7168 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
7169         Log: Integrate #16510 from macperl;
7170              
7171              Tell IO.xs that MacOS sometimes doesn't need extra help
7172      Branch: perl
7173           !> ext/IO/IO.xs
7174 ____________________________________________________________________________
7175 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7176         Log: Subject: Re: Storable doc patches
7177              From: "Philip Newton" <Philip.Newton@gmx.net>
7178              Date: Thu, 9 May 2002 14:32:29 +0200
7179              Message-Id: 
7180      Branch: perl
7181            ! ext/Storable/Storable.pm
7182 ____________________________________________________________________________
7183 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7184         Log: cmp() compares chars, not bytes.
7185      Branch: perl
7186            ! pod/perllocale.pod
7187 ____________________________________________________________________________
7188 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7189         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7190      Branch: perl
7191            ! pod/perlhack.pod
7192 ____________________________________________________________________________
7193 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7194         Log: Subject: Storable doc patches
7195              From: Philip Newton <Philip.Newton@gmx.net>
7196              Date: Thu, 09 May 2002 12:00:45 +0200
7197              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7198      Branch: perl
7199            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7200 ____________________________________________________________________________
7201 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7202         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7203              From: Philip Newton <Philip.Newton@gmx.net>
7204              Date: Thu, 09 May 2002 11:16:06 +0200
7205              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7206      Branch: perl
7207            ! ext/Storable/README
7208 ____________________________________________________________________________
7209 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7210         Log: Integrate mainline
7211      Branch: perlio
7212           !> pod/perlxstut.pod
7213 ____________________________________________________________________________
7214 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7215         Log: Integrate mainline
7216      Branch: perlio
7217           !> (integrate 27 files)
7218 ____________________________________________________________________________
7219 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7220         Log: Subject: [Patch] perlxstut.pod
7221              From: lupe@lupe-christoph.de (Lupe Christoph)
7222              Date: Thu, 9 May 2002 09:42:02 +0200
7223              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7224              (Applied with tweaks.)
7225      Branch: perl
7226            ! pod/perlxstut.pod
7227 ____________________________________________________________________________
7228 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7229         Log: Subject: [Patch] perlapio.pod
7230              From: lupe@lupe-christoph.de (Lupe Christoph)
7231              Date: Thu, 9 May 2002 09:01:50 +0200
7232              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7233              (Applied with tweaks.)
7234      Branch: perl
7235            ! pod/perlapio.pod
7236 ____________________________________________________________________________
7237 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7238         Log: Integrate from macperl
7239      Branch: maint-5.6/macperl
7240           !> macos/macperl/MPConsole.cp
7241 ____________________________________________________________________________
7242 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7243         Log: Make interrupt act as end of file, MacPerl Bug #542154
7244      Branch: macperl
7245            ! macos/macperl/MPConsole.cp
7246 ____________________________________________________________________________
7247 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7248         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7249      Branch: macperl
7250            ! ext/IO/IO.xs
7251 ____________________________________________________________________________
7252 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7253         Log: Make perlio (!sfio) work on MacOS
7254      Branch: macperl
7255            ! macos/config.h macos/config.sh macos/macish.c
7256 ____________________________________________________________________________
7257 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7258         Log: integrate maint-5.6/macperl contents
7259      Branch: maint-5.6/perl
7260           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7261           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7262           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7263 ____________________________________________________________________________
7264 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7265         Log: Rework #16506 some more.
7266      Branch: perl
7267            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7268 ____________________________________________________________________________
7269 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7270         Log: Rework #16503 a bit to keep all the HiRes implementation
7271              in one place, assuming we want to re-CPAN Time::HiRes at
7272              some point.
7273      Branch: perl
7274            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7275 ____________________________________________________________________________
7276 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7277         Log: metaconfig unit change for #16504.
7278      Branch: metaconfig
7279            ! U/modified/Cppsym.U
7280 ____________________________________________________________________________
7281 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7282         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7283              From: Pixel <pixel@mandrakesoft.com>
7284              Date: 08 May 2002 18:19:51 +0200
7285              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
7286      Branch: perl
7287            ! Configure
7288 ____________________________________________________________________________
7289 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
7290         Log: make the gettimeofday() implementation in Time::HiRes available
7291              from perl
7292      Branch: perl
7293            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
7294            ! win32/config.bc win32/config.gc win32/config.vc
7295            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7296            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
7297            ! win32/win32.c win32/win32iop.h
7298 ____________________________________________________________________________
7299 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
7300         Log: Subject: Test output update for OS X 10.1.4
7301              From: Kay Röpke <kroepke@dolphin-services.de>
7302              Date: Wed, 8 May 2002 22:23:36 +0200
7303              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
7304      Branch: perl
7305            ! ext/DB_File/t/db-recno.t
7306 ____________________________________________________________________________
7307 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
7308         Log: Subject: [PATCH] Re: perl@16433
7309              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7310              Date: Tue, 07 May 2002 18:40:44 -0700
7311              Message-ID: <cII28gzkgaOS092yn@efn.org>
7312              
7313              Subject: Re: [PATCH] Re: perl@16433
7314              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7315              Date: Wed, 08 May 2002 10:16:42 -0700
7316              Message-ID: <61V28gzkg+jG092yn@efn.org>
7317      Branch: perl
7318            ! pp_sys.c sv.c t/op/tie.t
7319 ____________________________________________________________________________
7320 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
7321         Log: Subject: [DOC PATCH] Minor threads::shared nits
7322              From: Simon Glover <scog@amnh.org>
7323              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
7324              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
7325      Branch: perl
7326            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
7327            ! ext/threads/shared/shared.pm
7328 ____________________________________________________________________________
7329 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
7330         Log: Subject: [DOC PATCH] perlthrtut proofreading
7331              From: Simon Glover <scog@amnh.org>
7332              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
7333              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
7334      Branch: perl
7335            ! pod/perlthrtut.pod
7336 ____________________________________________________________________________
7337 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
7338         Log: Deprecate 5.005threads.
7339      Branch: perl
7340            ! pod/perldelta.pod
7341 ____________________________________________________________________________
7342 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
7343         Log: Integrate perlio:
7344              
7345              [ 16496]
7346              Portability and doc tweaks to PerlIO/XS stuff.
7347              We are still "papering over the cracks" a bit,
7348              but now it is good stiff card held on with epoxy.
7349              
7350              [ 16495]
7351              PerlIO/XS interface routine and doc updates from
7352              lupe@lupe-christoph.de (Lupe Christoph) in mail
7353              Subject: [For Review] Patch for perlio.c and pods
7354              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7355              Date: Sun, 5 May 2002 10:43:15 +0200
7356              (Minor tweaks to follow.)
7357      Branch: perl
7358           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
7359 ____________________________________________________________________________
7360 [ 16496] By: nick                                  on 2002/05/08  19:08:43
7361         Log: Portability and doc tweaks to PerlIO/XS stuff.
7362              We are still "papering over the cracks" a bit,
7363              but now it is good stiff card held on with epoxy.
7364      Branch: perlio
7365            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7366 ____________________________________________________________________________
7367 [ 16495] By: nick                                  on 2002/05/08  17:56:43
7368         Log: PerlIO/XS interface routine and doc updates from
7369              lupe@lupe-christoph.de (Lupe Christoph) in mail
7370              Subject: [For Review] Patch for perlio.c and pods
7371              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7372              Date: Sun, 5 May 2002 10:43:15 +0200
7373              (Minor tweaks to follow.)
7374      Branch: perlio
7375            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7376 ____________________________________________________________________________
7377 [ 16494] By: nick                                  on 2002/05/08  17:40:34
7378         Log: Integrate mainline
7379      Branch: perlio
7380           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
7381           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
7382           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
7383           !> t/run/fresh_perl.t
7384 ____________________________________________________________________________
7385 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
7386         Log: Update Changes.
7387      Branch: perl
7388            ! Changes patchlevel.h
7389 ____________________________________________________________________________
7390 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
7391         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
7392              don't unlink /dev/null
7393      Branch: perl
7394            ! Porting/p4genpatch
7395 ____________________________________________________________________________
7396 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
7397         Log: Integrate perlio:
7398              
7399              [ 16487]
7400              Avoid pointless re-encode of data in :encoding's read buffer
7401              on a close
7402      Branch: perl
7403           !> ext/PerlIO/encoding/encoding.xs
7404 ____________________________________________________________________________
7405 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
7406         Log: The base.pm changes need this, too?
7407      Branch: perl
7408            ! lib/diagnostics.t
7409 ____________________________________________________________________________
7410 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
7411         Log: fix p4genpatch breakage (missing slash in patch headers)
7412      Branch: perl
7413            ! Porting/p4genpatch
7414 ____________________________________________________________________________
7415 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
7416         Log: Integrate #14679 from macperl;
7417              
7418              Skip layer symbols for sfio
7419      Branch: perl
7420           !> makedef.pl
7421 ____________________________________________________________________________
7422 [ 16487] By: nick                                  on 2002/05/08  13:12:47
7423         Log: Avoid pointless re-encode of data in :encoding's read buffer
7424              on a close
7425      Branch: perlio
7426            ! ext/PerlIO/encoding/encoding.xs
7427 ____________________________________________________________________________
7428 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
7429         Log: Integrate #16481 from macperl;
7430              
7431              p4genpatch Mac OS fixes (paths, utime)
7432      Branch: perl
7433           !> Porting/p4genpatch
7434 ____________________________________________________________________________
7435 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
7436         Log: Storable doc tweaks.
7437      Branch: perl
7438            ! ext/Storable/Storable.pm
7439 ____________________________________________________________________________
7440 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
7441         Log: Subject: Re: [PATCH] use base Notexists
7442              From: andreas.koenig@anima.de (Andreas J. Koenig)
7443              Date: Wed, 08 May 2002 15:57:53 +0200
7444              Message-ID: <m34rhi91y6.fsf@anima.de>
7445      Branch: perl
7446            ! lib/base.pm lib/fields.t
7447 ____________________________________________________________________________
7448 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7449         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7450              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7451              Date: Wed, 8 May 2002 10:47:51 +0400
7452              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7453      Branch: perl
7454            ! t/run/fresh_perl.t
7455 ____________________________________________________________________________
7456 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7457         Log: Document how even "ASCII" locales can have problems
7458              if \w includes some of the regex metacharacters.
7459      Branch: perl
7460            ! lib/locale.t
7461 ____________________________________________________________________________
7462 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7463         Log: p4genpatch Mac OS fixes (paths, utime)
7464      Branch: macperl
7465            ! Porting/p4genpatch
7466 ____________________________________________________________________________
7467 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7468         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7469              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7470              Date: Wed, 8 May 2002 10:33:14 +0400
7471              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7472      Branch: perl
7473            ! ext/File/Glob/bsd_glob.c
7474 ____________________________________________________________________________
7475 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7476         Log: Skip layer symbols for sfio
7477      Branch: macperl
7478            ! makedef.pl
7479 ____________________________________________________________________________
7480 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7481         Log: Bump up the Storable $VERSION to 2.0.
7482      Branch: perl
7483            ! ext/Storable/Storable.pm
7484 ____________________________________________________________________________
7485 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7486         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7487      Branch: perlio
7488           !> (integrate 36 files)
7489 ____________________________________________________________________________
7490 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7491         Log: Oops, add back
7492      Branch: macperl
7493            + macos/MacPerlTests.cmd
7494 ____________________________________________________________________________
7495 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7496         Log: Integrate with perl
7497      Branch: macperl
7498           +> Porting/p4genpatch ext/Digest/MD5/README
7499           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7500           +> ext/threads/shared/semaphore.pm
7501           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7502           +> t/comp/hints.t vos/compile_full_perl.cm
7503           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7504           +> wince/compile.bat wince/win32io.c
7505            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7506            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7507           !> (integrate 206 files)
7508 ____________________________________________________________________________
7509 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7510         Log: Update README (integrate from macperl)
7511      Branch: maint-5.6/macperl
7512           !> README.macos
7513 ____________________________________________________________________________
7514 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7515         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7516              File::Copy, File::Spec updates
7517              Test script modifications
7518              pp_require path bugfixes
7519      Branch: maint-5.6/macperl
7520            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7521            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7522 ____________________________________________________________________________
7523 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
7524         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
7525      Branch: macperl
7526            ! macos/macperl/MacPerl.podhelp
7527      Branch: maint-5.6/macperl
7528            ! macos/macperl/MacPerl.podhelp
7529 ____________________________________________________________________________
7530 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
7531         Log: Reset Mac::err flag in app, MacPerl Bug #546065
7532      Branch: macperl
7533            ! macos/macperl/MPScript.c
7534      Branch: maint-5.6/macperl
7535            ! macos/macperl/MPScript.c
7536 ____________________________________________________________________________
7537 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
7538         Log: Fix for some module install paths, MacPerl Bug #549611
7539      Branch: macperl
7540            ! macos/macperl/Droplets/installme.plx
7541            ! macos/macperl/Droplets/untarzipme.plx
7542      Branch: maint-5.6/macperl
7543            ! macos/macperl/Droplets/installme.plx
7544            ! macos/macperl/Droplets/untarzipme.plx
7545 ____________________________________________________________________________
7546 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
7547         Log: Stupid Mac::OSA::Simple bugs
7548      Branch: macperl
7549            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7550      Branch: maint-5.6/macperl
7551            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7552 ____________________________________________________________________________
7553 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
7554         Log: Various BuildTools fixes, MacPerl Bug #545341
7555      Branch: macperl
7556            ! macos/lib/Mac/BuildTools.pm
7557      Branch: maint-5.6/macperl
7558            ! macos/lib/Mac/BuildTools.pm
7559 ____________________________________________________________________________
7560 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
7561         Log: MM_MacOS has been moved from macos/lib/ to lib/
7562      Branch: macperl
7563            - macos/lib/ExtUtils/MM_MacOS.pm
7564 ____________________________________________________________________________
7565 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
7566         Log: Oops, add Digest::MD5 Makefile.mk back in
7567      Branch: macperl
7568            + macos/bundled_ext/Digest/MD5/Makefile.mk
7569 ____________________________________________________________________________
7570 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
7571         Log: Allow focus of first item, MacPerl Bug #529102
7572      Branch: macperl
7573            ! macos/ext/Mac/Windows/Windows.pm
7574      Branch: maint-5.6/macperl
7575            ! macos/ext/Mac/Windows/Windows.pm
7576 ____________________________________________________________________________
7577 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
7578         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
7579      Branch: macperl
7580            ! macos/lib/Mac/Glue.pm
7581      Branch: maint-5.6/macperl
7582            ! macos/lib/Mac/Glue.pm
7583 ____________________________________________________________________________
7584 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
7585         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
7586      Branch: perl
7587            ! makedef.pl
7588 ____________________________________________________________________________
7589 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
7590         Log: aTHX may be empty
7591      Branch: perl
7592            ! win32/win32.c
7593 ____________________________________________________________________________
7594 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
7595         Log: 5005threads builds again on windows
7596      Branch: perl
7597            ! win32/win32.c win32/win32.h
7598 ____________________________________________________________________________
7599 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
7600         Log: fixes for various warnings identified by Visual C++
7601      Branch: perl
7602            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
7603            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7604            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
7605            ! win32/config.bc win32/config.gc win32/config.vc
7606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7607            ! win32/win32.c win32/win32iop.h
7608 ____________________________________________________________________________
7609 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
7610         Log: keep paths consistently slashed on windows
7611      Branch: perl
7612            ! t/harness
7613 ____________________________________________________________________________
7614 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
7615         Log: integrate makefile.mk changes into Makefile
7616      Branch: perl
7617            ! win32/Makefile
7618 ____________________________________________________________________________
7619 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
7620         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7621              From: Nicholas Clark <nick@unfortu.net>
7622              Date: Tue, 7 May 2002 23:26:01 +0100
7623              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
7624      Branch: perl
7625            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
7626            ! ext/Storable/README ext/Storable/Storable.pm
7627            ! ext/Storable/t/malice.t
7628 ____________________________________________________________________________
7629 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
7630         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7631              From: Dave Mitchell <davem@fdgroup.com>
7632              Date: Wed, 8 May 2002 00:11:02 +0100
7633              Message-ID: <20020508001102.D4118@fdgroup.com>
7634      Branch: perl
7635            ! pp_hot.c scope.c
7636 ____________________________________________________________________________
7637 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
7638         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
7639              From: Dave Mitchell <davem@fdgroup.com>
7640              Date: Tue, 7 May 2002 23:13:10 +0100
7641              Message-ID: <20020507231310.B4118@fdgroup.com>
7642      Branch: perl
7643            ! pp_hot.c
7644 ____________________________________________________________________________
7645 [ 16454] By: sky                                   on 2002/05/07  21:18:44
7646         Log: Documentation of async
7647      Branch: perl
7648            ! ext/threads/threads.pm
7649 ____________________________________________________________________________
7650 [ 16453] By: sky                                   on 2002/05/07  21:16:28
7651         Log: Documentation added.
7652      Branch: perl
7653            ! ext/threads/shared/semaphore.pm
7654 ____________________________________________________________________________
7655 [ 16452] By: sky                                   on 2002/05/07  21:15:34
7656         Log: Add support for async.
7657      Branch: perl
7658            ! ext/threads/threads.pm
7659 ____________________________________________________________________________
7660 [ 16451] By: sky                                   on 2002/05/07  21:01:47
7661         Log: Add documentation.
7662      Branch: perl
7663            ! ext/threads/shared/queue.pm
7664 ____________________________________________________________________________
7665 [ 16450] By: sky                                   on 2002/05/07  20:24:08
7666         Log: Fix bad assumptions in test case.
7667              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
7668              b) $var++ is not atomic
7669              c) the creating of the string to print and the actuall printing 
7670              could be preempted by another thread
7671      Branch: perl
7672            ! ext/threads/shared/t/queue.t
7673 ____________________________________________________________________________
7674 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
7675         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
7676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7677              Date: Tue, 07 May 2002 19:41:03 +0200
7678              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
7679      Branch: perl
7680            ! makedepend.SH
7681 ____________________________________________________________________________
7682 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
7683         Log: Upgrade to Encode 1.71.
7684      Branch: perl
7685            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7686            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
7687 ____________________________________________________________________________
7688 [ 16447] By: nick                                  on 2002/05/07  18:39:47
7689         Log: Integrate mainline
7690      Branch: perlio
7691           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
7692           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
7693           !> lib/User/pwent.t
7694 ____________________________________________________________________________
7695 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
7696         Log: AUTHORS updates.
7697      Branch: perl
7698            ! AUTHORS
7699 ____________________________________________________________________________
7700 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
7701         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
7702              From: Robin Barker <rmb1@cise.npl.co.uk>
7703              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
7704              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
7705      Branch: perl
7706            ! ext/Encode/Encode.xs
7707 ____________________________________________________________________________
7708 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
7709         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
7710              From: Michael A Chase <mchase@ix.netcom.com>
7711              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
7712              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
7713              
7714              (plus add what POSIX says)
7715      Branch: perl
7716            ! lib/File/Spec/Unix.pm
7717 ____________________________________________________________________________
7718 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
7719         Log: Subject: Re: lib/User/pwent.t on Cygwin
7720              From: John Peacock <jpeacock@rowman.com>
7721              Date: Mon, 06 May 2002 10:14:21 -0400
7722              Message-ID: <3CD68FBD.8020502@rowman.com>
7723      Branch: perl
7724            ! lib/User/pwent.t
7725 ____________________________________________________________________________
7726 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
7727         Log: Subject: [PATCH] Storable (Re: perl@16433)
7728              From: Radu Greab <radu@netsoft.ro>
7729              Date: Tue, 7 May 2002 11:37:03 +0300
7730              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
7731              
7732              Subject: Re: [PATCH] Storable (Re: perl@16433)
7733              From: Radu Greab <radu@netsoft.ro>
7734              Date: Tue, 7 May 2002 12:49:24 +0300
7735              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
7736              
7737              Plug the Storable memory leaks.
7738      Branch: perl
7739            ! ext/Storable/Storable.xs
7740 ____________________________________________________________________________
7741 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
7742         Log: Upgrade to CPAN 1.61.
7743      Branch: perl
7744            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7745 ____________________________________________________________________________
7746 [ 16440] By: nick                                  on 2002/05/07  07:07:58
7747         Log: Integrate mainline
7748      Branch: perlio
7749           +> Porting/p4genpatch vos/compile_full_perl.cm
7750           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7751           +> wince/compile.bat wince/win32io.c
7752            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
7753           !> (integrate 74 files)
7754 ____________________________________________________________________________
7755 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
7756         Log: Document the bad behaviour of for(1..5){$_++}
7757              (it works but it should fail)
7758      Branch: perl
7759            ! pod/perldelta.pod
7760 ____________________________________________________________________________
7761 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
7762         Log: README.ko update from Jungshik Shin.
7763      Branch: perl
7764            ! README.ko
7765 ____________________________________________________________________________
7766 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
7767         Log: Subject: Re: perl@16433
7768              From: Nicholas Clark <nick@unfortu.net>
7769              Date: Tue, 7 May 2002 00:21:46 +0100
7770              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
7771      Branch: perl
7772            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7773            ! ext/Storable/t/malice.t
7774 ____________________________________________________________________________
7775 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
7776         Log: Subject:  two and a half steps further for WinCE cross-build
7777              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7778              Date: Mon, 6 May 2002 23:54:24 +0400
7779              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
7780      Branch: perl
7781            - wince/config.h
7782            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
7783 ____________________________________________________________________________
7784 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
7785         Log: Detypo.
7786      Branch: perl
7787            ! pod/perldelta.pod
7788 ____________________________________________________________________________
7789 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
7790         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7791              From: Dave Mitchell <davem@fdgroup.com>
7792              Date: Mon, 6 May 2002 17:17:00 +0100
7793              Message-ID: <20020506171700.A256@fdgroup.com>
7794      Branch: perl
7795            ! pod/perldelta.pod t/op/local.t
7796 ____________________________________________________________________________
7797 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
7798         Log: Update Changes.
7799      Branch: perl
7800            ! Changes patchlevel.h
7801 ____________________________________________________________________________
7802 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
7803         Log: Add a test for #16431, and document Dave's campaign
7804              against localised hash element bugs.
7805      Branch: perl
7806            ! pod/perldelta.pod t/op/tie.t
7807 ____________________________________________________________________________
7808 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
7809         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7810              From: Dave Mitchell <davem@fdgroup.com>
7811              Date: Sat, 4 May 2002 00:34:18 +0100
7812              Message-ID: <20020504003418.F22026@fdgroup.com>
7813      Branch: perl
7814            ! pp_hot.c t/op/local.t
7815 ____________________________________________________________________________
7816 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
7817         Log: Regen uconfig.h.
7818      Branch: perl
7819            ! uconfig.h
7820 ____________________________________________________________________________
7821 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
7822         Log: Unfortunately AmigaOS has been broken since 11423
7823              and is unlikely to get fixed in time for 5.8.0.
7824      Branch: perl
7825            ! pod/perldelta.pod
7826 ____________________________________________________________________________
7827 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
7828         Log: Ultimate discouragement for the old tools, from Andreas.
7829      Branch: perl
7830            - Porting/p4d2p Porting/p4desc
7831            ! MANIFEST Porting/repository.pod
7832 ____________________________________________________________________________
7833 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
7834         Log: Upgrade to Digest::MD5 2.20.
7835      Branch: perl
7836            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7837            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
7838 ____________________________________________________________________________
7839 [ 16426] By: ams                                   on 2002/05/06  09:48:42
7840         Log: Subject: [Encode] 1.70 released
7841              From: Dan Kogai <dankogai@dan.co.jp>
7842              Date: Mon, 6 May 2002 19:36:15 +0900
7843              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
7844      Branch: perl
7845            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
7846            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
7847            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
7848 ____________________________________________________________________________
7849 [ 16425] By: ams                                   on 2002/05/06  09:40:42
7850         Log: Subject: [PATCH] PerlIO::Via reference
7851              From: Gisle Aas <gisle@ActiveState.com>
7852              Date: 05 May 2002 22:50:23 -0700
7853              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
7854      Branch: perl
7855            ! pod/perliol.pod
7856 ____________________________________________________________________________
7857 [ 16424] By: ams                                   on 2002/05/06  09:37:58
7858         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
7859              From: Brendan O'Dea <bod@debian.org>
7860              Date: Mon, 6 May 2002 14:04:48 +1000
7861              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
7862      Branch: perl
7863            ! lib/Term/Complete.pm
7864 ____________________________________________________________________________
7865 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
7866         Log: p4genpatch: avoid stderr noise during adds
7867      Branch: perl
7868            ! Porting/p4genpatch
7869 ____________________________________________________________________________
7870 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
7871         Log: Subject: [PATCH] Fixup VOS builds of miniperl
7872              From: Paul_GreenVOS@vos.stratus.com
7873              Date: Sun, 5 May 02 23:11 edt
7874              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
7875      Branch: perl
7876            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
7877 ____________________________________________________________________________
7878 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
7879         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
7880              From: Radu Greab <radu@netsoft.ro>
7881              Date: Mon, 6 May 2002 04:23:10 +0300
7882              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
7883      Branch: perl
7884            ! pp_sys.c t/op/exec.t
7885 ____________________________________________________________________________
7886 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
7887         Log: Further comment tweak, to agree with perlxs.pod.
7888      Branch: perl
7889            ! perl.h
7890 ____________________________________________________________________________
7891 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
7892         Log: Subject: [PATCH] Update README.vos and release vos build macros
7893              From: Paul_GreenVOS@vos.stratus.com
7894              Date: Sun, 5 May 02 17:15 edt
7895              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
7896              To: perl5-porters@perl.org
7897      Branch: perl
7898            + vos/compile_full_perl.cm vos/configure_full_perl.sh
7899            + vos/make_full_perl.sh
7900            ! MANIFEST README.vos vos/Changes
7901 ____________________________________________________________________________
7902 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
7903         Log: Retract MM_NW5.pm part of #16371, at the request
7904              of Michael Schwern.
7905      Branch: perl
7906            ! lib/ExtUtils/MM_NW5.pm
7907 ____________________________________________________________________________
7908 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
7909         Log: Comment tweaks.
7910      Branch: perl
7911            ! perl.h
7912 ____________________________________________________________________________
7913 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
7914         Log: a few more p4genpatch fixes:
7915              
7916              don't assume previous revision exists, let p4 compute it from
7917              the one-less-change number instead
7918              
7919              the time part in timestamps were always 00:00:00; fix by
7920              fetching metadata via "p4 fsync" rather than "p4 filelog"
7921              
7922              quote all file names used in external commands to make them
7923              them work when there are spaces in those file names
7924              
7925              looks production worthy now :)
7926      Branch: perl
7927            ! Porting/p4genpatch
7928 ____________________________________________________________________________
7929 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
7930         Log: The #16401 was far from enough, and mostly in a wrong direction.
7931              The right thing to do would be to convert Storable into using
7932              the new MY_CXT scheme (no static data, and memory management
7933              using SVs).
7934      Branch: perl
7935            ! ext/Storable/Storable.xs
7936 ____________________________________________________________________________
7937 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
7938         Log: p4genpatch diffs against depot files from //depot/perl when called
7939              with -b //depot/maint-5.6/perl
7940      Branch: perl
7941            ! Porting/p4genpatch
7942 ____________________________________________________________________________
7943 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
7944         Log: p4genpatch: current directory may not be writable, so don't
7945              create temp files there
7946      Branch: perl
7947            ! Porting/p4genpatch
7948 ____________________________________________________________________________
7949 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
7950         Log: p4genpatch now works on windows
7951      Branch: perl
7952            ! Porting/p4genpatch
7953 ____________________________________________________________________________
7954 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
7955         Log: p4genpatch: tweak from Andreas to strip leading portion of
7956              path specified in -b (so patch can be applied with "patch -p1")
7957      Branch: perl
7958            ! Porting/p4genpatch
7959 ____________________________________________________________________________
7960 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
7961         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
7962              From: PPrymmer@factset.com
7963              Date: Fri, 3 May 2002 14:52:12 -0400
7964              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
7965      Branch: perl
7966            ! t/op/pwent.t
7967 ____________________________________________________________________________
7968 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
7969         Log: Upgrade to Net::Ping 2.17.
7970      Branch: perl
7971            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7972 ____________________________________________________________________________
7973 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
7974         Log: Upgrade to Getopt::Long 2.31.
7975      Branch: perl
7976            ! lib/Getopt/Long.pm
7977 ____________________________________________________________________________
7978 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
7979         Log: Subject: Re: Cross-compiling as of WinCE
7980              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7981              Date: Sat, 4 May 2002 03:49:11 +0400
7982              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
7983      Branch: perl
7984            + wince/compile.bat wince/win32io.c
7985            - wince/perldll.def
7986            ! MANIFEST configpm makedef.pl wince/Makefile.ce
7987            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
7988            ! wince/config_h.PL wince/wince.c
7989 ____________________________________________________________________________
7990 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
7991         Log: The loclibpth is always set by Configure.
7992      Branch: perl
7993            ! hints/dec_osf.sh
7994 ____________________________________________________________________________
7995 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
7996         Log: Subject: Re: [Unicode::Collate] UCA Version number    
7997              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7998              Date: Sun, 05 May 2002 10:07:57 +0900
7999              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
8000      Branch: perl
8001            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8002            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8003 ____________________________________________________________________________
8004 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
8005         Log: Subject: [PATCH sv.c] delete inaccurate comment
8006              From: Dave Mitchell <davem@fdgroup.com>
8007              Date: Fri, 3 May 2002 21:17:00 +0100
8008              Message-ID: <20020503211700.C22026@fdgroup.com>
8009      Branch: perl
8010            ! sv.c
8011 ____________________________________________________________________________
8012 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
8013         Log: Solaris: show what 'that' is.
8014      Branch: perl
8015            ! hints/solaris_2.sh
8016 ____________________________________________________________________________
8017 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
8018         Log: Syntax fix.
8019      Branch: perl
8020            ! t/op/arith.t
8021 ____________________________________________________________________________
8022 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
8023         Log: (retracted by #16415) Storable: try to free what we allocated.
8024      Branch: perl
8025            ! ext/Storable/Storable.xs
8026 ____________________________________________________________________________
8027 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
8028         Log: UNICOS: division is really sloppy.
8029      Branch: perl
8030            ! t/op/arith.t
8031 ____________________________________________________________________________
8032 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
8033         Log: Subject: fix t/io/fs.t for VOS
8034              From: Paul_GreenVOS@vos.stratus.com
8035              Date: Sat, 4 May 02 14:01 edt
8036              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
8037      Branch: perl
8038            ! t/io/fs.t
8039 ____________________________________________________________________________
8040 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
8041         Log: Subject: [Unicode::Collate] UCA Version number
8042              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8043              Date: Sat, 04 May 2002 16:07:07 +0900
8044              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
8045      Branch: perl
8046            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
8047 ____________________________________________________________________________
8048 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
8049         Log: Subject: [PATCH lib/overload.pm] "\"\""
8050              From: Michael G Schwern <schwern@pobox.com>
8051              Date: Sat, 4 May 2002 13:17:44 -0400
8052              Message-ID: <20020504171743.GD640@blackrider>
8053      Branch: perl
8054            ! lib/overload.pm
8055 ____________________________________________________________________________
8056 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
8057         Log: Add the EBCDIC test data to downgrade.t.
8058      Branch: perl
8059            ! ext/Storable/t/downgrade.t
8060 ____________________________________________________________________________
8061 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
8062         Log: EBCDIC tweak.
8063      Branch: perl
8064            ! ext/Storable/t/utf8hash.t
8065 ____________________________________________________________________________
8066 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
8067         Log: Allow p4genpatch to use diff programs other than 'diff'.
8068      Branch: perl
8069            ! Porting/p4genpatch
8070 ____________________________________________________________________________
8071 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
8072         Log: Add p4genpatch from Andreas; obsoletes both
8073              p4d2p and p4desc.
8074      Branch: perl
8075            + Porting/p4genpatch
8076            ! MANIFEST Porting/makerel
8077 ____________________________________________________________________________
8078 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
8079         Log: Upgrade to Encode 1.69.
8080      Branch: perl
8081            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8082            ! ext/Encode/Encode/Makefile_PL.e2x
8083            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
8084            ! ext/Encode/lib/Encode/Guess.pm
8085            ! ext/Encode/lib/Encode/MIME/Header.pm
8086            ! ext/Encode/t/mime-header.t
8087 ____________________________________________________________________________
8088 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
8089         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
8090              From: Dave Mitchell <davem@fdgroup.com>
8091              Date: Sat, 4 May 2002 16:09:26 +0100
8092              Message-ID: <20020504160926.A24990@fdgroup.com>
8093      Branch: perl
8094            ! INSTALL
8095 ____________________________________________________________________________
8096 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
8097         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
8098              From: Nicholas Clark <nick@unfortu.net>
8099              Date: Sat, 4 May 2002 12:38:58 +0100
8100              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
8101      Branch: perl
8102            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8103 ____________________________________________________________________________
8104 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
8105         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
8106              From: Nicholas Clark <nick@unfortu.net>
8107              Date: Sat, 4 May 2002 00:30:43 +0100
8108              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
8109      Branch: perl
8110            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8111 ____________________________________________________________________________
8112 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
8113         Log: Doc tweak from Elizabeth Mattijsen.
8114      Branch: perl
8115            ! pod/perlunicode.pod
8116 ____________________________________________________________________________
8117 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
8118         Log: Subject: [PATCH] channames.pm doc tweaks
8119              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8120              Date: Sat, 04 May 2002 11:45:18 +0900
8121              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
8122      Branch: perl
8123            ! lib/charnames.pm
8124 ____________________________________________________________________________
8125 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
8126         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8127              From: Dave Mitchell <davem@fdgroup.com>
8128              Date: Fri, 3 May 2002 23:51:10 +0100
8129              Message-ID: <20020503235110.E22026@fdgroup.com>
8130      Branch: perl
8131            ! pp_hot.c scope.c
8132 ____________________________________________________________________________
8133 [ 16385] By: nick                                  on 2002/05/04  09:29:41
8134         Log: Integrate mainline
8135      Branch: perlio
8136           !> (integrate 47 files)
8137 ____________________________________________________________________________
8138 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
8139         Log: Subject: Re: perl@16307
8140              From: Nicholas Clark <nick@unfortu.net>
8141              Date: Fri, 3 May 2002 21:49:04 +0100
8142              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
8143              
8144              canonical #3 was failing under -Mutf8.
8145      Branch: perl
8146            ! ext/Storable/t/canonical.t
8147 ____________________________________________________________________________
8148 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
8149         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
8150              From: Dave Mitchell <davem@fdgroup.com>
8151              Date: Fri, 3 May 2002 21:12:10 +0100
8152              Message-ID: <20020503211210.B22026@fdgroup.com>
8153      Branch: perl
8154            ! scope.c
8155 ____________________________________________________________________________
8156 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
8157         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
8158              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8159              Date: Fri, 3 May 2002 20:30:25 +0200
8160              Message-ID: <190109228332.20020503203025@familiehaase.de>
8161      Branch: perl
8162            ! doio.c
8163 ____________________________________________________________________________
8164 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
8165         Log: Subject: t/TestInit.pm - clean up comments
8166              From: Paul_GreenVOS@vos.stratus.com
8167              Date: Fri, 3 May 02 14:51 edt
8168              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
8169      Branch: perl
8170            ! t/TestInit.pm
8171 ____________________________________________________________________________
8172 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8173         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8174              From: Dan Kogai <dankogai@dan.co.jp>
8175              Date: Sat, 4 May 2002 01:46:35 +0900
8176              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8177      Branch: perl
8178            ! ext/Encode/Encode/Makefile_PL.e2x
8179 ____________________________________________________________________________
8180 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8181         Log: Forgotten test arrangement.
8182      Branch: perl
8183            ! ext/Digest/MD5/t/files.t
8184 ____________________________________________________________________________
8185 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8186         Log: Comedy of typing errors.
8187      Branch: perl
8188            ! hints/solaris_2.sh
8189 ____________________________________________________________________________
8190 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8191         Log: Let's try the "no Net:: if no Socket" again.
8192      Branch: perl
8193            ! t/lib/1_compile.t
8194 ____________________________________________________________________________
8195 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8196         Log: Update Changes.
8197      Branch: perl
8198            ! Changes patchlevel.h
8199 ____________________________________________________________________________
8200 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8201         Log: Oops.
8202      Branch: perl
8203            ! lib/ExtUtils/MM_BeOS.pm
8204 ____________________________________________________________________________
8205 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8206         Log: EBCDIC tweak.
8207      Branch: perl
8208            ! ext/Digest/MD5/t/utf8.t
8209 ____________________________________________________________________________
8210 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8211         Log: Update the EBCDIC MD5 checksums, and automate the process.
8212      Branch: perl
8213            ! ext/Digest/MD5/t/files.t
8214 ____________________________________________________________________________
8215 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8216         Log: The EBCDIC remapping of the low 256 bites again.
8217      Branch: perl
8218            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8219            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8220            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8221 ____________________________________________________________________________
8222 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8223         Log: NetWare updates from C Aditya.
8224      Branch: perl
8225            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8226 ____________________________________________________________________________
8227 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8228         Log: DJGPP updates from Laszlo Molnar.
8229      Branch: perl
8230            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8231 ____________________________________________________________________________
8232 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8233         Log: Upgrade to Encode 1.68.
8234      Branch: perl
8235            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8236            ! ext/Encode/lib/Encode/Alias.pm
8237            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8238 ____________________________________________________________________________
8239 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8240         Log: Integrate perlio:
8241              
8242              [ 16367]
8243              Several of non-default builds now seem to work reasonably well
8244              English.t seems to fail on an errno test, and socketpair blathers
8245              about something.
8246              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8247              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8248              function tables (latter was done in earlier change).
8249              Update comments in Makefile.mk 
8250              
8251              [ 16366]
8252              Finish off 16350 for non-PERLIO build on linux,
8253              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8254              for some slots which now perlsdio.h is targeting.
8255              
8256              [ 16352]
8257              setbuf / setvbuf are not PerlIO_ concepts
8258              
8259              [ 16351]
8260              perl_clone is a threads thing
8261              
8262              [ 16350]
8263              *** EXPERIMENTAL ***
8264              Have perlsdio.h use the iperlsys.h aliases and see
8265              if that helps non-PERLIO IMP_SYS on Win32.
8266              (Miniperl okay on linux).
8267              
8268              [ 16349]
8269              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8270              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8271              - use it in perlio.c
8272              
8273              [ 16347]
8274              More layer syms
8275              
8276              [ 16346]
8277              Use PerlSIO_fdupopen() if not using PerlIO
8278              
8279              [ 16345]
8280              Do not build if not using layers
8281      Branch: perl
8282           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8283           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8284           !> win32/win32io.c
8285 ____________________________________________________________________________
8286 [ 16367] By: nick                                  on 2002/05/03  07:25:13
8287         Log: Several of non-default builds now seem to work reasonably well
8288              English.t seems to fail on an errno test, and socketpair blathers
8289              about something.
8290              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8291              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8292              function tables (latter was done in earlier change).
8293              Update comments in Makefile.mk 
8294      Branch: perlio
8295            ! perlio.h win32/makefile.mk win32/win32.c
8296 ____________________________________________________________________________
8297 [ 16366] By: nick                                  on 2002/05/03  07:07:36
8298         Log: Finish off 16350 for non-PERLIO build on linux,
8299              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8300              for some slots which now perlsdio.h is targeting.
8301      Branch: perlio
8302            ! iperlsys.h
8303 ____________________________________________________________________________
8304 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
8305         Log: If no Socket should not try to test Net::
8306      Branch: perl
8307            ! t/lib/1_compile.t
8308 ____________________________________________________________________________
8309 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
8310         Log: Integrate macperl #16360 and #16363;
8311              
8312              Make op/alarm.t pass
8313              
8314              README.macos update
8315      Branch: perl
8316           !> README.macos t/op/alarm.t
8317 ____________________________________________________________________________
8318 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
8319         Log: README.macos update
8320      Branch: macperl
8321            ! README.macos
8322 ____________________________________________________________________________
8323 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
8324         Log: Config / test updates
8325      Branch: macperl
8326            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8327            ! macos/Makefile.mk
8328 ____________________________________________________________________________
8329 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
8330         Log: Safe signals for Mac OS
8331      Branch: macperl
8332            ! macos/macish.c macos/macish.h
8333 ____________________________________________________________________________
8334 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
8335         Log: Make op/alarm.t pass
8336      Branch: macperl
8337            ! t/op/alarm.t
8338 ____________________________________________________________________________
8339 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
8340         Log: a tweak to change#13584: need to avoid pad-walking during
8341              global destruction
8342      Branch: maint-5.6/perl
8343            ! op.c
8344 ____________________________________________________________________________
8345 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
8346         Log: Forgot the most important part of #16357.
8347      Branch: perl
8348            ! lib/Unicode/Collate.pm
8349 ____________________________________________________________________________
8350 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
8351         Log: Subject: Unicode::Collate 0.11 Released
8352              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8353              Date: Fri, 03 May 2002 03:19:29 +0900
8354              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
8355      Branch: perl
8356            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8357            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8358 ____________________________________________________________________________
8359 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
8360         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
8361              From: Andy Dougherty <doughera@lafayette.edu>
8362              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
8363              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
8364      Branch: perl
8365            ! Makefile.SH ext/util/make_ext
8366 ____________________________________________________________________________
8367 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
8368         Log: Integrate #16353 from macperl;
8369              
8370              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8371              in test 92 of run/fresh_perl.t on MacOS
8372              
8373              (as pudge rightfully points out, this is voodoo
8374              programming at it best, the real bug is somewhere else,
8375              now we just happened to shake the chicken the right way)
8376      Branch: perl
8377           !> lib/utf8_heavy.pl
8378 ____________________________________________________________________________
8379 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
8380         Log: Subject: Re: Encode, charnames and utf8heavy
8381              From: Dan Kogai <dankogai@dan.co.jp>
8382              Date: Thu, 2 May 2002 00:44:30 +0900
8383              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
8384              
8385              (plus a respective perlunicode tweak)
8386      Branch: perl
8387            ! lib/utf8_heavy.pl pod/perlunicode.pod
8388 ____________________________________________________________________________
8389 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
8390         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8391              in test 92 of run/fresh_perl.t on MacOS
8392      Branch: macperl
8393            ! lib/utf8_heavy.pl
8394 ____________________________________________________________________________
8395 [ 16352] By: nick                                  on 2002/05/02  17:48:31
8396         Log: setbuf / setvbuf are not PerlIO_ concepts
8397      Branch: perlio
8398            ! XSUB.h
8399 ____________________________________________________________________________
8400 [ 16351] By: nick                                  on 2002/05/02  17:12:21
8401         Log: perl_clone is a threads thing
8402      Branch: perlio
8403            ! makedef.pl
8404 ____________________________________________________________________________
8405 [ 16350] By: nick                                  on 2002/05/02  17:09:43
8406         Log: *** EXPERIMENTAL ***
8407              Have perlsdio.h use the iperlsys.h aliases and see
8408              if that helps non-PERLIO IMP_SYS on Win32.
8409              (Miniperl okay on linux).
8410      Branch: perlio
8411            ! iperlsys.h perlsdio.h
8412 ____________________________________________________________________________
8413 [ 16349] By: nick                                  on 2002/05/02  16:10:15
8414         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8415              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8416              - use it in perlio.c
8417      Branch: perlio
8418            ! perlio.c win32/perlhost.h win32/win32.c
8419 ____________________________________________________________________________
8420 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
8421         Log: manual integrate of change#16332 from maint-5.6 branch
8422      Branch: perl
8423            ! mg.c perl.c sv.c util.c
8424 ____________________________________________________________________________
8425 [ 16347] By: nick                                  on 2002/05/02  15:19:59
8426         Log: More layer syms
8427      Branch: perlio
8428            ! makedef.pl
8429 ____________________________________________________________________________
8430 [ 16346] By: nick                                  on 2002/05/02  15:19:20
8431         Log: Use PerlSIO_fdupopen() if not using PerlIO
8432      Branch: perlio
8433            ! perlio.c
8434 ____________________________________________________________________________
8435 [ 16345] By: nick                                  on 2002/05/02  15:18:12
8436         Log: Do not build if not using layers
8437      Branch: perlio
8438            ! win32/win32io.c
8439 ____________________________________________________________________________
8440 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
8441         Log: Upgrade to Encode 1.67.
8442      Branch: perl
8443            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8444            ! ext/Encode/lib/Encode/Guess.pm
8445 ____________________________________________________________________________
8446 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8447         Log: Integrate perlio:
8448              
8449              [ 16341]
8450              Remove show-stoppers to non-PERLIO Win32 builds
8451              (still not a very good show).
8452      Branch: perl
8453           !> makedef.pl win32/makefile.mk
8454 ____________________________________________________________________________
8455 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8456         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8457              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8458              Date: Thu, 02 May 2002 04:22:02 +0100
8459              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8460      Branch: perl
8461            ! malloc.c
8462 ____________________________________________________________________________
8463 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8464         Log: Remove show-stoppers to non-PERLIO Win32 builds
8465              (still not a very good show).
8466      Branch: perlio
8467            ! makedef.pl win32/makefile.mk
8468 ____________________________________________________________________________
8469 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8470         Log: Subject: [PATCH] 1/3rd of utf8
8471              From: Nicholas Clark <nick@unfortu.net>
8472              Date: Wed, 1 May 2002 22:58:42 +0100
8473              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8474      Branch: perl
8475            ! ext/Storable/t/malice.t
8476 ____________________________________________________________________________
8477 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8478         Log: Integrate #16334 from maint-5.6;
8479              
8480              don't pad $0 with spaces when setting it, use nulls instead (the
8481              spaces show up as a very long line in a ps listing)
8482      Branch: perl
8483           !> mg.c
8484 ____________________________________________________________________________
8485 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8486         Log: Integrate perlio:
8487              
8488              [ 16335]
8489              Fix the "PerlIO require leak". Snag was that clean_objs
8490              autoloaded DESTROY (needing IO) after known layers had
8491              been freed. Postpone layer list free to PerlIO_cleanup,
8492              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8493              so that sv_undef is immortal till layer list is done with it.
8494      Branch: perl
8495           !> perl.c perlio.c
8496 ____________________________________________________________________________
8497 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8498         Log: Subject: Re: [PATCH] Storable docs
8499              From: Philip Newton <Philip.Newton@gmx.net>
8500              Date: Thu, 02 May 2002 07:58:38 +0200
8501              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8502              (Applied mostly with tweaks by hand.)
8503      Branch: perl
8504            ! ext/Storable/Storable.pm
8505 ____________________________________________________________________________
8506 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8507         Log: Integrate mainline
8508      Branch: perlio
8509           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8510           +> ext/Digest/MD5/t/utf8.t
8511            - ext/Digest/MD5/t/aaa.t
8512           !> Configure MANIFEST Makefile.SH config_h.SH
8513           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8514           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8515           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8516           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8517           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8518           !> lib/Thread.pm util.c
8519 ____________________________________________________________________________
8520 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8521         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8522              autoloaded DESTROY (needing IO) after known layers had
8523              been freed. Postpone layer list free to PerlIO_cleanup,
8524              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8525              so that sv_undef is immortal till layer list is done with it.
8526      Branch: perlio
8527            ! perl.c perlio.c
8528 ____________________________________________________________________________
8529 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
8530         Log: don't pad $0 with spaces when setting it, use nulls instead (the
8531              spaces show up as a very long line in a ps listing)
8532      Branch: maint-5.6/perl
8533            ! mg.c
8534 ____________________________________________________________________________
8535 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
8536         Log: fix yet more race conditions related to fdopen() and dup2():
8537              
8538              fclose() is not thread-safe when two FILE* structures point
8539              to the same underlying fd, as it happens in perl's socket
8540              handles; need to invalidate the fileno slot of one of the
8541              FILE* structures, but unfortunately stdio has no interface
8542              to do this; we can do little else but fiddle with the
8543              FILE* structure directly (yuck! hope this could be done better
8544              under native PerlIO in 5.8)
8545      Branch: maint-5.6/perl
8546            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
8547 ____________________________________________________________________________
8548 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
8549         Log: isolate all environ diddling to the initial interpreter; any
8550              additional interpreters created after the first one cannot
8551              propagate %ENV changes down to the real environment; this
8552              should fix %ENV related races (e.g. multiple threads attempting
8553              to free() environ entries when they run C<%ENV = ()>)
8554      Branch: maint-5.6/perl
8555            ! mg.c perl.c sv.c util.c
8556 ____________________________________________________________________________
8557 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
8558         Log: fix race condition in my_popen(): parent may dup2() into an fd
8559              that got opened by another thread because it closes it
8560              beforehand; instead, let the dup2() itself close the fd
8561      Branch: maint-5.6/perl
8562            ! util.c
8563 ____________________________________________________________________________
8564 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
8565         Log: pipe() IO structures were not fully initialized
8566      Branch: maint-5.6/perl
8567            ! doio.c pp_sys.c
8568 ____________________________________________________________________________
8569 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
8570         Log: fix handle leak in my_popen() if the fork() fails
8571      Branch: maint-5.6/perl
8572            ! util.c
8573 ____________________________________________________________________________
8574 [ 16328] By: nick                                  on 2002/05/02  06:08:22
8575         Log: Integrate mainline
8576      Branch: perlio
8577           +> ext/threads/shared/semaphore.pm
8578           +> ext/threads/shared/t/semaphore.t
8579           !> MANIFEST ext/threads/shared/Makefile.PL
8580           !> ext/threads/shared/t/queue.t
8581 ____________________________________________________________________________
8582 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
8583         Log: Cleanup threads dirs.
8584      Branch: perl
8585            ! Makefile.SH
8586 ____________________________________________________________________________
8587 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
8588         Log: Add the new Digest::MD5 test.
8589      Branch: perl
8590            + ext/Digest/MD5/t/utf8.t
8591            ! MANIFEST
8592 ____________________________________________________________________________
8593 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
8594         Log: New try at the Class::DBI core dump at global cleanup.
8595      Branch: perl
8596            ! gv.h util.c
8597 ____________________________________________________________________________
8598 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
8599         Log: Upgrade to Digest::MD5 2.19.
8600      Branch: perl
8601            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8602            ! ext/Digest/MD5/t/files.t
8603 ____________________________________________________________________________
8604 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
8605         Log: Ooops.  Not everybody does threads.
8606      Branch: perl
8607            ! ext/threads/shared/t/semaphore.t
8608 ____________________________________________________________________________
8609 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
8610         Log: Fix files.t for blead.
8611      Branch: perl
8612            + ext/Digest/MD5/README
8613            ! MANIFEST ext/Digest/MD5/t/files.t
8614 ____________________________________________________________________________
8615 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
8616         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
8617              work yet with blead, my bad.
8618      Branch: perl
8619            + ext/Digest/MD5/t/md5-aaa.t
8620            - ext/Digest/MD5/t/aaa.t
8621            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8622            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8623            ! ext/Digest/MD5/t/files.t
8624 ____________________________________________________________________________
8625 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
8626         Log: metaconfig unit change for #16319.
8627      Branch: metaconfig/U/perl
8628            ! d_u32align.U
8629 ____________________________________________________________________________
8630 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
8631         Log: Somebody might be compiling a newer Digest::MD5.
8632      Branch: perl
8633            ! Configure config_h.SH
8634 ____________________________________________________________________________
8635 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
8636         Log: Until Arthur fills in semaphore.t.
8637      Branch: perl
8638            ! ext/threads/shared/Makefile.PL
8639            ! ext/threads/shared/t/semaphore.t
8640 ____________________________________________________________________________
8641 [ 16317] By: sky                                   on 2002/05/01  19:36:33
8642         Log: Fix emulation case when loading both Thread and threads::shared
8643              would get awkward.
8644      Branch: perl
8645            ! lib/Thread.pm
8646 ____________________________________________________________________________
8647 [ 16316] By: ams                                   on 2002/05/01  19:35:25
8648         Log: Subject: [PATCH] Storable docs
8649              From: Nicholas Clark <nick@unfortu.net>
8650              Date: Wed, 1 May 2002 20:44:42 +0100
8651              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
8652      Branch: perl
8653            ! ext/Storable/Storable.pm
8654 ____________________________________________________________________________
8655 [ 16315] By: sky                                   on 2002/05/01  19:15:46
8656         Log: Now passes old test case.
8657      Branch: perl
8658            ! ext/threads/shared/semaphore.pm
8659 ____________________________________________________________________________
8660 [ 16314] By: sky                                   on 2002/05/01  19:15:26
8661         Log: Cleanup memory a bit better in some cases.
8662      Branch: perl
8663            ! ext/threads/threads.xs
8664 ____________________________________________________________________________
8665 [ 16313] By: nick                                  on 2002/05/01  18:38:03
8666         Log: Integrate mainline
8667      Branch: perlio
8668           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8669           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
8670           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
8671           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8672           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
8673           !> pod/perl.pod pod/perlthrtut.pod toke.c
8674           !> vms/descrip_mms.template vms/perlvms.pod
8675 ____________________________________________________________________________
8676 [ 16312] By: sky                                   on 2002/05/01  18:12:37
8677         Log: Don't forget to add it to the MANIFEST
8678      Branch: perl
8679            + ext/threads/shared/t/semaphore.t
8680            ! MANIFEST
8681 ____________________________________________________________________________
8682 [ 16311] By: sky                                   on 2002/05/01  17:54:19
8683         Log: Add semaphore.pm
8684      Branch: perl
8685            + ext/threads/shared/semaphore.pm
8686 ____________________________________________________________________________
8687 [ 16310] By: sky                                   on 2002/05/01  17:13:57
8688         Log: Fix makefile to put queue.pm correctly, update test script.
8689      Branch: perl
8690            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
8691 ____________________________________________________________________________
8692 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
8693         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
8694              From: Dan Kogai <dankogai@dan.co.jp>
8695              Date: Thu, 2 May 2002 00:14:41 +0900
8696              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
8697      Branch: perl
8698            ! ext/PerlIO/t/fallback.t
8699 ____________________________________________________________________________
8700 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
8701         Log: Encode tweak from Dan Kogai.
8702      Branch: perl
8703            ! ext/Encode/Encode.xs
8704 ____________________________________________________________________________
8705 [ 16307] By: sky                                   on 2002/05/01  13:40:58
8706         Log: Flush directly to avoid erros when running from test harness
8707      Branch: perl
8708            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8709 ____________________________________________________________________________
8710 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
8711         Log: Update Changes.
8712      Branch: perl
8713            ! Changes patchlevel.h
8714 ____________________________________________________________________________
8715 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
8716         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
8717              From: PPrymmer@factset.com
8718              Date: Wed, 1 May 2002 10:12:53 -0400
8719              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
8720      Branch: perl
8721            ! lib/User/pwent.t
8722 ____________________________________________________________________________
8723 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
8724         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
8725              From: PPrymmer@factset.com
8726              Date: Wed, 1 May 2002 09:54:51 -0400
8727              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
8728      Branch: perl
8729            ! vms/descrip_mms.template
8730 ____________________________________________________________________________
8731 [ 16303] By: sky                                   on 2002/05/01  13:00:57
8732         Log: First attempt at updating perlthrtut for ithreaded threads.pm
8733      Branch: perl
8734            ! pod/perlthrtut.pod
8735 ____________________________________________________________________________
8736 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
8737         Log: Provide the \N{U+HHHH} syntax before we forget.
8738      Branch: perl
8739            ! lib/charnames.pm lib/charnames.t toke.c
8740 ____________________________________________________________________________
8741 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
8742         Log: Subject: Copy-and-Pasto in perl.pod     
8743              From: lupe@lupe-christoph.de (Lupe Christoph)    
8744              Date: Wed, 1 May 2002 13:31:47 +0200
8745              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
8746      Branch: perl
8747            ! pod/perl.pod
8748 ____________________________________________________________________________
8749 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
8750         Log: Upgrade to Encode 1.66.
8751      Branch: perl
8752            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8753            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
8754 ____________________________________________________________________________
8755 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
8756         Log: Integrate perlio:
8757              
8758              [ 16297]
8759              Remove "spurious" (and unnecessary) variables from layer_syms
8760              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8761              
8762              [ 16296]
8763              perl embed.pl to update global.sym
8764      Branch: perl
8765           !> global.sym makedef.pl
8766 ____________________________________________________________________________
8767 [ 16298] By: ams                                   on 2002/05/01  09:42:27
8768         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
8769              From: Philip Newton <Philip.Newton@gmx.net>
8770              Date: Wed, 01 May 2002 12:41:10 +0200
8771              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
8772      Branch: perl
8773            ! vms/perlvms.pod
8774 ____________________________________________________________________________
8775 [ 16297] By: nick                                  on 2002/05/01  06:50:24
8776         Log: Remove "spurious" (and unnecessary) variables from layer_syms
8777              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8778      Branch: perlio
8779            ! makedef.pl
8780 ____________________________________________________________________________
8781 [ 16296] By: nick                                  on 2002/05/01  06:21:28
8782         Log: perl embed.pl to update global.sym
8783      Branch: perlio
8784            ! global.sym
8785 ____________________________________________________________________________
8786 [ 16295] By: nick                                  on 2002/05/01  06:16:18
8787         Log: Raw integrate of mainline (global.sym wrong on Win32)
8788      Branch: perlio
8789           +> t/comp/hints.t
8790           !> (integrate 45 files)
8791 ____________________________________________________________________________
8792 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
8793         Log: metaconfig unit change for #16293.
8794      Branch: metaconfig/U/perl
8795            ! bincompat5005.U
8796 ____________________________________________________________________________
8797 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
8798         Log: Try #2 of getting rid of bincompat5005.
8799      Branch: perl
8800            ! Configure NetWare/config_H.wc Porting/Glossary
8801            ! Porting/config.sh Porting/config_H config_h.SH embed.h
8802            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
8803            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8804            ! wince/config.h wince/config_H.ce
8805 ____________________________________________________________________________
8806 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
8807         Log: metaconfig unit changes for #16291.
8808      Branch: metaconfig
8809            ! U/installdirs/inc_version_list.U
8810      Branch: metaconfig/U/perl
8811            ! bincompat5005.U xs_apiversion.U
8812 ____________________________________________________________________________
8813 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
8814         Log: No bincompat5005.
8815      Branch: perl
8816            ! Configure INSTALL NetWare/config.wc Porting/Glossary
8817            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
8818            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
8819            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
8820            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
8821            ! win32/config.bc win32/config.gc win32/config.vc
8822            ! win32/config.vc64 wince/config.ce
8823 ____________________________________________________________________________
8824 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
8825         Log: Remove sv_setpviv{_,mg}; regen perlapi.
8826      Branch: perl
8827            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
8828 ____________________________________________________________________________
8829 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
8830         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
8831              From: Dave Mitchell <davem@fdgroup.com>
8832              Date: Tue, 30 Apr 2002 23:55:43 +0100
8833              Message-ID: <20020430235543.A27796@fdgroup.com>
8834      Branch: perl
8835            ! sv.c
8836 ____________________________________________________________________________
8837 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
8838         Log: Update to Getopt::Long 2.30.
8839      Branch: perl
8840            ! lib/Getopt/Long.pm
8841 ____________________________________________________________________________
8842 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
8843         Log: Integrate perlio:
8844              
8845              [ 16285]
8846              Attempt at sanity in PerlIO/makedef.pl world:
8847              1. Add comments to what each clump of symbols is for
8848              2. Explicitly export layer syms like I thought they were
8849              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8850              section.
8851              4. Re-sort perlio.sym
8852      Branch: perl
8853           !> makedef.pl perlio.sym
8854 ____________________________________________________________________________
8855 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
8856         Log: Fix bug id 20020427.004 on %^H.
8857              Add a regression test for %^H.
8858              Change the sort pragma implementation to use a
8859              global variable instead of %^H.
8860      Branch: perl
8861            + t/comp/hints.t
8862            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
8863 ____________________________________________________________________________
8864 [ 16285] By: nick                                  on 2002/04/30  19:00:03
8865         Log: Attempt at sanity in PerlIO/makedef.pl world:
8866              1. Add comments to what each clump of symbols is for
8867              2. Explicitly export layer syms like I thought they were
8868              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8869              section.
8870              4. Re-sort perlio.sym
8871      Branch: perlio
8872            ! makedef.pl perlio.sym
8873 ____________________________________________________________________________
8874 [ 16284] By: nick                                  on 2002/04/30  18:10:23
8875         Log: Rest of integrate
8876      Branch: perlio
8877           +> lib/ExtUtils/MM_MacOS.pm
8878           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8879           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8880           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8881           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
8882           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8883           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8884           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
8885           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
8886           !> lib/Test/Harness/t/strap-analyze.t
8887           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
8888           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
8889 ____________________________________________________________________________
8890 [ 16283] By: nick                                  on 2002/04/30  17:53:37
8891         Log: Integrate mailine makedef.pl so I can look at it
8892      Branch: perlio
8893           !> makedef.pl
8894 ____________________________________________________________________________
8895 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
8896         Log: Upgrade to Encode 1.65.
8897      Branch: perl
8898            ! ext/Encode/Changes ext/Encode/Encode.pm
8899            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8900            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8901 ____________________________________________________________________________
8902 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
8903         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
8904      Branch: perl
8905            ! makedef.pl
8906 ____________________________________________________________________________
8907 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
8908         Log: NetWare: disable DEBUG/ASSERT for now.
8909      Branch: perl
8910            ! ext/Storable/Storable.xs
8911 ____________________________________________________________________________
8912 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
8913         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
8914              From: Michael G Schwern <schwern@pobox.com>
8915              Date: Tue, 30 Apr 2002 01:05:41 -0400
8916              Message-ID: <20020430050541.GL756@blackrider>
8917      Branch: perl
8918            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8919            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8920            ! lib/Test/Harness/t/test-harness.t
8921 ____________________________________________________________________________
8922 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
8923         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
8924              From: Michael G Schwern <schwern@pobox.com>
8925              Date: Tue, 30 Apr 2002 00:24:59 -0400
8926              Message-ID: <20020430042459.GJ756@blackrider>
8927      Branch: perl
8928            + lib/ExtUtils/MM_MacOS.pm
8929            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
8930            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8931            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
8932 ____________________________________________________________________________
8933 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
8934         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
8935              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
8936      Branch: perl
8937            ! util.c
8938 ____________________________________________________________________________
8939 [ 16276] By: ams                                   on 2002/04/30  08:42:32
8940         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
8941              From: "Craig A. Berry" <craigberry@mac.com>
8942              Date: Mon, 29 Apr 2002 23:37:06 -0500
8943              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
8944      Branch: perl
8945            ! t/pod/testp2pt.pl
8946 ____________________________________________________________________________
8947 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
8948         Log: Regen toc.
8949      Branch: perl
8950            ! pod/perltoc.pod
8951 ____________________________________________________________________________
8952 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
8953         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
8954              From: PPrymmer@factset.com
8955              Date: Mon, 29 Apr 2002 17:58:06 -0400
8956              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
8957      Branch: perl
8958            ! vms/perlvms.pod
8959 ____________________________________________________________________________
8960 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
8961         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
8962              from Todd Miller.
8963      Branch: perl
8964            ! hints/openbsd.sh
8965 ____________________________________________________________________________
8966 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
8967         Log: Integrate perlio:
8968              
8969              [ 16270]
8970              Adding Encode::* to .pm creates stash at compile time
8971              which means we need a stronger check on Encode at boot time.
8972      Branch: perl
8973           !> ext/PerlIO/encoding/encoding.pm
8974           !> ext/PerlIO/encoding/encoding.xs
8975 ____________________________________________________________________________
8976 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
8977         Log: OpenBSD hints update from Todd Miller.
8978              
8979              - old versions of OpenBSD don't have 'arch -s'
8980              - OpenBSD 3.1 and higher don't use libdl but users may have
8981              and old libdl on the system so we need to avoid using it.
8982      Branch: perl
8983            ! hints/openbsd.sh
8984 ____________________________________________________________________________
8985 [ 16270] By: nick                                  on 2002/04/29  17:33:38
8986         Log: Adding Encode::* to .pm creates stash at compile time
8987              which means we need a stronger check on Encode at boot time.
8988      Branch: perlio
8989            ! ext/PerlIO/encoding/encoding.pm
8990            ! ext/PerlIO/encoding/encoding.xs
8991 ____________________________________________________________________________
8992 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
8993         Log: Detypo by Ronald Kimball.
8994      Branch: perl
8995            ! pod/perlport.pod
8996 ____________________________________________________________________________
8997 [ 16268] By: nick                                  on 2002/04/29  15:47:00
8998         Log: Integrate mainline
8999      Branch: perlio
9000           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9001           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
9002           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
9003           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
9004           !> pod/perlfaq2.pod pod/perlfaq3.pod
9005 ____________________________________________________________________________
9006 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
9007         Log: Update Changes.
9008      Branch: perl
9009            ! Changes patchlevel.h
9010 ____________________________________________________________________________
9011 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
9012         Log: MM_NW5 update from C Aditya.
9013      Branch: perl
9014            ! lib/ExtUtils/MM_NW5.pm
9015 ____________________________________________________________________________
9016 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
9017         Log: FAQ sync.
9018      Branch: perl
9019            ! pod/perlfaq2.pod pod/perlfaq3.pod
9020 ____________________________________________________________________________
9021 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
9022         Log: NetBSD hints rewrite from Johnny Lam.
9023      Branch: perl
9024            ! hints/netbsd.sh
9025 ____________________________________________________________________________
9026 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
9027         Log: Upgrade to Encode 1.64.
9028      Branch: perl
9029            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9030            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
9031 ____________________________________________________________________________
9032 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
9033         Log: Subject: [Unicode::Normalize] mkheader tweak
9034              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9035              Date: Mon, 29 Apr 2002 12:58:01 +0900
9036              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
9037      Branch: perl
9038            ! ext/Unicode/Normalize/mkheader
9039 ____________________________________________________________________________
9040 [ 16261] By: nick                                  on 2002/04/29  06:29:48
9041         Log: Integrate mainline
9042      Branch: perlio
9043            - macos/MacPerlTests.cmd macos/xsubpp.patch
9044           !> (integrate 40 files)
9045 ____________________________________________________________________________
9046 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
9047         Log: Upgrade to Unicode::Normalize 0.76,
9048              from SADAHIRO Tomoyuki.
9049      Branch: perl
9050            ! ext/Unicode/Normalize/Changes
9051            ! ext/Unicode/Normalize/Normalize.pm
9052            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9053            ! ext/Unicode/Normalize/t/func.t
9054 ____________________________________________________________________________
9055 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
9056         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
9057              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
9058              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
9059              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
9060      Branch: perl
9061            ! pod/perlport.pod
9062 ____________________________________________________________________________
9063 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
9064         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
9065              the basic and list tests started hanging).
9066      Branch: perl
9067            ! ext/threads/t/basic.t ext/threads/t/list.t
9068            ! ext/threads/t/thread.t
9069 ____________________________________________________________________________
9070 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
9071         Log: Integrate #16254 from macperl;
9072              
9073              Fix most tests on MacOS (not yet ext/ or /lib)
9074      Branch: perl
9075           !> (integrate 30 files)
9076 ____________________________________________________________________________
9077 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
9078         Log: As requested by pudge.
9079      Branch: perl
9080            - macos/MacPerlTests.cmd macos/xsubpp.patch
9081            ! MANIFEST
9082 ____________________________________________________________________________
9083 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
9084         Log: Integrate perl
9085      Branch: macperl
9086           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
9087           +> wince/cecopy-lib.pl wince/comp.pl
9088           !> (integrate 38 files)
9089 ____________________________________________________________________________
9090 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
9091         Log: Fix most tests on MacOS (not yet ext/ or /lib)
9092      Branch: macperl
9093            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
9094            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
9095            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
9096            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
9097            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
9098            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
9099            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
9100            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
9101 ____________________________________________________________________________
9102 [ 16253] By: nick                                  on 2002/04/28  19:10:50
9103         Log: Integrate mainline
9104      Branch: perlio
9105           +> wince/cecopy-lib.pl wince/comp.pl
9106           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
9107           !> ext/threads/t/basic.t ext/threads/t/list.t
9108           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
9109           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
9110           !> wince/win32.h wince/wince.c
9111 ____________________________________________________________________________
9112 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
9113         Log: More configuration/build changes
9114      Branch: macperl
9115            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9116            ! macos/Makefile.mk macos/config.h macos/config.sh
9117            ! macos/macish.h
9118 ____________________________________________________________________________
9119 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
9120         Log: Subject: WinCE many fixes
9121              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9122              Date: Sun, 28 Apr 2002 21:54:31 +0400
9123              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
9124      Branch: perl
9125            + wince/cecopy-lib.pl wince/comp.pl
9126            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
9127            ! wince/config_h.PL wince/perldll.def wince/win32.h
9128            ! wince/wince.c
9129 ____________________________________________________________________________
9130 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
9131         Log: Retract the cond.t part of #16249 since the nature
9132              of the test changed.
9133      Branch: perl
9134            ! ext/threads/shared/t/cond.t
9135 ____________________________________________________________________________
9136 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
9137         Log: (retracted by #16258)
9138              
9139              Fix thread tests not to depend on sleep() as
9140              a scheduling aid.  In two tests (basic and list)
9141              I had to change from sleep() hack to another hack...
9142              basically, using the filesystem as a semaphore.
9143              The assumption made is that rmdir() is atomic.
9144              (The sleep() scheduling assumption broke with the
9145              GNU pth in NetBSD.)
9146              
9147              (the cond.t part retracted by #16250)
9148      Branch: perl
9149            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
9150            ! ext/threads/t/list.t ext/threads/t/thread.t
9151 ____________________________________________________________________________
9152 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
9153         Log: Be tidy.
9154      Branch: perl
9155            ! ext/PerlIO/t/fallback.t
9156 ____________________________________________________________________________
9157 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
9158         Log: Integrate perlio:
9159              
9160              [ 16246]
9161              Have :encoding() default to perlqq style fallbacks.
9162              Add test for that.
9163              
9164              [ 16245]
9165              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9166              as gate on layer tests which fail on -Dusesfio
9167              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9168              
9169              [ 16244]
9170              Builds under -Uuseperlio
9171              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9172      Branch: perl
9173           +> ext/PerlIO/t/fallback.t
9174           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9175           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9176           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9177           !> t/io/binmode.t t/io/crlf.t
9178 ____________________________________________________________________________
9179 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9180         Log: Have :encoding() default to perlqq style fallbacks.
9181              Add test for that.
9182      Branch: perlio
9183            + ext/PerlIO/t/fallback.t
9184            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9185            ! ext/PerlIO/encoding/encoding.xs
9186 ____________________________________________________________________________
9187 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9188         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9189              as gate on layer tests which fail on -Dusesfio
9190              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9191      Branch: perlio
9192            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9193            ! t/io/crlf.t
9194 ____________________________________________________________________________
9195 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9196         Log: Builds under -Uuseperlio
9197              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9198      Branch: perlio
9199            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9200 ____________________________________________________________________________
9201 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9202         Log: Integrate mainline
9203      Branch: perlio
9204           +> ext/threads/t/list.t
9205           !> (integrate 40 files)
9206 ____________________________________________________________________________
9207 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9208         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9209      Branch: perl
9210            ! hints/netbsd.sh
9211 ____________________________________________________________________________
9212 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9213         Log: Plan better.
9214      Branch: perl
9215            ! t/io/fs.t
9216 ____________________________________________________________________________
9217 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9218         Log: No trunc worries.
9219      Branch: perl
9220            ! pod/perldelta.pod
9221 ____________________________________________________________________________
9222 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9223         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9224              From: Michael G Schwern <schwern@pobox.com>
9225              Date: Sat, 27 Apr 2002 23:20:19 -0400
9226              Message-ID: <20020428032019.GF1821@blackrider>
9227      Branch: perl
9228            ! pod/perlfunc.pod t/io/fs.t
9229 ____________________________________________________________________________
9230 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9231         Log: More valgrind findings: e.g. t/op/utfhash.t.
9232      Branch: perl
9233            ! hv.c
9234 ____________________________________________________________________________
9235 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9236         Log: Unused variables now that "did you use incorrect case" is gone;
9237              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9238              lib/blib.t.
9239      Branch: perl
9240            ! op.c
9241 ____________________________________________________________________________
9242 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9243         Log: Added test cases and fixed some obvious things.
9244      Branch: perl
9245            + ext/threads/t/list.t
9246            ! MANIFEST ext/threads/threads.xs
9247 ____________________________________________________________________________
9248 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9249         Log: Removed last traces of autodetach.
9250              Added list() methid.
9251              Changed documentation.
9252      Branch: perl
9253            ! ext/threads/threads.pm ext/threads/threads.xs
9254 ____________________________________________________________________________
9255 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9256         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9257              From: Jerrad Pierce <belg4mit@MIT.EDU>
9258              Date: Sat, 27 Apr 2002 19:14:17 -0400
9259              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9260      Branch: perl
9261            ! lib/FileCache.pm
9262 ____________________________________________________________________________
9263 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9264         Log: More NetBSD patches from Johnny Lam.
9265              
9266              Remove the need for a $prefix setting that was added in the
9267              previous patch I sent.     Also add the proper rpath options
9268              to the linker flags depending on whether we're on a ELF or
9269              a.out platform.     These were tested both in a non-pkgsrc and
9270              pkgsrc build.
9271              
9272              Append to $libs instead of overwriting its value.  This was
9273              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9274              link command on NetBSD systems and was the cause of the GDBM
9275              problems reported.  Also use '$(LDLOADLIBS)' instead of
9276              expanding its value so that it is more easily overridden in
9277              the Makefile by "make all LDLOADLIBS=...".
9278              
9279              Remove "-L/usr/local/lib" because the location of libgdbm.so
9280              is already added during the Configure process, and this
9281              spurious addition may cause the wrong libgdbm.so to be linked
9282              against as a result.
9283      Branch: perl
9284            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
9285            ! lib/ExtUtils/MM_Unix.pm
9286 ____________________________________________________________________________
9287 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
9288         Log: More VC5-induced casting found by Nikola Knezevic.
9289      Branch: perl
9290            ! av.c hv.c mg.c sv.c
9291 ____________________________________________________________________________
9292 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
9293         Log: More U32 regflags.
9294      Branch: perl
9295            ! op.h regcomp.c thrdvar.h
9296 ____________________________________________________________________________
9297 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
9298         Log: Integrate from bleadperl
9299      Branch: macperl
9300           +> ext/Encode/lib/Encode/Guess.pm
9301           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9302           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9303           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9304           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
9305           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
9306           +> lib/ExtUtils/t/zz_cleanup_dummy.t
9307           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9308           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9309           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9310           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
9311            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9312            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9313            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9314            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9315            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9316            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9317            - t/op/system_tests
9318           !> (integrate 133 files)
9319 ____________________________________________________________________________
9320 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
9321         Log: Retract #16195 since it seems to be unnecessary.
9322      Branch: perl
9323            ! lib/ExtUtils/MM_Unix.pm
9324 ____________________________________________________________________________
9325 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
9326         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
9327              From: "Craig A. Berry" <craigberry@mac.com>
9328              Date: Sat, 27 Apr 2002 15:11:31 -0500
9329              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
9330      Branch: perl
9331            ! vms/descrip_mms.template
9332 ____________________________________________________________________________
9333 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
9334         Log: Some more known open() modes.
9335      Branch: perl
9336            ! pod/perldiag.pod
9337 ____________________________________________________________________________
9338 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
9339         Log: Upgrade to Encode 1.63.
9340      Branch: perl
9341            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9342            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
9343            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9344            ! ext/Encode/lib/Encode/Encoding.pm
9345            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
9346            ! ext/Encode/lib/Encode/JP/JIS7.pm
9347            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9348            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9349 ____________________________________________________________________________
9350 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
9351         Log: Update Changes.
9352      Branch: perl
9353            ! Changes patchlevel.h
9354 ____________________________________________________________________________
9355 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
9356         Log: Integrate perlio:
9357              
9358              [ 16221]
9359              Correct which var is nulled, stack movement protection.
9360      Branch: perl
9361           !> ext/PerlIO/encoding/encoding.xs
9362 ____________________________________________________________________________
9363 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
9364         Log: Subject: PATCH t/TEST
9365              From: Mark-Jason Dominus <mjd@plover.com>
9366              Date: Sat, 27 Apr 2002 14:06:56 -0400
9367              Message-ID: <20020427180656.5422.qmail@plover.com>
9368      Branch: perl
9369            ! t/TEST
9370 ____________________________________________________________________________
9371 [ 16222] By: sky                                   on 2002/04/27  17:00:29
9372         Log: Ahem, look another way.
9373      Branch: perl
9374            ! ext/threads/shared/t/queue.t
9375 ____________________________________________________________________________
9376 [ 16221] By: nick                                  on 2002/04/27  16:34:48
9377         Log: Correct which var is nulled, stack movement protection.
9378      Branch: perlio
9379            ! ext/PerlIO/encoding/encoding.xs
9380 ____________________________________________________________________________
9381 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
9382         Log: Integrate perlio:
9383              
9384              [ 16216]
9385              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9386              - if encoding loads Encode then stack grows.
9387              - pp_binmode was not allowing for that to happen
9388              - added PUTBACK/SPAGAIN.
9389      Branch: perl
9390           !> pp_sys.c
9391 ____________________________________________________________________________
9392 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
9393         Log: First half of NetBSD patch-ai, from Johnny Lam:
9394              
9395              The first part removes "installman" and "installhtml" from the
9396              .PHONY target, which was causing problems during installation.
9397              
9398              (the installman and installhtml are not phony targets,
9399              they are real files)
9400      Branch: perl
9401            ! Makefile.SH
9402 ____________________________________________________________________________
9403 [ 16218] By: nick                                  on 2002/04/27  16:22:40
9404         Log: Integrate mainline
9405      Branch: perlio
9406           +> ext/threads/shared/t/cond.t
9407           !> MANIFEST ext/threads/shared/shared.xs
9408           !> ext/threads/shared/t/queue.t
9409 ____________________________________________________________________________
9410 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
9411         Log: NetBSD patch-ab from Johnny Lam:
9412              
9413              Some tweaks to the NetBSD hints file to make the Configure
9414              process more useful when not building from pkgsrc.  This file
9415              will definitely need to change again when the 1.6 release of
9416              NetBSD comes out, but I'll handle the changes at the later
9417              date.
9418      Branch: perl
9419            ! hints/netbsd.sh
9420 ____________________________________________________________________________
9421 [ 16216] By: nick                                  on 2002/04/27  16:19:21
9422         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9423              - if encoding loads Encode then stack grows.
9424              - pp_binmode was not allowing for that to happen
9425              - added PUTBACK/SPAGAIN.
9426      Branch: perlio
9427            ! pp_sys.c
9428 ____________________________________________________________________________
9429 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
9430         Log: Integrate perlio:
9431              
9432              [ 16211]
9433              Re-instate $PerlIO::encoding::check at boot.
9434              (Retaining Dan's XS side require though I don't see need.)
9435              
9436              [ 16207]
9437              Fix fd leak on Via(bogus).
9438              Finish implementing PerlIOVia_open().
9439              Export more guts of PerlIO_* so Via_open() can work.
9440              Fix various PerlIO_allocate() features exposed by above.
9441              
9442              [ 16027]
9443              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9444              and change test not to skip them.
9445              
9446              [ 16023]
9447              Some tweaks for encodings which need lines.
9448              Also disabled trial of using fallbacks.
9449              
9450              [ 16022]
9451              Various tweaks to Encode
9452      Branch: perl
9453           !> embed.fnc ext/PerlIO/Via/Via.xs
9454           !> ext/PerlIO/encoding/encoding.pm
9455           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9456           !> perlio.c perlio.h perliol.h
9457 ____________________________________________________________________________
9458 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9459         Log: Upgrade to Encode 1.62.
9460      Branch: perl
9461            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9462 ____________________________________________________________________________
9463 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9464         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9465              From: Philip Newton <Philip.Newton@gmx.net>
9466              Date: Sat, 27 Apr 2002 08:51:30 +0200
9467              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9468              
9469              Subject: Re: Change 16183: Stop being coy.
9470              From: Philip Newton <Philip.Newton@gmx.net>
9471              Date: Sat, 27 Apr 2002 08:52:13 +0200
9472              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9473      Branch: perl
9474            ! INSTALL pod/perldelta.pod
9475 ____________________________________________________________________________
9476 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9477         Log: Add test numbers to make "make test" happy. Order is irrelevant
9478              but number of oks is not.
9479      Branch: perl
9480            ! ext/threads/shared/t/queue.t
9481 ____________________________________________________________________________
9482 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9483         Log: Re-instate $PerlIO::encoding::check at boot.
9484              (Retaining Dan's XS side require though I don't see need.)
9485      Branch: perlio
9486            ! ext/PerlIO/encoding/encoding.pm
9487            ! ext/PerlIO/encoding/encoding.xs
9488 ____________________________________________________________________________
9489 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9490         Log: Fixed race condtions and deadlocks in interaction with 
9491              cond_wait/cond_signal and lock.
9492              Now we wait for a lock to gie up if we return from COND_WAIT
9493              and we are still locked. We also notifiers potential 
9494              lockers that it is free for locking when we go into COND_WAIT.
9495      Branch: perl
9496            + ext/threads/shared/t/cond.t
9497            ! MANIFEST ext/threads/shared/shared.xs
9498            ! ext/threads/shared/t/queue.t
9499 ____________________________________________________________________________
9500 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9501         Log: Integrate mainline
9502      Branch: perlio
9503           +> t/win32/system_tests
9504            - t/op/system_tests
9505           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9506           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9507           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9508           !> t/lib/warnings/pp_hot t/win32/system.t
9509 ____________________________________________________________________________
9510 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9511         Log: Saving locks after we set it to 0 was kind of pointless.
9512              Hunting down fixes in cond_* functions.
9513      Branch: perl
9514            ! ext/threads/shared/shared.xs
9515 ____________________________________________________________________________
9516 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9517         Log: Fix fd leak on Via(bogus).
9518              Finish implementing PerlIOVia_open().
9519              Export more guts of PerlIO_* so Via_open() can work.
9520              Fix various PerlIO_allocate() features exposed by above.
9521      Branch: perlio
9522            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9523            ! perlio.h perliol.h
9524 ____________________________________________________________________________
9525 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
9526         Log: NetBSD and OpenBSD cannot do comments at #! line
9527              (or long #! lines?)
9528      Branch: perl
9529            ! t/japh/abigail.t
9530 ____________________________________________________________________________
9531 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
9532         Log: Add taint rethink to the todo list.
9533      Branch: perl
9534            ! pod/perltodo.pod
9535 ____________________________________________________________________________
9536 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
9537         Log: Integrate changes #16199 and #16201 from macperl;
9538              
9539              Time::Local compatibility patches, from Graham
9540              
9541              MacPerl require() portability patches
9542      Branch: perl
9543           !> lib/Time/Local.pm pp_ctl.c
9544 ____________________________________________________________________________
9545 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
9546         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
9547              From: Nicholas Clark <nick@unfortu.net>
9548              Date: Fri, 26 Apr 2002 23:27:23 +0100
9549              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
9550      Branch: perl
9551            ! t/lib/warnings/pp_hot
9552 ____________________________________________________________________________
9553 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
9554         Log: Working on MacPerl tests
9555      Branch: macperl
9556            ! macos/MacPerlTests.cmd
9557 ____________________________________________________________________________
9558 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
9559         Log: MacPerl require() portability patches
9560      Branch: macperl
9561            ! pp_ctl.c
9562 ____________________________________________________________________________
9563 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
9564         Log: Fix a few MacPerl_CanonDir() problems
9565      Branch: macperl
9566            ! macos/macish.c macos/macish.h
9567 ____________________________________________________________________________
9568 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
9569         Log: Time::Local compatibility patches, from Graham
9570      Branch: macperl
9571            ! lib/Time/Local.pm
9572 ____________________________________________________________________________
9573 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
9574         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
9575              From: Simon Cozens <simon@netthink.co.uk>
9576              Date: Fri, 26 Apr 2002 21:58:21 +0100
9577              Message-ID: <20020426205821.GB5855@netthink.co.uk>
9578      Branch: perl
9579            ! ext/Time/HiRes/HiRes.pm
9580 ____________________________________________________________________________
9581 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
9582         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
9583              to know about it always (not just when using the pth).
9584      Branch: perl
9585            ! hints/netbsd.sh
9586 ____________________________________________________________________________
9587 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
9588         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
9589      Branch: perl
9590            ! ext/Digest/MD5/t/files.t
9591 ____________________________________________________________________________
9592 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
9593         Log: (retracted by #16229)
9594              Subject: FIXIN problem under Win32
9595              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9596              Date: Thu, 25 Apr 2002 23:03:31 +0200
9597              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
9598      Branch: perl
9599            ! lib/ExtUtils/MM_Unix.pm
9600 ____________________________________________________________________________
9601 [ 16194] By: nick                                  on 2002/04/26  17:36:16
9602         Log: Integrate mainline
9603      Branch: perlio
9604           +> ext/Encode/lib/Encode/Guess.pm
9605           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9606           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9607           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9608           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9609           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9610           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9611           +> t/lib/sample-tests/die_last_minute
9612           !> (integrate 94 files)
9613 ____________________________________________________________________________
9614 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
9615         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
9616              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9617              Date: Fri, 26 Apr 2002 15:38:16 +0200
9618              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
9619      Branch: perl
9620            + t/win32/system_tests
9621            - t/op/system_tests
9622            ! MANIFEST t/win32/system.t
9623 ____________________________________________________________________________
9624 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
9625         Log: Mention explicitly the NetBSD + pth combination.
9626      Branch: perl
9627            ! pod/perldelta.pod
9628 ____________________________________________________________________________
9629 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
9630         Log: Subject: [PATCH] Fix email address.
9631              From: Abigail <abigail@foad.org>
9632              Date: Fri, 26 Apr 2002 18:03:11 +0200
9633              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
9634      Branch: perl
9635            ! t/japh/abigail.t
9636 ____________________________________________________________________________
9637 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
9638         Log: NetWare update from C Aditya.
9639      Branch: perl
9640            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
9641            ! lib/ExtUtils/MM_Unix.pm
9642 ____________________________________________________________________________
9643 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
9644         Log: Subject: [PATCH vms/test.com] use t/TEST
9645              From: "Craig A. Berry" <craigberry@mac.com>
9646              Date: Fri, 26 Apr 2002 09:34:46 -0500
9647              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
9648      Branch: perl
9649            ! vms/test.com
9650 ____________________________________________________________________________
9651 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
9652         Log: Update Changes.
9653      Branch: perl
9654            ! Changes patchlevel.h
9655 ____________________________________________________________________________
9656 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
9657         Log: Subject: [Encode] s/=over2/=over 2/g
9658              From: Dan Kogai <dankogai@dan.co.jp>
9659              Date: Fri, 26 Apr 2002 14:57:09 +0900
9660              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
9661      Branch: perl
9662            ! ext/Encode/Encode.pm
9663 ____________________________________________________________________________
9664 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
9665         Log: Use temp int variable in the W*() since direct casting
9666              to either an int or an IV would not be right.
9667      Branch: perl
9668            ! ext/POSIX/POSIX.xs
9669 ____________________________________________________________________________
9670 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
9671         Log: The #16182 radiates U32ness.
9672      Branch: perl
9673            ! embed.fnc embed.h proto.h regcomp.c toke.c
9674 ____________________________________________________________________________
9675 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
9676         Log: Subject: t/TEST ported to VMS
9677              From: "Craig A. Berry" <craigberry@mac.com>
9678              Date: Fri, 26 Apr 2002 00:13:31 -0500
9679              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
9680      Branch: perl
9681            ! t/TEST
9682 ____________________________________________________________________________
9683 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
9684         Log: Stop being coy.
9685      Branch: perl
9686            ! pod/perldelta.pod
9687 ____________________________________________________________________________
9688 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
9689         Log: Subject: Re: binary compatibility
9690              From: Mark-Jason Dominus <mjd@plover.com>
9691              Date: Wed, 24 Apr 2002 17:35:07 -0400
9692              Message-ID: <20020424213507.7846.qmail@plover.com>
9693      Branch: perl
9694            ! op.h
9695 ____________________________________________________________________________
9696 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
9697         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
9698              allocating half of the retstack!)
9699      Branch: perl
9700            ! README.win32 sv.c
9701 ____________________________________________________________________________
9702 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
9703         Log: temporary variable not wide enough to hold all the bits in
9704              op->op_targ
9705      Branch: perl
9706            ! op.c
9707 ____________________________________________________________________________
9708 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
9709         Log: Add an idea/question from Damian. 
9710      Branch: perl
9711            ! pod/perltodo.pod
9712 ____________________________________________________________________________
9713 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
9714         Log: build missing utilities on windows; clean stray files
9715      Branch: perl
9716            ! win32/Makefile win32/makefile.mk
9717 ____________________________________________________________________________
9718 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
9719         Log: Upgrade to Encode 1.61, from Dan Kogai.
9720      Branch: perl
9721            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
9722            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
9723            ! ext/Encode/lib/Encode/Guess.pm
9724            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
9725            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
9726            ! ext/Encode/t/mime-header.t
9727 ____________________________________________________________________________
9728 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
9729         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
9730              From: andreas.koenig@anima.de (Andreas J. Koenig)
9731              Date: Tue, 23 Apr 2002 04:40:42 +0200      
9732              Message-ID: <m37kmzi1cl.fsf@anima.de>
9733      Branch: perl
9734            ! pod/perluniintro.pod
9735 ____________________________________________________________________________
9736 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
9737         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
9738              platform needs to fill in the other branch here)
9739      Branch: perl
9740            ! ext/Digest/MD5/t/files.t
9741 ____________________________________________________________________________
9742 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
9743         Log: MANIFEST is needlessly held open for entire duration of "make test"
9744      Branch: perl
9745            ! t/TEST t/harness
9746 ____________________________________________________________________________
9747 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
9748         Log: various signed/unsigned mismatch nits
9749      Branch: perl
9750            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9751            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9752            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
9753            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
9754            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
9755            ! ext/Time/HiRes/HiRes.xs regcomp.c
9756 ____________________________________________________________________________
9757 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
9758         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
9759              From: Nicholas Clark <nick@unfortu.net>
9760              Date: Thu, 25 Apr 2002 22:41:57 +0100
9761              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
9762      Branch: perl
9763            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
9764            + ext/Storable/t/make_downgrade.pl
9765            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
9766            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
9767            ! ext/Storable/t/utf8hash.t
9768 ____________________________________________________________________________
9769 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
9770         Log: Extra guidance for JAPH debuggers.
9771      Branch: perl
9772            ! t/japh/abigail.t
9773 ____________________________________________________________________________
9774 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
9775         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
9776              From: Paul_GreenVOS@vos.stratus.com
9777              Date: Wed, 24 Apr 02 18:27 edt
9778              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
9779      Branch: perl
9780            ! vos/vos.c
9781 ____________________________________________________________________________
9782 [ 16169] By: ams                                   on 2002/04/25  20:33:35
9783         Log: Subject: [PATCH] don't build B/C twice on VMS
9784              From: "Craig A. Berry" <craigberry@mac.com>
9785              Date: Thu, 25 Apr 2002 16:00:57 -0500
9786              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
9787      Branch: perl
9788            ! configure.com
9789 ____________________________________________________________________________
9790 [ 16168] By: ams                                   on 2002/04/25  20:31:19
9791         Log: Subject: Re: POSIX::WEXITSTATUS broken again
9792              From: Andy Dougherty <doughera@lafayette.edu>
9793              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
9794              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
9795      Branch: perl
9796            ! ext/POSIX/POSIX.xs
9797 ____________________________________________________________________________
9798 [ 16167] By: ams                                   on 2002/04/25  19:49:09
9799         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
9800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9801              Date: Thu, 25 Apr 2002 13:39:35 -0700
9802              Message-Id: <HmGy8gzkguHW092yn@efn.org>
9803      Branch: perl
9804            ! t/harness
9805 ____________________________________________________________________________
9806 [ 16166] By: ams                                   on 2002/04/25  19:43:06
9807         Log: $fh->close(); print $fh "foo" would segfault under -w in
9808              report_evil_fh() because $fh doesn't have a name.
9809      Branch: perl
9810            ! util.c
9811 ____________________________________________________________________________
9812 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
9813         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
9814              being found properly
9815      Branch: perl
9816            ! ext/Cwd/t/cwd.t
9817 ____________________________________________________________________________
9818 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
9819         Log: Brace yourself from Craig Berry to keep older compilers happy.
9820      Branch: perl
9821            ! vms/vms.c
9822 ____________________________________________________________________________
9823 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
9824         Log: More %{} overload tests.
9825      Branch: perl
9826            ! lib/overload.t
9827 ____________________________________________________________________________
9828 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
9829         Log: some extension builds need to find pl2bat.bat on windows
9830      Branch: perl
9831            ! win32/buildext.pl
9832 ____________________________________________________________________________
9833 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
9834         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
9835              From: "Craig A. Berry" <craigberry@mac.com>
9836              Date: Thu, 25 Apr 2002 12:30:06 -0500
9837              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
9838      Branch: perl
9839            ! lib/ExtUtils/MM_VMS.pm
9840 ____________________________________________________________________________
9841 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
9842         Log: windows build fails if there is no perlglob.exe in the PATH
9843      Branch: perl
9844            ! win32/buildext.pl
9845 ____________________________________________________________________________
9846 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
9847         Log: Mysterious setlocale() core dump in ancient Solaris
9848              found by Merijn Broeren.  Doesn't look like Perl's fault.
9849      Branch: perl
9850            ! pod/perldelta.pod
9851 ____________________________________________________________________________
9852 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
9853         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
9854              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9855              Date: Thu, 25 Apr 2002 17:35:23 +0200
9856              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
9857      Branch: perl
9858            ! pp_ctl.c
9859 ____________________________________________________________________________
9860 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
9861         Log: Subject: [PATCH] pp_ctl.c:pp_require
9862              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9863              Date: Thu, 25 Apr 2002 16:01:14 +0200
9864              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
9865      Branch: perl
9866            ! pp_ctl.c
9867 ____________________________________________________________________________
9868 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
9869         Log: -Wformat cleanups from Robin Barker.
9870      Branch: perl
9871            ! dump.c embed.fnc proto.h sv.c
9872 ____________________________________________________________________________
9873 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
9874         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
9875              From: Michael G Schwern <schwern@pobox.com>
9876              Date: Thu, 25 Apr 2002 01:51:27 -0400
9877              Message-ID: <20020425055127.GB3456@blackrider>
9878      Branch: perl
9879            + t/lib/sample-tests/bignum t/lib/sample-tests/die
9880            + t/lib/sample-tests/die_head_end
9881            + t/lib/sample-tests/die_last_minute
9882            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9883            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9884            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
9885 ____________________________________________________________________________
9886 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
9887         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
9888              From: Michael G Schwern <schwern@pobox.com>
9889              Date: Thu, 25 Apr 2002 01:32:10 -0400
9890              Message-ID: <20020425053210.GA3334@blackrider>
9891      Branch: perl
9892            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9893            + lib/Test/Simple/t/strays.t
9894            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9895            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9896            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9897            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
9898            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
9899            ! lib/Test/Simple/t/use_ok.t
9900 ____________________________________________________________________________
9901 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
9902         Log: Elaborate a bit on Storable.
9903      Branch: perl
9904            ! pod/perldelta.pod
9905 ____________________________________________________________________________
9906 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
9907         Log: Cleaner Encode tests under -Mutf8.
9908      Branch: perl
9909            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
9910 ____________________________________________________________________________
9911 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
9912         Log: Subject: [PATCH] installperl
9913              From: Abe Timmerman <abe@ztreet.demon.nl>
9914              Date: Thu, 25 Apr 2002 01:00:00 +0200
9915              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
9916      Branch: perl
9917            ! installperl
9918 ____________________________________________________________________________
9919 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
9920         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
9921              From: Dan Kogai <dankogai@dan.co.jp>
9922              Date: Thu, 25 Apr 2002 10:49:13 +0900
9923              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
9924      Branch: perl
9925            ! ext/PerlIO/encoding/encoding.xs
9926 ____________________________________________________________________________
9927 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
9928         Log: Stray =back.
9929      Branch: perl
9930            ! README.win32
9931 ____________________________________________________________________________
9932 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
9933         Log: Add an untested warning variant.
9934      Branch: perl
9935            ! t/lib/warnings/op
9936 ____________________________________________________________________________
9937 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
9938         Log: Update Changes.
9939      Branch: perl
9940            ! Changes patchlevel.h
9941 ____________________________________________________________________________
9942 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
9943         Log: Wrong plan.
9944      Branch: perl
9945            ! ext/Encode/t/mime-header.t
9946 ____________________________________________________________________________
9947 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
9948         Log: Upgrade to Encode 1.60, from Dan Kogai.
9949      Branch: perl
9950            + ext/Encode/lib/Encode/Guess.pm
9951            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9952            + ext/Encode/t/mime-header.t
9953            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
9954            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9955            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
9956            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9957            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
9958            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
9959 ____________________________________________________________________________
9960 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
9961         Log: another case of enabling binmode() where it should not be: if the
9962              *.enc files are CRLF terminated, the result gets CRCRLF terminations
9963      Branch: perl
9964            ! ext/Encode/t/CJKT.t
9965 ____________________________________________________________________________
9966 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
9967         Log: microperl update; boldly assume time() and time_t
9968              (since we assume ANSI and i_time, anyway).
9969      Branch: perl
9970            ! uconfig.h uconfig.sh
9971 ____________________________________________________________________________
9972 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
9973         Log: Integrate #16136, #16137, #16138 from macperl;
9974              
9975              Silly fix for the SC compiler's fixation with "comp" as a type
9976              
9977              Skip more PerlIO symbols for sfio
9978              
9979              Play nicely in miniperl
9980      Branch: perl
9981           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
9982           !> lib/File/Spec/Mac.pm makedef.pl
9983 ____________________________________________________________________________
9984 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
9985         Log: Sync configpm and config.h for use in 5.8
9986              (still need to do config.sh)
9987      Branch: macperl
9988            ! macos/config.h macos/configpm
9989 ____________________________________________________________________________
9990 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
9991         Log: Make MM_MacOS work with new MakeMaker
9992      Branch: macperl
9993            ! macos/lib/ExtUtils/MM_MacOS.pm
9994 ____________________________________________________________________________
9995 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
9996         Log: Makefile.mk changes for 5.8: additional extensions
9997              and source files; bump version
9998      Branch: macperl
9999            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
10000 ____________________________________________________________________________
10001 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
10002         Log: Play nicely in miniperl
10003      Branch: macperl
10004            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
10005 ____________________________________________________________________________
10006 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
10007         Log: Skip more PerlIO symbols for sfio
10008      Branch: macperl
10009            ! makedef.pl
10010 ____________________________________________________________________________
10011 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
10012         Log: Silly fix for the SC compiler's fixation with "comp" as a type
10013      Branch: macperl
10014            ! ext/Unicode/Normalize/Normalize.xs
10015 ____________________________________________________________________________
10016 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
10017         Log: Merge macperl xsubpp with current xsubpp
10018      Branch: macperl
10019            ! macos/xsubpp
10020 ____________________________________________________________________________
10021 [ 16134] By: nick                                  on 2002/04/24  18:08:37
10022         Log: Integrate mainline
10023      Branch: perlio
10024           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10025           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10026            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10027            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10028            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10029            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10030            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10031            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10032           !> (integrate 44 files)
10033 ____________________________________________________________________________
10034 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
10035         Log: Delete more included modules from bundled_ext
10036      Branch: macperl
10037            - macos/bundled_ext/Digest/MD5/Changes
10038            - macos/bundled_ext/Digest/MD5/MD5.pm
10039            - macos/bundled_ext/Digest/MD5/MD5.xs
10040            - macos/bundled_ext/Digest/MD5/Makefile.PL
10041            - macos/bundled_ext/Digest/MD5/Makefile.mk
10042            - macos/bundled_ext/Digest/MD5/README
10043            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
10044            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
10045            - macos/bundled_ext/Digest/MD5/rfc1321.txt
10046            - macos/bundled_ext/Digest/MD5/t/badfile.t
10047            - macos/bundled_ext/Digest/MD5/t/files.t
10048            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
10049            - macos/bundled_ext/Digest/MD5/typemap
10050            - macos/bundled_ext/Filter/Util/Call/Call.pm
10051            - macos/bundled_ext/Filter/Util/Call/Call.xs
10052            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
10053            - macos/bundled_ext/Filter/Util/Call/ppport.h
10054            - macos/bundled_ext/Filter/t/call.t
10055            - macos/bundled_ext/Filter/t/filter-util.pl
10056            - macos/bundled_ext/List/Util/ChangeLog
10057            - macos/bundled_ext/List/Util/Makefile.PL
10058            - macos/bundled_ext/List/Util/README
10059            - macos/bundled_ext/List/Util/Util.xs
10060            - macos/bundled_ext/List/Util/lib/List/Util.pm
10061            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
10062            - macos/bundled_ext/List/Util/t/blessed.t
10063            - macos/bundled_ext/List/Util/t/dualvar.t
10064            - macos/bundled_ext/List/Util/t/first.t
10065            - macos/bundled_ext/List/Util/t/max.t
10066            - macos/bundled_ext/List/Util/t/maxstr.t
10067            - macos/bundled_ext/List/Util/t/min.t
10068            - macos/bundled_ext/List/Util/t/minstr.t
10069            - macos/bundled_ext/List/Util/t/readonly.t
10070            - macos/bundled_ext/List/Util/t/reduce.t
10071            - macos/bundled_ext/List/Util/t/reftype.t
10072            - macos/bundled_ext/List/Util/t/shuffle.t
10073            - macos/bundled_ext/List/Util/t/sum.t
10074            - macos/bundled_ext/List/Util/t/tainted.t
10075            - macos/bundled_ext/List/Util/t/weak.t
10076            - macos/bundled_ext/MIME/Base64/Base64.pm
10077            - macos/bundled_ext/MIME/Base64/Base64.xs
10078            - macos/bundled_ext/MIME/Base64/Changes
10079            - macos/bundled_ext/MIME/Base64/Makefile.PL
10080            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
10081            - macos/bundled_ext/MIME/Base64/README
10082            - macos/bundled_ext/MIME/Base64/t/base64.t
10083            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
10084            - macos/bundled_ext/MIME/Base64/t/unicode.t
10085            - macos/bundled_ext/Storable/ChangeLog
10086            - macos/bundled_ext/Storable/Makefile.PL
10087            - macos/bundled_ext/Storable/README
10088            - macos/bundled_ext/Storable/Storable.pm
10089            - macos/bundled_ext/Storable/Storable.xs
10090            - macos/bundled_ext/Storable/t/blessed.t
10091            - macos/bundled_ext/Storable/t/canonical.t
10092            - macos/bundled_ext/Storable/t/compat-0.6.t
10093            - macos/bundled_ext/Storable/t/dclone.t
10094            - macos/bundled_ext/Storable/t/dump.pl
10095            - macos/bundled_ext/Storable/t/forgive.t
10096            - macos/bundled_ext/Storable/t/freeze.t
10097            - macos/bundled_ext/Storable/t/lock.t
10098            - macos/bundled_ext/Storable/t/overload.t
10099            - macos/bundled_ext/Storable/t/recurse.t
10100            - macos/bundled_ext/Storable/t/retrieve.t
10101            - macos/bundled_ext/Storable/t/store.t
10102            - macos/bundled_ext/Storable/t/tied.t
10103            - macos/bundled_ext/Storable/t/tied_hook.t
10104            - macos/bundled_ext/Storable/t/tied_items.t
10105            - macos/bundled_ext/Storable/t/utf8.t
10106            - macos/bundled_ext/Time/HiRes/Changes
10107            - macos/bundled_ext/Time/HiRes/HiRes.pm
10108            - macos/bundled_ext/Time/HiRes/HiRes.t
10109            - macos/bundled_ext/Time/HiRes/HiRes.xs
10110            - macos/bundled_ext/Time/HiRes/Makefile.PL
10111            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10112            - macos/bundled_ext/Time/HiRes/hints/sco.pl
10113 ____________________________________________________________________________
10114 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
10115         Log: Thou shalt not assume %x works for UVs.
10116      Branch: perl
10117            ! ext/Encode/Encode.xs
10118 ____________________________________________________________________________
10119 [ 16131] By: nick                                  on 2002/04/24  15:50:31
10120         Log: Submit an old integrate
10121      Branch: perlio
10122           +> (branch 27 files)
10123            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10124            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10125            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10126            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10127            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10128            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10129            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10130           !> (integrate 84 files)
10131 ____________________________________________________________________________
10132 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
10133         Log: Partially retract #12056, from Craig Berry.
10134      Branch: perl
10135            ! vms/vms.c
10136 ____________________________________________________________________________
10137 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
10138         Log: Delete more included modules from bundled_lib
10139      Branch: macperl
10140            - macos/bundled_lib/blib/lib/Class/ISA.pm
10141            - macos/bundled_lib/blib/lib/Digest.pm
10142            - macos/bundled_lib/blib/lib/Filter/Simple.pm
10143            - macos/bundled_lib/blib/lib/Memoize.pm
10144            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
10145            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
10146            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
10147            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
10148            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
10149            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
10150            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
10151            - macos/bundled_lib/blib/lib/NEXT.pm
10152            - macos/bundled_lib/blib/lib/Net/Cmd.pm
10153            - macos/bundled_lib/blib/lib/Net/Config.pm
10154            - macos/bundled_lib/blib/lib/Net/Domain.pm
10155            - macos/bundled_lib/blib/lib/Net/FTP.pm
10156            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
10157            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
10158            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
10159            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
10160            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
10161            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10162            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10163            - macos/bundled_lib/blib/lib/Net/NNTP.pm
10164            - macos/bundled_lib/blib/lib/Net/Netrc.pm
10165            - macos/bundled_lib/blib/lib/Net/POP3.pm
10166            - macos/bundled_lib/blib/lib/Net/SMTP.pm
10167            - macos/bundled_lib/blib/lib/Net/Time.pm
10168            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10169            - macos/bundled_lib/blib/lib/Switch.pm
10170            - macos/bundled_lib/t/Class/ISA/test.pl
10171            - macos/bundled_lib/t/Digest/Digest.t
10172            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10173            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10174            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10175            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10176            - macos/bundled_lib/t/Filter/Simple/data.t
10177            - macos/bundled_lib/t/Filter/Simple/export.t
10178            - macos/bundled_lib/t/Filter/Simple/filter.t
10179            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10180            - macos/bundled_lib/t/Filter/Simple/import.t
10181            - macos/bundled_lib/t/Memoize/array.t
10182            - macos/bundled_lib/t/Memoize/array_confusion.t
10183            - macos/bundled_lib/t/Memoize/correctness.t
10184            - macos/bundled_lib/t/Memoize/errors.t
10185            - macos/bundled_lib/t/Memoize/expire.t
10186            - macos/bundled_lib/t/Memoize/expire_file.t
10187            - macos/bundled_lib/t/Memoize/expire_module_n.t
10188            - macos/bundled_lib/t/Memoize/expire_module_t.t
10189            - macos/bundled_lib/t/Memoize/flush.t
10190            - macos/bundled_lib/t/Memoize/normalize.t
10191            - macos/bundled_lib/t/Memoize/prototype.t
10192            - macos/bundled_lib/t/Memoize/speed.t
10193            - macos/bundled_lib/t/Memoize/tie.t
10194            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10195            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10196            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10197            - macos/bundled_lib/t/Memoize/tie_storable.t
10198            - macos/bundled_lib/t/Memoize/tiefeatures.t
10199            - macos/bundled_lib/t/Memoize/unmemoize.t
10200            - macos/bundled_lib/t/NEXT/actual.t
10201            - macos/bundled_lib/t/NEXT/actuns.t
10202            - macos/bundled_lib/t/NEXT/next.t
10203            - macos/bundled_lib/t/NEXT/unseen.t
10204            - macos/bundled_lib/t/Switch/t/given.t
10205            - macos/bundled_lib/t/Switch/t/nested.t
10206            - macos/bundled_lib/t/Switch/t/switch.t
10207            - macos/bundled_lib/t/libnet/config.t
10208            - macos/bundled_lib/t/libnet/ftp.t
10209            - macos/bundled_lib/t/libnet/hostname.t
10210            - macos/bundled_lib/t/libnet/libnet_t.pl
10211            - macos/bundled_lib/t/libnet/netrc.t
10212            - macos/bundled_lib/t/libnet/nntp.t
10213            - macos/bundled_lib/t/libnet/require.t
10214            - macos/bundled_lib/t/libnet/smtp.t
10215 ____________________________________________________________________________
10216 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10217         Log: Remove Text::Balanced from bundled_lib (already in lib)
10218      Branch: macperl
10219            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10220            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10221            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10222            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10223            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10224            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10225            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10226            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10227            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10228 ____________________________________________________________________________
10229 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10230         Log: A word of warning to the users of UTF-8 locales.
10231      Branch: perl
10232            ! pod/perluniintro.pod
10233 ____________________________________________________________________________
10234 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10235         Log: Forgotten from #16125.
10236      Branch: perl
10237            ! t/lib/MakeMaker/Test/Utils.pm
10238 ____________________________________________________________________________
10239 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10240         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10241      Branch: perl
10242            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10243            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10244            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10245            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10246            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10247            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10248            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10249            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10250            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10251            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10252            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10253            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10254            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10255            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10256            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10257            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10258            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10259 ____________________________________________________________________________
10260 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10261         Log: Subject: New UTF-8 surprise
10262              From: andreas.koenig@anima.de (Andreas J. Koenig)
10263              Date: Mon, 22 Apr 2002 12:08:48 +0200
10264              Message-ID: <m38z7gjb9r.fsf@anima.de>
10265      Branch: perl
10266            ! pp_hot.c t/op/subst.t
10267 ____________________________________________________________________________
10268 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10269         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10270              tree that is branched from //depot/maint-5.6/macperl/macos/...
10271      Branch: macperl
10272           +> (branch 3590 files)
10273 ____________________________________________________________________________
10274 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10275         Log: Try to be clearer about perlio.
10276      Branch: perl
10277            ! INSTALL
10278 ____________________________________________________________________________
10279 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10280         Log: Subject: Re: binary compatibility
10281              From: Andy Dougherty <doughera@lafayette.edu>
10282              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10283              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
10284      Branch: perl
10285            ! INSTALL patchlevel.h
10286 ____________________________________________________________________________
10287 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
10288         Log: Go on record about the binary backward incompatibility.
10289      Branch: perl
10290            ! pod/perldelta.pod
10291 ____________________________________________________________________________
10292 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
10293         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
10294              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10295              Date: Wed, 24 Apr 2002 01:51:43 +0400
10296              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
10297      Branch: perl
10298            ! t/win32/system.t
10299 ____________________________________________________________________________
10300 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
10301         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
10302              From: PPrymmer@factset.com
10303              Date: Tue, 23 Apr 2002 17:14:32 -0400
10304              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
10305      Branch: perl
10306            ! lib/locale.t
10307 ____________________________________________________________________________
10308 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
10309         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
10310              From: Paul_GreenVOS@vos.stratus.com
10311              Date: Tue, 23 Apr 02 15:06 edt   
10312              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
10313      Branch: perl
10314            ! Makefile.SH cflags.SH
10315 ____________________________________________________________________________
10316 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
10317         Log: metaconfig unit change for #16115.
10318      Branch: metaconfig
10319            ! U/compline/byteorder.U
10320      Branch: perl
10321            ! config_h.SH
10322 ____________________________________________________________________________
10323 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
10324         Log: Regen Configure to mirror #16111 (with one added tweak).
10325      Branch: perl
10326            ! Configure
10327 ____________________________________________________________________________
10328 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
10329         Log: Retract #16109.
10330      Branch: perl
10331            ! lib/ExtUtils/MM_Unix.pm
10332 ____________________________________________________________________________
10333 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
10334         Log: FAQ sync.
10335      Branch: perl
10336            ! pod/perlfaq3.pod pod/perlfaq8.pod
10337 ____________________________________________________________________________
10338 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
10339         Log: use encoding no more defaults to Latin 1.
10340      Branch: perl
10341            ! pod/perluniintro.pod
10342 ____________________________________________________________________________
10343 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
10344         Log: Configure test for byteorder loses bits
10345      Branch: perl
10346            ! Configure
10347 ____________________________________________________________________________
10348 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
10349         Log: hacking around byteorder variance between config.sh and config.h
10350              isn't needed after change#16099
10351      Branch: perl
10352            ! ext/Storable/t/malice.t
10353 ____________________________________________________________________________
10354 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
10355         Log: (retracted by #16114)
10356              
10357              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
10358              From: "Green, Paul" <Paul.Green@stratus.com>
10359              Date: Tue, 23 Apr 2002 13:47:19 -0400
10360              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
10361      Branch: perl
10362            ! lib/ExtUtils/MM_Unix.pm
10363 ____________________________________________________________________________
10364 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
10365         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
10366              From: Norton Allen <allen@huarp.harvard.edu>
10367              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
10368              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
10369      Branch: perl
10370            ! lib/File/Find.pm
10371 ____________________________________________________________________________
10372 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
10373         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
10374              From: Norton Allen <allen@huarp.harvard.edu>
10375              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
10376              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
10377      Branch: perl
10378            ! README.qnx hints/qnx.sh
10379 ____________________________________________________________________________
10380 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
10381         Log: Subject: [PATCH] pod/perlhist.pod
10382              From: Abigail <abigail@foad.org>
10383              Date: Tue, 23 Apr 2002 16:21:31 +0200
10384              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
10385              
10386              (removed 5.005_04 which never happened)
10387      Branch: perl
10388            ! pod/perlhist.pod
10389 ____________________________________________________________________________
10390 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
10391         Log: Subject: Re: [PATCH abigail.t] another portability attempt
10392              From: Abigail <abigail@foad.org>
10393              Date: Tue, 23 Apr 2002 11:35:54 +0200
10394              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
10395      Branch: perl
10396            ! t/japh/abigail.t
10397 ____________________________________________________________________________
10398 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
10399         Log: NetWare tweak from C Aditya.
10400      Branch: perl
10401            ! NetWare/Nwmain.c NetWare/nw5.c
10402 ____________________________________________________________________________
10403 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
10404         Log: fix a typo
10405      Branch: perl
10406            ! regexec.c
10407 ____________________________________________________________________________
10408 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
10409         Log: Uncurliff.
10410      Branch: perl
10411            ! README.ko
10412 ____________________________________________________________________________
10413 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
10414         Log: Pointer to UV casting.
10415      Branch: perl
10416            ! regexec.c
10417 ____________________________________________________________________________
10418 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
10419         Log: metaconfig unit change for #16099.
10420      Branch: metaconfig
10421            ! U/compline/byteorder.U
10422 ____________________________________________________________________________
10423 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
10424         Log: Use UV (not long) for BYTEORDER.
10425      Branch: perl
10426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10427            ! config_h.SH
10428 ____________________________________________________________________________
10429 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
10430         Log: # cpp commands must start in the first column.
10431      Branch: perl
10432            ! scope.c
10433 ____________________________________________________________________________
10434 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
10435         Log: Reborn as text.
10436      Branch: perl
10437            + NetWare/interface.cpp
10438 ____________________________________________________________________________
10439 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
10440         Log: Dead as binary.
10441      Branch: perl
10442            - NetWare/interface.cpp
10443 ____________________________________________________________________________
10444 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
10445         Log: Undo #16091, a time-warped escapee.
10446      Branch: perl
10447            ! lib/ExtUtils/t/MM_Cygwin.t
10448 ____________________________________________________________________________
10449 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10450         Log: *size tweaks from Sarathy.
10451      Branch: perl
10452            ! ext/Storable/t/malice.t
10453 ____________________________________________________________________________
10454 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10455         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10456              From: Stas Bekman <stas@stason.org>
10457              Date: Tue, 23 Apr 2002 01:52:22 +0800
10458              Message-ID: <3CC44DD6.3090401@stason.org>
10459      Branch: perl
10460            ! pod/perlguts.pod
10461 ____________________________________________________________________________
10462 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10463         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10464              From: Paul_GreenVOS@vos.stratus.com
10465              Date: Mon, 22 Apr 02 20:35 edt
10466              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10467      Branch: perl
10468            + hints/t001.c
10469            ! MANIFEST hints/README.hints hints/vos.sh
10470 ____________________________________________________________________________
10471 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10472         Log: (retracted by #16095)
10473      Branch: perl
10474            ! lib/ExtUtils/t/MM_Cygwin.t
10475 ____________________________________________________________________________
10476 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10477         Log: Subject: Re: perl@16083
10478              From: Nicholas Clark <nick@unfortu.net>
10479              Date: Mon, 22 Apr 2002 23:17:45 +0100
10480              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10481      Branch: perl
10482            ! ext/Storable/t/malice.t
10483 ____________________________________________________________________________
10484 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10485         Log: Upgrade to Encode 1.58.
10486      Branch: perl
10487            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10488            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10489            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10490            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10491            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10492            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10493            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10494            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10495            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10496            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10497            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10498            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10499            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10500            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10501            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10502            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10503            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10504            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10505 ____________________________________________________________________________
10506 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10507         Log: On Win32 the end.t failure should be gone now.
10508      Branch: perl
10509            ! pod/perldelta.pod
10510 ____________________________________________________________________________
10511 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10512         Log: Subject: [PATCH] update VOS-specific pod files
10513              From: Paul_GreenVOS@vos.stratus.com
10514              Date: Mon, 22 Apr 02 16:02 edt
10515              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10516      Branch: perl
10517            ! README.vos pod/perlport.pod
10518 ____________________________________________________________________________
10519 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10520         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10521              From: Paul_GreenVOS@vos.stratus.com
10522              Date: Mon, 22 Apr 02 15:26 edt
10523              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
10524      Branch: perl
10525            ! hints/vos.sh
10526 ____________________________________________________________________________
10527 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
10528         Log: Upgrade to Encode 1.57, from Dan Kogai.
10529      Branch: perl
10530            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10531            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
10532            ! ext/Encode/lib/Encode/Encoding.pm
10533            ! ext/Encode/lib/Encode/JP/JIS7.pm
10534            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
10535            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
10536 ____________________________________________________________________________
10537 [ 16084] By: ams                                   on 2002/04/22  18:10:13
10538         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
10539              From: Stas Bekman <stas@stason.org>
10540              Date: Tue, 23 Apr 2002 01:59:07 +0800
10541              Message-Id: <3CC44F6B.5010300@stason.org>
10542      Branch: perl
10543            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
10544 ____________________________________________________________________________
10545 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
10546         Log: Update Changes.
10547      Branch: perl
10548            ! Changes patchlevel.h
10549 ____________________________________________________________________________
10550 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
10551         Log: In MANIFEST but not added.
10552      Branch: perl
10553            + NetWare/interface.cpp
10554 ____________________________________________________________________________
10555 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
10556         Log: Duh.
10557      Branch: perl
10558            ! lib/ExtUtils/MM_Unix.pm
10559 ____________________________________________________________________________
10560 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
10561         Log: Subject: Re: t/japh/abigail.t [PATCH]
10562              From: Norton Allen <allen@huarp.harvard.edu>
10563              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
10564              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
10565      Branch: perl
10566            ! t/japh/abigail.t
10567 ____________________________________________________________________________
10568 [ 16079] By: ams                                   on 2002/04/22  15:59:55
10569         Log: Subject: {PATCH docs] sockatmark
10570              From: Mark-Jason Dominus <mjd@plover.com>
10571              Date: Mon, 22 Apr 2002 02:43:42 -0400
10572              Message-Id: <20020422064342.24646.qmail@plover.com>
10573      Branch: perl
10574            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
10575 ____________________________________________________________________________
10576 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
10577         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
10578              From: Paul_GreenVOS@vos.stratus.com
10579              Date: Mon, 22 Apr 02 12:40 edt
10580              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
10581      Branch: perl
10582            ! cflags.SH
10583 ____________________________________________________________________________
10584 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
10585         Log: Add new files from #16076; re-sort.
10586      Branch: perl
10587            ! MANIFEST
10588 ____________________________________________________________________________
10589 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
10590         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
10591      Branch: perl
10592            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
10593            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
10594            + NetWare/perllib.cpp NetWare/splittree.pl
10595            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10596            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
10597            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
10598            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
10599            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
10600            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
10601            ! x2p/hash.c x2p/walk.c
10602 ____________________________________________________________________________
10603 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
10604         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
10605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10606              Date: Mon, 22 Apr 2002 17:56:17 +0200
10607              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
10608      Branch: perl
10609            ! README.aix
10610 ____________________________________________________________________________
10611 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
10612         Log: Signedness nit.
10613      Branch: perl
10614            ! ext/PerlIO/encoding/encoding.xs
10615 ____________________________________________________________________________
10616 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
10617         Log: No semicolons after blocks.
10618      Branch: perl
10619            ! ext/Encode/Encode.xs
10620 ____________________________________________________________________________
10621 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
10622         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
10623      Branch: perl
10624            ! ext/PerlIO/encoding/encoding.pm
10625            ! ext/PerlIO/encoding/encoding.xs
10626 ____________________________________________________________________________
10627 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
10628         Log: Upgrade to Encode 1.56, from Dan Kogai.
10629      Branch: perl
10630            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10631            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10632            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
10633            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10634            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
10635            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10636            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
10637            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10638            ! ext/Encode/lib/Encode/Config.pm
10639            ! ext/Encode/lib/Encode/Encoder.pm
10640            ! ext/Encode/lib/Encode/Encoding.pm
10641            ! ext/Encode/lib/Encode/JP/H2Z.pm
10642            ! ext/Encode/lib/Encode/JP/JIS7.pm
10643            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10644            ! ext/Encode/lib/Encode/PerlIO.pod
10645            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
10646            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10647            ! ext/Encode/ucm/big5-hkscs.ucm
10648 ____________________________________________________________________________
10649 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
10650         Log: Comment tweak from Philip.
10651      Branch: perl
10652            ! opcode.pl
10653 ____________________________________________________________________________
10654 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
10655         Log: a Test::Harness tweak to make the test lines show up prettier
10656      Branch: perl
10657            ! lib/Test/Harness.pm
10658 ____________________________________________________________________________
10659 [ 16067] By: nick                                  on 2002/04/22  09:19:23
10660         Log: Integrate mainline
10661      Branch: perlio
10662           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10663           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10664           !> t/lib/warnings/perlio t/win32/system.t
10665 ____________________________________________________________________________
10666 [ 16066] By: nick                                  on 2002/04/22  09:01:43
10667         Log: Integrate //depot/perlio into mainline
10668      Branch: perl
10669           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10670           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
10671           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
10672 ____________________________________________________________________________
10673 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
10674         Log: clean up after stray test file littering
10675              
10676              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
10677              it seems that it shouldn't (looks like a handle leak in PerlIO
10678              to me)
10679      Branch: perl
10680            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10681            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10682            ! t/lib/warnings/perlio t/win32/system.t
10683 ____________________________________________________________________________
10684 [ 16064] By: nick                                  on 2002/04/22  08:02:58
10685         Log: Integrate mainline into perlio
10686      Branch: perlio
10687           +> ext/Storable/t/malice.t
10688            ! pod/perliol.pod
10689           !> (integrate 57 files)
10690 ____________________________________________________________________________
10691 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
10692         Log: integrate change#16062 from mainline
10693              
10694              another windows fix: only create a new console for subprocesses
10695              when all three stdhandles are invalid (from Jan Dubois)
10696      Branch: maint-5.6/perl
10697            ! win32/win32.c
10698 ____________________________________________________________________________
10699 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
10700         Log: another windows fix: only create a new console for subprocesses
10701              when all three stdhandles are invalid (from Jan Dubois)
10702      Branch: perl
10703            ! win32/win32.c
10704 ____________________________________________________________________________
10705 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
10706         Log: all the thread tests now pass on windows (32-bit and 64-bit)
10707      Branch: perl
10708            ! README.win32
10709 ____________________________________________________________________________
10710 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
10711         Log: enable maximal optimizations on win64
10712      Branch: perl
10713            ! win32/Makefile win32/makefile.mk
10714 ____________________________________________________________________________
10715 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
10716         Log: Tweaks copied from Philip Newton's Encode patches.
10717      Branch: perl
10718            ! AUTHORS
10719 ____________________________________________________________________________
10720 [ 16057] By: sky                                   on 2002/04/22  00:19:40
10721         Log: End blocks were not run on Win32.
10722              The real fix should be to turn this flag on in RunPerl but
10723              I think we are too close 5.8 to change that.
10724      Branch: perl
10725            ! ext/threads/threads.xs
10726 ____________________________________________________________________________
10727 [ 16056] By: sky                                   on 2002/04/21  23:29:22
10728         Log: Do not unlock mutex twice.
10729              Do not unlock mutex after it has been destroyed and freed.
10730              Do not email p5p without uncrossing eyes.
10731      Branch: perl
10732            ! ext/threads/threads.xs
10733 ____________________________________________________________________________
10734 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
10735         Log: squelch some more type mismatch warnings
10736              
10737              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
10738              missing parens in macro definition
10739      Branch: perl
10740            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
10741            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
10742            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
10743            ! pp.c regexec.c sv.h
10744 ____________________________________________________________________________
10745 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
10746         Log: Make writing user-defined character properties nicer.
10747      Branch: perl
10748            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
10749 ____________________________________________________________________________
10750 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
10751         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
10752              isn't the case on win64
10753      Branch: perl
10754            ! ext/Storable/t/malice.t
10755 ____________________________________________________________________________
10756 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
10757         Log: One more way to do character class subtraction.
10758      Branch: perl
10759            ! pod/perlunicode.pod
10760 ____________________________________________________________________________
10761 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
10762         Log: Mopup of #16048.
10763      Branch: perl
10764            ! pp_sys.c
10765 ____________________________________________________________________________
10766 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
10767         Log: some test failures have been fixed
10768      Branch: perl
10769            ! README.win32
10770 ____________________________________________________________________________
10771 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
10772         Log: use compare_text() rather than compare() to avoid bogus
10773              failures when the test files happen to be CRLF terminated
10774      Branch: perl
10775            ! ext/Encode/t/JP.t
10776 ____________________________________________________________________________
10777 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
10778         Log: fixes for all the warnings reported by Visual C (most of this
10779              change is from change#12026)
10780      Branch: perl
10781            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
10782            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
10783            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
10784            ! regexec.c sv.c toke.c universal.c utf8.c util.c
10785            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
10786 ____________________________________________________________________________
10787 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
10788         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
10789              From: Nicholas Clark <nick@unfortu.net>
10790              Date: Sun, 21 Apr 2002 19:15:24 +0100
10791              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
10792      Branch: perl
10793            + ext/Storable/t/malice.t
10794            ! MANIFEST ext/Storable/Storable.pm
10795 ____________________________________________________________________________
10796 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
10797         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
10798              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10799              Date: Sun, 21 Apr 2002 19:37:51 +0200
10800              Message-ID: <3CC3150F.5798.22A05AE@localhost>
10801      Branch: perl
10802            ! ext/Encode/t/perlio.t
10803 ____________________________________________________________________________
10804 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
10805         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
10806              From: Andrey Sapozhnikov <sapa@icb.chel.su>
10807              Date: Fri, 19 Apr 2002 19:55:56 +0600
10808              Message-ID: <3CC021EC.5080005@icb.chel.su>
10809              
10810              (tweaked a bit)
10811      Branch: perl
10812            ! pod/perltrap.pod
10813 ____________________________________________________________________________
10814 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
10815         Log: Do not assume that io buffer flushing happens in the same
10816              order as joins (that assumption broke in a multicpu IRIX box)
10817      Branch: perl
10818            ! ext/threads/t/thread.t
10819 ____________________________________________________________________________
10820 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
10821         Log: As if people would be reading the documentation :-)
10822      Branch: perl
10823            ! opcode.pl
10824 ____________________________________________________________________________
10825 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
10826         Log: Typo tweaks.
10827      Branch: perl
10828            ! pod/perlrun.pod
10829 ____________________________________________________________________________
10830 [ 16041] By: sky                                   on 2002/04/21  13:53:54
10831         Log: Got the last memory leak in the while(1) { threads->create(sub 
10832              {})->join() }, now we can loop over a million threads without a 
10833              problem. 
10834              Cleared up SVs that should have been mortal but never where.
10835      Branch: perl
10836            ! ext/threads/threads.xs
10837 ____________________________________________________________________________
10838 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
10839         Log: Make doc clearer, as suggested by Brent Dax
10840      Branch: perl
10841            ! opcode.pl
10842 ____________________________________________________________________________
10843 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
10844         Log: Revert change #15974.
10845      Branch: perl
10846            ! ext/B/B/Deparse.pm
10847 ____________________________________________________________________________
10848 [ 16038] By: nick                                  on 2002/04/21  08:43:48
10849         Log: Integrate mainline
10850      Branch: perlio
10851           +> win32/config.vc64 win32/config_H.vc64
10852           !> (integrate 43 files)
10853 ____________________________________________________________________________
10854 [ 16037] By: nick                                  on 2002/04/21  08:10:07
10855         Log: Integrate mainline
10856      Branch: perlio
10857           +> ext/Encode/ucm/big5-eten.ucm
10858            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
10859            - win32/config.win64 win32/config_H.win64
10860           !> MANIFEST Porting/makerel ext/Encode/Changes
10861           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10862           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10863           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10864           !> ext/Encode/lib/Encode/Config.pm
10865           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10866           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10867           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
10868           !> pod/perlunicode.pod vms/vms.c
10869 ____________________________________________________________________________
10870 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
10871         Log: S_ stands sfor static.
10872      Branch: perl
10873            ! hv.c
10874 ____________________________________________________________________________
10875 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
10876         Log: htovs et al might be macros.
10877      Branch: perl
10878            ! perl.h
10879 ____________________________________________________________________________
10880 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
10881         Log: missed checkin of this file in change#16033
10882      Branch: perl
10883            ! makedef.pl
10884 ____________________________________________________________________________
10885 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
10886         Log: Windows 64-bit support:
10887              
10888              * support for building it in the regular makefiles
10889              * large files support via the _*i64() functions (this should be
10890              portable to the 32-bit universe too, but quite untested and
10891              and binary-incompatible, therefore not enabled there)
10892              * three additional test failures in addition to the t/end.t one
10893              (see README.win32)
10894              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
10895              the ones available from the CRT (needed because Perl uses
10896              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
10897              * add a few 64-bit notes to README.win32
10898              
10899              The following general problems were also fixed:
10900              
10901              * s/struct stat/Stat_t/g
10902              * Data::Dumper had some naughty 'long' typecasts
10903              * Errno_pm.PL didn't work safe when winsock.h was not in the same
10904              directory as errno.h
10905              * various tell/seek things were incorrectly prototyped
10906              * squelch ugly looking noise when running tests
10907              * Embed.t wasn't linking in all the libraries
10908              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
10909              * re-enable all the disabled warnings (additional fixes may be
10910              needed for the warnings uncovered by this)
10911      Branch: perl
10912            + win32/config.vc64 win32/config_H.vc64
10913            ! MANIFEST README.win32 doio.c dosish.h
10914            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
10915            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
10916            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
10917            ! win32/config.vc win32/makefile.mk win32/perlglob.c
10918            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
10919            ! win32/win32iop.h win32/win32sck.c
10920 ____________________________________________________________________________
10921 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
10922         Log: Upgrade to Encode 1.52, from Dan Kogai.
10923      Branch: perl
10924            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10925            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
10926            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
10927            ! ext/Encode/lib/Encode/JP/JIS7.pm
10928            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
10929            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10930            ! ext/Encode/ucm/big5-hkscs.ucm
10931 ____________________________________________________________________________
10932 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
10933         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10934              From: Mark-Jason Dominus <mjd@plover.com>
10935              Date: Sat, 20 Apr 2002 03:36:28 -0400
10936              Message-ID: <20020420073628.324.qmail@plover.com>
10937      Branch: perl
10938            ! pod/perlopentut.pod
10939 ____________________________________________________________________________
10940 [ 16030] By: sky                                   on 2002/04/20  22:02:32
10941         Log: Remove auto-detach
10942              Cleans up memory now, destroys the mutex and frees thread
10943              Makes returnvalues mortal
10944              Doesn't run thread_destruct until the thread has stopped AND
10945              all references to it are gone.
10946      Branch: perl
10947            ! ext/threads/threads.xs
10948 ____________________________________________________________________________
10949 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
10950         Log: Subject: [PATCH @16005] rescue perldoc for VMS
10951              From: "Craig A. Berry" <craigberry@mac.com>
10952              Date: Sat, 20 Apr 2002 15:16:30 -0500
10953              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
10954      Branch: perl
10955            ! vms/vms.c
10956 ____________________________________________________________________________
10957 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
10958         Log: Subject: Re: [PATCH] typo
10959              From: andreas.koenig@anima.de (Andreas J. Koenig)
10960              Date: Sat, 20 Apr 2002 15:41:23 +0200
10961              Message-ID: <m37kn2o5bw.fsf@anima.de>
10962      Branch: perl
10963            ! ext/Encode/encoding.pm
10964 ____________________________________________________________________________
10965 [ 16027] By: nick                                  on 2002/04/20  21:42:09
10966         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10967              and change test not to skip them.
10968      Branch: perlio
10969            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
10970 ____________________________________________________________________________
10971 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
10972         Log: Upgrade to Encode 1.51, from Dan Kogai.
10973      Branch: perl
10974            + ext/Encode/ucm/big5-eten.ucm
10975            - ext/Encode/ucm/big5.ucm
10976            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10977            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
10978            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10979            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
10980            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10981            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10982 ____________________________________________________________________________
10983 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
10984         Log: purge existing win64 stuff (this never really worked in 5.7.x)
10985              in preparation for completely redone win64 support
10986      Branch: perl
10987            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10988            ! MANIFEST Porting/makerel
10989 ____________________________________________________________________________
10990 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
10991         Log: Subject: Re: perl@16005
10992              From: Stas Bekman <stas@stason.org>
10993              Date: Sat, 20 Apr 2002 13:06:49 +0800
10994              Message-ID: <3CC0F769.1010705@stason.org>
10995              (with a minor formatting nit)
10996      Branch: perl
10997            ! pod/perlfunc.pod
10998 ____________________________________________________________________________
10999 [ 16023] By: nick                                  on 2002/04/20  19:06:04
11000         Log: Some tweaks for encodings which need lines.
11001              Also disabled trial of using fallbacks.
11002      Branch: perlio
11003            ! ext/PerlIO/encoding/encoding.pm
11004            ! ext/PerlIO/encoding/encoding.xs
11005 ____________________________________________________________________________
11006 [ 16022] By: nick                                  on 2002/04/20  18:37:38
11007         Log: Various tweaks to Encode
11008      Branch: perlio
11009            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11010            ! ext/Encode/Unicode/Unicode.xs
11011            ! ext/Encode/lib/Encode/Encoding.pm
11012            ! ext/Encode/lib/Encode/JP/JIS7.pm
11013            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
11014 ____________________________________________________________________________
11015 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
11016         Log: Subject: [PATCH] perlunicode.pod typos
11017              From: andreas.koenig@anima.de (Andreas J. Koenig)     
11018              Date: Sat, 20 Apr 2002 11:20:25 +0200
11019              Message-ID: <m3vgamoheu.fsf@anima.de>
11020      Branch: perl
11021            ! pod/perlunicode.pod
11022 ____________________________________________________________________________
11023 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
11024         Log: Test tweak from mjd.
11025      Branch: perl
11026            ! lib/Memoize/t/errors.t
11027 ____________________________________________________________________________
11028 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
11029         Log: Integrate perlio:
11030              
11031              [ 16018]
11032              Fill in the PERLIO sections.
11033              
11034              [ 16017]
11035              Add :bytes to POD part.
11036              Remove 'alias' to Encode now it exists as a module.
11037              
11038              [ 16014]
11039              Tweak to Encode.xs to avoid buffer overrun.
11040              
11041              [ 16007]
11042              Silence warning generating warning message for U+FFFF does not map etc.
11043              
11044              [ 15912]
11045              XS versions of encode/decode for Encode::Unicode
11046      Branch: perl
11047           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
11048 ____________________________________________________________________________
11049 [ 16018] By: nick                                  on 2002/04/20  13:38:24
11050         Log: Fill in the PERLIO sections.
11051      Branch: perlio
11052            ! pod/perlrun.pod
11053 ____________________________________________________________________________
11054 [ 16017] By: nick                                  on 2002/04/20  13:37:15
11055         Log: Add :bytes to POD part.
11056              Remove 'alias' to Encode now it exists as a module.
11057      Branch: perlio
11058            ! lib/PerlIO.pm
11059 ____________________________________________________________________________
11060 [ 16016] By: sky                                   on 2002/04/20  13:12:31
11061         Log: Really let the update of the link list do something.
11062      Branch: perl
11063            ! ext/threads/threads.xs
11064 ____________________________________________________________________________
11065 [ 16015] By: nick                                  on 2002/04/20  07:51:26
11066         Log: Integrate mainline
11067      Branch: perlio
11068           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
11069           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
11070           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
11071 ____________________________________________________________________________
11072 [ 16014] By: nick                                  on 2002/04/20  07:46:11
11073         Log: Tweak to Encode.xs to avoid buffer overrun.
11074      Branch: perlio
11075            ! ext/Encode/Encode.xs
11076 ____________________________________________________________________________
11077 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
11078         Log: Subject: [PATCH] t/japh/abigail.t
11079              From: abigail@foad.org
11080              Date: Fri, 19 Apr 2002 02:21:36 +0200
11081              Message-ID: <20020419002136.16948.qmail@foad.org>
11082              
11083              Subject: Re: [PATCH] t/japh/abigail.t
11084              From: "Craig A. Berry" <craigberry@mac.com>
11085              Date: Fri, 19 Apr 2002 11:23:45 -0500
11086              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
11087      Branch: perl
11088            ! t/japh/abigail.t
11089 ____________________________________________________________________________
11090 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
11091         Log: User-defined character properties were unintentionally
11092              removed, noticed by Dan Kogai.
11093      Branch: perl
11094            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
11095            ! pod/perlunicode.pod t/op/pat.t
11096 ____________________________________________________________________________
11097 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
11098         Log: Subject: Re: [PATCH] Big5-related changes.
11099              From: Autrijus Tang <autrijus@autrijus.org>
11100              Date: Sat, 20 Apr 2002 04:06:31 +0800
11101              Message-ID: <20020419200631.GA20964@not.autrijus.org>
11102      Branch: perl
11103            ! README.cn README.tw
11104 ____________________________________________________________________________
11105 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
11106         Log: Add a BUGS sections to O.pm
11107      Branch: perl
11108            ! ext/B/O.pm
11109 ____________________________________________________________________________
11110 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
11111         Log: Disable warning noise
11112      Branch: perl
11113            ! t/io/open.t
11114 ____________________________________________________________________________
11115 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
11116         Log: More tests for the 3-arg open
11117      Branch: perl
11118            ! t/io/open.t t/lib/warnings/doio
11119 ____________________________________________________________________________
11120 [ 16007] By: nick                                  on 2002/04/19  17:45:53
11121         Log: Silence warning generating warning message for U+FFFF does not map etc.
11122      Branch: perlio
11123            ! ext/Encode/Encode.xs
11124 ____________________________________________________________________________
11125 [ 16006] By: nick                                  on 2002/04/19  15:24:57
11126         Log: Integrate mainline (for Tk with Encode testing)
11127              Some perlio & encode issues otherwise cleanish.
11128      Branch: perlio
11129           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11130           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11131           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11132           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11133           +> ext/threads/t/thread.t
11134            - ext/Encode/lib/Encode/Unicode.pm
11135           !> (integrate 38 files)
11136 ____________________________________________________________________________
11137 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
11138         Log: Update Changes.
11139      Branch: perl
11140            ! Changes patchlevel.h
11141 ____________________________________________________________________________
11142 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
11143         Log: Subject: [PATCH] warn on ref open without perlio
11144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11145              Date: Thu, 18 Apr 2002 23:17:44 +0200
11146              Message-ID: <20020418231744.A24159@rafael>
11147              
11148              (with one nit, the skip message needed "# " prefix)
11149      Branch: perl
11150            ! doio.c pod/perldiag.pod t/lib/warnings/doio
11151 ____________________________________________________________________________
11152 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
11153         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
11154              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11155              Date: Fri, 19 Apr 2002 15:43:47 +0200
11156              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
11157      Branch: perl
11158            ! README.hpux
11159 ____________________________________________________________________________
11160 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
11161         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
11162      Branch: perl
11163            ! ext/PerlIO/encoding/encoding.pm
11164            ! ext/PerlIO/encoding/encoding.xs
11165 ____________________________________________________________________________
11166 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
11167         Log: Upgrade to Encode 1.50, from Dan Kogai.
11168      Branch: perl
11169            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11170            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11171            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11172            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11173            - ext/Encode/lib/Encode/Unicode.pm
11174            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11175            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11176            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11177            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11178            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11179            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11180            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11181            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11182            ! ext/Encode/t/jisx0208.ref
11183 ____________________________________________________________________________
11184 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11185         Log: Subject: CPAN.pm sync
11186              From: andreas.koenig@anima.de (Andreas J. Koenig)
11187              Date: Fri, 19 Apr 2002 11:55:07 +0200
11188              Message-ID: <m3ads0qah0.fsf@anima.de>
11189      Branch: perl
11190            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11191 ____________________________________________________________________________
11192 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11193         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11194      Branch: perl
11195            ! pod/perltooc.pod
11196 ____________________________________________________________________________
11197 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11198         Log: The previous change on this was *ahem* slightly off-topic.
11199      Branch: perl
11200            ! ext/PerlIO/encoding/encoding.pm
11201 ____________________________________________________________________________
11202 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11203         Log: variant of change#14657 from mainline, modified for binary
11204              compatibility for 5.6.x (from  Jan Dubois)
11205      Branch: maint-5.6/perl
11206            ! lib/Win32.pod win32/win32.c
11207 ____________________________________________________________________________
11208 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11209         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11210              From: abigail@foad.org
11211              Date: Thu, 18 Apr 2002 17:09:45 +0200
11212              Message-Id: <20020418150945.389.qmail@foad.org>
11213      Branch: perl
11214            ! pod/perldebtut.pod
11215 ____________________________________________________________________________
11216 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11217         Log: z/OS situation update.
11218      Branch: perl
11219            ! pod/perldelta.pod
11220 ____________________________________________________________________________
11221 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11222         Log: Doc tweaks.
11223      Branch: perl
11224            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11225 ____________________________________________________________________________
11226 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11227         Log: The tests need perlio.
11228      Branch: perl
11229            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11230 ____________________________________________________________________________
11231 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11232         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11233              From: Mark-Jason Dominus <mjd@plover.com>
11234              Date: Thu, 18 Apr 2002 09:38:17 -0400
11235              Message-ID: <20020418133817.22436.qmail@plover.com>    
11236              
11237              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11238              From: Mark-Jason Dominus <mjd@plover.com>
11239              Date: Thu, 18 Apr 2002 09:54:50 -0400
11240              Message-ID: <20020418135450.22999.qmail@plover.com>    
11241      Branch: perl
11242            ! pod/perlfaq8.pod
11243 ____________________________________________________________________________
11244 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11245         Log: Port testcases from thr5005 tests so we don't fail on same things.
11246              Added yield support using threads->yield().
11247      Branch: perl
11248            + ext/threads/t/thread.t
11249            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11250 ____________________________________________________________________________
11251 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11252         Log: Integrate mainline
11253      Branch: perlio
11254            - t/io/full.t
11255           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11256           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11257           !> perl.c t/op/groups.t toke.c win32/win32.c
11258 ____________________________________________________________________________
11259 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11260         Log: Always flush the PerlIO buffers after running END blocks in 
11261              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11262      Branch: perl
11263            ! perl.c
11264 ____________________________________________________________________________
11265 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11266         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11267      Branch: perl
11268            ! perl.c
11269 ____________________________________________________________________________
11270 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11271         Log: Move /dev/full testing post-5.8.0.
11272      Branch: perl
11273            - t/io/full.t
11274            ! MANIFEST
11275 ____________________________________________________________________________
11276 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11277         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11278              ("Crays have only REAL memory.")
11279      Branch: perl
11280            ! hints/unicos.sh hints/unicosmk.sh
11281 ____________________________________________________________________________
11282 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11283         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
11284              From: luc.st-louis@ca.transport.bombardier.com
11285              Date: Wed, 17 Apr 2002 14:22:25 -0400
11286              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
11287      Branch: perl
11288            ! win32/win32.c
11289 ____________________________________________________________________________
11290 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
11291         Log: With -Uuseperlio the error might be EBADF.
11292      Branch: perl
11293            ! t/io/full.t
11294 ____________________________________________________________________________
11295 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
11296         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
11297              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11298              Date: Wed, 17 Apr 2002 21:16:22 +0400
11299              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
11300      Branch: perl
11301            ! lib/ExtUtils/t/Embed.t
11302 ____________________________________________________________________________
11303 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
11304         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
11305              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11306              Date: Wed, 17 Apr 2002 20:08:03 +0400
11307              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
11308      Branch: perl
11309            ! win32/win32.c
11310 ____________________________________________________________________________
11311 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
11312         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11313              From: Mark-Jason Dominus <mjd@plover.com>
11314              Date: Wed, 17 Apr 2002 11:14:17 -0400
11315              Message-ID: <20020417151417.27268.qmail@plover.com>
11316      Branch: perl
11317            ! t/io/full.t
11318 ____________________________________________________________________________
11319 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
11320         Log: README.cjk update.
11321      Branch: perl
11322            ! README.cn README.jp README.ko README.tw
11323 ____________________________________________________________________________
11324 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
11325         Log: Subject: [PATCH toke.c] @:foo?
11326              From: Philip Newton <Philip.Newton@gmx.net>
11327              Date: Wed, 17 Apr 2002 19:48:09 +0200
11328              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
11329      Branch: perl
11330            ! toke.c
11331 ____________________________________________________________________________
11332 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
11333         Log: Subject: Re: gcc on HP
11334              From: Philip Newton <Philip.Newton@gmx.net>
11335              Date: Wed, 17 Apr 2002 20:36:34 +0200
11336              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
11337      Branch: perl
11338            ! README.hpux
11339 ____________________________________________________________________________
11340 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
11341         Log: Adjust test for groups that appear multiple times on Cygwin
11342      Branch: perl
11343            ! t/op/groups.t
11344 ____________________________________________________________________________
11345 [ 15976] By: nick                                  on 2002/04/17  17:03:40
11346         Log: Integrate mainline
11347      Branch: perlio
11348           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11349           +> ext/PerlIO/encoding/encoding.pm
11350           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
11351           +> ext/threads/shared/t/queue.t t/io/full.t
11352            - ext/Encode/lib/Encode/XS.pm
11353           !> (integrate 50 files)
11354 ____________________________________________________________________________
11355 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
11356         Log: Update Changes.
11357      Branch: perl
11358            ! Changes patchlevel.h
11359 ____________________________________________________________________________
11360 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
11361         Log: Subject: [PATCH B::Deparse] "foo bar"->()
11362              From: Robin Houston <robin@kitsite.com>
11363              Date: Wed, 17 Apr 2002 15:45:32 +0100
11364              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
11365      Branch: perl
11366            ! ext/B/B/Deparse.pm
11367 ____________________________________________________________________________
11368 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
11369         Log: metaconfig unit change for #15972.
11370      Branch: metaconfig/U/perl
11371            ! Extensions.U
11372 ____________________________________________________________________________
11373 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
11374         Log: As suggested by Arthur: the threads and threads::shared
11375              modules are always present.  This tries to preempt two
11376              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
11377              to have this new fancy threads implementation but my Perl
11378              doesn't seem to have it" (2) someone attempting to install
11379              threads using CPAN.pm and CPAN.pm helpfully starting to
11380              install perl 5.8.0 (which they might already have installed).
11381      Branch: perl
11382            ! Configure ext/threads/Makefile.PL
11383            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
11384            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11385            ! ext/threads/threads.xs
11386 ____________________________________________________________________________
11387 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
11388         Log: More signedness nits.
11389      Branch: perl
11390            ! ext/Encode/Encode.xs
11391 ____________________________________________________________________________
11392 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
11393         Log: fast_abs_path() is tainted.
11394      Branch: perl
11395            ! ext/Cwd/t/cwd.t
11396 ____________________________________________________________________________
11397 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
11398         Log: Signedness nit.
11399      Branch: perl
11400            ! ext/Encode/bin/enc2xs
11401 ____________________________________________________________________________
11402 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
11403         Log: Subject: gcc on HP
11404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11405              Date: Wed, 17 Apr 2002 12:43:38 +0200
11406              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
11407      Branch: perl
11408            ! README.hpux
11409 ____________________________________________________________________________
11410 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
11411         Log: Add just a little bit more explanation to PerlIO::encoding.
11412      Branch: perl
11413            ! ext/PerlIO/encoding/encoding.pm
11414 ____________________________________________________________________________
11415 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
11416         Log: PerlIO::encoding 0.01 from Dan Kogai.
11417      Branch: perl
11418            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11419            + ext/PerlIO/encoding/encoding.pm
11420            + ext/PerlIO/encoding/encoding.xs
11421            ! MANIFEST
11422 ____________________________________________________________________________
11423 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
11424         Log: Upgrade to Encode 1.42, from Dan Kogai.
11425      Branch: perl
11426            - ext/Encode/lib/Encode/XS.pm
11427            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11428            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
11429            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11430            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
11431            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11432            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11433            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11434            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
11435            ! ext/Encode/lib/Encode/Config.pm
11436            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
11437            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11438            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
11439            ! ext/Encode/t/encoding.t
11440 ____________________________________________________________________________
11441 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
11442         Log: Test tweaks from mjd and Benjamin Goldberg.
11443      Branch: perl
11444            ! t/io/full.t
11445 ____________________________________________________________________________
11446 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11447         Log: Document taint-safeness.   Life in the fast_abs_path()
11448              lane is unsafe.
11449      Branch: perl
11450            ! lib/Cwd.pm
11451 ____________________________________________________________________________
11452 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11453         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11454              From: Mark-Jason Dominus <mjd@plover.com>
11455              Date: Tue, 16 Apr 2002 19:24:12 -0400
11456              Message-ID: <20020416232412.14297.qmail@plover.com>
11457      Branch: perl
11458            + t/io/full.t
11459            ! MANIFEST perlio.c
11460 ____________________________________________________________________________
11461 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11462         Log: Manifestations of mjd, from mjd.
11463      Branch: perl
11464            ! MANIFEST
11465 ____________________________________________________________________________
11466 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11467         Log: metaconfig unit change for #15959.
11468      Branch: metaconfig/U/perl
11469            ! Extensions.U
11470 ____________________________________________________________________________
11471 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11472         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11473              From: Andy Dougherty <doughera@lafayette.edu>
11474              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11475              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11476      Branch: perl
11477            ! Configure
11478 ____________________________________________________________________________
11479 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11480         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11481              From: Nicholas Clark <nick@unfortu.net>
11482              Date: Tue, 16 Apr 2002 22:22:41 +0100
11483              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11484      Branch: perl
11485            ! embed.fnc global.sym hv.c universal.c
11486 ____________________________________________________________________________
11487 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11488         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11489      Branch: perl
11490            ! pod/perlfunc.pod pod/perlrun.pod
11491 ____________________________________________________________________________
11492 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11493         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11494              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11495              stuff being 0xabababab on cleanup.
11496      Branch: perl
11497            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11498            ! MANIFEST
11499 ____________________________________________________________________________
11500 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11501         Log: Integate mainline (other machine)
11502      Branch: perlio
11503           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11504           !> t/op/magic.t
11505 ____________________________________________________________________________
11506 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11507         Log: Integrate mainline
11508      Branch: perlio
11509           +> README.cn README.jp README.ko README.tw
11510           +> ext/threads/shared/t/av_refs.t
11511           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11512           !> (integrate 41 files)
11513 ____________________________________________________________________________
11514 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11515         Log: B::walkoptree bugfix (see also #15850)
11516      Branch: perl
11517            ! ext/B/B.xs ext/B/t/terse.t
11518 ____________________________________________________________________________
11519 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11520         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11521              From: Philip Newton <Philip.Newton@gmx.net>
11522              Date: Tue, 16 Apr 2002 21:09:44 +0200
11523              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
11524      Branch: perl
11525            ! pod/perltodo.pod
11526 ____________________________________________________________________________
11527 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
11528         Log: Subject: [PATCH] B::Deparse problems with japhs
11529              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11530              Date: Tue, 16 Apr 2002 15:47:33 +0100
11531              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
11532      Branch: perl
11533            ! ext/B/B/Deparse.pm
11534 ____________________________________________________________________________
11535 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
11536         Log: Stas' tainting worries, obscured by me.
11537      Branch: perl
11538            ! ext/Cwd/t/cwd.t lib/Cwd.pm
11539 ____________________________________________________________________________
11540 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
11541         Log: Pod tweak to avoid =item<japanese> problems.
11542      Branch: perl
11543            ! README.jp
11544 ____________________________________________________________________________
11545 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
11546         Log: Some UTF-8 todos.
11547      Branch: perl
11548            ! pod/perltodo.pod
11549 ____________________________________________________________________________
11550 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
11551         Log: Let's not promise too much: use utf8 only works on identifier
11552              names, not package or subroutine names (admittedly limited [1], but
11553              that's what the Camel says, and that's what we are going to stick
11554              to for 5.8.0).  Also document that use vars does not do utf8.
11555              [1] The obvious problem in both is that package and subroutine
11556              names need to mappable to the filesystem.
11557      Branch: perl
11558            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
11559 ____________________________________________________________________________
11560 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
11561         Log: Subject: [PATCH] small typo in IO::Pipe pod
11562              From: Slaven Rezic <rezic@onlineoffice.de>
11563              Date: Tue, 16 Apr 2002 12:31:10 +0200
11564              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
11565      Branch: perl
11566            ! ext/IO/lib/IO/Pipe.pm
11567 ____________________________________________________________________________
11568 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
11569         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
11570              From: Arthur Bergman <arthur@contiller.se>
11571              Date: Tue, 16 Apr 2002 11:58:45 +0200
11572              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
11573      Branch: perl
11574            ! lib/Attribute/Handlers.pm
11575 ____________________________________________________________________________
11576 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
11577         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
11578              Jungshik Shin.  Regen toc.
11579      Branch: perl
11580            + README.cn README.jp README.ko README.tw
11581            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11582 ____________________________________________________________________________
11583 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
11584         Log: my $utf8here, our $utf8here, and package variable $utf8here.
11585              
11586              The actual minimal fix is in utf8.c and from NI-S,
11587              the rest are the tests (in fresh_perl since I couldn't get
11588              them easily to work elsewhere) and a slight behaviour change:
11589              previously UTF-8 identifiers had to start with an alphabetic
11590              character.  No more so, now they can start with an (Unicode)
11591              ID_Continue character (which however is not a (Unicode) digit).
11592              (Limiting the first character to ID_Start would be rather
11593              restrictive, since ID_Start allows only alphabetic letters.)
11594              
11595              TODO: use vars qw($utf8here).  This I don't find to be
11596              a showstopper.
11597      Branch: perl
11598            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
11599            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
11600 ____________________________________________________________________________
11601 [ 15942] By: ams                                   on 2002/04/16  02:24:25
11602         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
11603              From: "Craig A. Berry" <craigberry@mac.com>
11604              Date: Mon, 15 Apr 2002 22:06:14 -0500
11605              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
11606      Branch: perl
11607            ! lib/FileCache.t
11608 ____________________________________________________________________________
11609 [ 15941] By: ams                                   on 2002/04/16  02:16:35
11610         Log: Subject: [PATCH] s2p fix for VMS
11611              From: "Craig A. Berry" <craigberry@mac.com>
11612              Date: Mon, 15 Apr 2002 21:48:36 -0500
11613              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
11614      Branch: perl
11615            ! configure.com t/x2p/s2p.t x2p/s2p.PL
11616 ____________________________________________________________________________
11617 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
11618         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
11619              (and the licensing of the other code clarified, from Mark Bixby.)
11620      Branch: perl
11621            ! mpeix/mpeix.c
11622 ____________________________________________________________________________
11623 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
11624         Log: AUTHORS updates.
11625      Branch: perl
11626            ! AUTHORS
11627 ____________________________________________________________________________
11628 [ 15938] By: sky                                   on 2002/04/15  22:13:17
11629         Log: Add support for my $foo : shared; 
11630              Add testcase for this.
11631              Update manifest.
11632      Branch: perl
11633            + ext/threads/shared/t/shared_attr.t
11634            ! MANIFEST ext/threads/shared/shared.pm
11635 ____________________________________________________________________________
11636 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
11637         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
11638              From: abigail@foad.org
11639              Date: Mon, 15 Apr 2002 17:41:17 +0200
11640              Message-ID: <20020415154117.1559.qmail@foad.org>
11641              
11642              (With EBCDIC skippage added, and the skip reason
11643              skippage on the two ?? loops tweaked.)
11644      Branch: perl
11645            + t/japh/abigail.t
11646            ! MANIFEST t/TEST
11647 ____________________________________________________________________________
11648 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
11649         Log: Subject: Re: [ID 20020412.005] Dancing ??s
11650              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11651              Date: Sun, 14 Apr 2002 16:09:30 +0100
11652              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
11653      Branch: perl
11654            ! pod/perlop.pod pp_hot.c t/op/pat.t
11655 ____________________________________________________________________________
11656 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
11657         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
11658              From: abigail@foad.org
11659              Date: Mon, 15 Apr 2002 17:40:02 +0200
11660              Message-ID: <20020415154002.1549.qmail@foad.org>
11661      Branch: perl
11662            ! t/test.pl
11663 ____________________________________________________________________________
11664 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
11665         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
11666              From: "Craig A. Berry" <craigberry@mac.com>
11667              Date: Mon, 15 Apr 2002 14:05:26 -0500
11668              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
11669      Branch: perl
11670            ! universal.c
11671 ____________________________________________________________________________
11672 [ 15933] By: sky                                   on 2002/04/15  21:26:16
11673         Log: Test arrays containing references, and references to shared arrays.
11674      Branch: perl
11675            + ext/threads/shared/t/av_refs.t
11676 ____________________________________________________________________________
11677 [ 15932] By: nick                                  on 2002/04/15  15:06:49
11678         Log: Integrate mainline (for Encode)
11679      Branch: perlio
11680           +> ext/Encode/Encode/ConfigLocal_PM.e2x
11681           +> ext/Encode/lib/Encode/JP/JIS7.pm
11682            - ext/Encode/lib/Encode/JP/2022_JP.pm
11683            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11684            - ext/Encode/lib/Encode/JP/JIS.pm
11685           !> (integrate 26 files)
11686 ____________________________________________________________________________
11687 [ 15931] By: ams                                   on 2002/04/15  14:51:31
11688         Log: Subject: [PATCH] Chip didn't time travel.
11689              From: abigail@foad.org
11690              Date: Mon, 15 Apr 2002 17:40:22 +0200
11691              Message-Id: <20020415154022.1554.qmail@foad.org>
11692      Branch: perl
11693            ! pod/perlhist.pod
11694 ____________________________________________________________________________
11695 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
11696         Log: Update Changes.
11697      Branch: perl
11698            ! Changes patchlevel.h
11699 ____________________________________________________________________________
11700 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
11701         Log: The #15921 made the 'no warnings' unnecessary.
11702      Branch: perl
11703            ! t/op/magic.t
11704 ____________________________________________________________________________
11705 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
11706         Log: Subject: Re: [FILE] FileCache.t
11707              From: belg4mit <belg4mit@mit.edu>
11708              Date: Mon, 15 Apr 2002 01:31:21 -0400
11709              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
11710      Branch: perl
11711            ! lib/FileCache.t
11712 ____________________________________________________________________________
11713 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
11714         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
11715      Branch: perl
11716            ! lib/FileCache.pm lib/FileCache.t
11717 ____________________________________________________________________________
11718 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
11719         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
11720              From: Nicholas Clark <nick@unfortu.net>
11721              Date: Sun, 14 Apr 2002 22:54:43 +0100
11722              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
11723      Branch: perl
11724            ! lib/Hash/Util.t
11725 ____________________________________________________________________________
11726 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
11727         Log: Subject: [Encode] 1.40 released!
11728              From: Dan Kogai <dankogai@dan.co.jp>
11729              Date: Mon, 15 Apr 2002 07:51:52 +0900
11730              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
11731      Branch: perl
11732            + ext/Encode/Encode/ConfigLocal_PM.e2x
11733            + ext/Encode/lib/Encode/JP/JIS7.pm
11734            - ext/Encode/lib/Encode/JP/2022_JP.pm
11735            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11736            - ext/Encode/lib/Encode/JP/JIS.pm
11737            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
11738            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11739            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
11740            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
11741            ! ext/Encode/lib/Encode/Config.pm
11742            ! ext/Encode/lib/Encode/Encoder.pm
11743            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11744            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
11745 ____________________________________________________________________________
11746 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
11747         Log: return undef is of questionable style.
11748      Branch: perl
11749            ! lib/Hash/Util.pm
11750 ____________________________________________________________________________
11751 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
11752         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
11753              From: mjd@plover.com
11754              Date: 15 Apr 2002 06:46:02 -0000
11755              Message-ID: <20020415064602.17052.qmail@plover.com>     
11756      Branch: perl
11757            ! t/op/magic.t
11758 ____________________________________________________________________________
11759 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
11760         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
11761              From: mjd@plover.com
11762              Date: 14 Apr 2002 22:30:17 -0000
11763              Message-ID: <20020414223017.17361.qmail@plover.com>
11764      Branch: perl
11765            ! t/op/re_tests
11766 ____________________________________________________________________________
11767 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
11768         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
11769              From: Mark-Jason Dominus <mjd@plover.com>
11770              Date: Mon, 15 Apr 2002 02:41:52 -0400
11771              Message-ID: <20020415064152.16958.qmail@plover.com>
11772      Branch: perl
11773            ! perl.c t/lib/warnings/toke
11774 ____________________________________________________________________________
11775 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
11776         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
11777              From: "Craig A. Berry" <craigberry@mac.com>
11778              Date: Sun, 14 Apr 2002 18:56:02 -0500
11779              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
11780      Branch: perl
11781            ! configure.com
11782 ____________________________________________________________________________
11783 [ 15919] By: nick                                  on 2002/04/15  06:14:25
11784         Log: Integrate mainline
11785      Branch: perlio
11786           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
11787           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
11788           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
11789 ____________________________________________________________________________
11790 [ 15918] By: ams                                   on 2002/04/15  04:25:48
11791         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
11792              From: Stas Bekman <stas@stason.org>
11793              Date: Mon, 15 Apr 2002 11:45:03 +0800
11794              Message-Id: <3CBA4CBF.9030306@stason.org>
11795      Branch: perl
11796            ! lib/Cwd.pm
11797 ____________________________________________________________________________
11798 [ 15917] By: ams                                   on 2002/04/15  04:21:14
11799         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
11800              From: Mark-Jason Dominus <mjd@plover.com>
11801              Date: Mon, 15 Apr 2002 00:30:26 -0400
11802              Message-Id: <20020415043026.11417.qmail@plover.com>
11803      Branch: perl
11804            ! perl.c t/lib/warnings/toke
11805 ____________________________________________________________________________
11806 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
11807         Log: Correct precedence problem in #15915
11808      Branch: perl
11809            ! lib/vars.pm
11810 ____________________________________________________________________________
11811 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
11812         Log: use vars wasn't use utf8 aware.
11813      Branch: perl
11814            ! lib/vars.pm
11815 ____________________________________________________________________________
11816 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
11817         Log: Subject: [PATCH] Re: restricted hashes are unblessable
11818              From: Nicholas Clark <nick@unfortu.net>
11819              Date: Sat, 13 Apr 2002 23:43:02 +0100
11820              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
11821              
11822              The function name sucks but can't think of anything better.
11823      Branch: perl
11824            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
11825 ____________________________________________________________________________
11826 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
11827         Log: Subject: AUTHORS update
11828              From: Chris Nandor <pudge@pobox.com>
11829              Date: Sun, 14 Apr 2002 11:54:40 -0400
11830              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
11831      Branch: perl
11832            ! AUTHORS
11833 ____________________________________________________________________________
11834 [ 15912] By: nick                                  on 2002/04/14  14:47:18
11835         Log: XS versions of encode/decode for Encode::Unicode
11836      Branch: perlio
11837            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
11838 ____________________________________________________________________________
11839 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
11840         Log: metaconfig unit changes for #15910.
11841      Branch: metaconfig
11842            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11843            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11844            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11845            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11846            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11847            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11848            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11849            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11850            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11851            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11852            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11853            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11854            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11855            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11856            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11857            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11858            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11859            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11860            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11861            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11862            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11863            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11864            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11865            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11866 ____________________________________________________________________________
11867 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
11868         Log: Simplify the _r probing code by adding the i_systime
11869              only for the APIs where it matters.
11870      Branch: perl
11871            ! Configure reentr.pl
11872 ____________________________________________________________________________
11873 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
11874         Log: Integrate perlio:
11875              
11876              [ 15904]
11877              Disable test code (assertions) in CRLF layer.
11878              
11879              [ 15903]
11880              Avoid expensive paranoid check that decoder does return legal UTF-8
11881      Branch: perl
11882           !> ext/Encode/Encode.xs perlio.c
11883 ____________________________________________________________________________
11884 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
11885         Log: Subject: patch for FileCache in 5.7.3
11886              From: JPIERCE <belg4mit@MIT.EDU>
11887              Date: Sun, 14 Apr 2002 00:38:21 -0400
11888              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
11889      Branch: perl
11890            ! lib/FileCache.pm
11891 ____________________________________________________________________________
11892 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
11893         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11894              From: Tim Bunce <Tim.Bunce@pobox.com>
11895              Date: Sun, 14 Apr 2002 12:07:35 +0100
11896              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
11897      Branch: perl
11898            ! ext/Storable/Storable.xs
11899 ____________________________________________________________________________
11900 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
11901         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
11902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11903              Date: Sun, 14 Apr 2002 16:29:59 +0200
11904              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
11905      Branch: perl
11906            ! hints/hpux.sh
11907 ____________________________________________________________________________
11908 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
11909         Log: Subject: Enable portable gcc code on hp-ux
11910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11911              Date: Sun, 14 Apr 2002 16:30:01 +0200
11912              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
11913      Branch: perl
11914            ! hints/hpux.sh
11915 ____________________________________________________________________________
11916 [ 15904] By: nick                                  on 2002/04/14  09:18:01
11917         Log: Disable test code (assertions) in CRLF layer.
11918      Branch: perlio
11919            ! perlio.c
11920 ____________________________________________________________________________
11921 [ 15903] By: nick                                  on 2002/04/14  09:16:39
11922         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
11923      Branch: perlio
11924            ! ext/Encode/Encode.xs
11925 ____________________________________________________________________________
11926 [ 15902] By: nick                                  on 2002/04/14  09:15:45
11927         Log: Integrate mainline
11928      Branch: perlio
11929           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11930           +> t/win32/longpath.t t/win32/system.t
11931            - t/op/winsystem.t
11932           !> (integrate 30 files)
11933 ____________________________________________________________________________
11934 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
11935         Log: Fixed URL for the Alpha editor.
11936      Branch: perl
11937            ! pod/perlfaq3.pod
11938 ____________________________________________________________________________
11939 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
11940         Log: Dedodgify.
11941      Branch: perl
11942            ! ext/Storable/Storable.xs
11943 ____________________________________________________________________________
11944 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
11945         Log: AUTHORS updates.
11946      Branch: perl
11947            ! AUTHORS
11948 ____________________________________________________________________________
11949 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
11950         Log: s2p needs Config.pm.
11951      Branch: perl
11952            ! Makefile.SH
11953 ____________________________________________________________________________
11954 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
11955         Log: Subject: [PATCH] Benchmark.t 75,90,109
11956              From: Nicholas Clark <nick@unfortu.net>
11957              Date: Sat, 13 Apr 2002 21:43:04 +0100
11958              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
11959      Branch: perl
11960            ! lib/Benchmark.t
11961 ____________________________________________________________________________
11962 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
11963         Log: Tweaks by Autrijus Tang.
11964      Branch: perl
11965            ! ext/Encode/encoding.pm
11966 ____________________________________________________________________________
11967 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
11968         Log: FAQ sync.
11969      Branch: perl
11970            ! pod/perlfaq5.pod
11971 ____________________________________________________________________________
11972 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
11973         Log: z/OS tally update.
11974      Branch: perl
11975            ! pod/perldelta.pod
11976 ____________________________________________________________________________
11977 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
11978         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11979              From: Nicholas Clark <nick@unfortu.net>
11980              Date: Sat, 13 Apr 2002 02:58:07 +0100
11981              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
11982      Branch: perl
11983            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11984            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
11985            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
11986            ! t/lib/st-dump.pl
11987 ____________________________________________________________________________
11988 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
11989         Log: Add piconv and enc2xs to the list of utilities.
11990      Branch: perl
11991            ! utils.lst
11992 ____________________________________________________________________________
11993 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
11994         Log: s.
11995      Branch: perl
11996            ! pod/perlunicode.pod
11997 ____________________________________________________________________________
11998 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
11999         Log: Phrasing fixes by Nick Clark
12000      Branch: perl
12001            ! pod/perlunicode.pod
12002 ____________________________________________________________________________
12003 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
12004         Log: More POD fixes and typos
12005      Branch: perl
12006            ! pod/perlunicode.pod
12007 ____________________________________________________________________________
12008 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
12009         Log: Subject: Re: UTF-8 and DB_File ?
12010              From: andreas.koenig@anima.de (Andreas J. Koenig)
12011              Date: Sat, 13 Apr 2002 13:29:41 +0200
12012              Message-ID: <m3ads7j0pm.fsf@anima.de>
12013      Branch: perl
12014            ! pod/perlunicode.pod
12015 ____________________________________________________________________________
12016 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
12017         Log: Fix a typo noticed by Paul Johnson.
12018      Branch: perl
12019            ! MANIFEST
12020 ____________________________________________________________________________
12021 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
12022         Log: Subject: Re: Win32 Status
12023              From: Michael G Schwern <schwern@pobox.com>
12024              Date: Fri, 12 Apr 2002 10:15:33 -0400
12025              Message-ID: <20020412141533.GB9788@blackrider>
12026      Branch: perl
12027            ! lib/ExtUtils/t/INST.t
12028 ____________________________________________________________________________
12029 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
12030         Log: Upgrade to Encode 1.34, from Dan Kogai.
12031      Branch: perl
12032            ! ext/Encode/Changes ext/Encode/Encode.pm
12033            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12034            ! ext/Encode/t/Unicode.t
12035 ____________________________________________________________________________
12036 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
12037         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
12038              From: Graham TerMarsch <graham@howlingfrog.com>
12039              Date: Fri, 12 Apr 2002 12:28:47 -0700
12040              Message-Id: <200204121228.47826.graham@howlingfrog.com>
12041      Branch: perl
12042            ! AUTHORS
12043 ____________________________________________________________________________
12044 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
12045         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
12046              From: Nicholas Clark <nick@unfortu.net>
12047              Date: Fri, 12 Apr 2002 21:59:06 +0100
12048              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
12049      Branch: perl
12050            ! pp_pack.c t/op/pack.t
12051 ____________________________________________________________________________
12052 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
12053         Log: Re-sort MANIFEST.
12054      Branch: perl
12055            ! MANIFEST
12056 ____________________________________________________________________________
12057 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
12058         Log: Move also the Win32 system testing to t/win32.
12059      Branch: perl
12060            + t/win32/system.t
12061            - t/op/winsystem.t
12062            ! MANIFEST
12063 ____________________________________________________________________________
12064 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
12065         Log: Integrate change #15879 from maint-5.6;
12066              
12067              Win32::GetLongPathName() did not return valid results if there
12068              were "." and ".." components in the path; also fix a potential
12069              buffer overflow if the long path happens to be longer than
12070              MAX_PATH (this can presumably happen if they use \\?\... style
12071              paths); add a rather limited testsuite that exercises just the
12072              edge cases
12073      Branch: perl
12074           +> t/win32/longpath.t
12075           !> MANIFEST t/harness win32/win32.c
12076 ____________________________________________________________________________
12077 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
12078         Log: Win32::GetLongPathName() did not return valid results if there
12079              were "." and ".." components in the path; also fix a potential
12080              buffer overflow if the long path happens to be longer than
12081              MAX_PATH (this can presumably happen if they use \\?\... style
12082              paths); add a rather limited testsuite that exercises just the
12083              edge cases
12084      Branch: maint-5.6/perl
12085            + t/win32/longpath.t
12086            ! MANIFEST t/harness win32/win32.c
12087 ____________________________________________________________________________
12088 [ 15878] By: nick                                  on 2002/04/12  14:38:32
12089         Log: Integrate mainline
12090      Branch: perlio
12091           +> lib/ExtUtils/t/INST_PREFIX.t
12092           !> (integrate 37 files)
12093 ____________________________________________________________________________
12094 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
12095         Log: Update Changes.
12096      Branch: perl
12097            ! Changes patchlevel.h
12098 ____________________________________________________________________________
12099 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
12100         Log: Discuss the magic of \w in security terms.
12101      Branch: perl
12102            ! pod/perlsec.pod pod/perlunicode.pod
12103 ____________________________________________________________________________
12104 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
12105         Log: Add a warning about the symbolic methods and
12106              symbolic sub refs not being checked for taint.
12107      Branch: perl
12108            ! pod/perlsec.pod
12109 ____________________________________________________________________________
12110 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
12111         Log: In EBCDIC the BOM detection doesn't seem
12112              to be working right.  For now skipping the test,
12113              waiting for Dan's opinion.
12114      Branch: perl
12115            ! ext/Encode/t/Unicode.t
12116 ____________________________________________________________________________
12117 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
12118         Log: Update to Net::Ping 2.16.
12119      Branch: perl
12120            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12121 ____________________________________________________________________________
12122 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
12123         Log: Upgrade to CGI.pm 2.81.
12124      Branch: perl
12125            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
12126 ____________________________________________________________________________
12127 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
12128         Log: Move up restricted hashes a bit.
12129      Branch: perl
12130            ! pod/perldelta.pod
12131 ____________________________________________________________________________
12132 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
12133         Log: Now using Unicode 3.2.0.
12134      Branch: perl
12135            ! pod/perldelta.pod
12136 ____________________________________________________________________________
12137 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
12138         Log: UNICOS too has sockpair issues (unsurprisingly,
12139              since UNICOS/mk has them too)
12140      Branch: perl
12141            ! ext/Socket/socketpair.t
12142 ____________________________________________________________________________
12143 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
12144         Log: FAQ patch from mjd regarding Tie::File.
12145      Branch: perl
12146            ! pod/perlfaq5.pod
12147 ____________________________________________________________________________
12148 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
12149         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
12150              consider using the NamesList.
12151      Branch: perl
12152            ! lib/charnames.pm lib/charnames.t
12153 ____________________________________________________________________________
12154 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
12155         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
12156              From: "Craig A. Berry" <craigberry@mac.com>
12157              Date: Thu, 11 Apr 2002 13:47:21 -0500
12158              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
12159      Branch: perl
12160            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12161 ____________________________________________________________________________
12162 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
12163         Log: More NT Unicode information from Jan Dubois.
12164      Branch: perl
12165            ! pod/perltodo.pod
12166 ____________________________________________________________________________
12167 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
12168         Log: Add one perltodo item (and move bunch of them to better spot),
12169              add sysopen() to "Functions for filehandles, files, or directories".
12170      Branch: perl
12171            ! pod/perlfunc.pod pod/perltodo.pod
12172 ____________________________________________________________________________
12173 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12174         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12175      Branch: perl
12176            ! t/TEST
12177 ____________________________________________________________________________
12178 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12179         Log: Also NEC SUPER-UX has buggy sockpair().
12180      Branch: perl
12181            ! ext/Socket/socketpair.t
12182 ____________________________________________________________________________
12183 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12184         Log: dTHX works on its own just fine.
12185      Branch: perl
12186            ! ext/DynaLoader/dl_aix.xs
12187 ____________________________________________________________________________
12188 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12189         Log: Must hold off building s2p until there's a miniperl.
12190      Branch: perl
12191            ! Makefile.SH
12192 ____________________________________________________________________________
12193 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12194         Log: AIX: strerror_r() needs dTHX.
12195      Branch: perl
12196            ! ext/DynaLoader/dl_aix.xs
12197 ____________________________________________________________________________
12198 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12199         Log: Extracting the s2p may require the right dynlibpath.
12200      Branch: perl
12201            ! Makefile.SH
12202 ____________________________________________________________________________
12203 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12204         Log: Doc tweaks.
12205      Branch: perl
12206            ! ext/Time/HiRes/HiRes.pm
12207 ____________________________________________________________________________
12208 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12209         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12210              From: Michael G Schwern <schwern@pobox.com>
12211              Date: Thu, 11 Apr 2002 01:25:26 -0400
12212              Message-ID: <20020411052525.GA17038@blackrider>
12213      Branch: perl
12214            + lib/ExtUtils/t/INST_PREFIX.t
12215            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12216            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12217            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12218            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12219            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12220            ! lib/ExtUtils/t/prefixify.t
12221 ____________________________________________________________________________
12222 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12223         Log: Integrate mainline
12224      Branch: perlio
12225           !> (integrate 42 files)
12226 ____________________________________________________________________________
12227 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12228         Log: Unused variables.
12229      Branch: perl
12230            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12231 ____________________________________________________________________________
12232 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12233         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12234              From: Ilya Martynov <ilya@martynov.org>
12235              Date: 11 Apr 2002 03:21:17 +0400
12236              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12237      Branch: perl
12238            ! lib/Term/ReadLine.pm
12239 ____________________________________________________________________________
12240 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12241         Log: Upgrade to Encode 1.33, from Dan Kogai.
12242      Branch: perl
12243            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12244            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12245            ! ext/Encode/lib/Encode/Supported.pod
12246            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12247            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12248            ! ext/Encode/ucm/adobeSymbol.ucm
12249            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12250 ____________________________________________________________________________
12251 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12252         Log: Backward portability from Dan Kogai.
12253      Branch: perl
12254            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12255            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12256            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12257            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12258            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12259            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12260            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12261            ! ext/Storable/t/utf8.t
12262 ____________________________________________________________________________
12263 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12264         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12265              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12266              bug in B::walkoptree still to be fixed.
12267      Branch: perl
12268            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12269 ____________________________________________________________________________
12270 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12271         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12272              From: Philip Newton <Philip.Newton@gmx.net>
12273              Date: Wed, 10 Apr 2002 21:29:58 +0200
12274              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12275      Branch: perl
12276            ! pod/perldelta.pod
12277 ____________________________________________________________________________
12278 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12279         Log: Integrate perlio:
12280              
12281              [ 15847]
12282              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12283      Branch: perl
12284           !> lib/ExtUtils/MM_Win32.pm
12285 ____________________________________________________________________________
12286 [ 15847] By: nick                                  on 2002/04/10  13:08:29
12287         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
12288      Branch: perlio
12289            ! lib/ExtUtils/MM_Win32.pm
12290 ____________________________________________________________________________
12291 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
12292         Log: Try to fool old AIX when threading, from Merijn.
12293      Branch: perl
12294            ! perl.h
12295 ____________________________________________________________________________
12296 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
12297         Log: Update Changes.
12298      Branch: perl
12299            ! Changes patchlevel.h
12300 ____________________________________________________________________________
12301 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
12302         Log: Welcome to the 5.7.3.
12303      Branch: perl
12304            ! NetWare/Makefile win32/Makefile
12305 ____________________________________________________________________________
12306 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
12307         Log: Make x2p/s2p part of the test_prep target now that we
12308              have a test for it.
12309      Branch: perl
12310            ! Makefile.SH
12311 ____________________________________________________________________________
12312 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
12313         Log: Integrate perlio:
12314              
12315              [ 15840]
12316              We have been 5.7.3 for a while - install there ...
12317      Branch: perl
12318           !> win32/makefile.mk
12319 ____________________________________________________________________________
12320 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
12321         Log: SImilarly to old HP-UX, in old AIX too including
12322              crypt.h leads into trouble.  (from Merijn)
12323      Branch: perl
12324            ! hints/aix.sh
12325 ____________________________________________________________________________
12326 [ 15840] By: nick                                  on 2002/04/10  10:04:19
12327         Log: We have been 5.7.3 for a while - install there ...
12328      Branch: perlio
12329            ! win32/makefile.mk
12330 ____________________________________________________________________________
12331 [ 15839] By: nick                                  on 2002/04/10  10:03:46
12332         Log: Intgrate mainline
12333      Branch: perlio
12334           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
12335            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12336            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
12337           !> (integrate 40 files)
12338 ____________________________________________________________________________
12339 [ 15838] By: ams                                   on 2002/04/10  04:16:45
12340         Log: Subject: [PATCH] ext/attrs.t getting skipped
12341              From: "Craig A. Berry" <craigberry@mac.com>
12342              Date: Tue, 9 Apr 2002 23:58:49 -0500
12343              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
12344      Branch: perl
12345            ! t/TEST
12346 ____________________________________________________________________________
12347 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
12348         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
12349              From: Michael G Schwern <schwern@pobox.com>
12350              Date: Tue, 9 Apr 2002 20:52:55 -0400
12351              Message-ID: <20020410005254.GI8954@blackrider>
12352      Branch: perl
12353            ! t/op/sub_lval.t
12354 ____________________________________________________________________________
12355 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
12356         Log: Undo accident in #15385.
12357      Branch: metaconfig/U/perl
12358            ! Extensions.U
12359 ____________________________________________________________________________
12360 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
12361         Log: Retract the UTF-8 filenames patch.  This may be
12362              better dealt with in Perl level, a la File::Spec
12363              (since the whole mess is strongly filesystem-specific).
12364      Branch: metaconfig/U/perl
12365            + usecjk.U
12366            ! Extensions.U
12367      Branch: perl
12368            - ext/File/Glob/t/utf8.t
12369            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12370            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12371            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12372            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12373            ! t/op/readdir.t
12374 ____________________________________________________________________________
12375 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
12376         Log: Upgrade to Encode 1.32, from Dan Kogai.
12377      Branch: perl
12378            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
12379            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12380            - ext/Encode/ucm/macGurmukhi.ucm
12381            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
12382            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
12383            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
12384            ! ext/Encode/lib/Encode/Encoder.pm
12385            ! ext/Encode/lib/Encode/Supported.pod
12386            ! ext/Encode/lib/Encode/Unicode.pm
12387            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
12388            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12389 ____________________________________________________________________________
12390 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
12391         Log: Add tests for s2p/psed, from Wolfgang Laun.
12392      Branch: perl
12393            + t/x2p/s2p.t
12394            ! MANIFEST t/TEST
12395 ____________________________________________________________________________
12396 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
12397         Log: FAQ sync.
12398      Branch: perl
12399            ! pod/perlfaq2.pod pod/perlfaq3.pod
12400 ____________________________________________________________________________
12401 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
12402         Log: Remove false dependency between getgrent and setpwent
12403              having/not having FILE**.  Also make the names of the
12404              {set,get,end}* interface struct members a bit shorter.
12405      Branch: perl
12406            ! reentr.c reentr.h reentr.pl
12407 ____________________________________________________________________________
12408 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
12409         Log: Avoid bad prototypes.
12410      Branch: perl
12411            ! hints/hpux.sh
12412 ____________________________________________________________________________
12413 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
12414         Log: metaconfig unit change for #15828.
12415      Branch: metaconfig
12416            ! U/protos/Protochk.U
12417 ____________________________________________________________________________
12418 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
12419         Log: As Merijn points out, pthread.h really needs to be known
12420              by protochk.
12421      Branch: perl
12422            ! Configure
12423 ____________________________________________________________________________
12424 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
12425         Log: Integrate perlio:
12426              
12427              [ 15826]
12428              Patch up Encode for Tk
12429      Branch: perl
12430           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12431           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12432 ____________________________________________________________________________
12433 [ 15826] By: nick                                  on 2002/04/09  12:38:25
12434         Log: Patch up Encode for Tk
12435      Branch: perlio
12436            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12437            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12438 ____________________________________________________________________________
12439 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
12440         Log: Portability tweak.
12441      Branch: perl
12442            ! lib/File/CheckTree.t
12443 ____________________________________________________________________________
12444 [ 15824] By: sky                                   on 2002/04/09  10:51:07
12445         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12446              From: Abigail <abigail@osp.nl>
12447              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12448              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12449      Branch: perl
12450            ! pod/perlhist.pod
12451 ____________________________________________________________________________
12452 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12453         Log: Integrate mainline
12454      Branch: perlio
12455           +> ext/Encode/lib/Encode/Config.pm
12456           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12457           !> (integrate 37 files)
12458 ____________________________________________________________________________
12459 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12460         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12461              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12462              Date: Tue, 09 Apr 2002 02:00:51 -0400
12463              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12464      Branch: perl
12465            ! lib/File/CheckTree.pm
12466 ____________________________________________________________________________
12467 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12468         Log: Small perldelta tweaks.
12469      Branch: perl
12470            ! pod/perldelta.pod
12471 ____________________________________________________________________________
12472 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12473         Log: File::Checktree update from Paul Grassie.
12474      Branch: perl
12475            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12476 ____________________________________________________________________________
12477 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12478         Log: Subject: patch against t/op/sub_lval.t
12479              From: Jim Cromie <jcromie@divsol.com>
12480              Date: Mon, 08 Apr 2002 17:38:16 -0600
12481              Message-Id: <3CB229E8.9080500@divsol.com>
12482      Branch: perl
12483            ! t/op/sub_lval.t
12484 ____________________________________________________________________________
12485 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12486         Log: Humbly pay homage to the redundancy gods.
12487      Branch: perl
12488            ! mg.c
12489 ____________________________________________________________________________
12490 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12491         Log: metaconfig mirror #15816.
12492      Branch: metaconfig
12493            ! U/modified/Unix.U
12494 ____________________________________________________________________________
12495 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12496         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12497      Branch: perl
12498            ! Porting/Glossary
12499 ____________________________________________________________________________
12500 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12501         Log: Small piconv tweaks (sent to Dan).
12502      Branch: perl
12503            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12504            ! ext/Encode/lib/Encode/Alias.pm
12505 ____________________________________________________________________________
12506 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12507         Log: Update Changes.
12508      Branch: perl
12509            ! Changes patchlevel.h
12510 ____________________________________________________________________________
12511 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12512         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12513      Branch: perl
12514            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12515            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12516            ! pod/perlfaq7.pod pod/perlfaq9.pod
12517 ____________________________________________________________________________
12518 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12519         Log: Upgrade to Encode 1.31, from Dan Kogai.
12520      Branch: perl
12521            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12522            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12523            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
12524            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12525 ____________________________________________________________________________
12526 [ 15811] By: ams                                   on 2002/04/08  17:00:37
12527         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
12528              From: Andy Dougherty <doughera@lafayette.edu>
12529              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
12530              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
12531      Branch: perl
12532            ! lib/sort.t pp_sort.c
12533 ____________________________________________________________________________
12534 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
12535         Log: metaconfig unit changes for #15809.
12536      Branch: metaconfig
12537            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
12538 ____________________________________________________________________________
12539 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
12540         Log: Mirroring #15806.
12541      Branch: perl
12542            ! Porting/Glossary Porting/config.sh Porting/config_H
12543 ____________________________________________________________________________
12544 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
12545         Log: metaconfig unit changes for #15807.
12546      Branch: metaconfig
12547            ! U/protos/Protochk.U U/threads/d_asctime_r.U
12548            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12549            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
12550            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
12551            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
12552            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
12553            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12554            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
12555            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
12556            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
12557            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12558            ! U/threads/d_getprotobyname_r.U
12559            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12560            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12561            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12562            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12563            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12564            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12565            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12566            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12567            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12568            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12569            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12570            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12571            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12572            ! U/threads/i_pthread.U
12573      Branch: perl
12574            ! config_h.SH
12575 ____________________________________________________________________________
12576 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
12577         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
12578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12579              Date: Mon, 08 Apr 2002 14:34:27 +0200
12580              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
12581      Branch: perl
12582            ! Configure hints/hpux.sh reentr.pl
12583 ____________________________________________________________________________
12584 [ 15806] By: ams                                   on 2002/04/08  13:50:43
12585         Log: Subject: [PATCH] Updates to Porting/Glossary
12586              From: Paul_GreenVOS@vos.stratus.com
12587              Date: Mon, 8 Apr 02 10:44 edt
12588              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
12589      Branch: perl
12590            ! Porting/Glossary
12591 ____________________________________________________________________________
12592 [ 15805] By: ams                                   on 2002/04/08  13:47:32
12593         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
12594              coredumps on startup)
12595              From: Michael G Schwern <schwern@pobox.com>
12596              Date: Mon, 8 Apr 2002 10:34:49 -0400
12597              Message-Id: <20020408143449.GB3245@blackrider>
12598      Branch: perl
12599            ! lib/ExtUtils/MM_Unix.pm
12600 ____________________________________________________________________________
12601 [ 15804] By: ams                                   on 2002/04/08  13:29:28
12602         Log: Subject: [PATCH] example in pod/perllexwarn.pod
12603              From: Slaven Rezic <slaven.rezic@berlin.de>
12604              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
12605              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
12606      Branch: perl
12607            ! pod/perllexwarn.pod
12608 ____________________________________________________________________________
12609 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
12610         Log: Upgrade to Encode 1.30, from Dan Kogai. 
12611      Branch: perl
12612            + ext/Encode/lib/Encode/Encoder.pm
12613            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12614            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
12615            ! ext/Encode/lib/Encode/Supported.pod
12616            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12617            ! ext/Encode/t/grow.t
12618 ____________________________________________________________________________
12619 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
12620         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
12621              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12622              Date: Mon, 08 Apr 2002 01:08:40 +0100
12623              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
12624      Branch: perl
12625            ! ext/MIME/Base64/t/base64.t
12626 ____________________________________________________________________________
12627 [ 15801] By: nick                                  on 2002/04/08  07:28:27
12628         Log: Integrate mainline
12629      Branch: perlio
12630           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
12631           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
12632           +> ext/File/Glob/t/utf8.t
12633           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12634           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12635           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12636            - ext/Encode/lib/Encode/10646_1.pm
12637            - ext/Encode/lib/Encode/Internal.pm
12638            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12639            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
12640            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12641            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12642            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12643            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12644            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
12645           !> (integrate 157 files)
12646 ____________________________________________________________________________
12647 [ 15800] By: ams                                   on 2002/04/08  07:06:21
12648         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
12649              From: Jan Dubois <JanD@ActiveState.com>
12650              Date: Mon, 08 Apr 2002 00:10:39 -0700
12651              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
12652      Branch: perl
12653            ! lib/ExtUtils/Packlist.pm
12654 ____________________________________________________________________________
12655 [ 15799] By: ams                                   on 2002/04/08  04:50:36
12656         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
12657              From: Stas Bekman <stas@stason.org>
12658              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
12659              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
12660      Branch: perl
12661            ! pod/perlguts.pod
12662 ____________________________________________________________________________
12663 [ 15798] By: ams                                   on 2002/04/08  03:56:52
12664         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
12665      Branch: perl
12666            ! util.c
12667 ____________________________________________________________________________
12668 [ 15797] By: ams                                   on 2002/04/08  01:30:38
12669         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
12670              same line of code. (As suggested by Simon Cozens.)
12671      Branch: perl
12672            ! mg.c
12673 ____________________________________________________________________________
12674 [ 15796] By: ams                                   on 2002/04/08  01:27:24
12675         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
12676              Simon Cozens.
12677      Branch: perl
12678            ! embed.fnc util.c
12679 ____________________________________________________________________________
12680 [ 15795] By: ams                                   on 2002/04/08  01:05:16
12681         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
12682              From: Tom Brown <thecap@peach.ece.utexas.edu>
12683              Date: Sun, 07 Apr 2002 23:20:05 GMT
12684              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
12685      Branch: perl
12686            ! ext/Devel/DProf/DProf.xs
12687 ____________________________________________________________________________
12688 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
12689         Log: Retract #15793 since #15775 should fix the problem.
12690      Branch: perl
12691            ! hv.c
12692 ____________________________________________________________________________
12693 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
12694         Log: (Retracted by #15794)
12695              Subject: [PATCH] hv.c
12696              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12697              Date: Sun, 7 Apr 2002 14:25:48 +0200
12698              Message-ID: <3CB056EC.16340.1119992@localhost>
12699      Branch: perl
12700            ! hv.c
12701 ____________________________________________________________________________
12702 [ 15792] By: ams                                   on 2002/04/07  21:48:49
12703         Log: Make other nits nervous.
12704      Branch: perl
12705            ! gv.c perl.c
12706 ____________________________________________________________________________
12707 [ 15791] By: ams                                   on 2002/04/07  20:31:08
12708         Log: Subject: [MIME::Base64 patch] t/base64.t fix
12709              From: Dan Kogai <dankogai@dan.co.jp>
12710              Date: Mon, 8 Apr 2002 06:19:29 +0900
12711              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
12712      Branch: perl
12713            ! ext/MIME/Base64/t/base64.t
12714 ____________________________________________________________________________
12715 [ 15790] By: ams                                   on 2002/04/07  20:15:52
12716         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
12717              From: Slaven Rezic <slaven.rezic@berlin.de>
12718              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
12719              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
12720      Branch: perl
12721            ! ext/Devel/Peek/Peek.xs
12722 ____________________________________________________________________________
12723 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
12724         Log: Fully qualify in warning message the name of a subroutine redefined
12725              via glob assignment
12726      Branch: perl
12727            ! sv.c t/lib/warnings/op t/lib/warnings/sv
12728 ____________________________________________________________________________
12729 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
12730         Log: Update from Dan Kogai.
12731      Branch: perl
12732            ! ext/Encode/t/Unicode.t
12733 ____________________________________________________________________________
12734 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
12735         Log: Can't right now twist my brain to figure out
12736              the right CR/LF code point mappings in EBCDIC.
12737      Branch: perl
12738            ! lib/Pod/t/eol.t
12739 ____________________________________________________________________________
12740 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
12741         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
12742              From: Nicholas Clark <nick@ccl4.org>
12743              Date: Sun, 7 Apr 2002 15:01:56 +0100
12744              Message-ID: <20020407150156.R10686@plum.flirble.org>
12745      Branch: perl
12746            ! ext/Data/Dumper/Dumper.xs
12747 ____________________________________________________________________________
12748 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
12749         Log: Tpyo.
12750      Branch: perl
12751            ! lib/Pod/t/eol.t
12752 ____________________________________________________________________________
12753 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
12754         Log: EBCDIC branch was forgotten.
12755      Branch: perl
12756            ! ext/Devel/Peek/Peek.t
12757 ____________________________________________________________________________
12758 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
12759         Log: charnames::viacode() was broken, noticed by Jeffrey.
12760      Branch: perl
12761            ! lib/charnames.pm lib/charnames.t
12762 ____________________________________________________________________________
12763 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
12764         Log: Missing files.
12765      Branch: perl
12766            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
12767            ! MANIFEST ext/Encode/MANIFEST
12768 ____________________________________________________________________________
12769 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
12770         Log: (intentionally empty)
12771      Branch: perl
12772            ! MANIFEST sv.h
12773 ____________________________________________________________________________
12774 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
12775         Log: Upgrade to Encode 1.26, from Dan Kogai.
12776      Branch: perl
12777            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
12778            + ext/Encode/ucm/jis0212.ucm
12779            - ext/Encode/lib/Encode/10646_1.pm
12780            - ext/Encode/lib/Encode/Internal.pm
12781            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12782            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
12783            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
12784            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
12785            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
12786            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
12787            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
12788            - ext/Encode/ucm/macRumanian.ucm
12789            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12790            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12791            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
12792            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
12793            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
12794            ! ext/Encode/lib/Encode/Encoding.pm
12795            ! ext/Encode/lib/Encode/Supported.pod
12796            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12797            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
12798            ! ext/Encode/ucm/adobeSymbol.ucm
12799            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
12800            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
12801            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
12802            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12803            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12804            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12805            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12806            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12807            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12808            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12809            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12810            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12811            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12812            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12813            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12814            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12815            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12816            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
12817            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
12818            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
12819            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
12820            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
12821            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12822            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
12823            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
12824            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
12825            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
12826            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12827            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
12828            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
12829            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12830            ! ext/Encode/ucm/nextstep.ucm
12831 ____________________________________________________________________________
12832 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
12833         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
12834              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
12835              Now, where was my coffee mug...
12836      Branch: perl
12837            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
12838            ! pp_sys.c
12839 ____________________________________________________________________________
12840 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
12841         Log: Subject: [PATCH] MakeMaker basic.t on Win32
12842              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12843              Date: Sun, 7 Apr 2002 14:25:48 +0200
12844              Message-ID: <3CB056EC.27101.1119A3D@localhost>
12845              
12846              Subject: [PATCH] MakeMaker && Win32 && nmake
12847              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12848              Date: Sun, 7 Apr 2002 14:25:48 +0200
12849              Message-ID: <3CB056EC.9001.11199ED@localhost>
12850      Branch: perl
12851            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12852 ____________________________________________________________________________
12853 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
12854         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
12855              From: Philip Newton <Philip.Newton@gmx.net>
12856              Date: Sun, 07 Apr 2002 07:51:49 +0200      
12857              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
12858      Branch: perl
12859            ! utf8.c
12860 ____________________________________________________________________________
12861 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
12862         Log: There was no nice way of getting in UTF-8 filenames:
12863              now one can use in the (new) three-arg form of readdir()
12864              and in File::Glob import a ":utf8" to transparently accept
12865              the filenames as Unicode.  Note that only :utf8 is supported,
12866              not fancier stuff like :encoding(foobar)
12867      Branch: perl
12868            + ext/File/Glob/t/utf8.t
12869            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12870            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12871            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12872            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12873            ! t/op/readdir.t
12874 ____________________________________________________________________________
12875 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
12876         Log: Subject: [PATCH] Re: perl@15772
12877              From: Nicholas Clark <nick@ccl4.org>
12878              Date: Sun, 7 Apr 2002 11:06:42 +0100
12879              Message-ID: <20020407110641.O10686@plum.flirble.org>
12880      Branch: perl
12881            ! hv.c
12882 ____________________________________________________________________________
12883 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
12884         Log: Subject: [PATCH] Re: 15764 breakage
12885              From: Michael G Schwern <schwern@pobox.com>
12886              Date: Sat, 6 Apr 2002 19:14:02 -0500
12887              Message-ID: <20020407001401.GA7076@blackrider>
12888      Branch: perl
12889            ! lib/ExtUtils/MM_Unix.pm
12890 ____________________________________________________________________________
12891 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
12892         Log: Instruction tweak.
12893      Branch: perl
12894            ! README.os390
12895 ____________________________________________________________________________
12896 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
12897         Log: Update Changes.
12898      Branch: perl
12899            ! Changes patchlevel.h
12900 ____________________________________________________________________________
12901 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
12902         Log: Subject: [PATCH] Encode tweaks for VMS
12903              From: Michael G Schwern <schwern@pobox.com>
12904              Date: Sat, 6 Apr 2002 03:26:09 -0500
12905              Message-ID: <20020406082609.GA28758@blackrider>
12906      Branch: perl
12907            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12908            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
12909            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12910            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12911 ____________________________________________________________________________
12912 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
12913         Log: Prettyprinting and version paranoia.
12914      Branch: perl
12915            ! ext/DB_File/t/db-recno.t
12916 ____________________________________________________________________________
12917 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
12918         Log: Be explicit about the two DB_File tests croaking
12919              in Mac OS X.
12920      Branch: perl
12921            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
12922 ____________________________________________________________________________
12923 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
12924         Log: Regen toc.
12925      Branch: perl
12926            ! pod/perltoc.pod
12927 ____________________________________________________________________________
12928 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
12929         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12930              From: Benjamin Goldberg <goldbb2@earthlink.net>
12931              Date: Fri, 05 Apr 2002 19:15:42 -0500
12932              Message-ID: <3CAE3E2E.8483505@earthlink.net>
12933      Branch: perl
12934            ! hv.h
12935 ____________________________________________________________________________
12936 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
12937         Log: Underline that the current implementation is not
12938              guaranteed to be forever; and reformat a bit.
12939      Branch: perl
12940            ! lib/utf8.pm
12941 ____________________________________________________________________________
12942 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
12943         Log: Subject: Weak spots in the utf8 manpage
12944              From: andreas.koenig@anima.de (Andreas J. Koenig)
12945              Date: Fri, 05 Apr 2002 10:08:44 +0200      
12946              Message-ID: <m3u1qqefeb.fsf@anima.de>      
12947      Branch: perl
12948            ! lib/utf8.pm
12949 ____________________________________________________________________________
12950 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
12951         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
12952              From: Michael G Schwern <schwern@pobox.com>
12953              Date: Sat, 6 Apr 2002 03:22:03 -0500
12954              Message-ID: <20020406082203.GA28713@blackrider>
12955      Branch: perl
12956            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12957            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12958            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12959            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12960            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
12961            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12962            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12963            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
12964            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
12965            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
12966 ____________________________________________________________________________
12967 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
12968         Log: No need to avoid utf8 warnings after #15762.
12969      Branch: perl
12970            ! lib/Unicode/Collate.pm
12971 ____________________________________________________________________________
12972 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
12973         Log: As noted by Philip Newton: nothing wrong with BOM,
12974              but 0xFFFE quite wrong.
12975      Branch: perl
12976            ! t/lib/warnings/utf8 utf8.c utf8.h
12977 ____________________________________________________________________________
12978 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
12979         Log: Explain the "gaps" in the UTF-8 encoding.
12980      Branch: perl
12981            ! pod/perlunicode.pod utf8.h
12982 ____________________________________________________________________________
12983 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
12984         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
12985              From: Nicholas Clark <nick@unfortu.net>
12986              Date: Sat, 6 Apr 2002 14:54:51 +0100
12987              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
12988      Branch: perl
12989            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12990 ____________________________________________________________________________
12991 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
12992         Log: Signedness nits.
12993      Branch: perl
12994            ! hv.c
12995 ____________________________________________________________________________
12996 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
12997         Log: Make hv_notallowed a static as suggested by Nick Clark;
12998              and synchronize the nomenclature to talk about restricted
12999              (not fixed) hashes.
13000      Branch: perl
13001            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
13002            ! proto.h
13003 ____________________________________________________________________________
13004 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
13005         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13006              From: Nicholas Clark <nick@unfortu.net>
13007              Date: Sat, 6 Apr 2002 00:21:17 +0100
13008              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
13009              
13010              (with the last one reversed)
13011      Branch: perl
13012            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
13013            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
13014 ____________________________________________________________________________
13015 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
13016         Log: Update the warning message.
13017      Branch: perl
13018            ! README.tru64
13019 ____________________________________________________________________________
13020 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
13021         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
13022              From: Dan Kogai <dankogai@dan.co.jp>
13023              Date: Sat, 6 Apr 2002 06:08:40 +0900
13024              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
13025      Branch: perl
13026            ! pod/perlunicode.pod
13027 ____________________________________________________________________________
13028 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
13029         Log: Some tests were failing silently instead of saying "not ok"
13030      Branch: perl
13031            ! t/comp/proto.t
13032 ____________________________________________________________________________
13033 [ 15753] By: nick                                  on 2002/04/05  19:30:12
13034         Log: Integrate mainline
13035      Branch: perlio
13036           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
13037           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
13038           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
13039 ____________________________________________________________________________
13040 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
13041         Log: Minor Tie::File test patch, from mjd.
13042      Branch: perl
13043            ! lib/Tie/File/t/24_cache_loop.t
13044 ____________________________________________________________________________
13045 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
13046         Log: Not *that* different line endings (noticed by Philip Newton)
13047      Branch: perl
13048            ! pod/perldelta.pod
13049 ____________________________________________________________________________
13050 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
13051         Log: Retract #15745 for now; won't work without more Encode fixes.
13052      Branch: perl
13053            ! ext/Encode/lib/Encode/10646_1.pm
13054 ____________________________________________________________________________
13055 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
13056         Log: metaconfig unit change for #15748.
13057      Branch: metaconfig
13058            ! U/modified/Oldconfig.U
13059 ____________________________________________________________________________
13060 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
13061         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
13062              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13063              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
13064              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
13065      Branch: perl
13066            ! Configure
13067 ____________________________________________________________________________
13068 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
13069         Log: NetWare update from C Aditya.
13070      Branch: perl
13071            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
13072 ____________________________________________________________________________
13073 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
13074         Log: Win32 pacifying from mjd.
13075      Branch: perl
13076            ! lib/Tie/File/t/26_twrite.t
13077 ____________________________________________________________________________
13078 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
13079         Log: Integrate perlio:
13080              
13081              [ 15744]
13082              Not only did UCS-2 have dodgy name it was buggy.
13083      Branch: perl
13084           !> ext/Encode/lib/Encode/10646_1.pm
13085 ____________________________________________________________________________
13086 [ 15744] By: nick                                  on 2002/04/05  13:02:36
13087         Log: Not only did UCS-2 have dodgy name it was buggy.
13088      Branch: perlio
13089            ! ext/Encode/lib/Encode/10646_1.pm
13090 ____________________________________________________________________________
13091 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
13092         Log: Subject: Patch for bug ID 20020221.007
13093              From: Archer Sully <archer@meer.net>
13094              Date: Thu, 4 Apr 2002 21:45:34 -0700
13095              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
13096              
13097              Fix for "[ID 20020221.007] SEGV in Storable with empty string
13098              scalar object" (dclone)
13099      Branch: perl
13100            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
13101 ____________________________________________________________________________
13102 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
13103         Log: Subject: Re: lib/sort.t failure 
13104              From: "John P. Linderman" <jpl@research.att.com>
13105              Date: Fri, 05 Apr 2002 06:19:07 -0500
13106              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
13107              
13108              with a minor formatting tweak
13109      Branch: perl
13110            ! pod/perlfunc.pod
13111 ____________________________________________________________________________
13112 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
13113         Log: Subject: Re: lib/sort.t failure (and [PATCH])
13114              From: "John P. Linderman" <jpl@research.att.com>
13115              Date: Fri, 05 Apr 2002 07:13:27 -0500
13116              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
13117      Branch: perl
13118            ! lib/sort.t
13119 ____________________________________________________________________________
13120 [ 15740] By: nick                                  on 2002/04/05  09:31:42
13121         Log: Integrate mainline
13122      Branch: perlio
13123           +> (branch 49 files)
13124           !> (integrate 82 files)
13125 ____________________________________________________________________________
13126 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
13127         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13128              From: Dan Kogai <dankogai@dan.co.jp>
13129              Date: Fri, 5 Apr 2002 11:52:50 +0900
13130              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
13131      Branch: perl
13132            ! ext/Encode/t/Aliases.t
13133 ____________________________________________________________________________
13134 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
13135         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13136              From: Dan Kogai <dankogai@dan.co.jp>
13137              Date: Fri, 5 Apr 2002 11:39:55 +0900
13138              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
13139      Branch: perl
13140            ! ext/Encode/lib/Encode/Alias.pm
13141 ____________________________________________________________________________
13142 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
13143         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
13144              From: Ilmari Karonen <iltzu@sci.fi>
13145              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
13146              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
13147      Branch: perl
13148            ! gv.c t/op/method.t
13149 ____________________________________________________________________________
13150 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
13151         Log: I was fooled for a while, somebody else might be too.
13152      Branch: perl
13153            ! t/test.pl
13154 ____________________________________________________________________________
13155 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
13156         Log: test.pl-ify.
13157      Branch: perl
13158            ! t/op/method.t
13159 ____________________________________________________________________________
13160 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
13161         Log: Upgrade to Encode 1.20, from Dan Kogai.
13162      Branch: perl
13163            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
13164            + ext/Encode/ucm/adobeSymbol.ucm
13165            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
13166            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
13167            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13168            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13169            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13170            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13171            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13172            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13173            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13174            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13175            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13176            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13177            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13178            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13179            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13180            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13181            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13182            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13183            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13184            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13185            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13186            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13187            + ext/Encode/ucm/macSymbol.ucm
13188            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13189            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13190            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13191            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13192            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13193            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13194            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13195            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13196            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13197            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13198            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13199            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13200            ! ext/Encode/lib/Encode/Alias.pm
13201            ! ext/Encode/lib/Encode/Supported.pod
13202            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13203            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13204            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13205            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13206            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13207            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13208            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13209            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13210            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13211            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13212            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13213            ! ext/Encode/ucm/nextstep.ucm
13214 ____________________________________________________________________________
13215 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13216         Log: Subject: left-over "use 5.7.2" in threads.pm
13217              From: Slaven Rezic <slaven.rezic@berlin.de>
13218              Date: 21 Mar 2002 23:18:13 +0100
13219              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13220      Branch: perl
13221            ! ext/threads/threads.pm
13222 ____________________________________________________________________________
13223 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13224         Log: Subject: [PATCH 5.7.3 DOCS]
13225              From: mjd@plover.com
13226              Date: 4 Apr 2002 15:59:39 -0000
13227              Message-Id: <20020404155939.6754.qmail@plover.com>
13228      Branch: perl
13229            ! pod/perlfaq9.pod
13230 ____________________________________________________________________________
13231 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13232         Log: metaconfig unit change for #15730.
13233      Branch: metaconfig
13234            ! U/threads/usethreads.U
13235 ____________________________________________________________________________
13236 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13237         Log: Subject: Re: lib/sort.t failure [PATCH]
13238              From: Andy Dougherty <doughera@lafayette.edu>
13239              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13240              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13241              
13242              Default to usethreads in case the user most probably forgot it.
13243      Branch: perl
13244            ! Configure
13245 ____________________________________________________________________________
13246 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13247         Log: Typo nits from Wolfgang Laun.
13248      Branch: perl
13249            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13250 ____________________________________________________________________________
13251 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13252         Log: Detypo in diagnostics.
13253      Branch: perl
13254            ! lib/locale.t
13255 ____________________________________________________________________________
13256 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13257         Log: pod2html: try to be EOL agnostic.
13258              (Needs testing on CRLF and CR platforms.)
13259      Branch: perl
13260            + lib/Pod/t/eol.t
13261            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13262 ____________________________________________________________________________
13263 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13264         Log: Subject: [PATCH} Pod::HTML and HTML4
13265              From: Robert Spier <rspier@pobox.com>
13266              Date: Wed, 03 Apr 2002 16:26:21 -0800
13267              Message-ID: <3CAB9DAD.20305@pobox.com>
13268      Branch: perl
13269            ! lib/Pod/Html.pm
13270 ____________________________________________________________________________
13271 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13272         Log: Byebye, beebee.
13273      Branch: perl
13274            ! t/lib/warnings/perlio
13275 ____________________________________________________________________________
13276 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13277         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13278              From: PPrymmer@factset.com
13279              Date: Wed, 3 Apr 2002 14:29:32 -0500
13280              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13281      Branch: perl
13282            ! configure.com
13283 ____________________________________________________________________________
13284 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
13285         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
13286              From: Dominic Dunlop <domo@computer.org>
13287              Date: Wed, 3 Apr 2002 22:44:01 +0200
13288              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
13289      Branch: perl
13290            ! lib/File/Spec/t/rel2abs2rel.t
13291 ____________________________________________________________________________
13292 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
13293         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
13294              From: Paul_GreenVOS@vos.stratus.com
13295              Date: Wed, 3 Apr 02 16:34 est
13296              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
13297      Branch: perl
13298            ! pp_pack.c
13299 ____________________________________________________________________________
13300 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
13301         Log: Upgrade to Tie::File 0.93, from mjd.
13302      Branch: perl
13303            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13304            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13305            ! lib/Tie/File/t/41_heap.t
13306 ____________________________________________________________________________
13307 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
13308         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
13309              From: Andy Dougherty <doughera@lafayette.edu>
13310              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
13311              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
13312      Branch: perl
13313            ! lib/AnyDBM_File.t
13314 ____________________________________________________________________________
13315 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
13316         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
13317              and ccflags including -DNO_LOCALE
13318      Branch: perl
13319            ! perl.h
13320 ____________________________________________________________________________
13321 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
13322         Log: EPOC tweaks from Olaf Flebbe.
13323      Branch: perl
13324            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
13325 ____________________________________________________________________________
13326 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
13327         Log: Subject: [PATCH] Set @INC earlier
13328              From: Andy Dougherty <doughera@lafayette.edu>
13329              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
13330              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
13331      Branch: perl
13332            ! lib/AnyDBM_File.t lib/sort.t
13333 ____________________________________________________________________________
13334 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
13335         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13336              (resubmitted)
13337      Branch: perl
13338            ! pod/perlcompile.pod
13339 ____________________________________________________________________________
13340 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
13341         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13342      Branch: perl
13343            ! pod/perlcompile.pod
13344 ____________________________________________________________________________
13345 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
13346         Log: non-perlio robustness.
13347      Branch: perl
13348            ! ext/Socket/socketpair.t lib/utf8.t
13349 ____________________________________________________________________________
13350 [ 15713] By: nick                                  on 2002/04/03  18:06:49
13351         Log: Integrate mainline
13352      Branch: perlio
13353           +> lib/Tie/File/t/41_heap.t
13354           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
13355           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
13356           !> regexec.c t/op/re_tests t/op/tiearray.t
13357 ____________________________________________________________________________
13358 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
13359         Log: Tweak for 8.3 compat.
13360      Branch: perl
13361            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13362            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
13363            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
13364            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13365            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13366            ! ext/Encode/bin/enc2xs
13367 ____________________________________________________________________________
13368 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
13369         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13370              From: Mark-Jason Dominus <mjd@plover.com>
13371              Date: Wed, 03 Apr 2002 13:04:40 -0500
13372              Message-ID: <20020403180440.7614.qmail@plover.com>
13373      Branch: perl
13374            ! t/op/tiearray.t
13375 ____________________________________________________________________________
13376 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
13377         Log: Forgotten.
13378      Branch: perl
13379            + lib/Tie/File/t/41_heap.t
13380            ! MANIFEST
13381 ____________________________________________________________________________
13382 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
13383         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13384              From: Mark Kvale <kvale@phy.ucsf.edu>
13385              Date: Tue, 2 Apr 2002 13:57:37 -0800
13386              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
13387      Branch: perl
13388            ! t/op/re_tests
13389 ____________________________________________________________________________
13390 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
13391         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
13392              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13393              Date: Wed, 03 Apr 2002 03:34:34 +0100
13394              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
13395      Branch: perl
13396            ! regcomp.c
13397 ____________________________________________________________________________
13398 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
13399         Log: The leavetry crash should now be history.
13400      Branch: perl
13401            ! t/op/tiearray.t
13402 ____________________________________________________________________________
13403 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
13404         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
13405              From: Michael G Schwern <schwern@pobox.com>
13406              Date: Wed, 3 Apr 2002 10:56:44 -0500
13407              Message-ID: <20020403155644.GC916@blackrider>
13408      Branch: perl
13409            ! lib/ExtUtils/MM_Win95.pm
13410 ____________________________________________________________________________
13411 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
13412         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13413              From: Dave Mitchell <davem@fdgroup.com>
13414              Date: Wed, 3 Apr 2002 02:08:26 +0100
13415              Message-ID: <20020403020825.B16724@fdgroup.com>
13416      Branch: perl
13417            ! pp_ctl.c
13418 ____________________________________________________________________________
13419 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
13420         Log: Prototype tweak for non-threaded builds.
13421      Branch: perl
13422            ! perl.c
13423 ____________________________________________________________________________
13424 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
13425         Log: Detached threads do not help; they still hold resources.
13426      Branch: perl
13427            ! ext/threads/threads.pm pod/perldiag.pod
13428 ____________________________________________________________________________
13429 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
13430         Log: Doc tweak from Wolfgang Laun.
13431      Branch: perl
13432            ! lib/File/Compare.pm
13433 ____________________________________________________________________________
13434 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
13435         Log: Subject: [PATCH bleadperl] regexec.c
13436              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13437              Date: Wed, 3 Apr 2002 11:13:30 +0200
13438              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
13439      Branch: perl
13440            ! regexec.c
13441 ____________________________________________________________________________
13442 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
13443         Log: Document the "Cleanup skipped ..." warning.
13444      Branch: perl
13445            ! ext/threads/threads.pm pod/perldiag.pod
13446 ____________________________________________________________________________
13447 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13448         Log: Integrate perlio:
13449              
13450              [ 15698]
13451              Fix segfaults when mainthread exits with other threads running:
13452              - track number of running threads
13453              - if main thread calls perl_destruct() with other threads running
13454              skip most of cleanup (with a warning).
13455              
13456              [ 15696]
13457              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13458      Branch: perl
13459           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13460           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13461           !> pod/perlapi.pod proto.h
13462 ____________________________________________________________________________
13463 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13464         Log: Fix segfaults when mainthread exits with other threads running:
13465              - track number of running threads
13466              - if main thread calls perl_destruct() with other threads running
13467              skip most of cleanup (with a warning).
13468      Branch: perlio
13469            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13470            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13471 ____________________________________________________________________________
13472 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13473         Log: Integrate mainline
13474      Branch: perlio
13475           +> lib/Net/Ping/t/250_ping_hires.t
13476           !> (integrate 33 files)
13477 ____________________________________________________________________________
13478 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13479         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13480      Branch: perlio
13481            ! lib/ExtUtils/xsubpp
13482 ____________________________________________________________________________
13483 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13484         Log: Subject: [PATCH @15047] debugger
13485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13486              Date: Sat, 16 Mar 2002 04:38:50 -0500
13487              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13488      Branch: perl
13489            ! lib/perl5db.pl
13490 ____________________________________________________________________________
13491 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13492         Log: Third Degree flags.
13493      Branch: perl
13494            ! Makefile.SH
13495 ____________________________________________________________________________
13496 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13497         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13498              From: Mark-Jason Dominus <mjd@plover.com>
13499              Date: Tue, 02 Apr 2002 16:35:11 -0500
13500              Message-ID: <20020402213511.27781.qmail@plover.com>
13501              
13502              (tweaked)
13503      Branch: perl
13504            ! pod/perlfunc.pod
13505 ____________________________________________________________________________
13506 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13507         Log: Upgrade to Tie::File 0.92, from mjd.
13508      Branch: perl
13509            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13510            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13511            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13512            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13513            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13514            ! lib/Tie/File/t/40_abs_cache.t
13515 ____________________________________________________________________________
13516 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13517         Log: Subject: [PATCH] Update my email address in perl.c
13518              From: Paul_GreenVOS@vos.stratus.com
13519              Date: Tue, 2 Apr 02 15:27 est
13520              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13521      Branch: perl
13522            ! AUTHORS perl.c
13523 ____________________________________________________________________________
13524 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
13525         Log: POD fix.
13526      Branch: perl
13527            ! pod/perldelta.pod
13528 ____________________________________________________________________________
13529 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
13530         Log: What started as a small nit (the charnames test, nit found
13531              be Hugo), ballooned a bit... the goal is Larry's wish that
13532              illegal Unicode (such as U+FFFF) by default doesn't warn,
13533              since what if somebody WANTS to create illegal Unicode?
13534              Now getting close to this in the regex runtime.
13535              (Also, fix more of my fixation that BOM would be U+FFFE.)
13536      Branch: perl
13537            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
13538            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
13539 ____________________________________________________________________________
13540 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
13541         Log: Talk more about Net::Ping.
13542      Branch: perl
13543            ! pod/perldelta.pod
13544 ____________________________________________________________________________
13545 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
13546         Log: Upgrade to Net::Ping 2.14.
13547      Branch: perl
13548            + lib/Net/Ping/t/250_ping_hires.t
13549            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
13550            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
13551            ! lib/Net/Ping/t/140_stream_inst.t
13552 ____________________________________________________________________________
13553 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
13554         Log: XML::Parser 2.31 should be out shortly.
13555      Branch: perl
13556            ! pod/perldelta.pod
13557 ____________________________________________________________________________
13558 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
13559         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
13560              From: George Necula <necula@eecs.berkeley.edu>
13561              Date: Tue, 2 Apr 2002 10:22:41 -0800
13562              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
13563      Branch: perl
13564            ! lib/File/Spec/Cygwin.pm
13565 ____________________________________________________________________________
13566 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
13567         Log: EBCDIC test tweak.
13568      Branch: perl
13569            ! pod/perldelta.pod t/uni/case.pl
13570 ____________________________________________________________________________
13571 [ 15683] By: nick                                  on 2002/04/02  15:36:17
13572         Log: Integrate mainline
13573      Branch: perlio
13574           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
13575           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13576           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
13577 ____________________________________________________________________________
13578 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
13579         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
13580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13581              Date: Tue, 2 Apr 2002 00:37:08 -0500
13582              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
13583      Branch: perl
13584            ! os2/os2ish.h perlio.c
13585 ____________________________________________________________________________
13586 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
13587         Log: Subject: [PATCH @15047] debugger again
13588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13589              Date: Tue, 2 Apr 2002 00:30:31 -0500
13590              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
13591      Branch: perl
13592            ! lib/perl5db.pl
13593 ____________________________________________________________________________
13594 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
13595         Log: Subject: [PATCH @15047] test() in CPAN.pm
13596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13597              Date: Tue, 2 Apr 2002 00:46:45 -0500
13598              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
13599      Branch: perl
13600            ! lib/CPAN.pm
13601 ____________________________________________________________________________
13602 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
13603         Log: Sync with libnet-1.11
13604      Branch: perl
13605            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13606            ! lib/Net/SMTP.pm
13607 ____________________________________________________________________________
13608 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
13609         Log: NetWare tweaks from C Aditya.
13610      Branch: perl
13611            ! NetWare/t/NWScripts.pl scope.c
13612 ____________________________________________________________________________
13613 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
13614         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
13615              From: Dan Kogai <dankogai@dan.co.jp>
13616              Date: Tue, 2 Apr 2002 22:21:47 +0900
13617              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
13618      Branch: perl
13619            ! ext/Encode/Encode.xs
13620 ____________________________________________________________________________
13621 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
13622         Log: Integrate perlio:
13623              
13624              [ 15675]
13625              Add buffer size growth test.
13626              
13627              [ 15674]
13628              Calculate buffer size needs in float to avoid 32-bit overflow.
13629      Branch: perl
13630           +> ext/Encode/t/grow.t
13631           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
13632 ____________________________________________________________________________
13633 [ 15675] By: nick                                  on 2002/04/02  07:49:41
13634         Log: Add buffer size growth test.
13635      Branch: perlio
13636            + ext/Encode/t/grow.t
13637            ! MANIFEST ext/Encode/MANIFEST
13638 ____________________________________________________________________________
13639 [ 15674] By: nick                                  on 2002/04/02  07:40:49
13640         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
13641      Branch: perlio
13642            ! ext/Encode/Encode.xs
13643 ____________________________________________________________________________
13644 [ 15673] By: nick                                  on 2002/04/02  07:40:06
13645         Log: Integrate mainline
13646      Branch: perlio
13647           +> (branch 102 files)
13648            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13649            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13650            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13651            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13652            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13653            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13654            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13655            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13656            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
13657            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
13658            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13659            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13660            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13661            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
13662            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
13663            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13664            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
13665            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13666            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13667            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13668            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13669            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
13670            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
13671            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
13672            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
13673            - ext/Encode/Encode/macCentEuro.ucm
13674            - ext/Encode/Encode/macCroatian.ucm
13675            - ext/Encode/Encode/macCyrillic.ucm
13676            - ext/Encode/Encode/macDingbats.ucm
13677            - ext/Encode/Encode/macGreek.ucm
13678            - ext/Encode/Encode/macIceland.ucm
13679            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13680            - ext/Encode/Encode/macRumanian.ucm
13681            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13682            - ext/Encode/Encode/macTurkish.ucm
13683            - ext/Encode/Encode/macUkraine.ucm
13684            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13685            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
13686            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
13687            - ext/Encode/compile ext/Encode/encode.h
13688            - ext/Encode/lib/Encode/CN/2022_CN.pm
13689            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
13690            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13691            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
13692            - lib/unicore/PropertyValueAliases.txt
13693           !> (integrate 143 files)
13694 ____________________________________________________________________________
13695 [ 15672] By: ams                                   on 2002/04/02  04:42:44
13696         Log: Win32 fix for Tie::File from MJD.
13697      Branch: perl
13698            ! lib/Tie/File.pm
13699 ____________________________________________________________________________
13700 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
13701         Log: Add a few tests to the timing-sensitive list.
13702      Branch: perl
13703            ! INSTALL
13704 ____________________________________________________________________________
13705 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
13706         Log: Subject: [PATCH sort.t] extensive regression testing
13707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13708              Date: Mon, 1 Apr 2002 23:50:24 +0200
13709              Message-ID: <20020401235024.E677@rafael>
13710      Branch: perl
13711            ! lib/sort.t
13712 ____________________________________________________________________________
13713 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
13714         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)
13715              From: Nicholas Clark <nick@unfortu.net>
13716              Date: Mon, 1 Apr 2002 21:54:05 +0100
13717              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
13718      Branch: perl
13719            ! lib/Memoize/t/errors.t
13720 ____________________________________________________________________________
13721 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
13722         Log: Subject: getting rid of a few superfluous $&/$`
13723              From: Jeffrey Friedl <jfriedl@yahoo.com>
13724              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
13725              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
13726              
13727              (with more-backward-compat than just using @- and @+, also by Jeffrey)
13728              
13729              (The version number of Text::Balanced intentionally not
13730              increased since Damian will make a new release after 5.8)
13731      Branch: perl
13732            ! lib/Pod/Html.pm lib/Text/Balanced.pm
13733 ____________________________________________________________________________
13734 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
13735         Log: Subject: [PATCH 5.7.3 TESTS]
13736              From: mjd@plover.com
13737              Date: 1 Apr 2002 20:32:18 -0000
13738              Message-ID: <20020401203218.25230.qmail@plover.com>
13739      Branch: perl
13740            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13741            ! t/op/tiearray.t t/test.pl
13742 ____________________________________________________________________________
13743 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
13744         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
13745              From: Paul_GreenVOS@vos.stratus.com
13746              Date: Mon, 1 Apr 02 15:15 est
13747              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
13748      Branch: perl
13749            ! iperlsys.h
13750 ____________________________________________________________________________
13751 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
13752         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
13753              From: Paul_GreenVOS@vos.stratus.com
13754              Date: Mon, 1 Apr 02 14:11 est
13755              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
13756      Branch: perl
13757            ! lib/ExtUtils/MM_Unix.pm
13758 ____________________________________________________________________________
13759 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
13760         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
13761              From: Nicholas Clark <nick@unfortu.net>
13762              Date: Mon, 1 Apr 2002 19:30:05 +0100
13763              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
13764      Branch: perl
13765            ! t/op/pat.t t/op/utfhash.t
13766 ____________________________________________________________________________
13767 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
13768         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
13769              From: Mark-Jason Dominus <mjd@plover.com>
13770              Date: Mon, 01 Apr 2002 13:22:01 -0500
13771              Message-ID: <20020401182201.21189.qmail@plover.com>
13772      Branch: perl
13773            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
13774 ____________________________________________________________________________
13775 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
13776         Log: Update Changes.
13777      Branch: perl
13778            ! Changes patchlevel.h
13779 ____________________________________________________________________________
13780 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
13781         Log: Subject: [PATCH 5.7.3 DOC]
13782              From: mjd@plover.com
13783              Date: 1 Apr 2002 17:23:40 -0000
13784              Message-ID: <20020401172340.16410.qmail@plover.com>
13785      Branch: perl
13786            ! pod/perldelta.pod
13787 ____________________________________________________________________________
13788 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
13789         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
13790      Branch: perl
13791            ! hints/unicos.sh
13792 ____________________________________________________________________________
13793 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
13794         Log: Advertise piconv and enc2xs.
13795      Branch: perl
13796            ! pod/perldelta.pod
13797 ____________________________________________________________________________
13798 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
13799         Log: Add enc2xs.
13800      Branch: perl
13801            + utils/enc2xs.PL
13802            ! MANIFEST utils/Makefile
13803 ____________________________________________________________________________
13804 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
13805         Log: Integrate perlio:
13806              
13807              [ 15653]
13808              Be more explicit testing for \015 not \r
13809      Branch: perl
13810           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
13811           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
13812 ____________________________________________________________________________
13813 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
13814         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
13815              From: Philip Newton <Philip.Newton@gmx.net>
13816              Date: Mon, 01 Apr 2002 17:06:18 +0200
13817              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
13818      Branch: perl
13819            ! lib/charnames.pm lib/charnames.t
13820 ____________________________________________________________________________
13821 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
13822         Log: Subject: detypo patch
13823              From: andreas.koenig@anima.de (Andreas J. Koenig)
13824              Date: Mon, 01 Apr 2002 10:09:21 +0200
13825              Message-ID: <m3r8lzsuvi.fsf@anima.de>
13826      Branch: perl
13827            ! INSTALL
13828 ____________________________________________________________________________
13829 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
13830         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
13831              From: Philip Newton <Philip.Newton@gmx.net>
13832              Date: Mon, 01 Apr 2002 08:12:01 +0200
13833              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
13834      Branch: perl
13835            ! lib/charnames.pm lib/charnames.t
13836 ____________________________________________________________________________
13837 [ 15653] By: nick                                  on 2002/04/01  09:20:24
13838         Log: Be more explicit testing for \015 not \r
13839      Branch: perlio
13840            ! t/io/crlf.t
13841 ____________________________________________________________________________
13842 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
13843         Log: If under UTF-8 locale the utf8.pm really needs to be found.
13844      Branch: perl
13845            ! t/comp/cpp.t t/run/switchPx.t
13846 ____________________________________________________________________________
13847 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
13848         Log: Upgrade to Tie::File 0.91, from mjd.
13849      Branch: perl
13850            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
13851            + lib/Tie/File/t/26_twrite.t
13852            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13853            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13854            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
13855            ! lib/Tie/File/t/16_handle.t
13856 ____________________________________________________________________________
13857 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
13858         Log: DJGPP tweaks from Laszlo.
13859      Branch: perl
13860            ! lib/ExtUtils/MM_DOS.pm util.c
13861 ____________________________________________________________________________
13862 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
13863         Log: Discussion about minimal installations.
13864      Branch: perl
13865            ! INSTALL
13866 ____________________________________________________________________________
13867 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
13868         Log: Comment tweak from Hugo.
13869      Branch: perl
13870            ! regexec.c
13871 ____________________________________________________________________________
13872 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
13873         Log: Another UTF-8 locale tweak from Hugo.
13874      Branch: perl
13875            ! regexec.c
13876 ____________________________________________________________________________
13877 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
13878         Log: Document the known MacOS X locale problem.
13879      Branch: perl
13880            ! pod/perldelta.pod
13881 ____________________________________________________________________________
13882 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
13883         Log: Regex fix from Hugo: in UTF-8 locales the character
13884              counting code didn't work right for minimal matches.
13885      Branch: perl
13886            ! regexec.c
13887 ____________________________________________________________________________
13888 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
13889         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
13890              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13891              Date: Sun, 31 Mar 2002 20:32:43 -0500
13892              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
13893      Branch: perl
13894            ! lib/ExtUtils/xsubpp
13895 ____________________________________________________________________________
13896 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
13897         Log: Document known FreeBSD locale glitch. 
13898      Branch: perl
13899            ! pod/perldelta.pod
13900 ____________________________________________________________________________
13901 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
13902         Log: There is --list in glibc iconv.
13903      Branch: perl
13904            ! ext/Encode/bin/piconv
13905 ____________________________________________________________________________
13906 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
13907         Log: Slight usage tweaks to piconv: show usage with
13908              no -t -f or -l arguments, or with -h.
13909      Branch: perl
13910            ! ext/Encode/bin/piconv
13911 ____________________________________________________________________________
13912 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
13913         Log: Get the piconv installed.
13914      Branch: perl
13915            + utils/piconv.PL
13916            ! MANIFEST utils/Makefile
13917 ____________________________________________________________________________
13918 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
13919         Log: Spelling tweaks.
13920      Branch: perl
13921            ! ext/Encode/bin/piconv
13922 ____________________________________________________________________________
13923 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
13924         Log: Upgrade to Encode 1.11, from Dan Kogai.
13925      Branch: perl
13926            + ext/Encode/Encode/Changes.e2x
13927            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
13928            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
13929            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
13930            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
13931            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13932            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13933            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13934            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13935            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13936            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13937            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13938            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
13939            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
13940            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
13941            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
13942            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13943            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
13944            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
13945            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
13946            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
13947            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
13948            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13949            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13950            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13951            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13952            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
13953            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
13954            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
13955            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
13956            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13957            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
13958            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
13959            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
13960            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
13961            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13962            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
13963            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
13964            + ext/Encode/ucm/viscii.ucm
13965            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13966            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13967            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13968            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13969            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13970            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13971            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13972            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13973            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13974            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13975            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13976            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13977            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13978            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13979            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13980            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13981            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13982            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13983            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13984            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13985            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13986            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13987            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13988            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13989            - ext/Encode/Encode/ksc5601.ucm
13990            - ext/Encode/Encode/macCentEuro.ucm
13991            - ext/Encode/Encode/macCroatian.ucm
13992            - ext/Encode/Encode/macCyrillic.ucm
13993            - ext/Encode/Encode/macDingbats.ucm
13994            - ext/Encode/Encode/macGreek.ucm
13995            - ext/Encode/Encode/macIceland.ucm
13996            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13997            - ext/Encode/Encode/macRumanian.ucm
13998            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13999            - ext/Encode/Encode/macTurkish.ucm
14000            - ext/Encode/Encode/macUkraine.ucm
14001            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14002            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14003            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
14004            - lib/encoding.pm lib/encoding.t
14005            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14006            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
14007            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14008            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
14009            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14010            ! ext/Encode/Makefile.PL ext/Encode/README
14011            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14012            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14013            ! ext/Encode/lib/Encode/Alias.pm
14014            ! ext/Encode/lib/Encode/Supported.pod
14015 ____________________________________________________________________________
14016 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
14017         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
14018              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
14019              respective test    and doc tweaks.
14020      Branch: perl
14021            ! lib/charnames.pm lib/charnames.t
14022 ____________________________________________________________________________
14023 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
14024         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
14025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14026              Date: Sun, 31 Mar 2002 22:47:31 +0200
14027              Message-ID: <20020331224731.E854@rafael>
14028      Branch: perl
14029            ! pod/perlfunc.pod
14030 ____________________________________________________________________________
14031 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
14032         Log: Subject: [PATCH] __attribute__ problems with g++
14033              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14034              Date: Sun, 31 Mar 2002 22:43:03 +0200
14035              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
14036      Branch: perl
14037            ! perl.h
14038 ____________________________________________________________________________
14039 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
14040         Log: Put back the #! line, false alarm.
14041      Branch: perl
14042            ! lib/ExtUtils/t/Constant.t
14043 ____________________________________________________________________________
14044 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
14045         Log: Subject: Re: [Patch] pod/perlvar.pod
14046              From: Philip Newton <Philip.Newton@gmx.net>
14047              Date: Sun, 31 Mar 2002 07:40:43 +0200
14048              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
14049      Branch: perl
14050            ! pod/perlvar.pod
14051 ____________________________________________________________________________
14052 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
14053         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
14054              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14055              Date: Sat, 30 Mar 2002 21:37:37 -0500
14056              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
14057      Branch: perl
14058            ! ext/Socket/socketpair.t
14059 ____________________________________________________________________________
14060 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
14061         Log: Subject: Re: compile tweak for Win32
14062              From: Michael G Schwern <schwern@pobox.com>
14063              Date: Fri, 29 Mar 2002 17:48:22 -0500      
14064              Message-ID: <20020329224822.GG16816@blackrider>
14065      Branch: perl
14066            ! win32/buildext.pl
14067 ____________________________________________________________________________
14068 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
14069         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
14070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14071              Date: Sat, 30 Mar 2002 22:19:46 +0100
14072              Message-ID: <20020330221946.A28497@rafael>
14073      Branch: perl
14074            ! t/lib/1_compile.t
14075 ____________________________________________________________________________
14076 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
14077         Log: Subject: [PATCH regmesg.t] increase output verbosity
14078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14079              Date: Sat, 30 Mar 2002 22:34:08 +0100
14080              Message-ID: <20020330223408.C28497@rafael>
14081      Branch: perl
14082            ! t/op/regmesg.t
14083 ____________________________________________________________________________
14084 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
14085         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
14086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14087              Date: Sat, 30 Mar 2002 21:36:23 +0100
14088              Message-ID: <20020330213623.A677@rafael>
14089      Branch: perl
14090            ! regcomp.c
14091 ____________________________________________________________________________
14092 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
14093         Log: If using a network filesystem several different hosts
14094              may be trying to lock the same file.  In this case offering
14095              to kill the other process is not that helpful.  (Unless one
14096              has *real* clustering, but that's not usually the case.)
14097      Branch: perl
14098            ! lib/CPAN.pm
14099 ____________________________________________________________________________
14100 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
14101         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
14102              From: andreas.koenig@anima.de (Andreas J. Koenig)
14103              Date: Sat, 30 Mar 2002 06:12:36 +0100
14104              Message-ID: <m3hemyvdtn.fsf@anima.de>
14105      Branch: perl
14106            ! lib/Dumpvalue.pm
14107 ____________________________________________________________________________
14108 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
14109         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
14110              From: Jeremy Zawodny <Jeremy@Zawodny.com>
14111              Date: Fri, 29 Mar 2002 17:55:20 -0800
14112              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
14113      Branch: perl
14114            ! utils/dprofpp.PL
14115 ____________________________________________________________________________
14116 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
14117         Log: Subject: [Patch] pod/perlvar.pod
14118              From: Dan Kogai <dankogai@dan.co.jp>
14119              Date: Sun, 31 Mar 2002 02:03:36 +0900
14120              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
14121      Branch: perl
14122            ! pod/perlvar.pod
14123 ____________________________________________________________________________
14124 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
14125         Log: Subject: [PATCH] MM & Encode fixes
14126              From: Michael G Schwern <schwern@pobox.com>
14127              Date: Sat, 30 Mar 2002 06:41:56 -0500
14128              Message-ID: <20020330114156.GA16533@blackrider>
14129      Branch: perl
14130            + lib/ExtUtils/t/basic.t
14131            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14132            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
14133            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14134            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14135            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14136            ! lib/ExtUtils/t/hints.t
14137 ____________________________________________________________________________
14138 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
14139         Log: EBCDICification.
14140      Branch: perl
14141            ! lib/charnames.t
14142 ____________________________________________________________________________
14143 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
14144         Log: Upgrade to Tie::File 0.90, from mjd.
14145      Branch: perl
14146            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
14147            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14148            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14149            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14150            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14151            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
14152            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14153            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
14154            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14155 ____________________________________________________________________________
14156 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
14157         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
14158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14159              Date: Sat, 30 Mar 2002 00:20:39 +0100
14160              Message-ID: <20020330002039.A716@rafael>
14161      Branch: perl
14162            ! lib/sort.pm
14163 ____________________________________________________________________________
14164 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
14165         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
14166              From: Michael G Schwern <schwern@pobox.com>
14167              Date: Fri, 29 Mar 2002 18:14:20 -0500
14168              Message-ID: <20020329231419.GI16816@blackrider>
14169      Branch: perl
14170            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
14171            ! wince/Makefile.ce
14172 ____________________________________________________________________________
14173 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14174         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14175              From: Paul_GreenVOS@vos.stratus.com
14176              Date: Fri, 29 Mar 02 18:01 est
14177              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14178      Branch: perl
14179            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14180 ____________________________________________________________________________
14181 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14182         Log: AUTHORS updates.
14183      Branch: perl
14184            ! AUTHORS
14185 ____________________________________________________________________________
14186 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14187         Log: Upgrade to Encode 1.01, from Dan Kogai.
14188      Branch: perl
14189            ! ext/Encode/Changes ext/Encode/Encode.pm
14190            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14191            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14192            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14193            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14194            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14195            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14196            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14197            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14198            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14199            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14200            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14201            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14202            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14203            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14204            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14205            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14206            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14207            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14208            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14209            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14210            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14211            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14212            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14213            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14214            ! ext/Encode/Encode/ksc5601.ucm
14215            ! ext/Encode/Encode/macCentEuro.ucm
14216            ! ext/Encode/Encode/macCroatian.ucm
14217            ! ext/Encode/Encode/macCyrillic.ucm
14218            ! ext/Encode/Encode/macDingbats.ucm
14219            ! ext/Encode/Encode/macGreek.ucm
14220            ! ext/Encode/Encode/macIceland.ucm
14221            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14222            ! ext/Encode/Encode/macRumanian.ucm
14223            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14224            ! ext/Encode/Encode/macTurkish.ucm
14225            ! ext/Encode/Encode/macUkraine.ucm
14226            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14227            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14228            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14229            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14230            ! ext/Encode/lib/Encode/CJKConstants.pm
14231            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14232            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14233            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14234 ____________________________________________________________________________
14235 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14236         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14237              From: "Craig A. Berry" <craigberry@mac.com>
14238              Date: Fri, 29 Mar 2002 13:46:28 -0600
14239              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14240      Branch: perl
14241            ! configure.com
14242 ____________________________________________________________________________
14243 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14244         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14245              which one has to get from the CPAN distribution.
14246      Branch: perl
14247            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14248            + lib/Memoize/t/expmod_t.t
14249            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14250            - lib/Memoize/t/expire_module_t.t
14251            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14252            ! lib/Memoize/README
14253 ____________________________________________________________________________
14254 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14255         Log: metaconfig unit tweak.
14256      Branch: metaconfig/U/perl
14257            ! versiononly.U
14258 ____________________________________________________________________________
14259 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14260         Log: Configure-related tweaks.
14261      Branch: perl
14262            ! Porting/Glossary Porting/config.sh Porting/config_H
14263            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14264            ! vos/config.ga.h
14265 ____________________________________________________________________________
14266 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14267         Log: Ooops.
14268      Branch: perl
14269            ! t/op/ver.t
14270 ____________________________________________________________________________
14271 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14272         Log: Subject: [PATCH @15606] d_time for vms
14273              From: "Craig A. Berry" <craigberry@mac.com>
14274              Date: Fri, 29 Mar 2002 11:58:29 -0600
14275              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14276      Branch: perl
14277            ! configure.com
14278 ____________________________________________________________________________
14279 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14280         Log: Subject: Re: Regex-Unicode bugs
14281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14282              Date: Thu, 28 Mar 2002 10:12:35 +0100
14283              Message-ID: <20020328101235.F678@rafael>
14284      Branch: perl
14285            ! t/op/regmesg.t
14286 ____________________________________________________________________________
14287 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
14288         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
14289              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14290              Date: Fri, 29 Mar 2002 16:53:27 +0000
14291              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
14292      Branch: perl
14293            ! pod/perlre.pod pod/perlretut.pod
14294 ____________________________________________________________________________
14295 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
14296         Log: Subject: Re: debugger debuggers wanted
14297              From: spidb@cpan.org
14298              Date: Fri, 29 Mar 2002 06:34:11 -0500
14299              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
14300      Branch: perl
14301            ! lib/perl5db.pl
14302 ____________________________________________________________________________
14303 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
14304         Log: Update Changes.
14305      Branch: perl
14306            ! Changes patchlevel.h
14307 ____________________________________________________________________________
14308 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
14309         Log: Rename for 8.3-friendliness.
14310      Branch: perl
14311            + lib/unicore/PropValueAliases.txt
14312            - lib/unicore/PropertyValueAliases.txt
14313            ! MANIFEST lib/unicore/README.perl
14314 ____________________________________________________________________________
14315 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
14316         Log: Retract ExtUtils/t/basic.t until it works.
14317      Branch: perl
14318            - lib/ExtUtils/t/basic.t
14319            ! MANIFEST
14320 ____________________________________________________________________________
14321 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
14322         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
14323              From: Slaven Rezic <slaven.rezic@berlin.de>
14324              Date: 28 Mar 2002 22:27:14 +0100
14325              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
14326      Branch: perl
14327            ! hints/freebsd.sh
14328 ____________________________________________________________________________
14329 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
14330         Log: Interesting... where did this come from?
14331              (The Configure change in #15600)
14332      Branch: perl
14333            ! config_h.SH
14334 ____________________________________________________________________________
14335 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
14336         Log: metaconfig unit change for #15600.
14337      Branch: metaconfig/U/perl
14338            ! versiononly.U
14339 ____________________________________________________________________________
14340 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
14341         Log: Subject: versiononly should not put `old' versions in inc
14342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14343              Date: Fri, 29 Mar 2002 12:53:49 +0100
14344              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
14345      Branch: perl
14346            ! Configure
14347 ____________________________________________________________________________
14348 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
14349         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
14350              From: Michael G Schwern <schwern@pobox.com>
14351              Date: Fri, 29 Mar 2002 04:12:47 -0500
14352              Message-ID: <20020329091247.GA7432@blackrider>
14353              
14354              (with two nits: (1) change lib/Extutils/Command/MM.pm
14355              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
14356              @INC to compile.t)
14357      Branch: perl
14358            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
14359            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14360            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
14361            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
14362            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
14363            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
14364            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14365            + lib/ExtUtils/t/Problem-Module/Makefile.PL
14366            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
14367            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
14368            + t/lib/MakeMaker/Test/Utils.pm
14369            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14370            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14371            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
14372            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14373            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14374            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14375            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14376            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14377            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
14378            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14379            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14380            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14381            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14382            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
14383            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
14384            ! t/lib/TieOut.pm
14385 ____________________________________________________________________________
14386 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
14387         Log: Leftovers from Encode 0.99.
14388      Branch: perl
14389            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
14390            - ext/Encode/compile ext/Encode/encode.h
14391            - ext/Encode/lib/Encode/CN/2022_CN.pm
14392            - ext/Encode/lib/Encode/Details.pod
14393 ____________________________________________________________________________
14394 [ 15597] By: nick                                  on 2002/03/29  14:03:35
14395         Log: Integrate mainline
14396      Branch: perlio
14397           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14398           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14399           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14400           !> (integrate 130 files)
14401 ____________________________________________________________________________
14402 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
14403         Log: Subject: Another Unicode-3.2-induced doc fix
14404              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14405              Date: Fri, 29 Mar 2002 21:45:47 +0900
14406              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
14407      Branch: perl
14408            ! ext/Unicode/Normalize/Normalize.pm
14409 ____________________________________________________________________________
14410 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
14411         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
14412              From: Slaven Rezic <slaven.rezic@berlin.de>
14413              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
14414              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
14415      Branch: perl
14416            ! reentr.c reentr.pl
14417 ____________________________________________________________________________
14418 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
14419         Log: Subject: [PATCH] Quieting OS X
14420              From: Michael G Schwern <schwern@pobox.com>
14421              Date: Fri, 29 Mar 2002 05:46:23 -0500
14422              Message-ID: <20020329104622.GA9163@blackrider>
14423      Branch: perl
14424            ! ext/POSIX/t/posix.t t/op/stat.t
14425 ____________________________________________________________________________
14426 [ 15593] By: ams                                   on 2002/03/29  07:32:22
14427         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
14428              From: Paul_GreenVOS@vos.stratus.com
14429              Date: Fri, 29 Mar 02 0:05 est
14430              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
14431      Branch: perl
14432            ! ext/Time/HiRes/HiRes.xs
14433 ____________________________________________________________________________
14434 [ 15592] By: ams                                   on 2002/03/29  07:28:29
14435         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14436              From: Spider Boardman <spidb@cpan.org>
14437              Date: Fri, 29 Mar 2002 00:52:24 -0500
14438              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
14439      Branch: perl
14440            ! op.c t/op/attrs.t
14441 ____________________________________________________________________________
14442 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
14443         Log: It's perlce.
14444      Branch: perl
14445            ! pod/perldelta.pod
14446 ____________________________________________________________________________
14447 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14448         Log: MPE/iX tweaks from Mark Bixby.
14449      Branch: perl
14450            ! ext/Storable/t/lock.t mpeix/relink
14451 ____________________________________________________________________________
14452 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14453         Log: Upgrade to Encode 1.00, from Dan Kogai.
14454              
14455              (one nit: bin/enc2xs needed also ../..)
14456      Branch: perl
14457            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14458            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14459            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14460            ! (edit 104 files)
14461 ____________________________________________________________________________
14462 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14463         Log: Subject: [PATCH] NEXT LINE --> NEL
14464              From: Philip Newton <Philip.Newton@gmx.net>
14465              Date: Thu, 28 Mar 2002 21:03:10 +0000
14466              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14467      Branch: perl
14468            ! lib/charnames.pm lib/charnames.t
14469 ____________________________________________________________________________
14470 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14471         Log: binmode :bytes, again.
14472      Branch: perl
14473            ! lib/utf8.t
14474 ____________________________________________________________________________
14475 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14476         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14477              From: Mark-Jason Dominus <mjd@plover.com>
14478              Date: Thu, 28 Mar 2002 10:36:03 -0500
14479              Message-ID: <20020328153603.11992.qmail@plover.com>
14480      Branch: perl
14481            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14482 ____________________________________________________________________________
14483 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14484         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14485      Branch: perl
14486            ! lib/charnames.pm lib/charnames.t pp_pack.c
14487 ____________________________________________________________________________
14488 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14489         Log: If expecting UTF-8, probably not expecting UTF-16.
14490      Branch: perl
14491            ! t/comp/require.t
14492 ____________________________________________________________________________
14493 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14494         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14495              From: Paul_GreenVOS@vos.stratus.com
14496              Date: Thu, 28 Mar 02 8:22 est
14497              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14498      Branch: perl
14499            ! lib/Time/Local.pm
14500 ____________________________________________________________________________
14501 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14502         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14503              From: Paul_GreenVOS@vos.stratus.com
14504              Date: Thu, 28 Mar 02 7:46 est
14505              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14506      Branch: perl
14507            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14508 ____________________________________________________________________________
14509 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14510         Log: A little bit better error message for \pq, still
14511              not good because the script context is not shown.
14512      Branch: perl
14513            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14514 ____________________________________________________________________________
14515 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14516         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14517              From: Jeffrey Friedl <jfriedl@yahoo.com>
14518              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14519              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14520      Branch: perl
14521            ! sv.c t/op/pat.t
14522 ____________________________________________________________________________
14523 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
14524         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
14525              From: Mark-Jason Dominus <mjd@plover.com>
14526              Date: Thu, 28 Mar 2002 05:04:40 -0500
14527              Message-ID: <20020328100440.22081.qmail@plover.com>
14528      Branch: perl
14529            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14530 ____________________________________________________________________________
14531 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
14532         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
14533              From: mjd@plover.com
14534              Date: 28 Mar 2002 09:22:06 -0000
14535              Message-ID: <20020328092206.18833.qmail@plover.com>
14536      Branch: perl
14537            ! lib/encoding.t
14538 ____________________________________________________________________________
14539 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
14540         Log: Unicode 3.2.0-induced doc tweaks.
14541      Branch: perl
14542            ! pod/perlretut.pod pod/perlunicode.pod
14543 ____________________________________________________________________________
14544 [ 15576] By: nick                                  on 2002/03/28  07:40:04
14545         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
14546      Branch: perlio
14547           +> (branch 31 files)
14548           !> (integrate 162 files)
14549 ____________________________________________________________________________
14550 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
14551         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
14552              From: Paul_GreenVOS@vos.stratus.com
14553              Date: Thu, 28 Mar 02 0:16 est
14554              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
14555      Branch: perl
14556            ! ext/POSIX/t/posix.t
14557 ____________________________________________________________________________
14558 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
14559         Log: Subject: Re: Regex-Unicode bugs
14560              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14561              Date: Wed, 27 Mar 2002 13:48:06 +0100
14562              Message-ID: <20020327134806.C18945@rafael>
14563              
14564              regmesg.t patch still would be nice.
14565      Branch: perl
14566            ! regcomp.c
14567 ____________________________________________________________________________
14568 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
14569         Log: Subject: Re: Regex-Unicode bugs
14570              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14571              Date: Wed, 27 Mar 2002 12:39:57 +0000
14572              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
14573      Branch: perl
14574            ! pod/perldiag.pod regcomp.c
14575 ____________________________________________________________________________
14576 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
14577         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
14578              From: Paul_GreenVOS@vos.stratus.com
14579              Date: Wed, 27 Mar 02 23:33 est
14580              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
14581      Branch: perl
14582            ! t/io/fs.t
14583 ____________________________________________________________________________
14584 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
14585         Log: The Official 3.2.0 came out.
14586      Branch: perl
14587            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
14588            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
14589            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
14590            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
14591            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
14592            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
14593            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
14594            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
14595            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
14596            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
14597            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
14598            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
14599            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
14600            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
14601            + lib/unicore/lib/UnifiedI.pl
14602            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
14603 ____________________________________________________________________________
14604 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
14605         Log: socketpair binmode :bytes.
14606      Branch: perl
14607            ! ext/Socket/socketpair.t
14608 ____________________________________________________________________________
14609 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
14610         Log: Don't install anything beneath 't' directories.
14611      Branch: perl
14612            ! installperl
14613 ____________________________________________________________________________
14614 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
14615         Log: More UTF-8 locale sensitivity.
14616      Branch: perl
14617            ! t/io/utf8.t
14618 ____________________________________________________________________________
14619 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
14620         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
14621              From: Stas Bekman <stas@stason.org>
14622              Date: Thu, 28 Mar 2002 10:13:45 +0800
14623              Message-ID: <3CA27C59.4020209@stason.org>
14624              
14625              Temp file cleanup.
14626      Branch: perl
14627            ! lib/Pod/t/pod2html-lib.pl
14628 ____________________________________________________________________________
14629 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
14630         Log: Be compatible also with non-UTF-8 locales.
14631      Branch: perl
14632            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
14633            ! lib/Locale/Language.pod
14634 ____________________________________________________________________________
14635 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
14636         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14637              From: Spider Boardman <spidb@cpan.org>
14638              Date: Wed, 27 Mar 2002 20:52:28 -0500
14639              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
14640      Branch: perl
14641            ! cv.h op.c t/op/attrs.t toke.c
14642 ____________________________________________________________________________
14643 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
14644         Log: "Last element".
14645      Branch: perl
14646            ! pod/perlfunc.pod
14647 ____________________________________________________________________________
14648 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
14649         Log: Subject: Error in perlfunc for "die"
14650              From: William R Ward <bill@wards.net>
14651              Date: 27 Mar 2002 12:31:32 -0800
14652              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
14653      Branch: perl
14654            ! pod/perlfunc.pod
14655 ____________________________________________________________________________
14656 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
14657         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
14658              From: Mark Kvale <kvale@phy.ucsf.edu>
14659              Date: Wed, 27 Mar 2002 16:45:37 -0800
14660              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
14661      Branch: perl
14662            ! pod/perlre.pod pod/perlretut.pod
14663 ____________________________________________________________________________
14664 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
14665         Log: Try to handle UTF-8 locales.
14666      Branch: perl
14667            ! lib/locale.t
14668 ____________________________________________________________________________
14669 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
14670         Log: More binmode :bytes.
14671      Branch: perl
14672            ! t/io/utf8.t
14673 ____________________________________________________________________________
14674 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
14675         Log: binmode(FH, ":bytes") is the right way, methinks.
14676      Branch: perl
14677            ! ext/PerlIO/t/encoding.t
14678 ____________________________________________________________________________
14679 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
14680         Log: UTF-8 locale: need to open explicitly for bytes.
14681      Branch: perl
14682            ! ext/PerlIO/t/encoding.t
14683 ____________________________________________________________________________
14684 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
14685         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
14686      Branch: perl
14687            ! lib/Locale/Language.pm lib/Locale/Language.pod
14688 ____________________________________________________________________________
14689 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
14690         Log: Warn instead of croak.
14691      Branch: perl
14692            ! pod/perldiag.pod utf8.c
14693 ____________________________________________________________________________
14694 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
14695         Log: UTF-8 locale: there might already be one UTF-8 discipline.
14696      Branch: perl
14697            ! lib/open.t
14698 ____________________________________________________________________________
14699 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
14700         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
14701              From: "Craig A. Berry" <craigberry@mac.com>
14702              Date: Wed, 27 Mar 2002 15:22:13 -0600
14703              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
14704      Branch: perl
14705            ! t/lib/1_compile.t t/lib/compmod.pl
14706 ____________________________________________________________________________
14707 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
14708         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
14709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14710              Date: Wed, 27 Mar 2002 22:35:03 +0100
14711              Message-ID: <20020327223503.A678@rafael>
14712      Branch: perl
14713            ! pod/perlop.pod
14714 ____________________________________________________________________________
14715 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
14716         Log: Start using the Unicode 3.2.0 data (NOTE: still
14717              unofficial, but the data is unlikely to change much.
14718              Doublecheck when 3.2.0 gets released.)
14719      Branch: perl
14720            + lib/unicore/PropertyAliases.txt
14721            + lib/unicore/PropertyValueAliases.txt
14722            ! (edit 129 files)
14723 ____________________________________________________________________________
14724 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
14725         Log: Update Changes.
14726      Branch: perl
14727            ! Changes patchlevel.h
14728 ____________________________________________________________________________
14729 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
14730         Log: Further fixing for #15549.  Six tests are failing
14731              under Solaris with en_US.UTF-8 but those failures seem
14732              unrelated to the BOUND problem, will look at them later.
14733      Branch: perl
14734            ! regexec.c
14735 ____________________________________________________________________________
14736 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
14737         Log: Possible fix for "Orks, Dragons, and Elves":
14738              should now build under UTF-8 locales (is building
14739              under Solaris en_US.UTF-8 right now).
14740      Branch: perl
14741            ! Makefile.SH regexec.c
14742 ____________________________________________________________________________
14743 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
14744         Log: Forgotten from #15523.
14745      Branch: perl
14746            ! lib/Math/BigInt/Calc.pm
14747 ____________________________________________________________________________
14748 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
14749         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
14750              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
14751              Date: Wed, 27 Mar 2002 13:32:00 +0100
14752              Message-ID: <20020327133200.A18945@rafael>
14753      Branch: perl
14754            ! regcomp.c t/lib/warnings/regcomp
14755 ____________________________________________________________________________
14756 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
14757         Log: Subject: [PATCH] MANIFES --> MANIFEST
14758              From: Philip Newton <Philip.Newton@gmx.net>
14759              Date: Wed, 27 Mar 2002 10:05:46 +0000
14760              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
14761              
14762              (plus a few tweaks more)
14763      Branch: perl
14764            ! Porting/check83.pl
14765 ____________________________________________________________________________
14766 [ 15545] By: nick                                  on 2002/03/27  07:37:36
14767         Log: Integrate mainline
14768      Branch: perlio
14769           +> lib/Math/BigInt/t/with_sub.t
14770            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14771            - lib/bignum/t/trace.t
14772           !> (integrate 76 files)
14773 ____________________________________________________________________________
14774 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
14775         Log: Obsolete mailing list information.
14776      Branch: perl
14777            ! README.bs2000 README.os390 README.vmesa
14778 ____________________________________________________________________________
14779 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
14780         Log: More URL "whitespacing".
14781      Branch: perl
14782            ! README.bs2000 README.hurd README.mpeix README.netware
14783            ! README.os390 README.vmesa README.vos README.win32
14784            ! pod/perl5004delta.pod pod/perl5005delta.pod
14785            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
14786            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
14787            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
14788            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
14789            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
14790            ! pod/perltodo.pod
14791 ____________________________________________________________________________
14792 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
14793         Log: I like doubleclicking on URLs in pods to select them.
14794      Branch: perl
14795            ! README.amiga README.epoc README.vos pod/perl561delta.pod
14796            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
14797            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14798            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
14799            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
14800            ! pod/perltodo.pod pod/perlvar.pod
14801 ____________________________________________________________________________
14802 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
14803         Log: Regen modlib.
14804      Branch: perl
14805            ! pod/perlmodlib.pod
14806 ____________________________________________________________________________
14807 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
14808         Log: Update the CPAN sites list.
14809      Branch: perl
14810            ! pod/perlmodlib.PL pod/perlmodlib.pod
14811 ____________________________________________________________________________
14812 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
14813         Log: Regen modlib, toc.
14814      Branch: perl
14815            ! pod/perlmodlib.pod pod/perltoc.pod
14816 ____________________________________________________________________________
14817 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
14818         Log: s/rationale/rational/
14819      Branch: perl
14820            ! lib/Math/BigRat.pm lib/bigrat.pm
14821 ____________________________________________________________________________
14822 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
14823         Log: s/done/esac/
14824      Branch: perl
14825            ! hints/dec_osf.sh
14826 ____________________________________________________________________________
14827 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
14828         Log: Advertise big* and BigRat.
14829      Branch: perl
14830            ! pod/perldelta.pod
14831 ____________________________________________________________________________
14832 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
14833         Log: A missing ) in #15527.
14834      Branch: perl
14835            ! pp_sys.c
14836 ____________________________________________________________________________
14837 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
14838         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
14839              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14840              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
14841              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
14842      Branch: perl
14843            ! lib/ExtUtils/typemap
14844 ____________________________________________________________________________
14845 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
14846         Log: Subject: Re: Cygwin PerlIO.t failing
14847              From: Stas Bekman <stas@stason.org>
14848              Date: Wed, 27 Mar 2002 01:34:11 +0800
14849              Message-ID: <3CA0B113.1070800@stason.org>
14850      Branch: perl
14851            ! ext/PerlIO/PerlIO.t
14852 ____________________________________________________________________________
14853 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
14854         Log: Subject: [PATCH] safety check for vms/test.com
14855              From: "Craig A. Berry" <craigberry@mac.com>
14856              Date: Tue, 26 Mar 2002 12:15:21 -0600
14857              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
14858      Branch: perl
14859            ! vms/test.com
14860 ____________________________________________________________________________
14861 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
14862         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
14863              From: PPrymmer@factset.com
14864              Date: Tue, 26 Mar 2002 13:04:59 -0500
14865              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
14866      Branch: perl
14867            ! configure.com
14868 ____________________________________________________________________________
14869 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
14870         Log: Subject: [PATCH] Minor typo in test harness
14871              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14872              Date: Tue, 26 Mar 2002 17:44:06 -0000
14873              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
14874      Branch: perl
14875            ! t/lib/warnings/perlio
14876 ____________________________________________________________________________
14877 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
14878         Log: Subject: PATCH s2p.PL
14879              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14880              Date: Tue, 26 Mar 2002 17:16:46 +0100
14881              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
14882      Branch: perl
14883            ! x2p/s2p.PL
14884 ____________________________________________________________________________
14885 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
14886         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
14887      Branch: perl
14888            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14889            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14890            ! MANIFEST
14891 ____________________________________________________________________________
14892 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
14893         Log: Avoid and document a weird bug in UNICOS/mk.
14894      Branch: perl
14895            ! pod/perldelta.pod pp_sys.c
14896 ____________________________________________________________________________
14897 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
14898         Log: Math::BigInt::Lite 0.09, from Tels.
14899      Branch: perl
14900            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14901            ! MANIFEST
14902 ____________________________________________________________________________
14903 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
14904         Log: For now disable the test in OS/390; it seems to hang,
14905              but frustratingly seems to run from command line and
14906              from Perl debugger.
14907      Branch: perl
14908            ! lib/Math/BigInt/t/mbi_rand.t
14909 ____________________________________________________________________________
14910 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
14911         Log: EPOC update from Olaf Flebbe.
14912      Branch: perl
14913            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
14914            ! pod/perlport.pod t/io/fs.t
14915 ____________________________________________________________________________
14916 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
14917         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
14918              and bignum 0.11, from Tels.
14919      Branch: perl
14920            + lib/Math/BigInt/t/with_sub.t
14921            - lib/bignum/t/trace.t
14922            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14923            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
14924            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
14925            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
14926            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
14927            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
14928            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
14929            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
14930            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
14931            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
14932            ! lib/bignum/t/bigrat.t lib/bigrat.pm
14933            ! t/lib/Math/BigInt/Subclass.pm
14934 ____________________________________________________________________________
14935 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
14936         Log: Integrate perlio:
14937              
14938              [ 15521]
14939              Testcase for crlf spanning buffer boundary
14940              
14941              [ 15520]
14942              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14943      Branch: perl
14944           +> t/io/crlf.t
14945           !> MANIFEST perlio.c
14946 ____________________________________________________________________________
14947 [ 15521] By: nick                                  on 2002/03/26  15:31:55
14948         Log: Testcase for crlf spanning buffer boundary
14949      Branch: perlio
14950            + t/io/crlf.t
14951            ! MANIFEST
14952 ____________________________________________________________________________
14953 [ 15520] By: nick                                  on 2002/03/26  15:09:52
14954         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14955      Branch: perlio
14956            ! perlio.c
14957 ____________________________________________________________________________
14958 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
14959         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
14960      Branch: perl
14961            ! t/lib/1_compile.t
14962 ____________________________________________________________________________
14963 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
14964         Log: Document the Configure (really, awk) glitch in
14965              UNICOS/mk.
14966      Branch: perl
14967            ! pod/perldelta.pod
14968 ____________________________________________________________________________
14969 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
14970         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
14971              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14972              Date: Fri, 22 Mar 2002 16:11:28 +0100
14973              Message-ID: <3C9B57B0.31936.496399@localhost>
14974      Branch: perl
14975            ! win32/win32.c
14976 ____________________________________________________________________________
14977 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
14978         Log: Subject: Re: Jarkko likes OOOOs
14979              From: "Gerrit P. Haase" <gp@familiehaase.de>
14980              Date: Tue, 26 Mar 2002 08:44:02 +0100
14981              Message-ID: <40509050505.20020326084402@familiehaase.de>
14982      Branch: perl
14983            ! t/io/fs.t
14984 ____________________________________________________________________________
14985 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
14986         Log: Subject: [patch utils/perlbug] subject header setting problem      
14987              From: Stas Bekman <stas@stason.org>
14988              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
14989              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
14990      Branch: perl
14991            ! utils/perlbug.PL
14992 ____________________________________________________________________________
14993 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
14994         Log: Subject: [PATCH] win32/makefile.mk
14995              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14996              Date: Tue, 26 Mar 2002 13:56:19 +0100
14997              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
14998      Branch: perl
14999            ! win32/makefile.mk
15000 ____________________________________________________________________________
15001 [ 15513] By: nick                                  on 2002/03/26  07:17:17
15002         Log: Integrate mainline
15003      Branch: perlio
15004           +> (branch 39 files)
15005            - (delete 109 files)
15006           !> (integrate 105 files)
15007 ____________________________________________________________________________
15008 [ 15512] By: nick                                  on 2002/03/26  06:52:42
15009         Log: Integrate mainline
15010      Branch: perlio
15011           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
15012           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
15013           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
15014           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
15015           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
15016 ____________________________________________________________________________
15017 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
15018         Log: Installation advice from Robert Spier. 
15019      Branch: perl
15020            ! INSTALL
15021 ____________________________________________________________________________
15022 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
15023         Log: Stas setting things right.
15024      Branch: perl
15025            ! ext/PerlIO/PerlIO.t
15026 ____________________________________________________________________________
15027 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
15028         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
15029              From: Paul_GreenVOS@vos.stratus.com
15030              Date: Mon, 25 Mar 02 23:57 est
15031              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
15032      Branch: perl
15033            ! ext/IO/lib/IO/t/io_unix.t
15034 ____________________________________________________________________________
15035 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
15036         Log: Add threads hints for UNICOS/mk and UNICOS.
15037              (I'm just guessing on UNICOS.)
15038      Branch: perl
15039            ! hints/unicos.sh hints/unicosmk.sh
15040 ____________________________________________________________________________
15041 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
15042         Log: Mention the effect of Unicode keys on hashes.
15043      Branch: perl
15044            ! pod/perlunicode.pod
15045 ____________________________________________________________________________
15046 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
15047         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
15048              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15049              Date: Mon, 25 Mar 2002 17:24:33 -0600
15050              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
15051      Branch: perl
15052            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
15053            ! vms/vms_yfix.pl
15054 ____________________________________________________________________________
15055 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
15056         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
15057      Branch: perl
15058            ! hints/dec_osf.sh
15059 ____________________________________________________________________________
15060 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
15061         Log: The .ucm of Encode are big when uncompressed.
15062      Branch: perl
15063            ! INSTALL
15064 ____________________________________________________________________________
15065 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
15066         Log: I don't understand what is going on what these
15067              news tests, retracting the whole lot.
15068      Branch: perl
15069            ! ext/PerlIO/PerlIO.t
15070 ____________________________________________________________________________
15071 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
15072         Log: Upgrade to Encode 0.99, from Dan Kogai.
15073      Branch: perl
15074            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
15075            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
15076            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
15077            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
15078            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
15079            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
15080            + ext/Encode/Encode/ksc5601.ucm
15081            + ext/Encode/Encode/macCentEuro.ucm
15082            + ext/Encode/Encode/macCroatian.ucm
15083            + ext/Encode/Encode/macCyrillic.ucm
15084            + ext/Encode/Encode/macDingbats.ucm
15085            + ext/Encode/Encode/macGreek.ucm
15086            + ext/Encode/Encode/macIceland.ucm
15087            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
15088            + ext/Encode/Encode/macRumanian.ucm
15089            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
15090            + ext/Encode/Encode/macTurkish.ucm
15091            + ext/Encode/Encode/macUkraine.ucm
15092            + ext/Encode/Encode/shiftjis.ucm
15093            + ext/Encode/lib/Encode/10646_1.pm
15094            + ext/Encode/lib/Encode/CJKConstants.pm
15095            + ext/Encode/lib/Encode/CN/2022_CN.pm
15096            + ext/Encode/lib/Encode/JP/2022_JP.pm
15097            + ext/Encode/lib/Encode/JP/2022_JP1.pm
15098            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
15099            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
15100            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
15101            + ext/Encode/ucm2table
15102            - (delete 109 files)
15103            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
15104            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
15105            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
15106            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15108            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
15109            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
15110            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15111            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15112            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15113            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15114            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15115            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15116            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15117            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15118            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
15119            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
15120            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
15121            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
15122            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
15123            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
15124            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
15125            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
15126            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
15127            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
15128            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15129            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
15130            ! ext/Encode/Makefile.PL ext/Encode/README
15131            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15132            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15133            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15134            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
15135            ! ext/Encode/lib/Encode/Details.pod
15136            ! ext/Encode/lib/Encode/Encoding.pm
15137            ! ext/Encode/lib/Encode/Internal.pm
15138            ! ext/Encode/lib/Encode/JP/H2Z.pm
15139            ! ext/Encode/lib/Encode/JP/JIS.pm
15140            ! ext/Encode/lib/Encode/Supported.pod
15141            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15142            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15143            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
15144            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
15145            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15146            ! ext/Encode/t/jisx0212.ref
15147 ____________________________________________________________________________
15148 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
15149         Log: Noise with -w.
15150      Branch: perl
15151            ! ext/PerlIO/PerlIO.t
15152 ____________________________________________________________________________
15153 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
15154         Log: If no perlio no perlio warnings, either.
15155      Branch: perl
15156            ! lib/warnings.t
15157 ____________________________________________________________________________
15158 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
15159         Log: ...and put some of the new perlio tests here.
15160              The in-memory ones not yet since my poor brain
15161              refuses to find the right TODO incantation.
15162      Branch: perl
15163            ! ext/PerlIO/PerlIO.t
15164 ____________________________________________________________________________
15165 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
15166         Log: Take away the perlio-requiring tests..
15167      Branch: perl
15168            ! t/io/open.t
15169 ____________________________________________________________________________
15170 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
15171         Log: More correct now, but actually the two new tests
15172              need to be moved, since they are perlio-only...
15173      Branch: perl
15174            ! t/io/open.t
15175 ____________________________________________________________________________
15176 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15177         Log: More neo-io tests from Stas Bekman.
15178      Branch: perl
15179            ! t/io/open.t
15180 ____________________________________________________________________________
15181 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15182         Log: Document the QNX6 sprintf glitch.
15183      Branch: perl
15184            ! pod/perldelta.pod
15185 ____________________________________________________________________________
15186 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15187         Log: AmigaOS must use the ixemul directly, since there
15188              is no more vfork support.
15189      Branch: perl
15190            ! hints/amigaos.sh
15191 ____________________________________________________________________________
15192 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15193         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15194              From: Norton Allen <allen@huarp.harvard.edu>
15195              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15196              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15197      Branch: perl
15198            ! pp_sys.c
15199 ____________________________________________________________________________
15200 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15201         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15202              From: Norton Allen <allen@huarp.harvard.edu>
15203              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15204              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15205      Branch: perl
15206            ! ext/Socket/socketpair.t
15207 ____________________________________________________________________________
15208 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15209         Log: Clarify the 8.3 rule.
15210      Branch: perl
15211            ! Porting/check83.pl
15212 ____________________________________________________________________________
15213 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15214         Log: Integrate mainline
15215      Branch: perlio
15216           +> ext/Encode/lib/Encode/EncFormat.pod
15217           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15218            - ext/Encode/lib/EncodeFormat.pod
15219           !> (integrate 41 files)
15220 ____________________________________________________________________________
15221 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15222         Log: Update Changes.
15223      Branch: perl
15224            ! Changes patchlevel.h
15225 ____________________________________________________________________________
15226 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15227         Log: Forgotten from #15486.
15228      Branch: perl
15229            ! perl.c
15230 ____________________________________________________________________________
15231 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15232         Log: It seems that FreeBSD does not like using Perl's malloc
15233              when multithreaded.
15234      Branch: perl
15235            ! hints/freebsd.sh
15236 ____________________________________________________________________________
15237 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15238         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15240              Date: Mon, 25 Mar 2002 11:33:17 +0100
15241              Message-ID: <20020325113317.A1410@rafael>
15242              
15243              Apparently VMS does not do YYDEBUG.
15244      Branch: perl
15245            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15246 ____________________________________________________________________________
15247 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15248         Log: Subject: [PATCH] warnings for perlio + others
15249              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15250              Date: Mon, 25 Mar 2002 13:01:44 -0000
15251              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15252      Branch: perl
15253            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15254            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15255            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15256            ! warnings.pl
15257 ____________________________________________________________________________
15258 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15259         Log: As verified by Doug MacEachern.
15260      Branch: perl
15261            ! pod/perldelta.pod
15262 ____________________________________________________________________________
15263 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15264         Log: MPE/iX update from Mark Bixby.
15265      Branch: perl
15266            + mpeix/mpeix.c
15267            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15268            ! hints/mpeix.sh mpeix/mpeixish.h
15269 ____________________________________________________________________________
15270 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15271         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15272              From: Nicholas Clark <nick@unfortu.net>
15273              Date: Sun, 24 Mar 2002 22:50:06 +0000
15274              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15275      Branch: perl
15276            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15277 ____________________________________________________________________________
15278 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15279         Log: Subject: [PATCH] fix warning + carp interaction
15280              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15281              Date: Sun, 24 Mar 2002 23:00:21 -0000
15282              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15283      Branch: perl
15284            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
15285            ! warnings.pl
15286 ____________________________________________________________________________
15287 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
15288         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
15289              (All the code changes have already been applied earlier.)
15290      Branch: perl
15291            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15292 ____________________________________________________________________________
15293 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
15294         Log: DB_File: for the core version, no need to specify
15295              a minimum MM version.
15296      Branch: perl
15297            ! ext/DB_File/Makefile.PL
15298 ____________________________________________________________________________
15299 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
15300         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
15301              From: Dave Mitchell <davem@fdgroup.com>
15302              Date: Sun, 24 Mar 2002 22:23:08 +0000
15303              Message-ID: <20020324222308.B21963@fdgroup.com>
15304      Branch: perl
15305            ! pp_pack.c
15306 ____________________________________________________________________________
15307 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
15308         Log: Subject: [PATCH @15450] errno help for VMS
15309              From: "Craig A. Berry" <craigberry@mac.com>
15310              Date: Sun, 24 Mar 2002 16:17:52 -0600
15311              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
15312      Branch: perl
15313            ! ext/POSIX/t/posix.t vms/vms.c
15314 ____________________________________________________________________________
15315 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
15316         Log: Upgrade to Locale::Codes 2.03.
15317      Branch: perl
15318            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15319            ! lib/Locale/Country.pm
15320 ____________________________________________________________________________
15321 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
15322         Log: metaconfig unit change for #15474.
15323      Branch: metaconfig/U/perl
15324            ! Extensions.U
15325 ____________________________________________________________________________
15326 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
15327         Log: The #15472 said "properly".  Ha!
15328      Branch: perl
15329            ! Configure
15330 ____________________________________________________________________________
15331 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
15332         Log: metaconfig unit change for #15472.
15333      Branch: metaconfig/U/perl
15334            ! Extensions.U
15335 ____________________________________________________________________________
15336 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
15337         Log: Properly scan for the subextensions of Encode
15338              when doing static builds.
15339      Branch: perl
15340            ! Configure
15341 ____________________________________________________________________________
15342 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
15343         Log: Tru64: Document the known odbm failure with static builds.
15344      Branch: perl
15345            ! README.tru64
15346 ____________________________________________________________________________
15347 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
15348         Log: microperl tweaks.
15349      Branch: perl
15350            ! Makefile.micro locale.c util.c
15351 ____________________________________________________________________________
15352 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
15353         Log: metaconfig unit changes for #15468.
15354      Branch: metaconfig
15355            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
15356            ! U/modified/libc.U U/modified/libs.U
15357            ! U/threads/d_pthread_atfork.U
15358 ____________________________________________________________________________
15359 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
15360         Log: Various metaconfig unit cleanup; only one visible change
15361              in Configure, though.
15362      Branch: perl
15363            ! Configure
15364 ____________________________________________________________________________
15365 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
15366         Log: Upgrade to Encode 0.98, from Dan Kogai.
15367      Branch: perl
15368            + ext/Encode/lib/Encode/EncFormat.pod
15369            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
15370            - ext/Encode/lib/EncodeFormat.pod
15371            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
15372            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
15373            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15374            ! ext/Encode/lib/Encode/Alias.pm
15375            ! ext/Encode/lib/Encode/Details.pod
15376            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15377            ! ext/Encode/lib/Encode/JP/JIS.pm
15378            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15379 ____________________________________________________________________________
15380 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
15381         Log: Integrate perlio:
15382              
15383              [ 15462]
15384              Avoid core-dump in Encode with PERLIO=mmap
15385      Branch: perl
15386           !> ext/Encode/Encode.xs
15387 ____________________________________________________________________________
15388 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
15389         Log: In the spirit of #15464.
15390      Branch: perl
15391            ! perl.c sv.c
15392 ____________________________________________________________________________
15393 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
15394         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
15395              From: Michael G Schwern <schwern@pobox.com>
15396              Date: Sun, 24 Mar 2002 02:27:25 -0500
15397              Message-ID: <20020324072725.GA3554@blackrider>
15398      Branch: perl
15399            ! perl.c
15400 ____________________________________________________________________________
15401 [ 15463] By: nick                                  on 2002/03/24  10:24:41
15402         Log: Integrate mainline
15403      Branch: perlio
15404           +> (branch 28 files)
15405            - lib/bigfloat.t lib/bigint.t
15406           !> (integrate 59 files)
15407 ____________________________________________________________________________
15408 [ 15462] By: nick                                  on 2002/03/24  08:59:35
15409         Log: Avoid core-dump in Encode with PERLIO=mmap
15410      Branch: perlio
15411            ! ext/Encode/Encode.xs
15412 ____________________________________________________________________________
15413 [ 15461] By: nick                                  on 2002/03/24  08:58:21
15414         Log: Too many machines doing integrate mainline
15415      Branch: perlio
15416           !> Changes Configure lib/AutoSplit.t
15417           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
15418           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
15419           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
15420           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
15421 ____________________________________________________________________________
15422 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
15423         Log: Retract Math::BigInt::Lite for now, seems to confuse
15424              bignum and bigrat.
15425      Branch: perl
15426            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15427            ! MANIFEST
15428 ____________________________________________________________________________
15429 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
15430         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
15431              From: "Craig A. Berry" <craigberry@mac.com>
15432              Date: Sat, 23 Mar 2002 23:23:00 -0600
15433              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
15434      Branch: perl
15435            ! configure.com vms/vms.c
15436 ____________________________________________________________________________
15437 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
15438         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
15439              From: Michael G Schwern <schwern@pobox.com>
15440              Date: Sat, 23 Mar 2002 21:32:32 -0500
15441              Message-ID: <20020324023232.GA29972@blackrider>
15442              
15443              (with Russ Allbery's simplifications)
15444      Branch: perl
15445            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15446 ____________________________________________________________________________
15447 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15448         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15449      Branch: perl
15450            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15451            ! MANIFEST
15452 ____________________________________________________________________________
15453 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15454         Log: Too chatty.
15455      Branch: perl
15456            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15457 ____________________________________________________________________________
15458 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15459         Log: Merge bignum 0.10, from Tels.
15460      Branch: perl
15461            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15462            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15463            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15464            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15465            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15466            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15467            ! MANIFEST
15468 ____________________________________________________________________________
15469 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15470         Log: Rename the Perl 4 tests in preparation of bignum.
15471      Branch: perl
15472            + lib/bigfloatpl.t lib/bigintpl.t
15473            - lib/bigfloat.t lib/bigint.t
15474            ! MANIFEST
15475 ____________________________________________________________________________
15476 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15477         Log: Merge Math::BigRat 0.04, from Tels.
15478      Branch: perl
15479            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15480            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15481            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15482            + t/lib/Math/BigRat/Test.pm
15483            ! MANIFEST
15484 ____________________________________________________________________________
15485 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15486         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15487              From: Dave Mitchell <davem@fdgroup.com>
15488              Date: Sat, 23 Mar 2002 22:27:24 +0000
15489              Message-ID: <20020323222724.A19425@fdgroup.com>
15490      Branch: perl
15491            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15492 ____________________________________________________________________________
15493 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15494         Log: Forgotten.
15495      Branch: perl
15496            ! ext/Unicode/Normalize/README
15497 ____________________________________________________________________________
15498 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15499         Log: Update Changes.
15500      Branch: perl
15501            ! Changes patchlevel.h
15502 ____________________________________________________________________________
15503 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15504         Log: Subject: perldoc -m [PATCH]
15505              From: "John L. Allen" <allen@grumman.com>
15506              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15507              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15508      Branch: perl
15509            ! utils/perldoc.PL
15510 ____________________________________________________________________________
15511 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15512         Log: Subject: Re: Copious warnings from Sys::Syslog
15513              From: andreas.koenig@anima.de (Andreas J. Koenig)
15514              Date: Sat, 23 Mar 2002 06:47:08 +0100
15515              Message-ID: <m31yebvns3.fsf@anima.de>
15516      Branch: perl
15517            ! ext/Sys/Syslog/Syslog.pm
15518 ____________________________________________________________________________
15519 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15520         Log: Upgrade to Math::BigInt 1.55, from Tels.
15521      Branch: perl
15522            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15523            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
15524            + lib/Math/BigInt/t/use_lib4.t
15525            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15526            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
15527            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
15528            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
15529            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
15530            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
15531            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
15532            ! lib/Math/BigInt/t/upgrade.t
15533 ____________________________________________________________________________
15534 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
15535         Log: Upgrade to Encode 0.97, from Dan Kogai.
15536      Branch: perl
15537            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
15538            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15539            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
15540            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15541            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15542            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
15543            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
15544            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
15545            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
15546            ! ext/Encode/t/Tcl.t
15547 ____________________________________________________________________________
15548 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
15549         Log: Slight tweaks on #15443.
15550      Branch: perl
15551            ! pod/perlvar.pod
15552 ____________________________________________________________________________
15553 [ 15444] By: nick                                  on 2002/03/23  17:30:42
15554         Log: Integrate mainline
15555      Branch: perlio
15556           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15557           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15558           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15559           !> (integrate 50 files)
15560 ____________________________________________________________________________
15561 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
15562         Log: Subject: patch [bleadperl]: Document %! special variable
15563              From: mjd@plover.com
15564              Date: 23 Mar 2002 18:25:44 -0000
15565              Message-ID: <20020323182544.11741.qmail@plover.com>    
15566      Branch: perl
15567            ! pod/perlvar.pod
15568 ____________________________________________________________________________
15569 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
15570         Log: Since the Encode::JP is unsupported under EBCDIC we
15571              cannot run this test (aliases as such should work fine).
15572      Branch: perl
15573            ! ext/Encode/t/Aliases.t
15574 ____________________________________________________________________________
15575 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
15576         Log: EBCDIC: the sorting order is different under
15577              byte-EBCDIC and Unicode.
15578      Branch: perl
15579            ! t/op/utfhash.t
15580 ____________________________________________________________________________
15581 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
15582         Log: EBCDIC: the character codes are different.
15583      Branch: perl
15584            ! lib/Pod/t/pod2html-lib.pl
15585 ____________________________________________________________________________
15586 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
15587         Log: Purify: #15434 got the test the wrong.
15588              (Is there an approved way of testing "is this an unop"?)
15589      Branch: perl
15590            ! op.c
15591 ____________________________________________________________________________
15592 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
15593         Log: Purify: Array bounds read: could read one character past the end.
15594      Branch: perl
15595            ! pp_pack.c
15596 ____________________________________________________________________________
15597 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
15598         Log: Purify: Array bounds read: reading one byte before the buffer.
15599      Branch: perl
15600            ! util.c
15601 ____________________________________________________________________________
15602 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
15603         Log: Purify: Unitialized memory read.  Too many code paths
15604              to keep track of, I guess.
15605      Branch: perl
15606            ! sv.c
15607 ____________________________________________________________________________
15608 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
15609         Log: Purify: Array bounds write: pre-extend the strxfrm
15610              buffer by a factor of four (suggested maximum by HP-UX;
15611              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
15612              know how portable that is; locale.c uses yet another trick
15613              (not a particularly good trick, I might add))
15614      Branch: perl
15615            ! ext/POSIX/POSIX.xs
15616 ____________________________________________________________________________
15617 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
15618         Log: Purify: Array bounds read: o->op_last was accessed
15619              for unops (via newUNOP() and ck_eof()).
15620              (analysis okay, patch bad: see #15439)
15621      Branch: perl
15622            ! op.c
15623 ____________________________________________________________________________
15624 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
15625         Log: Subject: [PATCH] vms/test.com, File::Find tests
15626              From: "Craig A. Berry" <craigberry@mac.com>
15627              Date: Fri, 22 Mar 2002 16:52:59 -0600
15628              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
15629      Branch: perl
15630            ! vms/test.com
15631 ____________________________________________________________________________
15632 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
15633         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
15634              From: Michael G Schwern <schwern@pobox.com>
15635              Date: Fri, 22 Mar 2002 18:08:19 -0500
15636              Message-ID: <20020322230819.GB16454@blackrider>
15637      Branch: perl
15638            ! ext/Sys/Syslog/Syslog.pm
15639 ____________________________________________________________________________
15640 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
15641         Log: Update the information on Encode.
15642      Branch: perl
15643            ! pod/perldelta.pod
15644 ____________________________________________________________________________
15645 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
15646         Log: Upgrade to Encode 0.96, from Dan Kogai.
15647      Branch: perl
15648            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15649            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15650            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15651            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15652            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15653            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15654            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
15655            ! ext/Encode/lib/Encode/Alias.pm
15656            ! ext/Encode/lib/Encode/Encoding.pm
15657            ! ext/Encode/lib/Encode/Internal.pm
15658            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15659 ____________________________________________________________________________
15660 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
15661         Log: Subject: [PATCH] h2xs.t fix for VMS
15662              From: "Craig A. Berry" <craigberry@mac.com>
15663              Date: Fri, 22 Mar 2002 15:47:38 -0600
15664              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
15665      Branch: perl
15666            ! lib/h2xs.t
15667 ____________________________________________________________________________
15668 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
15669         Log: One more pass.
15670      Branch: perl
15671            ! epoc/config.sh
15672 ____________________________________________________________________________
15673 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
15674         Log: Even better version from Olaf Flebbe.
15675      Branch: perl
15676            ! epoc/config.sh pp_sys.c util.c
15677 ____________________________________________________________________________
15678 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
15679         Log: EPOC update from Olaf Flebbe.
15680      Branch: perl
15681            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
15682            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
15683 ____________________________________________________________________________
15684 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
15685         Log: Tweak from John P. Linderman.
15686      Branch: perl
15687            ! pod/perlhack.pod
15688 ____________________________________________________________________________
15689 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
15690         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
15691              From: Stas Bekman <stas@stason.org>
15692              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
15693              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
15694      Branch: perl
15695            ! pod/perlfunc.pod
15696 ____________________________________________________________________________
15697 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
15698         Log: Subject: [PATCH] check sysconf's return value in reentr.c
15699              From: <slaven.rezic@berlin.de>
15700              Date: Fri, 22 Mar 2002 18:30:36 +0100
15701              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
15702              
15703              (plus use 4k instead 2k as the "usual" size)
15704      Branch: perl
15705            ! reentr.c reentr.pl
15706 ____________________________________________________________________________
15707 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
15708         Log: Update Changes.
15709      Branch: perl
15710            ! Changes patchlevel.h
15711 ____________________________________________________________________________
15712 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
15713         Log: Forgot from #15416.
15714      Branch: perl
15715            ! pod/perlfaq3.pod
15716 ____________________________________________________________________________
15717 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
15718         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
15719              From: andreas.koenig@anima.de (Andreas J. Koenig)
15720              Date: Fri, 22 Mar 2002 16:27:51 +0100
15721              Message-ID: <m3n0x0vczs.fsf@anima.de>
15722      Branch: perl
15723            ! pod/perlmodstyle.pod
15724 ____________________________________________________________________________
15725 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
15726         Log: metaconfig unit changes for #15418.
15727      Branch: metaconfig
15728            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15729            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15730            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15731            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15732            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15733            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15734            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15735            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15736            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15737            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15738            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15739            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15740            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15741            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15742            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15743            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15744            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15745            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15746            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15747            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15748            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15749            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15750            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15751            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15752 ____________________________________________________________________________
15753 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
15754         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
15755              Also, there's no i_stdio.
15756      Branch: perl
15757            ! Configure reentr.h reentr.pl
15758 ____________________________________________________________________________
15759 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
15760         Log: Document a known AIX warning.
15761      Branch: perl
15762            ! pod/perldelta.pod
15763 ____________________________________________________________________________
15764 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
15765         Log: Undo #15415, allow the faq people to catch up first.
15766      Branch: perl
15767            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15768 ____________________________________________________________________________
15769 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
15770         Log: FAQ sync.
15771      Branch: perl
15772            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
15773 ____________________________________________________________________________
15774 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
15775         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
15776              From: andreas.koenig@anima.de (Andreas J. Koenig)
15777              Date: Fri, 22 Mar 2002 15:16:19 +0100
15778              Message-ID: <m38z8kwuvg.fsf@anima.de>
15779              
15780              (plus reformat)
15781      Branch: perl
15782            ! pod/perldelta.pod
15783 ____________________________________________________________________________
15784 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
15785         Log: Integrate perlio:
15786              
15787              [ 15412]
15788              Check for sanity of UTF-8 keys in hashes
15789              (feel free to add more tests...)
15790              
15791              [ 15410]
15792              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15793              - when (e.g.) STDOUT is char special file and gets IoOFP
15794              created - do _NOT_ pass num_svs as that fopen-s stringified
15795              glob, and not fdopen-s the fd.
15796      Branch: perl
15797           +> t/op/utfhash.t
15798           !> MANIFEST doio.c
15799 ____________________________________________________________________________
15800 [ 15412] By: nick                                  on 2002/03/22  10:50:53
15801         Log: Check for sanity of UTF-8 keys in hashes
15802              (feel free to add more tests...)
15803      Branch: perlio
15804            + t/op/utfhash.t
15805            ! MANIFEST
15806 ____________________________________________________________________________
15807 [ 15411] By: ams                                   on 2002/03/22  08:36:33
15808         Log: Revert #15200 for backwards compatiblity reasons.
15809      Branch: perl
15810            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15811            ! pp_ctl.c t/op/override.t
15812 ____________________________________________________________________________
15813 [ 15410] By: nick                                  on 2002/03/22  07:47:41
15814         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15815              - when (e.g.) STDOUT is char special file and gets IoOFP
15816              created - do _NOT_ pass num_svs as that fopen-s stringified
15817              glob, and not fdopen-s the fd.
15818      Branch: perlio
15819            ! doio.c
15820 ____________________________________________________________________________
15821 [ 15409] By: nick                                  on 2002/03/22  07:19:33
15822         Log: Integrate mainline
15823      Branch: perlio
15824           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15825           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15826           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15827           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15828           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15829           +> ext/Encode/lib/Encode/Details.pod
15830           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15831           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15832           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15833           +> lib/Pod/t/pod2html-lib.pl
15834            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15835           !> (integrate 39 files)
15836 ____________________________________________________________________________
15837 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
15838         Log: Win32 tweak from mjd.
15839      Branch: perl
15840            ! lib/Tie/File.pm
15841 ____________________________________________________________________________
15842 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
15843         Log: If Unicode keys are entered to a hash, a bit is turned on.
15844              If the bit is on, when the keys are fetched from the hash
15845              (%h, each %h, keys %h), the Unicodified versions of the keys
15846              are returned if needed.  This solution errs on the size of
15847              over-Unicodifying, the old solution erred on the side of
15848              under-Unicodifying.  As long as the hash keys can be a mix
15849              of byte and Unicode strings, a perfect fit is hard to come by.
15850      Branch: perl
15851            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
15852            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
15853 ____________________________________________________________________________
15854 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
15855         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15856              From: Mike Guy <mjtg@cam.ac.uk>
15857              Date: Fri, 22 Mar 2002 02:08:20 +0000
15858              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
15859      Branch: perl
15860            ! pod/perldelta.pod
15861 ____________________________________________________________________________
15862 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
15863         Log: PM_SETRE() fallout.
15864      Branch: perl
15865            ! ext/ByteLoader/bytecode.h
15866 ____________________________________________________________________________
15867 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
15868         Log: Subject: [PATCH pod/perlxs.pod] doc fix
15869              From: Stas Bekman <stas@stason.org>
15870              Date: Thu, 21 Mar 2002 18:47:35 +0800
15871              Message-ID: <3C99BA47.9010403@stason.org>
15872      Branch: perl
15873            ! pod/perlxs.pod
15874 ____________________________________________________________________________
15875 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
15876         Log: Subject: [PATCH]
15877              From: Slaven Rezic <slaven.rezic@berlin.de>
15878              Date: 21 Mar 2002 10:19:23 +0100
15879              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
15880              
15881              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
15882      Branch: perl
15883            ! hints/freebsd.sh
15884 ____________________________________________________________________________
15885 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
15886         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
15887              From: Tim Bunce <Tim.Bunce@pobox.com>
15888              Date: Thu, 21 Mar 2002 21:18:05 +0000
15889              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
15890      Branch: perl
15891            ! ext/Storable/Storable.xs
15892 ____________________________________________________________________________
15893 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
15894         Log: Reword the Apache^Wmod_perl bit so that Sarathy
15895              can sleep easier :-)
15896      Branch: perl
15897            ! pod/perldelta.pod
15898 ____________________________________________________________________________
15899 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
15900         Log: It seems that the strange failure (core dump) of
15901              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
15902              (1) using Sun's cc helps
15903              (2) rewriting the ithreads PM_SETRE() to do the
15904              setting in two steps helps
15905              (3) no other platforms have the crash
15906              (4) Tru64's Third Degree sees nothing evil
15907              So we implement (2).
15908      Branch: perl
15909            ! op.h
15910 ____________________________________________________________________________
15911 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
15912         Log: Solaris: default to the SUNwspro cc if it is available.
15913      Branch: perl
15914            ! hints/solaris_2.sh
15915 ____________________________________________________________________________
15916 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
15917         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15918              does not get fixed in time.
15919      Branch: perl
15920            ! pod/perldelta.pod
15921 ____________________________________________________________________________
15922 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
15923         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
15924              From: Dave Mitchell <davem@fdgroup.com>
15925              Date: Thu, 21 Mar 2002 17:24:40 +0000
15926              Message-ID: <20020321172440.C13683@fdgroup.com>
15927      Branch: perl
15928            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
15929            ! pod/perlapi.pod proto.h sv.h toke.c
15930 ____________________________________________________________________________
15931 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
15932         Log: One more proto escapee.
15933      Branch: perl
15934            ! hints/linux.sh
15935 ____________________________________________________________________________
15936 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
15937         Log: metaconfig unit change for #15394.
15938      Branch: metaconfig/U/perl
15939            ! Checkcc.U
15940 ____________________________________________________________________________
15941 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
15942         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
15943              From: Robin Barker <rmb1@cise.npl.co.uk>
15944              Date: Thu, 21 Mar 2002 17:35:00 GMT
15945              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
15946      Branch: perl
15947            ! Configure
15948 ____________________________________________________________________________
15949 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
15950         Log: Subject: Re: [tests for Pod::Html]
15951              From: Stas Bekman <stas@stason.org>
15952              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
15953              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
15954      Branch: perl
15955            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15956            - t/pod2html/README
15957            ! MANIFEST lib/Pod/t/pod2html-lib.pl
15958 ____________________________________________________________________________
15959 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
15960         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
15961              From: Stas Bekman <stas@stason.org>
15962              Date: Thu, 21 Mar 2002 18:50:56 +0800
15963              Message-ID: <3C99BB10.50004@stason.org>
15964      Branch: perl
15965            ! ext/Cwd/Cwd.xs
15966 ____________________________________________________________________________
15967 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
15968         Log: Upgrade to Encode 0.95, from Dan Kogai.
15969      Branch: perl
15970            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15971            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15972            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15973            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15974            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15975            + ext/Encode/lib/Encode/Details.pod
15976            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15977            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15978            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15979            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
15980            ! ext/Encode/Makefile.PL
15981 ____________________________________________________________________________
15982 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
15983         Log: Mention the new syslog try-harder feature.
15984      Branch: perl
15985            ! pod/perldelta.pod
15986 ____________________________________________________________________________
15987 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
15988         Log: metaconfig unit changes for #15388.
15989      Branch: metaconfig
15990            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15991            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15992            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15993            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15994            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15995            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15996            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15997            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15998            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15999            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16000            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16001            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16002            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16003            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16004            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16005            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16006            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16007            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16008            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16009            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16010            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16011            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16012            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16013            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16014 ____________________________________________________________________________
16015 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
16016         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
16017              From: Spider Boardman <spider@web.zk3.dec.com>
16018              Date: Thu, 21 Mar 2002 09:23:45 -0500
16019              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
16020      Branch: perl
16021            ! Configure hints/hpux.sh reentr.pl
16022 ____________________________________________________________________________
16023 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
16024         Log: NetWare diff from C Aditya.
16025      Branch: perl
16026            ! perl.h
16027 ____________________________________________________________________________
16028 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
16029         Log: The htmlview test doesn't work yet.
16030      Branch: perl
16031            + t/pod2html/README
16032            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16033            ! MANIFEST
16034 ____________________________________________________________________________
16035 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
16036         Log: Placeholder.
16037      Branch: perl
16038            ! MANIFEST
16039 ____________________________________________________________________________
16040 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
16041         Log: Integrate perlio:
16042              
16043              [ 15381]
16044              Restore tabs so dmake will parse file!
16045      Branch: perl
16046           !> win32/makefile.mk
16047 ____________________________________________________________________________
16048 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
16049         Log: Subject: [tests for Pod::Html]
16050              From: Stas Bekman <stas@stason.org>
16051              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
16052              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
16053      Branch: perl
16054            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16055            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16056            + lib/Pod/t/pod2html-lib.pl
16057            ! MANIFEST
16058 ____________________________________________________________________________
16059 [ 15382] By: nick                                  on 2002/03/21  07:21:57
16060         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
16061      Branch: perlio
16062           +> ext/Encode/AUTHORS ext/Encode/Changes
16063           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16064           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16065           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16066           +> ext/I18N/Langinfo/fallback/const-c.inc
16067           +> ext/I18N/Langinfo/fallback/const-xs.inc
16068           +> lib/ExtUtils/t/Constant.t
16069            - ext/Encode/Encode/euc-jp-0212.enc
16070            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
16071            - ext/Encode/t/table.euc ext/Encode/t/table.ref
16072            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
16073           !> (integrate 105 files)
16074 ____________________________________________________________________________
16075 [ 15381] By: nick                                  on 2002/03/21  06:59:57
16076         Log: Restore tabs so dmake will parse file!
16077      Branch: perlio
16078            ! win32/makefile.mk
16079 ____________________________________________________________________________
16080 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
16081         Log: Upgrade to Unicode::Normalize 0.16.
16082      Branch: perl
16083            ! ext/Unicode/Normalize/Changes
16084            ! ext/Unicode/Normalize/Normalize.pm
16085 ____________________________________________________________________________
16086 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
16087         Log: Schwern's wallet is a bit more loose.
16088      Branch: perl
16089            ! t/lib/1_compile.t
16090 ____________________________________________________________________________
16091 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
16092         Log: Subject: [PATCH]
16093              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16094              Date: Wed, 20 Mar 2002 22:56:17 -0000
16095              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
16096              
16097              packWARN also for subdirs.
16098      Branch: perl
16099            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
16100            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
16101            ! win32/win32.c
16102 ____________________________________________________________________________
16103 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
16104         Log: A plan is better.
16105      Branch: perl
16106            ! ext/Encode/t/CJKalias.t
16107 ____________________________________________________________________________
16108 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
16109         Log: Upgrade to Encode 0.94, from Dan Kogai.
16110      Branch: perl
16111            + ext/Encode/lib/Encode/Description.pod
16112            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16113            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16114            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16115            ! ext/Encode/lib/Encode/Encoding.pm
16116            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16117            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16118            ! ext/Encode/t/CJKalias.t
16119 ____________________________________________________________________________
16120 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
16121         Log: Rats' nest.
16122      Branch: perl
16123            ! hints/solaris_2.sh
16124 ____________________________________________________________________________
16125 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
16126         Log: Rrright.
16127      Branch: perl
16128            ! pod/perlguts.pod
16129 ____________________________________________________________________________
16130 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
16131         Log: Update Changes.
16132      Branch: perl
16133            ! Changes patchlevel.h
16134 ____________________________________________________________________________
16135 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
16136         Log: Reapply #15336.
16137      Branch: perl
16138            ! ext/Encode/lib/Encode/Tcl.pm
16139 ____________________________________________________________________________
16140 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
16141         Log: Upgrade to Encode 0.93, from Dan Kogai.
16142      Branch: perl
16143            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
16144            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16145            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16146            ! ext/Encode/README ext/Encode/TW/TW.pm
16147            ! ext/Encode/lib/Encode/CN/HZ.pm
16148            ! ext/Encode/lib/Encode/Encoding.pm
16149            ! ext/Encode/lib/Encode/Internal.pm
16150            ! ext/Encode/lib/Encode/JP/Constants.pm
16151            ! ext/Encode/lib/Encode/JP/H2Z.pm
16152            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16153            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16154            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16155            ! ext/Encode/lib/Encode/Tcl/Table.pm
16156            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16157            ! ext/Encode/lib/Encode/iso10646_1.pm
16158            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16159            ! ext/Encode/t/JP.t
16160 ____________________________________________________________________________
16161 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
16162         Log: Subject: patch for syslog
16163              From: <Nick.Williams@morganstanley.com>
16164              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
16165              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
16166      Branch: perl
16167            ! ext/Sys/Syslog/Syslog.pm
16168 ____________________________________________________________________________
16169 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
16170         Log: Some failure updates.
16171      Branch: perl
16172            ! pod/perldelta.pod
16173 ____________________________________________________________________________
16174 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16175         Log: Getopt::Long 2.29 from Johan Vromans.
16176      Branch: perl
16177            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16178 ____________________________________________________________________________
16179 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16180         Log: Rename ExtUtils.t to Constant.t, as suggested by
16181              Nicholas Clark.
16182      Branch: perl
16183            + lib/ExtUtils/t/Constant.t
16184            - lib/ExtUtils/t/ExtUtils.t
16185            ! MANIFEST
16186 ____________________________________________________________________________
16187 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16188         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16189              From: Nicholas Clark <nick@unfortu.net>
16190              Date: Tue, 19 Mar 2002 22:50:28 +0000
16191              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16192      Branch: perl
16193            ! t/lib/1_compile.t
16194 ____________________________________________________________________________
16195 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16196         Log: Subject: Re: The story of O [PATCH]
16197              From: Richard.Foley@t-online.de (Richard Foley)
16198              Date: Sun, 17 Mar 2002 08:37:26 +0100
16199              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16200      Branch: perl
16201            ! lib/perl5db.pl
16202 ____________________________________________________________________________
16203 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16204         Log: Mention the external modules Encode::HanExtra and
16205              PadWalker.
16206      Branch: perl
16207            ! pod/perldelta.pod
16208 ____________________________________________________________________________
16209 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16210         Log: Subject: [PATCH] List lexicals from debugger
16211              From: Peter Scott <Peter@PSDT.com>
16212              Date: Tue, 19 Mar 2002 12:28:52 -0800
16213              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16214      Branch: perl
16215            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16216 ____________________________________________________________________________
16217 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16218         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16219              and :encoding(xxx) was errorneously parsed.
16220      Branch: perl
16221            ! lib/open.pm
16222 ____________________________________________________________________________
16223 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16224         Log: Subject: [PATCH bleadperl] exec.t tweak
16225              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16226              Date: Wed, 20 Mar 2002 01:21:40 +0100
16227              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16228              
16229              4NT returns 2 as error-code for nonexistant file.
16230      Branch: perl
16231            ! t/op/exec.t
16232 ____________________________________________________________________________
16233 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16234         Log: minor Tie::File test patch to make win32 happier, from mjd.
16235      Branch: perl
16236            ! lib/Tie/File/t/30_defer.t
16237 ____________________________________________________________________________
16238 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16239         Log: Subject: [PATCH bleadperl] magic.t tweak
16240              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16241              Date: Wed, 20 Mar 2002 00:39:16 +0100
16242              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16243      Branch: perl
16244            ! t/op/magic.t
16245 ____________________________________________________________________________
16246 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16247         Log: Typo fix from Andreas Koenig, plus a tweak.
16248      Branch: perl
16249            ! pod/perlunicode.pod
16250 ____________________________________________________________________________
16251 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16252         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16253              in Mandrake 8.2.  Now we need to figure out a way not to
16254              unbreak Apache.
16255      Branch: perl
16256            ! hints/linux.sh
16257 ____________________________________________________________________________
16258 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16259         Log: Fix for "UTF-8 bug with s///" from Hugo.
16260      Branch: perl
16261            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16262            ! t/op/pat.t
16263 ____________________________________________________________________________
16264 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16265         Log: metaconfig unit change for #15354.
16266      Branch: metaconfig
16267            ! U/threads/usethreads.U
16268 ____________________________________________________________________________
16269 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16270         Log: Installation updates on threads and perlio.
16271      Branch: perl
16272            ! Configure INSTALL
16273 ____________________________________________________________________________
16274 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16275         Log: Tpo.
16276      Branch: perl
16277            ! pod/perlfaq6.pod
16278 ____________________________________________________________________________
16279 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16280         Log: Regen modlib and toc.
16281      Branch: perl
16282            ! pod/perlmodlib.pod pod/perltoc.pod
16283 ____________________________________________________________________________
16284 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
16285         Log: Whitespace tweaks.
16286      Branch: perl
16287            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
16288            ! pod/perltodo.pod pod/perlunicode.pod
16289 ____________________________________________________________________________
16290 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
16291         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
16292              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
16293              (And as suggested by Markus Kuhn.)
16294              
16295              While we are at it, document also the case of
16296              mixed hash keys as a known potential troublemaker.
16297              (Since it's locale-related, sometimes.)
16298      Branch: perl
16299            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
16300            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
16301            ! pod/perluniintro.pod
16302 ____________________________________________________________________________
16303 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
16304         Log: Surely a typo.
16305      Branch: perl
16306            ! gv.c
16307 ____________________________________________________________________________
16308 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
16309         Log: Take two.
16310      Branch: perl
16311            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16312            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16313 ____________________________________________________________________________
16314 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
16315         Log: Let's try this from scratch.
16316      Branch: perl
16317            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16318            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16319 ____________________________________________________________________________
16320 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
16321         Log: I could do this all day...
16322      Branch: perl
16323            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16324            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16325 ____________________________________________________________________________
16326 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
16327         Log: Grrr.
16328      Branch: perl
16329            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16330            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16331 ____________________________________________________________________________
16332 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
16333         Log: Subject: Re: Nearly OK for cygwin@15318
16334              From: John Peacock <jpeacock@rowman.com>
16335              Date: Tue, 19 Mar 2002 15:58:08 -0500
16336              Message-ID: <3C97A660.3060302@rowman.com>
16337      Branch: perl
16338            ! pod/perlport.pod
16339 ____________________________________________________________________________
16340 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
16341         Log: Subject: Re: Nearly OK for cygwin@15318
16342              From: <slaven.rezic@berlin.de>
16343              Date: Tue, 19 Mar 2002 21:47:49 +0100
16344              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
16345              
16346              Subject: Re: Nearly OK for cygwin@15318
16347              From: <slaven.rezic@berlin.de>
16348              Date: Tue, 19 Mar 2002 21:37:18 +0100
16349              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
16350      Branch: perl
16351            ! pod/perlport.pod t/io/fs.t
16352 ____________________________________________________________________________
16353 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
16354         Log: D'oh.
16355      Branch: perl
16356            + ext/I18N/Langinfo/fallback/const-c.inc
16357            + ext/I18N/Langinfo/fallback/const-xs.inc
16358 ____________________________________________________________________________
16359 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
16360         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
16361              From: Nicholas Clark <nick@unfortu.net>
16362              Date: Tue, 19 Mar 2002 22:37:08 +0000
16363              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
16364              
16365              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
16366              From: Nicholas Clark <nick@ccl4.org>
16367              Date: Tue, 19 Mar 2002 22:39:55 +0000
16368              Message-ID: <20020319223954.G94831@plum.flirble.org>
16369      Branch: perl
16370            - ext/I18N/Langinfo/fallback.xs
16371            ! MANIFEST
16372 ____________________________________________________________________________
16373 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
16374         Log: Text, not binary.
16375      Branch: perl
16376            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16377            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16378 ____________________________________________________________________________
16379 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
16380         Log: Subject: Re: perl@15244
16381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16382              Date: Mon, 18 Mar 2002 17:37:31 +0100
16383              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
16384              
16385              (Goedendag: Dutch whitespace police)
16386      Branch: perl
16387            ! hints/hpux.sh
16388 ____________________________________________________________________________
16389 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
16390         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
16391              From: Nicholas Clark <nick@unfortu.net>
16392              Date: Tue, 19 Mar 2002 21:52:47 +0000
16393              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
16394      Branch: perl
16395            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
16396            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
16397            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16398            ! ext/Sys/Syslog/Makefile.PL
16399 ____________________________________________________________________________
16400 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
16401         Log: More pathname portability checks.
16402      Branch: perl
16403            ! Porting/check83.pl
16404 ____________________________________________________________________________
16405 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
16406         Log: Begone, Encode::Tcl::Extended.
16407      Branch: perl
16408            ! ext/Encode/lib/Encode/Tcl.pm
16409 ____________________________________________________________________________
16410 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
16411         Log: This is like trying to put the shaving cream
16412              back to the can...
16413      Branch: perl
16414            ! hints/linux.sh
16415 ____________________________________________________________________________
16416 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
16417         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
16418              types of usleep().  Fun, fun. fun.
16419      Branch: perl
16420            ! hints/linux.sh
16421 ____________________________________________________________________________
16422 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
16423         Log: Sarathy's new suggestion for Linux threading flags.
16424      Branch: perl
16425            ! hints/linux.sh
16426 ____________________________________________________________________________
16427 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
16428         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
16429      Branch: perl
16430            - ext/Encode/Encode/euc-jp-0212.ucm
16431            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
16432            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16433 ____________________________________________________________________________
16434 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
16435         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
16436              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16437              Date: Tue, 19 Mar 2002 00:42:22 +0100
16438              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
16439      Branch: perl
16440            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16441 ____________________________________________________________________________
16442 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
16443         Log: "+" is not a valid filename character in VMS.
16444      Branch: perl
16445            + ext/Encode/Encode/euc-jp-0212.ucm
16446            - ext/Encode/Encode/euc-jp+0212.ucm
16447            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16448 ____________________________________________________________________________
16449 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16450         Log: Update Changes.
16451      Branch: perl
16452            ! Changes patchlevel.h
16453 ____________________________________________________________________________
16454 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16455         Log: Take away _GNU_SOURCE since that does not seem
16456              to play well with other software (like Apache),
16457              just hint away the WHOAs.
16458      Branch: perl
16459            ! hints/linux.sh
16460 ____________________________________________________________________________
16461 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16462         Log: metaconfig unit change for #15326.
16463      Branch: metaconfig
16464            ! U/threads/d_crypt_r.U
16465 ____________________________________________________________________________
16466 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16467         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16468      Branch: perl
16469            ! Configure reentr.h reentr.pl
16470 ____________________________________________________________________________
16471 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16472         Log: VMS acrobatics from Peter Prymmer.
16473      Branch: perl
16474            ! lib/ExtUtils/t/ExtUtils.t
16475 ____________________________________________________________________________
16476 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16477         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16478              From: Stas Bekman <stas@stason.org>
16479              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16480              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16481      Branch: perl
16482            ! lib/Pod/Html.pm
16483 ____________________________________________________________________________
16484 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16485         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16487              Date: Tue, 19 Mar 2002 10:49:27 +0100
16488              Message-ID: <20020319104927.C705@rafael>   
16489      Branch: perl
16490            ! ext/B/t/xref.t
16491 ____________________________________________________________________________
16492 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16493         Log: Integrate perlio:
16494              
16495              [ 15314]
16496              Move docs for Encode::valid_utf8 (which does not exist)
16497              to be docs for utf8::valid() (which does).
16498      Branch: perl
16499           !> ext/Encode/Encode.pm lib/utf8.pm
16500 ____________________________________________________________________________
16501 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16502         Log: Remove Encode::Tcl::Extended, suggested by
16503              SADAHIRO Tomoyuki.
16504      Branch: perl
16505            - ext/Encode/Encode/euc-jp-0212.enc
16506            - ext/Encode/lib/Encode/Tcl/Extended.pm
16507            ! MANIFEST ext/Encode/MANIFEST
16508            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16509            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16510 ____________________________________________________________________________
16511 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16512         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16513      Branch: perl
16514            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16515            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16516            + ext/Encode/t/jisx0212.ref
16517            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16518            - ext/Encode/t/table.ref
16519            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16520            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16521            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16522            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16523            ! ext/Encode/lib/Encode/CN/HZ.pm
16524            ! ext/Encode/lib/Encode/Encoding.pm
16525            ! ext/Encode/lib/Encode/Internal.pm
16526            ! ext/Encode/lib/Encode/JP/Constants.pm
16527            ! ext/Encode/lib/Encode/JP/H2Z.pm
16528            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16529            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16530            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16531            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16532            ! ext/Encode/lib/Encode/Tcl/Table.pm
16533            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16534            ! ext/Encode/lib/Encode/iso10646_1.pm
16535            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16536            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
16537            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
16538 ____________________________________________________________________________
16539 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
16540         Log: constness+signedness nit.
16541      Branch: perl
16542            ! ext/Unicode/Normalize/Normalize.xs
16543 ____________________________________________________________________________
16544 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
16545         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
16546      Branch: perl
16547            ! ext/Unicode/Normalize/Changes
16548            ! ext/Unicode/Normalize/Normalize.pm
16549            ! ext/Unicode/Normalize/Normalize.xs
16550            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16551            ! ext/Unicode/Normalize/t/func.t
16552 ____________________________________________________________________________
16553 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
16554         Log: Split the ebcdic details to perlebcdic.
16555      Branch: perl
16556            ! pod/perlebcdic.pod pod/perluniintro.pod
16557 ____________________________________________________________________________
16558 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
16559         Log: Be explicit.
16560      Branch: perl
16561            ! pod/perluniintro.pod
16562 ____________________________________________________________________________
16563 [ 15315] By: nick                                  on 2002/03/19  09:24:18
16564         Log: Integrate mainline
16565      Branch: perlio
16566           +> ext/List/Util/t/openhan.t
16567           !> (integrate 53 files)
16568 ____________________________________________________________________________
16569 [ 15314] By: nick                                  on 2002/03/19  07:39:07
16570         Log: Move docs for Encode::valid_utf8 (which does not exist)
16571              to be docs for utf8::valid() (which does).
16572      Branch: perlio
16573            ! ext/Encode/Encode.pm lib/utf8.pm
16574 ____________________________________________________________________________
16575 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
16576         Log: Update the Unicode vs EBCDIC situation.
16577      Branch: perl
16578            ! pod/perlebcdic.pod pod/perluniintro.pod
16579 ____________________________________________________________________________
16580 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
16581         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
16582              From: Robert Spier <rspier@pobox.com>
16583              Date: Mon, 18 Mar 2002 19:22:55 -0800
16584              Message-ID: <15510.44815.383439.823671@rls.cx>
16585      Branch: perl
16586            ! ext/threads/t/end.t
16587 ____________________________________________________________________________
16588 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
16589         Log: UTF-8 walk errors that become visible in EBCDIC.
16590      Branch: perl
16591            ! regexec.c
16592 ____________________________________________________________________________
16593 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
16594         Log: s/regcinclasslen/reginclass/ and remove the old
16595              reginclass since nothing is using it.
16596      Branch: perl
16597            ! embed.fnc embed.h proto.h regexec.c
16598 ____________________________________________________________________________
16599 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
16600         Log: Close the file so it can be (a) removed (b) reopened.
16601      Branch: perl
16602            ! ext/B/t/xref.t
16603 ____________________________________________________________________________
16604 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
16605         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
16606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16607              Date: Mon, 18 Mar 2002 23:14:31 +0100
16608              Message-ID: <20020318231431.A699@rafael>
16609      Branch: perl
16610            ! ext/B/B.xs utf8.c
16611 ____________________________________________________________________________
16612 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
16613         Log: Failed patch hunk reapplied.
16614      Branch: perl
16615            ! lib/Tie/File/t/32_defer_misc.t
16616 ____________________________________________________________________________
16617 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
16618         Log: For DEBUGGING threaded builds.
16619      Branch: perl
16620            ! sv.c
16621 ____________________________________________________________________________
16622 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
16623         Log: AUTHORS update.
16624      Branch: perl
16625            ! AUTHORS
16626 ____________________________________________________________________________
16627 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
16628         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
16629              (Fix from Craig Berry)
16630      Branch: perl
16631            ! pp_sys.c
16632 ____________________________________________________________________________
16633 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
16634         Log: Subject: [PATCH] configure.com home-grown kill() check
16635              From: "Craig A. Berry" <craigberry@mac.com>
16636              Date: Mon, 18 Mar 2002 13:52:59 -0600
16637              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
16638      Branch: perl
16639            ! configure.com
16640 ____________________________________________________________________________
16641 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
16642         Log: Upgrade to Tie::File 0.50.
16643      Branch: perl
16644            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16645            ! lib/Tie/File/t/32_defer_misc.t
16646 ____________________________________________________________________________
16647 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
16648         Log: AUTHORS updates.
16649      Branch: perl
16650            ! AUTHORS
16651 ____________________________________________________________________________
16652 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
16653         Log: Update Changes.
16654      Branch: perl
16655            ! Changes patchlevel.h
16656 ____________________________________________________________________________
16657 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
16658         Log: OS/390 update.
16659      Branch: perl
16660            ! pod/perldelta.pod
16661 ____________________________________________________________________________
16662 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
16663         Log: Forgot from #15288.
16664      Branch: perl
16665            ! ext/B/B.xs
16666 ____________________________________________________________________________
16667 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
16668         Log: Make regex DEBUGGING faster.
16669      Branch: perl
16670            ! perl.c perl.h regexec.c
16671 ____________________________________________________________________________
16672 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
16673         Log: Undo accidental perl.h part of #15295 (wait for #15297)
16674      Branch: perl
16675            ! perl.h
16676 ____________________________________________________________________________
16677 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
16678         Log: Subject: prefix slip
16679              From: andreas.koenig@anima.de (Andreas J. Koenig)
16680              Date: Mon, 18 Mar 2002 16:24:46 +0100
16681              Message-ID: <m3y9gp3nlt.fsf@anima.de>
16682              
16683              (perl.h part accidental, undone by #15296)
16684      Branch: perl
16685            ! INSTALL perl.h
16686 ____________________________________________________________________________
16687 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
16688         Log: Be tidy.
16689      Branch: perl
16690            ! ext/B/t/xref.t
16691 ____________________________________________________________________________
16692 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
16693         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
16694              From: Spider Boardman <spider@web.zk3.dec.com>
16695              Date: Mon, 18 Mar 2002 10:09:50 -0500
16696              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
16697      Branch: perl
16698            ! README.tru64 hints/dec_osf.sh
16699 ____________________________________________________________________________
16700 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
16701         Log: NetWare tweaks from C Aditya <caditya@novell.com>
16702      Branch: perl
16703            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
16704 ____________________________________________________________________________
16705 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
16706         Log: metaconfig unit change for #15290.
16707      Branch: metaconfig/U/perl
16708            ! perlxv.U
16709 ____________________________________________________________________________
16710 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
16711         Log: Subject: d_nv_preserves_uv_bits
16712              From: Nicholas Clark <nick@unfortu.net>
16713              Date: Thu, 14 Mar 2002 22:24:19 +0000
16714              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
16715      Branch: perl
16716            ! Configure Porting/Glossary Porting/config.sh config_h.SH
16717            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
16718            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16719            ! win32/config.bc win32/config.gc win32/config.vc
16720            ! win32/config.win64
16721 ____________________________________________________________________________
16722 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
16723         Log: Subject: Re: perl@15244
16724              From: Spider Boardman <spider@web.zk3.dec.com>
16725              Date: Mon, 18 Mar 2002 09:38:55 -0500
16726              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
16727              
16728              (IA64 work.)
16729      Branch: perl
16730            ! hints/hpux.sh perl.h
16731 ____________________________________________________________________________
16732 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
16733         Log: Subject: [PATCH B] B::perlstring()
16734              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16735              Date: Sun, 17 Mar 2002 23:06:12 +0100
16736              Message-ID: <20020317230612.A24442@rafael>
16737      Branch: perl
16738            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
16739 ____________________________________________________________________________
16740 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
16741         Log: Subject: [PATCH] another pack "w" thing
16742              From: Nicholas Clark <nick@unfortu.net>
16743              Date: Sat, 16 Mar 2002 21:52:15 +0000
16744              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
16745      Branch: perl
16746            ! pp_pack.c t/op/pack.t
16747 ____________________________________________________________________________
16748 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
16749         Log: More prototypes blindness in Solaris.
16750              (TODO: readdir64_r really needs to be seen.)
16751      Branch: perl
16752            ! hints/solaris_2.sh
16753 ____________________________________________________________________________
16754 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
16755         Log: Integrate perlio:
16756              
16757              [ 15282]
16758              Tidy the "does not map" message for non-characters
16759              (e.g. iso-8859-3 "\xA5").
16760      Branch: perl
16761           !> ext/Encode/Encode.xs
16762 ____________________________________________________________________________
16763 [ 15284] By: nick                                  on 2002/03/18  11:00:31
16764         Log: Integrate mainline
16765      Branch: perlio
16766           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16767           +> lib/Tie/File/t/32_defer_misc.t
16768           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
16769           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
16770           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16771           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
16772           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
16773           !> reentr.pl regexec.c t/op/pat.t util.c
16774 ____________________________________________________________________________
16775 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
16776         Log: Sync with Scalar-List-Utils-1.07
16777      Branch: perl
16778            + ext/List/Util/t/openhan.t
16779            ! MANIFEST ext/List/Util/ChangeLog
16780            ! ext/List/Util/lib/List/Util.pm
16781            ! ext/List/Util/lib/Scalar/Util.pm
16782 ____________________________________________________________________________
16783 [ 15282] By: nick                                  on 2002/03/18  08:11:28
16784         Log: Tidy the "does not map" message for non-characters
16785              (e.g. iso-8859-3 "\xA5").
16786      Branch: perlio
16787            ! ext/Encode/Encode.xs
16788 ____________________________________________________________________________
16789 [ 15281] By: ams                                   on 2002/03/18  04:44:37
16790         Log: URL fix from MJD.
16791      Branch: perl
16792            ! pod/perlfaq3.pod
16793 ____________________________________________________________________________
16794 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
16795         Log: More prototype calming (really should fix the Configure
16796              protochk, but not at this point in time).
16797      Branch: perl
16798            ! hints/solaris_2.sh
16799 ____________________________________________________________________________
16800 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
16801         Log: return at the wrong side of #endif.
16802      Branch: perl
16803            ! util.c
16804 ____________________________________________________________________________
16805 [ 15278] By: ams                                   on 2002/03/17  23:45:31
16806         Log: Typo fix from Stas Bekman.
16807      Branch: perl
16808            ! pod/perlhack.pod
16809 ____________________________________________________________________________
16810 [ 15277] By: ams                                   on 2002/03/17  23:41:35
16811         Log: Upgrade to Tie::File 0.21.
16812      Branch: perl
16813            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16814            + lib/Tie/File/t/32_defer_misc.t
16815            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16816            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16817            ! lib/Tie/File/t/22_autochomp.t
16818 ____________________________________________________________________________
16819 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
16820         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
16821              character classes use inlined macros instead of the full
16822              function call.
16823      Branch: perl
16824            ! regexec.c
16825 ____________________________________________________________________________
16826 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
16827         Log: Integrate perlio:
16828              
16829              [ 15274]
16830              Other :encoding oddities
16831              - we should really pop while we can still make method calls
16832              in case DESTROY does something.
16833              - Provide a no-op DESTROY
16834              - Use SvPV_only() rather than just SvPV_on()
16835              
16836              [ 15273]
16837              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16838      Branch: perl
16839           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16840           !> ext/Encode/lib/Encode/Encoding.pm sv.c
16841 ____________________________________________________________________________
16842 [ 15274] By: nick                                  on 2002/03/17  20:00:12
16843         Log: Other :encoding oddities
16844              - we should really pop while we can still make method calls
16845              in case DESTROY does something.
16846              - Provide a no-op DESTROY
16847              - Use SvPV_only() rather than just SvPV_on()
16848      Branch: perlio
16849            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16850            ! ext/Encode/lib/Encode/Encoding.pm
16851 ____________________________________________________________________________
16852 [ 15273] By: nick                                  on 2002/03/17  19:53:24
16853         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16854      Branch: perlio
16855            ! sv.c
16856 ____________________________________________________________________________
16857 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
16858         Log: Implement the retry-on-ERANGE for the get*_r().
16859              The buffer will keep doubling until 64k.
16860      Branch: perl
16861            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
16862            ! reentr.h reentr.pl
16863 ____________________________________________________________________________
16864 [ 15271] By: nick                                  on 2002/03/17  17:38:44
16865         Log: Integrate mainline
16866      Branch: perlio
16867           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16868           +> t/op/pow.t
16869           !> (integrate 28 files)
16870 ____________________________________________________________________________
16871 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
16872         Log: Subject: UTF-8 bug (maybe alreayd known?)
16873              From: andreas.koenig@anima.de (Andreas J. Koenig)
16874              Date: Fri, 08 Mar 2002 16:36:01 +0100
16875              Message-ID: <m3n0xjul5q.fsf@anima.de>
16876      Branch: perl
16877            ! pp_hot.c t/op/pat.t
16878 ____________________________________________________________________________
16879 [ 15269] By: nick                                  on 2002/03/17  09:12:39
16880         Log: Integarate mainline
16881      Branch: perlio
16882           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16883           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16884           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
16885           !> (integrate 69 files)
16886 ____________________________________________________________________________
16887 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
16888         Log: Subject: SEGV in s/// and UTF-8
16889              From: andreas.koenig@anima.de (Andreas J. Koenig)
16890              Date: Tue, 12 Mar 2002 00:40:09 +0100
16891              Message-ID: <m3r8mqad2e.fsf@anima.de>
16892      Branch: perl
16893            ! regexec.c t/op/pat.t
16894 ____________________________________________________________________________
16895 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
16896         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
16897              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
16898              which assume that 2**someinteger is accurate.
16899      Branch: perl
16900            + t/op/pow.t
16901            ! MANIFEST pp.c t/test.pl
16902 ____________________________________________________________________________
16903 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
16904         Log: _r-ify config.win64, too.
16905      Branch: perl
16906            ! win32/config.win64
16907 ____________________________________________________________________________
16908 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
16909         Log: Better place to initialize (IRIX cc noticed that
16910              the many "goto defchars" bypass the initialization)
16911      Branch: perl
16912            ! regcomp.c
16913 ____________________________________________________________________________
16914 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
16915         Log: If not building threaded, never mind the threaded prototypes.
16916      Branch: perl
16917            ! Configure reentr.pl
16918 ____________________________________________________________________________
16919 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
16920         Log: metaconfig: If not using threads, not point probing for the
16921              prototypes (since they might be hidden behind many defines
16922              we won't have if not building threaded)
16923      Branch: metaconfig
16924            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16925            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16926            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16927            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16928            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16929            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16930            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16931            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16932            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16933            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16934            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16935            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16936            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16937            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16938            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16939            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16940            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16941            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16942            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16943            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16944            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16945            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16946            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16947            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16948 ____________________________________________________________________________
16949 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
16950         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
16951      Branch: perl
16952            ! hints/freebsd.sh
16953 ____________________________________________________________________________
16954 [ 15261] By: ams                                   on 2002/03/16  18:14:04
16955         Log: Upgrade to Tie::File 0.20.
16956      Branch: perl
16957            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16958            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16959            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16960            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
16961            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16962            ! lib/Tie/File/t/11_rv_splice_rs.t
16963            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
16964            ! lib/Tie/File/t/16_handle.t
16965 ____________________________________________________________________________
16966 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
16967         Log: There seems to be a trend for the *time_r to be hidden.
16968      Branch: perl
16969            ! hints/irix_6.sh
16970 ____________________________________________________________________________
16971 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
16972         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
16973              From: Stas Bekman <stas@stason.org>
16974              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
16975              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
16976      Branch: perl
16977            ! lib/Pod/Html.pm
16978 ____________________________________________________________________________
16979 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
16980         Log: Subject: [PATCH] Re: dumpvar.pl bug
16981              From: Peter Scott <Peter@PSDT.com>
16982              Date: Fri, 15 Mar 2002 18:19:21 -0800
16983              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
16984      Branch: perl
16985            ! lib/dumpvar.pl lib/perl5db.pl
16986 ____________________________________________________________________________
16987 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
16988         Log: More paranoid _r protochecking.  At least Tru64 and
16989              Linux need additional hinting help to believe that
16990              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
16991              to see what goes bang.
16992      Branch: perl
16993            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
16994            ! reentr.pl
16995 ____________________________________________________________________________
16996 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
16997         Log: metaconfig: more paranoid _r protochecking.
16998      Branch: metaconfig
16999            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17000            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17001            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17002            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17003            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17004            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17005            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17006            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17007            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17008            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17009            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17010            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17011            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17012            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17013            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17014            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17015            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17016            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17017            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17018            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17019            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17020            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17021            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17022            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17023 ____________________________________________________________________________
17024 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
17025         Log: HP-UX gcc 3 warnings found by Sarathy.
17026      Branch: perl
17027            ! regcomp.c sv.c
17028 ____________________________________________________________________________
17029 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
17030         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
17031              From: Slaven Rezic <slaven.rezic@berlin.de>
17032              Date: 16 Mar 2002 15:29:18 +0100
17033              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
17034      Branch: perl
17035            ! pod/perldelta.pod
17036 ____________________________________________________________________________
17037 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
17038         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
17039      Branch: perl
17040            ! Porting/findrfuncs reentr.h reentr.pl
17041 ____________________________________________________________________________
17042 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
17043         Log: UIN32_MAX with borken under HP-UX+gcc
17044      Branch: perl
17045            ! handy.h
17046 ____________________________________________________________________________
17047 [ 15251] By: ams                                   on 2002/03/16  02:38:08
17048         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17049              *::DESTROY() is deprecated
17050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17051              Date: Thu, 14 Mar 2002 18:39:22 -0500
17052              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
17053              
17054              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17055              *::DESTROY() is deprecated
17056              From: Dave Mitchell <davem@fdgroup.com>
17057              Date: Fri, 15 Mar 2002 19:22:49 +0000
17058              Message-Id: <20020315192249.A22389@fdgroup.com>
17059      Branch: perl
17060            ! gv.c t/op/method.t
17061 ____________________________________________________________________________
17062 [ 15250] By: ams                                   on 2002/03/16  02:14:41
17063         Log: Plural nit.
17064      Branch: perl
17065            ! pod/perldelta.pod
17066 ____________________________________________________________________________
17067 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
17068         Log: Doesn't make sense to test for protos if the
17069              functions are not to be used (!= functions exist!)
17070              This might be the key (well, a key) to the HP-UX
17071              problems.
17072      Branch: perl
17073            ! reentr.h reentr.pl
17074 ____________________________________________________________________________
17075 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
17076         Log: Typo in #15247.
17077      Branch: perl
17078            ! hints/hpux.sh
17079 ____________________________________________________________________________
17080 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
17081         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
17082              in HP-UX (from H.Merijn Brand)
17083      Branch: perl
17084            ! hints/hpux.sh
17085 ____________________________________________________________________________
17086 [ 15246] By: ams                                   on 2002/03/15  17:53:23
17087         Log: Subject: minor corrections in perldelta.pod
17088              From: mjd@plover.com
17089              Date: 15 Mar 2002 18:48:42 -0000
17090              Message-Id: <20020315184842.13573.qmail@plover.com>
17091      Branch: perl
17092            ! pod/perldelta.pod
17093 ____________________________________________________________________________
17094 [ 15245] By: ams                                   on 2002/03/15  17:37:52
17095         Log: Upgrade to Tie::File 0.19.
17096      Branch: perl
17097            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17098            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17099            + lib/Tie/File/t/21_win32.t
17100            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17101            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
17102            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
17103            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
17104            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17105            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
17106            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
17107            ! lib/Tie/File/t/17_misc_meth.t
17108 ____________________________________________________________________________
17109 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
17110         Log: Update Changes.
17111      Branch: perl
17112            ! Changes patchlevel.h
17113 ____________________________________________________________________________
17114 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
17115         Log: Forgot from #15241.
17116      Branch: perl
17117            ! win32/config_sh.PL
17118 ____________________________________________________________________________
17119 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
17120         Log: Subject: patch pod/perltodo.pod
17121              From: mjd@plover.com
17122              Date: 15 Mar 2002 15:42:18 -0000
17123              Message-ID: <20020315154218.10163.qmail@plover.com>
17124              
17125              (With s/WANT/Want/)
17126      Branch: perl
17127            ! pod/perltodo.pod
17128 ____________________________________________________________________________
17129 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
17130         Log: Subject: [PATCH bleadperl] (revision 5 undef)
17131              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17132              Date: Fri, 15 Mar 2002 00:39:48 +0100
17133              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
17134      Branch: perl
17135            ! win32/config.bc win32/config.gc win32/config.vc
17136            ! win32/config.win64
17137 ____________________________________________________________________________
17138 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
17139         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
17140              From: Michael G Schwern <schwern@pobox.com>
17141              Date: Thu, 14 Mar 2002 16:39:29 -0500
17142              Message-ID: <20020314213929.GA2912@blackrider>
17143      Branch: perl
17144            ! lib/perl5db.pl
17145 ____________________________________________________________________________
17146 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
17147         Log: Integrate perlio:
17148              
17149              [ 15235]
17150              Add the binmode()s to make JP.t pass on Win32
17151      Branch: perl
17152           !> embed.fnc ext/Encode/t/JP.t
17153 ____________________________________________________________________________
17154 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
17155         Log: Monster _r patch: try to scan for all known _r variants,
17156              and then use them (under ithreads).  May fail in HP-UX,
17157              and the op/groups is known to be fickle everywhere.  Known
17158              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
17159              warnings in AIX since the first arguments of getnetbyaddr
17160              and getnetbyadd_r are of different types.  Thanks, IBM.)
17161              
17162              In non-Configure platforms deny the existence of any
17163              of the _r thingies.  (Also add the recently introduced
17164              d_tm_* to places it wasn't already in.)
17165              
17166              TODO: the suggested glibc buffer growth retry loop in case
17167              some entries (at least for: gr*, host*) are big.
17168              Forgot win32/config.win64.
17169      Branch: perl
17170            + reentr.c reentr.h reentr.pl
17171            ! Configure MANIFEST Makefile.SH NetWare/Makefile
17172            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17173            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17174            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17175            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17176            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17177            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17178            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17179            ! win32/config.bc win32/config.gc win32/config.vc
17180            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17181 ____________________________________________________________________________
17182 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17183         Log: Be more explicit on when is the $! worth anything.
17184      Branch: perl
17185            ! pod/perlvar.pod
17186 ____________________________________________________________________________
17187 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17188         Log: metaconfig: _r _r we go.
17189      Branch: metaconfig
17190            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17191            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17192            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17193            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17194            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17195            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17196            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17197            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17198            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17199            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17200            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17201            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17202            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17203            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17204            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17205            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17206            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17207            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17208            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17209            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17210            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17211            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17212            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17213            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17214 ____________________________________________________________________________
17215 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17216         Log: Add the binmode()s to make JP.t pass on Win32
17217      Branch: perlio
17218            ! ext/Encode/t/JP.t
17219 ____________________________________________________________________________
17220 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17221         Log: Integrate perlio:
17222              
17223              [ 15233]
17224              Mark JP.t's data files as binary
17225              
17226              [ 15011]
17227              Avoid $Id$ cleverness and just have a $VERSION.
17228      Branch: perl
17229           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17230 ____________________________________________________________________________
17231 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17232         Log: Mark JP.t's data files as binary
17233      Branch: perlio
17234            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17235 ____________________________________________________________________________
17236 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17237         Log: Integrate mainline
17238      Branch: perlio
17239           +> ext/B/t/xref.t
17240           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17241           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17242           !> perl.c t/op/arith.t
17243 ____________________________________________________________________________
17244 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17245         Log: The section needs to be in the makedepend script
17246              (from Jan-Erik Karlsson).
17247      Branch: perl
17248            ! makedepend.SH
17249 ____________________________________________________________________________
17250 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17251         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17252              From: Nicholas Clark <nick@unfortu.net>
17253              Date: Thu, 14 Mar 2002 23:05:23 +0000
17254              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17255      Branch: perl
17256            ! ext/Safe/safe2.t
17257 ____________________________________________________________________________
17258 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17259         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17260              From: "Brent Dax" <brentdax@cpan.org>
17261              Date: Thu, 14 Mar 2002 09:08:41 -0800
17262              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17263      Branch: perl
17264            ! lib/Pod/Html.pm
17265 ____________________________________________________________________________
17266 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17267         Log: metaconfig: one round again for the _r.
17268      Branch: metaconfig
17269            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17270            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17271            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17272            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17273            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17274            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17275            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17276            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17277            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17278            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17279            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17280            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17281            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17282            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17283            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17284            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17285            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17286            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17287            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17288            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17289            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17290            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17291            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17292            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17293 ____________________________________________________________________________
17294 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
17295         Log: metaconfig: new round of the _r units.
17296      Branch: metaconfig
17297            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17298            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17299            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17300            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17301            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17302            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17303            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17304            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17305            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17306            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17307            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17308            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17309            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17310            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17311            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17312            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17313            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17314            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17315            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17316            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17317            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17318            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17319            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17320            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17321      Branch: metaconfig/U/perl
17322            + i_crypt.U
17323 ____________________________________________________________________________
17324 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
17325         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
17326              From: Paul_GreenVOS@vos.stratus.com
17327              Date: Tue, 12 Mar 02 19:22 est   
17328              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
17329      Branch: perl
17330            ! lib/Benchmark.t t/op/arith.t
17331 ____________________________________________________________________________
17332 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
17333         Log: Subject: Re: Win32: C:\Program Files
17334              From: "Ken Williams" <ken@mathforum.org>
17335              Date: Wed, 13 Mar 2002 17:50:59 -0600
17336              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
17337              
17338              Add -t to perl -h.
17339      Branch: perl
17340            ! perl.c
17341 ____________________________________________________________________________
17342 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
17343         Log: Extra paranoia from Nick Clark.
17344      Branch: perl
17345            ! ext/Safe/safe2.t
17346 ____________________________________________________________________________
17347 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
17348         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
17349              From: Nicholas Clark <nick@ccl4.org>
17350              Date: Wed, 13 Mar 2002 14:22:50 +0000
17351              Message-ID: <20020313142250.G92566@plum.flirble.org>
17352      Branch: perl
17353            ! ext/Safe/safe2.t
17354 ____________________________________________________________________________
17355 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
17356         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
17357              From: <slaven.rezic@berlin.de>
17358              Date: Tue, 12 Mar 2002 13:03:41 +0100      
17359              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
17360      Branch: perl
17361            ! Makefile.SH
17362 ____________________________________________________________________________
17363 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
17364         Log: Subject: [PATCH] a test for B::Xref
17365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17366              Date: Wed, 13 Mar 2002 17:18:57 +0100
17367              Message-ID: <20020313171857.F1144@rafael>
17368      Branch: perl
17369            + ext/B/t/xref.t
17370            ! MANIFEST ext/B/B/Xref.pm
17371 ____________________________________________________________________________
17372 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
17373         Log: Subject: [PATCH] Exporter.pm POD fixups
17374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17375              Date: Wed, 13 Mar 2002 16:21:42 +0100
17376              Message-ID: <20020313162142.A1144@rafael>
17377      Branch: perl
17378            ! lib/Exporter.pm
17379 ____________________________________________________________________________
17380 [ 15219] By: nick                                  on 2002/03/14  07:00:16
17381         Log: Integrate mainline
17382      Branch: perlio
17383           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
17384 ____________________________________________________________________________
17385 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
17386         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
17387              From: Michael G Schwern <schwern@pobox.com>
17388              Date: Wed, 13 Mar 2002 17:43:00 -0500
17389              Message-ID: <20020313224300.GG3311@blackrider>
17390      Branch: perl
17391            ! lib/ExtUtils/MM_VMS.pm
17392 ____________________________________________________________________________
17393 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
17394         Log: Pod tweak.
17395      Branch: perl
17396            ! lib/open.pm
17397 ____________________________________________________________________________
17398 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
17399         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
17400              From: "Craig A. Berry" <craigberry@mac.com>
17401              Date: Wed, 13 Mar 2002 01:44:01 -0600
17402              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
17403      Branch: perl
17404            ! vms/descrip_mms.template
17405 ____________________________________________________________________________
17406 [ 15215] By: nick                                  on 2002/03/13  08:08:36
17407         Log: Integrate mainline.
17408      Branch: perlio
17409           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17410            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17411            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17412            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17413            - ext/Data/Util/t/Hash.t
17414           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
17415           !> ext/Encode/lib/Encode/CN/HZ.pm
17416           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17417           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
17418           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
17419           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17420           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
17421           !> t/op/override.t toke.c universal.c
17422 ____________________________________________________________________________
17423 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
17424         Log: metaconfig: three guesses.
17425      Branch: metaconfig
17426            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17427            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17428            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17429            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17430            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17431            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17432            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17433            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17434            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17435            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17436            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17437            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17438            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17439            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17440            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17441            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17442            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17443            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17444            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17445            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17446            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17447            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17448            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17449            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17450 ____________________________________________________________________________
17451 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17452         Log: metaconfig: regen _r units again.
17453      Branch: metaconfig
17454            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17455            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17456            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17457            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17458            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17459            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17460            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17461            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17462            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17463            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17464            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17465            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17466            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17467            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17468            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17469            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17470            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17471            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17472            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17473            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17474            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17475            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17476            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17477            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17478 ____________________________________________________________________________
17479 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17480         Log: metaconfig: regen _r units.
17481      Branch: metaconfig
17482            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17483            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17484            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17485            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17486            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17487            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17488            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17489            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17490            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17491            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17492            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17493            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17494            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17495            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17496            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17497            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17498            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17499            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17500            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17501            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17502            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17503            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17504            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17505            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17506            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17507 ____________________________________________________________________________
17508 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17509         Log: metaconfig unit tweaks.
17510      Branch: metaconfig
17511            + U/threads/d_setprotoent_r.U
17512            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17513            ! U/threads/d_tmpnam_r.U
17514 ____________________________________________________________________________
17515 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17516         Log: metaconfig: replace the _r units with autogenerated ones.
17517      Branch: metaconfig
17518            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17519            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17520            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17521            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17522            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17523            + U/threads/d_getprotobyname_r.U
17524            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17525            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
17526            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
17527            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17528            + U/threads/d_setservent_r.U
17529            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
17530            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
17531            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
17532            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
17533            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
17534            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
17535            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
17536            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
17537            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
17538            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17539            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17540            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17541            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17542            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17543            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
17544            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17545            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17546            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17547            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17548            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17549            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
17550            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
17551            ! U/threads/d_ttyname_r.U
17552 ____________________________________________________________________________
17553 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
17554         Log: More known threadsafings.
17555      Branch: perl
17556            ! Porting/findrfuncs
17557 ____________________________________________________________________________
17558 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
17559         Log: Small tweaks.
17560      Branch: perl
17561            ! lib/Internals.t universal.c
17562 ____________________________________________________________________________
17563 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
17564         Log: VERSIONize.
17565      Branch: perl
17566            ! ext/Encode/lib/Encode/CN/HZ.pm
17567            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17568            ! ext/Encode/lib/Encode/JP/JIS.pm
17569 ____________________________________________________________________________
17570 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
17571         Log: Subject: perl datastructure conversion shortcuts for DDD
17572              From: Stas Bekman <stas@stason.org>
17573              Date: Mon, 11 Mar 2002 14:54:31 +0800
17574              Message-ID: <3C8C54A7.5020502@stason.org>
17575      Branch: perl
17576            ! pod/perlhack.pod
17577 ____________________________________________________________________________
17578 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
17579         Log: Regen modlib.
17580      Branch: perl
17581            ! pod/perlmodlib.pod
17582 ____________________________________________________________________________
17583 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
17584         Log: Regen toc.
17585      Branch: perl
17586            ! pod/perltoc.pod
17587 ____________________________________________________________________________
17588 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
17589         Log: Tiny pod tweaks.
17590      Branch: perl
17591            ! lib/Hash/Util.pm
17592 ____________________________________________________________________________
17593 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
17594         Log: perldeltaize Hash::Util.
17595      Branch: perl
17596            ! pod/perldelta.pod
17597 ____________________________________________________________________________
17598 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
17599         Log: Move the readonly interface back to universal.c,
17600              (new name: Internals::SvREADONLY), remove Data::Util,
17601              move Hash::Util to lib, also introduce refcnt interface
17602              (Internals::SvREFCNT).     Make both the new interfaces
17603              to be more sane so that if they set the value, they return
17604              the new value, not the old one.
17605      Branch: perl
17606            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17607            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17608            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17609            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17610            - ext/Data/Util/t/Hash.t
17611            ! MANIFEST ext/B/t/stash.t universal.c
17612 ____________________________________________________________________________
17613 [ 15200] By: ams                                   on 2002/03/12  15:16:05
17614         Log: Subject: Disambiguate "Can't locate"
17615              From: Mike Guy <mjtg@cam.ac.uk>
17616              Date: Tue, 12 Mar 2002 16:04:23 +0000
17617              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
17618      Branch: perl
17619            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
17620            ! pp_ctl.c t/op/override.t
17621 ____________________________________________________________________________
17622 [ 15199] By: ams                                   on 2002/03/12  15:04:43
17623         Log: Subject: [PATCH] perl/lib/File/stat.t
17624              From: Paul_GreenVOS@vos.stratus.com
17625              Date: Tue, 12 Mar 02 11:00 est
17626              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
17627      Branch: perl
17628            ! lib/File/stat.t
17629 ____________________________________________________________________________
17630 [ 15198] By: ams                                   on 2002/03/12  15:00:44
17631         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
17632              From: Robin Barker <rmb1@cise.npl.co.uk>
17633              Date: Tue, 12 Mar 2002 13:31:58 GMT
17634              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
17635      Branch: perl
17636            ! pod/perlfunc.pod
17637 ____________________________________________________________________________
17638 [ 15197] By: ams                                   on 2002/03/12  14:57:34
17639         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
17640              From: "Clinton A. Pierce" <clintp@geeksalad.org>
17641              Date: Tue, 12 Mar 2002 10:11:53 -0500
17642              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
17643      Branch: perl
17644            ! toke.c
17645 ____________________________________________________________________________
17646 [ 15196] By: nick                                  on 2002/03/12  13:40:35
17647         Log: Integrate mainline
17648      Branch: perlio
17649           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17650           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17651           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17652           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
17653            - t/lib/access.t
17654           !> (integrate 96 files)
17655 ____________________________________________________________________________
17656 [ 15195] By: nick                                  on 2002/03/12  06:08:24
17657         Log: Integrate mainline (a while ago)
17658      Branch: perlio
17659           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
17660           +> ext/Encode/t/TW.t
17661            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
17662            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17663            - ext/I18N/Langinfo/fallback.c
17664           !> (integrate 80 files)
17665 ____________________________________________________________________________
17666 [ 15194] By: ams                                   on 2002/03/12  06:02:20
17667         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
17668              From: Jonathan Stowe <gellyfish@gellyfish.com>
17669              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
17670              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
17671      Branch: perl
17672            ! ext/Encode/CN/Makefile.PL
17673 ____________________________________________________________________________
17674 [ 15193] By: ams                                   on 2002/03/12  05:55:07
17675         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
17676              From: Dave Mitchell <davem@fdgroup.co.uk>
17677              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
17678              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
17679      Branch: perl
17680            ! pod/perlguts.pod
17681 ____________________________________________________________________________
17682 [ 15192] By: ams                                   on 2002/03/12  05:50:08
17683         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
17684              From: Anton Tagunov <tagunov@motor.ru>
17685              Date: Tue, 12 Mar 2002 01:40:58 +0300
17686              Message-Id: <1194068830.20020312014058@motor.ru>
17687              (Applied with tweaks.)
17688      Branch: perl
17689            ! lib/utf8.pm
17690 ____________________________________________________________________________
17691 [ 15191] By: ams                                   on 2002/03/12  05:42:21
17692         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
17693              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17694              Date: Sun, 10 Mar 2002 22:10:15 +0100
17695              Message-Id: <3C8BD9C7.13988.73992D@localhost>
17696      Branch: perl
17697            ! iperlsys.h
17698 ____________________________________________________________________________
17699 [ 15190] By: ams                                   on 2002/03/12  05:38:08
17700         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
17701              From: Anton Tagunov <tagunov@motor.ru>
17702              Date: Mon, 11 Mar 2002 23:27:47 +0300
17703              Message-Id: <19414222180.20020311232747@motor.ru>
17704      Branch: perl
17705            ! pod/perlsub.pod
17706 ____________________________________________________________________________
17707 [ 15189] By: ams                                   on 2002/03/12  05:34:49
17708         Log: Subject: minor patch for comment in utfebcdic.h
17709              From: Anton Tagunov <tagunov@motor.ru>
17710              Date: Tue, 12 Mar 2002 00:20:21 +0300
17711              Message-Id: <13817376786.20020312002021@motor.ru>
17712      Branch: perl
17713            ! utfebcdic.h
17714 ____________________________________________________________________________
17715 [ 15188] By: ams                                   on 2002/03/12  05:32:30
17716         Log: Subject: [PATCH ?] B::Xref improvements
17717              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17718              Date: Mon, 11 Mar 2002 23:32:20 +0100
17719              Message-Id: <20020311233220.A12677@rafael>
17720      Branch: perl
17721            ! ext/B/B/Xref.pm
17722 ____________________________________________________________________________
17723 [ 15187] By: ams                                   on 2002/03/12  05:30:02
17724         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
17725              From: Paul_GreenVOS@vos.stratus.com
17726              Date: Mon, 11 Mar 02 17:23 est
17727              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
17728      Branch: perl
17729            ! lib/ExtUtils/MM_Unix.pm
17730 ____________________________________________________________________________
17731 [ 15186] By: ams                                   on 2002/03/12  05:27:06
17732         Log: Subject: [PATCH] installperl - minor untangle for VOS
17733              From: Paul_GreenVOS@vos.stratus.com
17734              Date: Mon, 11 Mar 02 17:05 est
17735              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
17736      Branch: perl
17737            ! installperl
17738 ____________________________________________________________________________
17739 [ 15185] By: ams                                   on 2002/03/12  05:25:59
17740         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
17741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17742              Date: Mon, 11 Mar 2002 22:37:39 +0100
17743              Message-Id: <20020311223739.A691@rafael>
17744      Branch: perl
17745            ! ext/B/B/Deparse.pm
17746 ____________________________________________________________________________
17747 [ 15184] By: ams                                   on 2002/03/12  05:20:54
17748         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
17749              From: Michael G Schwern <schwern@pobox.com>
17750              Date: Tue, 12 Mar 2002 01:12:08 -0500
17751              Message-Id: <20020312061208.GD904@blackrider>
17752      Branch: perl
17753            ! hints/netbsd.sh
17754 ____________________________________________________________________________
17755 [ 15183] By: ams                                   on 2002/03/12  04:12:30
17756         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17757              From: Autrijus Tang <autrijus@autrijus.org>
17758              Date: Tue, 12 Mar 2002 13:05:53 +0800
17759              Message-Id: <20020312050553.GA7864@not.autrijus.org>
17760              (Only doc hunk applied, supplementing #15182.)
17761      Branch: perl
17762            ! ext/Encode/Encode.pm
17763 ____________________________________________________________________________
17764 [ 15182] By: ams                                   on 2002/03/12  04:04:34
17765         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17766              From: Autrijus Tang <autrijus@autrijus.org>
17767              Date: Tue, 12 Mar 2002 12:56:46 +0800
17768              Message-Id: <20020312045646.GA7689@not.autrijus.org>
17769              (Private mail.)
17770      Branch: perl
17771            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
17772 ____________________________________________________________________________
17773 [ 15181] By: ams                                   on 2002/03/12  03:09:20
17774         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17775              From: Autrijus Tang <autrijus@autrijus.org>
17776              Date: Tue, 12 Mar 2002 11:55:06 +0800
17777              Message-Id: <20020312035506.GA6946@not.autrijus.org>
17778      Branch: perl
17779            ! ext/Encode/Encode.pm
17780 ____________________________________________________________________________
17781 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
17782         Log: Deypo.
17783      Branch: metaconfig
17784            ! U/threads/d_asctime_r.U
17785 ____________________________________________________________________________
17786 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
17787         Log: FAQ sync.
17788      Branch: perl
17789            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17790            ! pod/perlfaq4.pod pod/perlfaq5.pod
17791 ____________________________________________________________________________
17792 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
17793         Log: The test needs perlio.
17794      Branch: perl
17795            ! lib/open.t
17796 ____________________________________________________________________________
17797 [ 15177] By: ams                                   on 2002/03/11  15:41:08
17798         Log: Subject: perlreftut update
17799              From: Mark-Jason Dominus <mjd@plover.com>
17800              Date: Mon, 11 Mar 2002 11:36:27 -0500
17801              Message-Id: <20020311163627.31020.qmail@plover.com>
17802      Branch: perl
17803            ! pod/perlreftut.pod
17804 ____________________________________________________________________________
17805 [ 15176] By: ams                                   on 2002/03/11  15:35:24
17806         Log: Subject: Minor correction in perlfaq5
17807              From: mjd@plover.com
17808              Date: 11 Mar 2002 16:34:22 -0000
17809              Message-Id: <20020311163422.30963.qmail@plover.com>
17810      Branch: perl
17811            ! pod/perlfaq5.pod
17812 ____________________________________________________________________________
17813 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
17814         Log: number of skipped tests was incorrect
17815      Branch: perl
17816            ! t/op/stat.t
17817 ____________________________________________________________________________
17818 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
17819         Log: remove doubled CRs
17820      Branch: perl
17821            ! win32/Makefile
17822 ____________________________________________________________________________
17823 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
17824         Log: Update Changes.
17825      Branch: perl
17826            ! Changes patchlevel.h
17827 ____________________________________________________________________________
17828 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
17829         Log: Regen toc.
17830      Branch: perl
17831            ! pod/perltoc.pod
17832 ____________________________________________________________________________
17833 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
17834         Log: Add t/CN.t and t/TW.t; re-sort.
17835      Branch: perl
17836            ! ext/Encode/MANIFEST
17837 ____________________________________________________________________________
17838 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
17839         Log: Document what to do if one yearns back to
17840              the old legacy encoding.
17841      Branch: perl
17842            ! lib/encoding.pm
17843 ____________________________________________________________________________
17844 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
17845         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
17846              as general purpose encoding transformation interfaces
17847              since that's not what they are.
17848      Branch: perl
17849            ! lib/utf8.pm pod/perlunicode.pod sv.c
17850 ____________________________________________________________________________
17851 [ 15168] By: ams                                   on 2002/03/11  12:54:16
17852         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
17853              warnings
17854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17855              Date: Mon, 11 Mar 2002 14:35:22 +0100
17856              Message-Id: <20020311143522.A7431@rafael>
17857      Branch: perl
17858            ! t/lib/warnings/pp_sys
17859 ____________________________________________________________________________
17860 [ 15167] By: ams                                   on 2002/03/11  04:57:20
17861         Log: A little commonsense is better than 1_compile.
17862      Branch: perl
17863            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17864 ____________________________________________________________________________
17865 [ 15166] By: ams                                   on 2002/03/11  04:53:50
17866         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
17867              From: Michael G Schwern <schwern@pobox.com>
17868              Date: Sun, 10 Mar 2002 13:27:12 -0500
17869              Message-Id: <20020310182712.GC693@blackrider>
17870              
17871              Subject: [PATCH] Hash::Util part 2
17872              From: Michael G Schwern <schwern@pobox.com>
17873              Date: Sun, 10 Mar 2002 15:09:34 -0500
17874              Message-Id: <20020310200934.GB27112@blackrider>
17875              
17876              Subject: [PATCH] Hash::Util MANIFEST correction
17877              From: Michael G Schwern <schwern@pobox.com>
17878              Date: Sun, 10 Mar 2002 16:27:07 -0500
17879              Message-Id: <20020310212707.GF27112@blackrider>
17880              
17881              (Also changes find.t and taint.t, which were looking for access.t)
17882      Branch: perl
17883            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17884            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17885            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17886            + ext/Data/Util/t/Hash.t
17887            - t/lib/access.t
17888            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
17889            ! pod/perldiag.pod pod/perltodo.pod universal.c
17890 ____________________________________________________________________________
17891 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
17892         Log: metaconfig: more thready fixes.
17893      Branch: metaconfig
17894            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17895            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
17896            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
17897            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
17898            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17899            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
17900            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17901            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17902            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
17903 ____________________________________________________________________________
17904 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
17905         Log: Skip obsoleted interfaces.
17906      Branch: perl
17907            ! Porting/findrfuncs
17908 ____________________________________________________________________________
17909 [ 15162] By: ams                                   on 2002/03/11  03:48:14
17910         Log: Typo fixes.
17911      Branch: perl
17912            ! perl.c
17913 ____________________________________________________________________________
17914 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
17915         Log: Upgrade to Locale::Codes 2.02.
17916      Branch: perl
17917            + lib/Locale/Codes/t/rename.t
17918            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
17919            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
17920            ! lib/Locale/Country.pod
17921 ____________________________________________________________________________
17922 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
17923         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17924              From: Nicholas Clark <nick@unfortu.net>
17925              Date: Sun, 10 Mar 2002 18:17:50 +0000
17926              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
17927              
17928              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17929              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17930              Date: Sun, 10 Mar 2002 13:53:34 -0800
17931              Message-ID: <eX9i8gzkg26G092yn@efn.org>
17932              
17933              (and reenable the feature in freebsd,
17934              and move the freebsd pr url to perl.c)
17935      Branch: perl
17936            ! hints/freebsd.sh perl.c pod/perldelta.pod
17937 ____________________________________________________________________________
17938 [ 15159] By: ams                                   on 2002/03/11  03:34:13
17939         Log: Subject: [PATCH stash.t] access::readonly is gone
17940              From: Michael G Schwern <schwern@pobox.com>
17941              Date: Sun, 10 Mar 2002 16:18:14 -0500
17942              Message-Id: <20020310211813.GE27112@blackrider>
17943      Branch: perl
17944            ! ext/B/t/stash.t
17945 ____________________________________________________________________________
17946 [ 15158] By: ams                                   on 2002/03/11  03:28:04
17947         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
17948              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17949              Date: Sun, 10 Mar 2002 22:10:15 +0100
17950              Message-Id: <3C8BD9C7.610.7398DD@localhost>
17951      Branch: perl
17952            ! lib/Net/Ping/t/110_icmp_inst.t
17953 ____________________________________________________________________________
17954 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
17955         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
17956              From: Michael G Schwern <schwern@pobox.com>
17957              Date: Sun, 10 Mar 2002 19:22:33 -0500
17958              Message-ID: <20020311002233.GE4927@blackrider>
17959      Branch: perl
17960            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17961            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
17962            ! lib/Test/Simple/t/fail-more.t
17963 ____________________________________________________________________________
17964 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
17965         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
17966              From: Michael G Schwern <schwern@pobox.com>
17967              Date: Sun, 10 Mar 2002 17:14:10 -0500
17968              Message-ID: <20020310221410.GA4915@blackrider>
17969      Branch: perl
17970            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17971            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
17972 ____________________________________________________________________________
17973 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
17974         Log: Subject: [PATCH] more warnings tidyup
17975              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17976              Date: Sun, 10 Mar 2002 21:01:39 -0000
17977              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
17978      Branch: perl
17979            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
17980            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17981            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
17982            ! util.c
17983 ____________________________________________________________________________
17984 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
17985         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
17986              From: Nicholas Clark <nick@unfortu.net>
17987              Date: Sun, 10 Mar 2002 23:21:07 +0000
17988              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
17989      Branch: perl
17990            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
17991            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
17992            ! ext/Encode/TW/Makefile.PL
17993 ____________________________________________________________________________
17994 [ 15153] By: ams                                   on 2002/03/11  03:06:59
17995         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
17996              From: Max Baker <max@warped.org>
17997              Date: Fri, 8 Mar 2002 10:56:19 -0800
17998              Message-Id: <20020308105619.A15039@warped.org>
17999      Branch: perl
18000            ! ext/IO/lib/IO/Socket/INET.pm
18001 ____________________________________________________________________________
18002 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
18003         Log: Subject: [PATCH] spelling correction
18004              From: Nicholas Clark <nick@unfortu.net>
18005              Date: Sun, 10 Mar 2002 18:34:42 +0000
18006              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
18007      Branch: perl
18008            ! pp.c pp_hot.c
18009 ____________________________________________________________________________
18010 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
18011         Log: DG/UX updates from Takis Psarogiannakopoulos.
18012      Branch: perl
18013            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
18014 ____________________________________________________________________________
18015 [ 15150] By: ams                                   on 2002/03/11  03:02:47
18016         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
18017              From: Chris Nandor <pudge@pobox.com>
18018              Date: Mon, 04 Mar 2002 17:48:12 -0500
18019              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
18020      Branch: perl
18021            ! lib/DB.pm lib/perl5db.pl
18022 ____________________________________________________________________________
18023 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
18024         Log: metaconfig unit changes in preparation of reentrancy changes.
18025      Branch: metaconfig
18026            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
18027            + U/threads/d_ttyname_r.U
18028            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18029            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
18030            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
18031            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18032            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18033            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
18034            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18035            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
18036            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
18037            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18038            ! U/threads/d_strerror_r.U
18039 ____________________________________________________________________________
18040 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
18041         Log: Mysterious characters.
18042      Branch: perl
18043            ! utf8.h
18044 ____________________________________________________________________________
18045 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
18046         Log: Unused.
18047      Branch: perl
18048            ! op.c
18049 ____________________________________________________________________________
18050 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
18051         Log: Implement :std subpragma of the open pragma
18052              that makes the standard filehandles to talk in
18053              encodings.  This change set off a weird warning
18054              from op.c, though: disabled it now until someone
18055              who knows what it is about comes along.
18056      Branch: perl
18057            ! lib/open.pm op.c
18058 ____________________________________________________________________________
18059 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
18060         Log: Document the logic of :locale better.
18061      Branch: perl
18062            ! lib/open.pm
18063 ____________________________________________________________________________
18064 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
18065         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
18066              From: Slaven Rezic <slaven.rezic@berlin.de>
18067              Date: 10 Mar 2002 02:49:17 +0100
18068              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
18069      Branch: perl
18070            ! hints/freebsd.sh
18071 ____________________________________________________________________________
18072 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
18073         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
18074              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18075              Date: Sun, 10 Mar 2002 17:08:54 +0900
18076              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
18077      Branch: perl
18078            ! ext/Encode/lib/Encode/Tcl.pm
18079            ! ext/Encode/lib/Encode/Tcl/Escape.pm
18080            ! ext/Encode/lib/Encode/Tcl/Extended.pm
18081            ! ext/Encode/lib/Encode/Tcl/Table.pm
18082 ____________________________________________________________________________
18083 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
18084         Log: The patch does the following:
18085              - Nix the unneccessary diagnostics line
18086              - Quell -w warnings if the first ENV doesn't exist
18087              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
18088              is too baroque and bloated for daily use (and for perl core inclusion).
18089              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
18090              non-fatal.
18091              - Consequently, the ^OPEN bits is set only when needed.
18092      Branch: perl
18093            ! lib/open.pm
18094 ____________________________________________________________________________
18095 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
18096         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
18097      Branch: perl
18098            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
18099 ____________________________________________________________________________
18100 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
18101         Log: Precedence problem.
18102      Branch: perl
18103            ! ext/Socket/socketpair.t
18104 ____________________________________________________________________________
18105 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
18106         Log: Renaming tweaks, and split off the reentrant "superbuffer"
18107              init routine.
18108      Branch: perl
18109            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
18110            ! sv.c util.c
18111 ____________________________________________________________________________
18112 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
18113         Log: The 7-bit jis seems to be the hanging one.
18114      Branch: perl
18115            ! ext/Encode/t/Tcl.t
18116 ____________________________________________________________________________
18117 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
18118         Log: Begone.
18119      Branch: perl
18120            ! ext/Encode/MANIFEST
18121 ____________________________________________________________________________
18122 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
18123         Log: Better fix from Autrijus.
18124      Branch: perl
18125            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
18126            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
18127 ____________________________________________________________________________
18128 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
18129         Log: Not everybody has Encode::HanExtra.
18130      Branch: perl
18131            ! ext/Encode/Encode.pm
18132 ____________________________________________________________________________
18133 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
18134         Log: Decutandpasto.
18135      Branch: perl
18136            ! ext/Encode/lib/Encode/Tcl.pm
18137 ____________________________________________________________________________
18138 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
18139         Log: Subject: [PATCH] Data::Dumper
18140              From: Nicholas Clark <nick@unfortu.net>
18141              Date: Sat, 9 Mar 2002 19:03:54 +0000
18142              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
18143      Branch: perl
18144            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18145            ! ext/Data/Dumper/t/dumper.t
18146 ____________________________________________________________________________
18147 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
18148         Log: Subject: [PATCH] socketpair.t w/o fork
18149              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18150              Date: Sat, 9 Mar 2002 14:55:11 +0100
18151              Message-ID: <3C8A224F.29578.13691BA@localhost>
18152              
18153              (modified as suggested by Sarathy)
18154      Branch: perl
18155            ! ext/Socket/socketpair.t
18156 ____________________________________________________________________________
18157 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
18158         Log: Subject: [PATCH perldelta] Mention Change 14727
18159              From: Autrijus Tang <autrijus@autrijus.org>
18160              Date: Sat, 9 Mar 2002 23:31:40 +0800
18161              Message-ID: <20020309153140.GA4224@not.autrijus.org>
18162      Branch: perl
18163            ! pod/perldelta.pod
18164 ____________________________________________________________________________
18165 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
18166         Log: Make Encode.pm implicitly load external CJK tables the first
18167              time they're needed (instead of immediately), from Autrijus
18168              Tang.
18169      Branch: perl
18170            ! ext/Encode/Encode.pm
18171 ____________________________________________________________________________
18172 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18173         Log: Subject: Re: Two questions
18174              From: Nicholas Clark <nick@unfortu.net>
18175              Date: Sat, 9 Mar 2002 12:42:40 +0000
18176              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18177      Branch: perl
18178            ! Porting/pumpkin.pod
18179 ____________________________________________________________________________
18180 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18181         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18182              From: Paul_GreenVOS@vos.stratus.com
18183              Date: Fri, 8 Mar 02 22:34 est
18184              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18185      Branch: perl
18186            ! pp_sys.c
18187 ____________________________________________________________________________
18188 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18189         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18190              From: davem@fdgroup.co.uk
18191              Date: Sat, 9 Mar 2002 00:13:27 GMT
18192              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18193      Branch: perl
18194            ! dump.c
18195 ____________________________________________________________________________
18196 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18197         Log: Deglitch from Rafael.
18198      Branch: perl
18199            ! ext/B/t/lint.t
18200 ____________________________________________________________________________
18201 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18202         Log: Still more portability.
18203      Branch: perl
18204            ! Porting/findrfuncs
18205 ____________________________________________________________________________
18206 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18207         Log: More portability.
18208      Branch: perl
18209            ! Porting/findrfuncs
18210 ____________________________________________________________________________
18211 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18212         Log: Shared library paths; running tests manually.
18213      Branch: perl
18214            ! INSTALL
18215 ____________________________________________________________________________
18216 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18217         Log: Subject: RE: Two questions
18218              From: "Green, Paul" <Paul.Green@stratus.com>
18219              Date: Fri, 8 Mar 2002 17:55:19 -0500
18220              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18221      Branch: perl
18222            ! Porting/pumpkin.pod
18223 ____________________________________________________________________________
18224 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18225         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18226              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18227      Branch: perl
18228            + ext/B/t/lint.t
18229            ! MANIFEST ext/B/B/Lint.pm
18230 ____________________________________________________________________________
18231 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18232         Log: metaconfig unit change for #15119.
18233      Branch: metaconfig
18234            ! U/threads/d_pthread_atfork.U
18235 ____________________________________________________________________________
18236 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18237         Log: In DG/UX finding pthread_atfork requires a true compile,
18238              from Takis Psarogiannakopoulos.
18239      Branch: perl
18240            ! Configure config_h.SH
18241 ____________________________________________________________________________
18242 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18243         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18244              From: John Peacock <jpeacock@rowman.com>
18245              Date: Fri, 08 Mar 2002 15:52:41 -0500
18246              Message-ID: <3C892499.4050502@rowman.com>
18247      Branch: perl
18248            ! lib/ExtUtils/xsubpp
18249 ____________________________________________________________________________
18250 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18251         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18252              From: "Craig A. Berry" <craigberry@mac.com>
18253              Date: Fri, 08 Mar 2002 15:02:51 -0600
18254              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18255      Branch: perl
18256            ! t/op/write.t
18257 ____________________________________________________________________________
18258 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18259         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18260              From: Paul_GreenVOS@vos.stratus.com
18261              Date: Fri, 8 Mar 02 14:45 est
18262              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18263      Branch: perl
18264            ! installperl
18265 ____________________________________________________________________________
18266 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18267         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18268              From: "Craig A. Berry" <craigberry@mac.com>
18269              Date: Fri, 08 Mar 2002 13:07:52 -0600
18270              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18271      Branch: perl
18272            ! configure.com
18273 ____________________________________________________________________________
18274 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18275         Log: Detypo.
18276      Branch: perl
18277            ! Changes
18278 ____________________________________________________________________________
18279 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18280         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18281      Branch: perl
18282            ! t/op/pat.t
18283 ____________________________________________________________________________
18284 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
18285         Log: HP-UX nm seems to repeat itself.
18286      Branch: perl
18287            ! Porting/findrfuncs
18288 ____________________________________________________________________________
18289 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
18290         Log: Nice porting script from Sarathy.  Well, less nice
18291              in the sense that it shows the looong road ahead.
18292      Branch: perl
18293            + Porting/findrfuncs
18294            ! MANIFEST Porting/makerel
18295 ____________________________________________________________________________
18296 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
18297         Log: Subject: Re: Performance considerations for UTF-8
18298              From: Jarkko Hietaniemi <jhi@iki.fi>
18299              Date: Fri, 8 Mar 2002 18:53:28 +0200
18300              Message-ID: <20020308185328.D640@alpha.hut.fi>
18301              
18302              (put all in perlunicode)
18303      Branch: perl
18304            ! pod/perlunicode.pod
18305 ____________________________________________________________________________
18306 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
18307         Log: Update Changes.
18308      Branch: perl
18309            ! Changes patchlevel.h
18310 ____________________________________________________________________________
18311 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
18312         Log: Subject: Cygwin cygipc support skipped
18313              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18314              Date: Fri, 8 Mar 2002 16:59:34 +0100
18315              Message-ID: <113694157285.20020308165934@familiehaase.de>
18316      Branch: perl
18317            ! hints/cygwin.sh
18318 ____________________________________________________________________________
18319 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
18320         Log: metaconfig unit change for #15106.
18321      Branch: metaconfig
18322            ! U/compline/d_gconvert.U
18323 ____________________________________________________________________________
18324 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
18325         Log: Subject: Re: [PATCH] tests for Gconvert
18326              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18327              Date: Thu, 07 Mar 2002 16:48:10 -0800
18328              Message-ID: <KpAi8gzkganW092yn@efn.org>
18329      Branch: perl
18330            ! Configure config_h.SH t/base/num.t
18331 ____________________________________________________________________________
18332 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
18333         Log: The new test has some teething problems.
18334      Branch: perl
18335            - ext/B/t/lint.t
18336            ! MANIFEST
18337 ____________________________________________________________________________
18338 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
18339         Log: Subject: [PATCH] B::Lint tests
18340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18341              Date: Fri, 8 Mar 2002 14:47:19 +0100
18342              Message-ID: <20020308144719.A2663@rafael>
18343      Branch: perl
18344            + ext/B/t/lint.t
18345            ! MANIFEST ext/B/B/Lint.pm
18346 ____________________________________________________________________________
18347 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
18348         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
18349              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18350              Date: Fri, 8 Mar 2002 13:24:14 GMT
18351              Message-Id: <200203081324.NAA00642@cleo>
18352      Branch: perl
18353            ! hints/powerux.sh
18354 ____________________________________________________________________________
18355 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
18356         Log: Subject: HP has some new models
18357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18358              Date: Fri, 08 Mar 2002 13:07:02 +0100
18359              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
18360      Branch: perl
18361            ! README.hpux
18362 ____________________________________________________________________________
18363 [ 15101] By: ams                                   on 2002/03/08  09:11:40
18364         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
18365              From: Stas Bekman <stas@stason.org>
18366              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
18367              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
18368      Branch: perl
18369            ! pod/perlguts.pod
18370 ____________________________________________________________________________
18371 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
18372         Log: Update Changes
18373      Branch: maint-5.6/macperl
18374            ! macos/Changes
18375 ____________________________________________________________________________
18376 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
18377         Log: Replace macperlbundled with macperldelta
18378      Branch: maint-5.6/macperl
18379            ! macos/macperl/MacPerl.podhelp
18380 ____________________________________________________________________________
18381 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
18382         Log: Comsetic fixes (Thomas Wegner)
18383      Branch: maint-5.6/macperl
18384            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
18385 ____________________________________________________________________________
18386 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
18387         Log: Bump OS version
18388      Branch: maint-5.6/macperl
18389            ! macos/config.sh
18390 ____________________________________________________________________________
18391 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
18392         Log: Thought I deleted this already?
18393      Branch: perl
18394            - ext/I18N/Langinfo/fallback.c
18395 ____________________________________________________________________________
18396 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
18397         Log: perlport updates from Pudge.
18398      Branch: perl
18399            ! pod/perlport.pod
18400 ____________________________________________________________________________
18401 [ 15094] By: ams                                   on 2002/03/08  03:06:03
18402         Log: Nitpick.
18403      Branch: perl
18404            ! MANIFEST
18405 ____________________________________________________________________________
18406 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
18407         Log: Wrong test.
18408      Branch: perl
18409            ! pod/perldelta.pod
18410 ____________________________________________________________________________
18411 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
18412         Log: Integrate change 14064 from macperl to blead.
18413      Branch: perl
18414           !> pod/perlmodinstall.pod pod/perlport.pod
18415 ____________________________________________________________________________
18416 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
18417         Log: Integrate recent perlport changes
18418      Branch: maint-5.6/macperl
18419           !> pod/perlport.pod
18420 ____________________________________________________________________________
18421 [ 15089] By: ams                                   on 2002/03/08  01:54:03
18422         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
18423              minor typo in perlguts.pod
18424              From: Anton Tagunov <tagunov@motor.ru>
18425              Date: Fri, 8 Mar 2002 05:26:59 +0300
18426              Message-Id: <4649821189.20020308052659@motor.ru>
18427      Branch: perl
18428            ! pod/perlguts.pod
18429 ____________________________________________________________________________
18430 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
18431         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"! 
18432              From: Anton Tagunov <tagunov@newmail.ru>
18433              Date: Fri, 8 Mar 2002 04:31:44 +0300
18434              Message-ID: <13946506773.20020308043144@newmail.ru>
18435              
18436              (one test changed)
18437      Branch: perl
18438            ! lib/encoding.t sv.c
18439 ____________________________________________________________________________
18440 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
18441         Log: Subject: [PATCH perldelta] some more deltas
18442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18443              Date: Thu, 7 Mar 2002 23:13:23 +0100
18444              Message-ID: <20020307231323.A13068@rafael>
18445      Branch: perl
18446            ! pod/perldelta.pod
18447 ____________________________________________________________________________
18448 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18449         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18450              From: Paul_GreenVOS@vos.stratus.com
18451              Date: Thu, 7 Mar 02 14:25 est
18452              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18453      Branch: perl
18454            ! t/io/fs.t
18455 ____________________________________________________________________________
18456 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18457         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18458              encoding pragma (by remapping their byte argument if the
18459              other argument is in Unicode).  Also fix a bug found by
18460              Anton where ord undef under the encoding pragma would barf.
18461              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18462              Finally, use the nicer form of sv_recode_to_utf8.
18463      Branch: perl
18464            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18465 ____________________________________________________________________________
18466 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18467         Log: Retract #14985, #14899, and #14990, following the principles
18468              "Do no harm." and "If it ain't broke, don't fix it."
18469              
18470              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18471              some, but still broken, and I do not have the extra brain
18472              cells for the EBCDIC backport.  Secondly, the old version
18473              worked both in EBCDIC and non-.  Thirdly, the old version
18474              may be more amenable for the behaviour suggsted by Anton
18475              Tagunov regarding the encoding pragma.
18476      Branch: perl
18477            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18478 ____________________________________________________________________________
18479 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18480         Log: Long doubles give you long doubles.
18481      Branch: perl
18482            ! t/base/num.t
18483 ____________________________________________________________________________
18484 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18485         Log: Forgotten deMANIFESTation.
18486      Branch: perl
18487            ! MANIFEST
18488 ____________________________________________________________________________
18489 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18490         Log: Obsolete unused file, noticed by Dank Kogai.
18491      Branch: perl
18492            - ext/Encode/lib/Encode/JP/Tr.pm
18493 ____________________________________________________________________________
18494 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18495         Log: Subject: [PATCH Changes] Changes should mirror version number
18496              From: Robin Barker <rmb1@cise.npl.co.uk>
18497              Date: Thu, 7 Mar 2002 11:04:24 GMT
18498              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18499      Branch: perl
18500            ! Porting/pumpkin.pod
18501 ____________________________________________________________________________
18502 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18503         Log: metaconfig unit change for #15078.
18504      Branch: metaconfig
18505            ! U/compline/d_gconvert.U
18506 ____________________________________________________________________________
18507 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18508         Log: Subject: Re: [PATCH] tests for Gconvert
18509              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18510              Date: Wed, 06 Mar 2002 20:22:54 -0800
18511              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18512      Branch: perl
18513            ! Configure pod/perldelta.pod t/base/num.t
18514 ____________________________________________________________________________
18515 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18516         Log: Mac OS X UFS does not do ctime.
18517      Branch: perl
18518            ! pod/perldelta.pod pod/perlport.pod
18519 ____________________________________________________________________________
18520 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18521         Log: AUTHORS updates.
18522      Branch: perl
18523            ! AUTHORS
18524 ____________________________________________________________________________
18525 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
18526         Log: Continued Chinese puzzles from Autrijus.
18527      Branch: perl
18528            + ext/Encode/t/CN.t ext/Encode/t/TW.t
18529            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
18530 ____________________________________________________________________________
18531 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
18532         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
18533              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18534              Date: Wed, 6 Mar 2002 18:13:51 +0100
18535              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
18536      Branch: perl
18537            ! lib/File/Spec/Win32.pm
18538 ____________________________________________________________________________
18539 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
18540         Log: perlport tweaks.
18541      Branch: perl
18542            ! pod/perlport.pod
18543 ____________________________________________________________________________
18544 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
18545         Log: Subject: Re: [PATCH docs] Re: Bug with -M
18546              From: Michael G Schwern <schwern@pobox.com>
18547              Date: Wed, 6 Mar 2002 16:20:27 -0500
18548              Message-ID: <20020306212027.GC4257@blackrider>
18549      Branch: perl
18550            ! pod/perlfunc.pod pod/perlport.pod
18551 ____________________________________________________________________________
18552 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
18553         Log: perldelta updates.
18554      Branch: perl
18555            ! pod/perldelta.pod
18556 ____________________________________________________________________________
18557 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
18558         Log: 5005threads wasn't even compiling.
18559      Branch: perl
18560            ! perl.c
18561 ____________________________________________________________________________
18562 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
18563         Log: Subject: Re: perl@15047 New format tests for still existing bugs
18564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18565              Date: Wed, 06 Mar 2002 12:59:29 +0100
18566              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
18567      Branch: perl
18568            ! t/op/write.t
18569 ____________________________________________________________________________
18570 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
18571         Log: Regen Glossary et al.
18572      Branch: perl
18573            ! Porting/Glossary Porting/config.sh Porting/config_H
18574 ____________________________________________________________________________
18575 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
18576         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
18577              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
18578      Branch: perl
18579            ! util.c
18580 ____________________________________________________________________________
18581 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
18582         Log: metaconfig unit change for #15065.
18583      Branch: metaconfig
18584            ! U/compline/i_time.U
18585 ____________________________________________________________________________
18586 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
18587         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
18588      Branch: perl
18589            ! Configure config_h.SH
18590 ____________________________________________________________________________
18591 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
18592         Log: Must remove fallback.c also from here.
18593      Branch: perl
18594            ! MANIFEST
18595 ____________________________________________________________________________
18596 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
18597         Log: Subject: Re: perl@15047 WinCE
18598              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18599              Date: Wed, 06 Mar 2002 13:41:30 +0100
18600              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
18601              
18602              Subject: Re: perl@15047 Win32
18603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18604              Date: Wed, 06 Mar 2002 13:46:02 +0100
18605              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
18606              
18607              Subject: Re: perl@15047 Epoc
18608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18609              Date: Wed, 06 Mar 2002 13:48:31 +0100
18610              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
18611              
18612              Subject: Re: perl@15047 NetWare
18613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18614              Date: Wed, 06 Mar 2002 13:55:46 +0100
18615              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
18616      Branch: perl
18617            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
18618            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18619            ! wince/Makefile.ce wince/config.h
18620 ____________________________________________________________________________
18621 [ 15062] By: ams                                   on 2002/03/06  09:26:49
18622         Log: Subject: Re: perl@15047
18623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18624              Date: Wed, 06 Mar 2002 11:25:50 +0100
18625              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
18626      Branch: perl
18627            ! cygwin/perlld.in
18628 ____________________________________________________________________________
18629 [ 15061] By: ams                                   on 2002/03/06  08:44:12
18630         Log: Subject: Re: perl@15047
18631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18632              Date: Wed, 06 Mar 2002 10:38:02 +0100
18633              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
18634      Branch: perl
18635            ! pod/perldelta.pod
18636 ____________________________________________________________________________
18637 [ 15060] By: ams                                   on 2002/03/06  08:30:33
18638         Log: Subject: Update perlhist.pod
18639              From: mjd@plover.com
18640              Date: 6 Mar 2002 07:11:55 -0000
18641              Message-Id: <20020306071155.10240.qmail@plover.com>
18642              
18643              Subject: [PATCH pod/perlvar.pod] $^V => string
18644              From: Stas Bekman <stas@stason.org>
18645              Date: Wed, 06 Mar 2002 14:56:55 +0800
18646              Message-Id: <3C85BDB7.7050700@stason.org>
18647      Branch: perl
18648            ! pod/perlhist.pod pod/perlvar.pod
18649 ____________________________________________________________________________
18650 [ 15059] By: ams                                   on 2002/03/06  04:15:38
18651         Log: Subject: [PATCH] assorted configure.com fix-ups
18652              From: "Craig A. Berry" <craigberry@mac.com>
18653              Date: Tue, 5 Mar 2002 23:11:22 -0600
18654              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
18655      Branch: perl
18656            ! configure.com
18657 ____________________________________________________________________________
18658 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
18659         Log: IRIX failure with long doubles.
18660      Branch: perl
18661            ! t/op/pack.t
18662 ____________________________________________________________________________
18663 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
18664         Log: Make reality and Changes coincide.
18665      Branch: perl
18666            ! Changes
18667 ____________________________________________________________________________
18668 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
18669         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
18670              From: Anton Tagunov <tagunov@motor.ru>
18671              Date: Wed, 6 Mar 2002 02:10:21 +0300
18672              Message-ID: <11152782757.20020306021021@motor.ru>
18673              
18674              (reworded)
18675      Branch: perl
18676            ! pod/perluniintro.pod
18677 ____________________________________________________________________________
18678 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
18679         Log: Subject: [PATCH] B::Lint doesn't work
18680              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18681              Date: Tue, 5 Mar 2002 22:51:18 +0100
18682              Message-ID: <20020305225118.C733@rafael>
18683      Branch: perl
18684            ! ext/B/B/Lint.pm
18685 ____________________________________________________________________________
18686 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
18687         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
18688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18689              Date: Mon, 04 Mar 2002 16:24:32 -0800
18690              Message-ID: <ABBh8gzkgezX092yn@efn.org>
18691      Branch: perl
18692            ! op.h pp_ctl.c t/op/flip.t
18693 ____________________________________________________________________________
18694 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
18695         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
18696              From: Nicholas Clark <nick@unfortu.net>
18697              Date: Tue, 5 Mar 2002 22:30:49 +0000
18698              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
18699      Branch: perl
18700            ! pod/perldelta.pod
18701 ____________________________________________________________________________
18702 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
18703         Log: Subject: [PATCH] tests for Gconvert
18704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18705              Date: Tue, 05 Mar 2002 16:35:45 -0800
18706              Message-ID: <hRWh8gzkgONX092yn@efn.org>
18707      Branch: perl
18708            ! t/base/num.t
18709 ____________________________________________________________________________
18710 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
18711         Log: Subject: [PATCH] toplevel Makefile.SH
18712              From: Paul_GreenVOS@vos.stratus.com
18713              Date: Tue, 5 Mar 02 17:34 est
18714              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
18715      Branch: perl
18716            ! Makefile.SH
18717 ____________________________________________________________________________
18718 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
18719         Log: Subject: [PATCH] pointer to perldelta in Changes
18720              From: Chris Nandor <pudge@pobox.com>
18721              Date: Tue, 05 Mar 2002 16:04:50 -0500
18722              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
18723      Branch: perl
18724            ! Changes
18725 ____________________________________________________________________________
18726 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
18727         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
18728              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18729              Date: Tue, 5 Mar 2002 22:26:20 +0100
18730              Message-ID: <20020305222620.A733@rafael>
18731      Branch: perl
18732            ! pod/perldelta.pod
18733 ____________________________________________________________________________
18734 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
18735         Log: Solaris: allow for /usr/bin/df not to exist.
18736              
18737              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
18738              From: Kingpin <mthurn@copper.dulles.tasc.com>
18739              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
18740              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
18741      Branch: perl
18742            ! hints/solaris_2.sh
18743 ____________________________________________________________________________
18744 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
18745         Log: Update Changes.
18746      Branch: perl
18747            ! Changes patchlevel.h
18748 ____________________________________________________________________________
18749 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
18750         Log: Double MANIFESTing.
18751      Branch: perl
18752            ! ext/Encode/MANIFEST
18753 ____________________________________________________________________________
18754 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
18755         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
18756      Branch: perl
18757            - ext/Encode/Encode/7bit-kr.enc
18758            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18759            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
18760 ____________________________________________________________________________
18761 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
18762         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
18763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18764              Date: Tue, 5 Mar 2002 14:35:57 +0100
18765              Message-ID: <20020305143557.C695@rafael>   
18766      Branch: perl
18767            ! pp_sys.c t/lib/warnings/pp_sys
18768 ____________________________________________________________________________
18769 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
18770         Log: Subject: [PATCH Devel::PPPort]
18771              From: Robin Barker <rmb1@cise.npl.co.uk>
18772              Date: Tue, 5 Mar 2002 13:37:59 GMT
18773              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
18774      Branch: perl
18775            ! ext/Devel/PPPort/Makefile.PL
18776 ____________________________________________________________________________
18777 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
18778         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
18779      Branch: perl
18780            ! ext/Encode/t/Tcl.t
18781 ____________________________________________________________________________
18782 [ 15041] By: nick                                  on 2002/03/05  07:23:58
18783         Log: Integrate mainline (5.7.3)
18784      Branch: perlio
18785           +> ext/Encode/lib/Encode/CN/HZ.pm
18786            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
18787           !> (integrate 54 files)
18788 ____________________________________________________________________________
18789 [ 15040] By: ams                                   on 2002/03/05  05:10:33
18790         Log: Subject: DOC PATCH 5.7.3 (perldelta)
18791              From: mjd@plover.com
18792              Date: 5 Mar 2002 05:35:58 -0000
18793              Message-Id: <20020305053558.31677.qmail@plover.com>
18794      Branch: perl
18795            ! pod/perldelta.pod
18796 ____________________________________________________________________________
18797 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
18798         Log: This is 5.7.3.
18799      Branch: perl
18800            ! patchlevel.h
18801 ____________________________________________________________________________
18802 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
18803         Log: Shoo.
18804      Branch: perl
18805            ! ext/Encode/t/Tcl.t
18806 ____________________________________________________________________________
18807 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
18808         Log: Update Changes.
18809      Branch: perl
18810            ! Changes patchlevel.h
18811 ____________________________________________________________________________
18812 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
18813         Log: Regen perlapi.
18814      Branch: perl
18815            ! pod/perlapi.pod
18816 ____________________________________________________________________________
18817 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
18818         Log: Tie::File doc tweak for Win32 from mjd. 
18819      Branch: perl
18820            ! lib/Tie/File.pm
18821 ____________________________________________________________________________
18822 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
18823         Log: Regen toc.
18824      Branch: perl
18825            ! pod/perltoc.pod
18826 ____________________________________________________________________________
18827 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
18828         Log: Decommission Encode::Tcl HZ testing for now.
18829      Branch: perl
18830            ! ext/Encode/t/Tcl.t
18831 ____________________________________________________________________________
18832 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
18833         Log: Must have a return.
18834      Branch: perl
18835            ! pp_pack.c
18836 ____________________________________________________________________________
18837 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
18838         Log: The very latest win32 score from Jan Dubois.
18839      Branch: perl
18840            ! pod/perldelta.pod
18841 ____________________________________________________________________________
18842 [ 15030] By: ams                                   on 2002/03/05  01:40:01
18843         Log: Subject: [PATCH] README.macos
18844              From: Chris Nandor <pudge@pobox.com>
18845              Date: Mon, 04 Mar 2002 17:37:59 -0500
18846              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
18847      Branch: perl
18848            ! README.macos
18849 ____________________________________________________________________________
18850 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
18851         Log: "The last pieces of Chinese puzzle" from Autrijus.
18852      Branch: perl
18853            + ext/Encode/lib/Encode/CN/HZ.pm
18854            - ext/Encode/Encode/HZ.enc
18855            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
18856            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
18857 ____________________________________________________________________________
18858 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
18859         Log: Known test failures updates.
18860      Branch: perl
18861            ! pod/perldelta.pod
18862 ____________________________________________________________________________
18863 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
18864         Log: One more nit from mjd.
18865      Branch: perl
18866            ! lib/Tie/File/t/16_handle.t
18867 ____________________________________________________________________________
18868 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
18869         Log: Upgrade to Tie::File 0.17 from mjd.
18870      Branch: perl
18871            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
18872            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18873 ____________________________________________________________________________
18874 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
18875         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18876              From: Nicholas Clark <nick@unfortu.net>
18877              Date: Mon, 4 Mar 2002 23:33:52 +0000
18878              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
18879      Branch: perl
18880            ! pod/perldelta.pod
18881 ____________________________________________________________________________
18882 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
18883         Log: Escapee.
18884      Branch: perl
18885            ! proto.h
18886 ____________________________________________________________________________
18887 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
18888         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
18889              From: Nicholas Clark <nick@unfortu.net>
18890              Date: Mon, 4 Mar 2002 22:48:38 +0000
18891              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
18892      Branch: perl
18893            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
18894            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
18895            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
18896            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
18897            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
18898            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18899            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
18900 ____________________________________________________________________________
18901 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
18902         Log: Cleaner.
18903      Branch: perl
18904            ! Makefile.SH
18905 ____________________________________________________________________________
18906 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
18907         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
18908              From: Jeffrey Friedl <jfriedl@yahoo.com>
18909              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
18910              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
18911      Branch: perl
18912            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
18913            ! pod/perlvar.pod
18914 ____________________________________________________________________________
18915 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
18916         Log: More Han tweaks from Autrjius Tang: most importantly,
18917              gbk is identical to cp936, so gbk can be removed and
18918              taken care of by an alias.
18919      Branch: perl
18920            - ext/Encode/Encode/gbk.enc
18921            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18922            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
18923            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
18924            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18925 ____________________________________________________________________________
18926 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
18927         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18928              From: Nicholas Clark <nick@unfortu.net>
18929              Date: Mon, 4 Mar 2002 22:20:13 +0000
18930              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
18931      Branch: perl
18932            ! pod/perldelta.pod
18933 ____________________________________________________________________________
18934 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
18935         Log: Based on
18936              
18937              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
18938              From: Anton Tagunov <tagunov@motor.ru>
18939              Date: Mon, 4 Mar 2002 21:14:39 +0300
18940              Message-ID: <1814137429.20020304211439@motor.ru>
18941      Branch: perl
18942            ! pod/perlunicode.pod
18943 ____________________________________________________________________________
18944 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
18945         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18946              From: John Peacock <jpeacock@rowman.com>
18947              Date: Mon, 04 Mar 2002 16:18:42 -0500
18948              Message-ID: <3C83E4B2.3060700@rowman.com>
18949              
18950              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18951              From: John Peacock <jpeacock@rowman.com>
18952              Date: Mon, 04 Mar 2002 16:42:55 -0500
18953              Message-ID: <3C83EA5F.80303@rowman.com>
18954      Branch: perl
18955            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18956 ____________________________________________________________________________
18957 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
18958         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18959              From: "Craig A. Berry" <craigberry@mac.com>
18960              Date: Mon, 04 Mar 2002 14:47:59 -0600
18961              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
18962              
18963              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18964              From: "Craig A. Berry" <craigberry@mac.com>
18965              Date: Mon, 04 Mar 2002 15:04:58 -0600
18966              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
18967      Branch: perl
18968            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
18969 ____________________________________________________________________________
18970 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
18971         Log: metaconfig unit change for #15014.
18972      Branch: metaconfig/U/perl
18973            ! Extensions.U
18974 ____________________________________________________________________________
18975 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
18976         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
18977              of known extensions, where Encode::JP already is.
18978      Branch: perl
18979            ! Configure Porting/config.sh Porting/config_H uconfig.h
18980 ____________________________________________________________________________
18981 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
18982         Log: SJIS, from Dan Kogai.
18983      Branch: perl
18984            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18985 ____________________________________________________________________________
18986 [ 15012] By: nick                                  on 2002/03/04  17:35:50
18987         Log: Intergrate perlio's Encode/compile
18988      Branch: perl
18989           !> ext/Encode/compile
18990 ____________________________________________________________________________
18991 [ 15011] By: nick                                  on 2002/03/04  17:29:54
18992         Log: Avoid $Id$ cleverness and just have a $VERSION.
18993      Branch: perlio
18994            ! ext/Encode/compile
18995 ____________________________________________________________________________
18996 [ 15010] By: nick                                  on 2002/03/04  17:29:14
18997         Log: Integrate mainline
18998      Branch: perlio
18999           +> lib/Math/BigInt/t/isa.t
19000           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
19001           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
19002           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19003           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
19004           !> warnings.pl
19005 ____________________________________________________________________________
19006 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
19007         Log: Integrate ext/Encode/compile from perlio.
19008      Branch: perl
19009           !> ext/Encode/compile
19010 ____________________________________________________________________________
19011 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
19012         Log: Integrate perlio:
19013              
19014              [ 15002]
19015              Win32 tweak
19016              
19017              [ 14999]
19018              Win32 hack
19019              
19020              [ 14995]
19021              Remove debugging assert
19022      Branch: perl
19023           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
19024           !> lib/Tie/File/t/16_handle.t
19025 ____________________________________________________________________________
19026 [ 15007] By: nick                                  on 2002/03/04  17:08:17
19027         Log: Integrate mainline
19028      Branch: perlio
19029           !> AUTHORS Changes Porting/Glossary Porting/config.sh
19030           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
19031           !> pod/perltoc.pod
19032 ____________________________________________________________________________
19033 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
19034         Log: A new M::BI test.
19035      Branch: perl
19036            + lib/Math/BigInt/t/isa.t
19037            ! MANIFEST
19038 ____________________________________________________________________________
19039 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
19040         Log: Subject: VMS test and perldelta update
19041              From: "Craig A. Berry" <craigberry@mac.com>
19042              Date: Mon, 04 Mar 2002 11:03:37 -0600
19043              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
19044      Branch: perl
19045            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
19046 ____________________________________________________________________________
19047 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
19048         Log: Needed for threaded builds.
19049      Branch: perl
19050            ! embed.fnc embed.h
19051 ____________________________________________________________________________
19052 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
19053         Log: Subject: [PATCH] taint + deprecated warnings
19054              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19055              Date: Mon, 4 Mar 2002 16:33:23 -0000
19056              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
19057      Branch: perl
19058            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
19059            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19060            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
19061 ____________________________________________________________________________
19062 [ 15002] By: nick                                  on 2002/03/04  16:19:06
19063         Log: Win32 tweak
19064      Branch: perlio
19065            ! lib/Tie/File/t/16_handle.t
19066 ____________________________________________________________________________
19067 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
19068         Log: Update Changes.
19069      Branch: perl
19070            ! Changes patchlevel.h
19071 ____________________________________________________________________________
19072 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
19073         Log: AUTHORS updates.
19074      Branch: perl
19075            ! AUTHORS
19076 ____________________________________________________________________________
19077 [ 14999] By: nick                                  on 2002/03/04  15:26:43
19078         Log: Win32 hack
19079      Branch: perlio
19080            ! ext/Encode/compile ext/Encode/t/JP.t
19081 ____________________________________________________________________________
19082 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
19083         Log: Encode doc tweak from Autrijus Tang.
19084      Branch: perl
19085            ! ext/Encode/Encode.pm
19086 ____________________________________________________________________________
19087 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
19088         Log: Regen Glossary et al.  (It seems the #14875 didn't
19089              quite work in removing the double-dot?)
19090      Branch: perl
19091            ! Porting/Glossary Porting/config.sh Porting/config_H
19092 ____________________________________________________________________________
19093 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
19094         Log: Regen toc.
19095      Branch: perl
19096            ! pod/perltoc.pod
19097 ____________________________________________________________________________
19098 [ 14995] By: nick                                  on 2002/03/04  14:42:09
19099         Log: Remove debugging assert
19100      Branch: perlio
19101            ! ext/threads/shared/shared.xs
19102 ____________________________________________________________________________
19103 [ 14994] By: nick                                  on 2002/03/04  14:41:54
19104         Log: Integrate mainline
19105      Branch: perlio
19106           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
19107           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19108           !> lib/Tie/File/t/15_pushpop.t util.c
19109 ____________________________________________________________________________
19110 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
19111         Log: Han update from Autrijus Tang. 
19112      Branch: perl
19113            ! ext/Encode/Encode.pm
19114 ____________________________________________________________________________
19115 [ 14992] By: nick                                  on 2002/03/04  14:08:38
19116         Log: Integrate mainline - all tests pass - some noise from threads
19117              av_simple (SuSE7.3).
19118      Branch: perlio
19119           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19120           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19121           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19122           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19123           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19124           +> lib/Tie/File/t/11_rv_splice_rs.t
19125           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19126           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19127           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19128            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19129            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19130            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19131            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19132            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19133            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19134            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19135            - lib/Tie/File/15_pushpop.t
19136           !> (integrate 47 files)
19137 ____________________________________________________________________________
19138 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
19139         Log: Missing MANIFESTations.
19140      Branch: perl
19141            ! MANIFEST
19142 ____________________________________________________________________________
19143 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
19144         Log: Attempt at portability.
19145      Branch: perl
19146            ! util.c
19147 ____________________________________________________________________________
19148 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
19149         Log: Needed by #14985.
19150      Branch: perl
19151            ! embed.h global.sym proto.h
19152 ____________________________________________________________________________
19153 [ 14988] By: ams                                   on 2002/03/04  08:59:27
19154         Log: Upgrade to Tie::File 0.16.
19155      Branch: perl
19156            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19157            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
19158            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19159            ! lib/Tie/File/t/15_pushpop.t
19160 ____________________________________________________________________________
19161 [ 14987] By: ams                                   on 2002/03/04  08:48:11
19162         Log: Subject: [PATCH @14577] perly-fixer
19163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19164              Date: Mon, 4 Mar 2002 02:28:51 -0500
19165              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
19166      Branch: perl
19167            ! Makefile.SH perly.fixer
19168 ____________________________________________________________________________
19169 [ 14986] By: ams                                   on 2002/03/04  08:43:37
19170         Log: Subject: [PATCH @14577] xsubpp
19171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19172              Date: Mon, 4 Mar 2002 02:25:52 -0500
19173              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19174      Branch: perl
19175            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19176 ____________________________________________________________________________
19177 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19178         Log: Subject: [PATCH @14577] sv_cmp and friends
19179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19180              Date: Mon, 4 Mar 2002 02:31:04 -0500
19181              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19182      Branch: perl
19183            ! embed.fnc sv.c util.c
19184 ____________________________________________________________________________
19185 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19186         Log: Fix File::Path docs as suggested by Ronald Kimball.
19187      Branch: perl
19188            ! lib/File/Path.pm
19189 ____________________________________________________________________________
19190 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19191         Log: Update perldata fix as suggested by Benjamin Goldberg.
19192      Branch: perl
19193            ! pod/perldata.pod
19194 ____________________________________________________________________________
19195 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19196         Log: Faulty skip.
19197      Branch: perl
19198            ! ext/DB_File/t/db-recno.t
19199 ____________________________________________________________________________
19200 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19201         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19202              From: Anton Tagunov <tagunov@motor.ru>
19203              Date: Mon, 4 Mar 2002 05:41:41 +0300
19204              Message-Id: <7916563907.20020304054141@motor.ru>
19205              
19206              Subject: [ID 20020303.005] Patch perlinicode C API description
19207              From: Anton Tagunov <tagunov@motor.ru>
19208              Date: Mon, 4 Mar 2002 06:08:23 +0300
19209              Message-Id: <2018165510.20020304060823@motor.ru>
19210      Branch: perl
19211            ! lib/utf8.pm pod/perlunicode.pod
19212 ____________________________________________________________________________
19213 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19214         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19215              From: Anton Tagunov <tagunov@motor.ru>
19216              Date: Mon, 4 Mar 2002 02:17:40 +0300
19217              Message-Id: <1344322124.20020304021740@motor.ru>
19218      Branch: perl
19219            ! pod/perldata.pod
19220 ____________________________________________________________________________
19221 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19222         Log: Subject: RE: [PATCH] RE: DB_File breakage
19223              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19224              Date: Sun, 3 Mar 2002 23:56:31 -0000
19225              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19226      Branch: perl
19227            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19228            ! ext/DB_File/t/db-recno.t
19229 ____________________________________________________________________________
19230 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19231         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19232              From: Nicholas Clark <nick@unfortu.net>
19233              Date: Sun, 3 Mar 2002 23:29:25 +0000
19234              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19235      Branch: perl
19236            ! lib/ExtUtils/Manifest.pm
19237 ____________________________________________________________________________
19238 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19239         Log: Forgot from the M::BI 1.54 update.
19240      Branch: perl
19241            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19242            ! lib/Math/BigInt/t/upgrade.inc
19243 ____________________________________________________________________________
19244 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19245         Log: Subject: [PATCH] attr
19246              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19247              Date: Sun, 3 Mar 2002 22:09:58 -0000
19248              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19249      Branch: perl
19250            ! lib/warnings.pm warnings.pl
19251 ____________________________________________________________________________
19252 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19253         Log: Subject: [PATCH] File::Path documentation
19254              From: Colin Meyer <cmeyer@helvella.org>
19255              Date: Sun, 3 Mar 2002 14:54:24 -0800
19256              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19257      Branch: perl
19258            ! lib/File/Path.pm
19259 ____________________________________________________________________________
19260 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19261         Log: Typo.
19262      Branch: perl
19263            ! lib/Math/BigInt/t/upgrade.t
19264 ____________________________________________________________________________
19265 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19266         Log: Editing errors.
19267      Branch: perl
19268            ! MANIFEST
19269 ____________________________________________________________________________
19270 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19271         Log: Upgrade to Math::BigInt 1.54.
19272      Branch: perl
19273            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19274            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19275            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19276            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19277            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19278            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19279 ____________________________________________________________________________
19280 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19281         Log: Test tweak from Craig Berry.
19282      Branch: perl
19283            ! lib/Tie/File/t/15_pushpop.t
19284 ____________________________________________________________________________
19285 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
19286         Log: Upgrade to Tie::File 0.15.
19287      Branch: perl
19288            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19289            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19290            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19291            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19292            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19293            + lib/Tie/File/t/11_rv_splice_rs.t
19294            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19295            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19296            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19297            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19298            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19299            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19300            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19301            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19302            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19303            - lib/Tie/File/15_pushpop.t
19304            ! MANIFEST lib/Tie/File.pm
19305 ____________________________________________________________________________
19306 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
19307         Log: The EBCDIC gaps apply only to the real A-Z.
19308      Branch: perl
19309            ! ext/B/B/Deparse.pm
19310 ____________________________________________________________________________
19311 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
19312         Log: EBCDIC: deparse \cX correctly.
19313      Branch: perl
19314            ! ext/B/B/Deparse.pm
19315 ____________________________________________________________________________
19316 [ 14967] By: ams                                   on 2002/03/03  18:18:00
19317         Log: Subject: [PATCH] nit in perlsyn.pod
19318              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19319              Date: Sun, 03 Mar 2002 20:16:10 +0100
19320              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
19321      Branch: perl
19322            ! pod/perlsyn.pod
19323 ____________________________________________________________________________
19324 [ 14966] By: ams                                   on 2002/03/03  18:06:32
19325         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
19326              From: Michael G Schwern <schwern@pobox.com>
19327              Date: Sun, 3 Mar 2002 13:33:28 -0500
19328              Message-Id: <20020303183328.GA3296@blackrider>
19329      Branch: perl
19330            ! utils/h2xs.PL
19331 ____________________________________________________________________________
19332 [ 14965] By: ams                                   on 2002/03/03  18:00:03
19333         Log: Subject: [ PATCH ] HP back to default
19334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19335              Date: Sun, 03 Mar 2002 18:48:34 +0100
19336              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
19337      Branch: perl
19338            ! hints/hpux.sh
19339 ____________________________________________________________________________
19340 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
19341         Log: EBCDIC: special cases of special cases.
19342      Branch: perl
19343            ! t/uni/case.pl
19344 ____________________________________________________________________________
19345 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
19346         Log: EBCDIC: the v-string components cannot exceed 2147483647.
19347      Branch: perl
19348            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
19349 ____________________________________________________________________________
19350 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
19351         Log: Remove the bogus "incorrect case" warning completely.
19352              The problem exists, but the cure, in which ever form
19353              it will be, needs to be something more subtle.
19354      Branch: perl
19355            ! op.c pod/perldiag.pod
19356 ____________________________________________________________________________
19357 [ 14961] By: ams                                   on 2002/03/03  13:39:09
19358         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
19359              From: Mark-Jason Dominus <mjd@plover.com>
19360              Date: Sun, 03 Mar 2002 09:32:16 -0500
19361              Message-Id: <20020303143216.10536.qmail@plover.com>
19362      Branch: perl
19363            ! t/op/tiearray.t
19364 ____________________________________________________________________________
19365 [ 14960] By: nick                                  on 2002/03/03  09:59:59
19366         Log: Integrate mainline
19367      Branch: perlio
19368           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19369            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19370            ! ext/Encode/compile
19371           !> (integrate 27 files)
19372 ____________________________________________________________________________
19373 [ 14959] By: ams                                   on 2002/03/03  08:11:34
19374         Log: Fix #14957.
19375      Branch: perl
19376            ! ext/DB_File/t/db-recno.t
19377 ____________________________________________________________________________
19378 [ 14958] By: ams                                   on 2002/03/03  05:51:00
19379         Log: Subject: [PATCH @14577] NL in debugger
19380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19381              Date: Sat, 2 Mar 2002 05:34:12 -0500
19382              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
19383      Branch: perl
19384            ! lib/perl5db.pl
19385 ____________________________________________________________________________
19386 [ 14957] By: ams                                   on 2002/03/03  05:00:04
19387         Log: Subject: Re: DB_File breakage
19388              From: Schuyler Erle <schuyler@oreilly.com>
19389              Date: Sat, 02 Mar 2002 21:50:30 -0800
19390              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
19391      Branch: perl
19392            ! ext/DB_File/t/db-recno.t
19393 ____________________________________________________________________________
19394 [ 14956] By: ams                                   on 2002/03/03  04:40:08
19395         Log: Subject: [PATCH @14577] Debugging OPs
19396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19397              Date: Sat, 2 Mar 2002 05:49:58 -0500
19398              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
19399      Branch: perl
19400            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
19401            ! pod/perlrun.pod sv.h
19402 ____________________________________________________________________________
19403 [ 14955] By: ams                                   on 2002/03/03  04:34:41
19404         Log: Subject: Tie::Array doc patch
19405              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
19406              Date: Sat, 02 Mar 2002 08:42:56 +0900
19407              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
19408      Branch: perl
19409            ! lib/Tie/Array.pm
19410 ____________________________________________________________________________
19411 [ 14954] By: ams                                   on 2002/03/03  04:23:33
19412         Log: Subject: Re: Smoke 14870
19413              From: Nicholas Clark <nick@unfortu.net>
19414              Date: Sat, 2 Mar 2002 20:00:53 +0000
19415              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
19416      Branch: perl
19417            ! README.hpux
19418 ____________________________________________________________________________
19419 [ 14953] By: ams                                   on 2002/03/03  04:15:49
19420         Log: Subject: RE: VERSION core
19421              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19422              Date: Sat, 2 Mar 2002 22:50:44 -0000
19423              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
19424      Branch: perl
19425            ! t/comp/use.t
19426 ____________________________________________________________________________
19427 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
19428         Log: The #14949 removed this error from non-Win32.
19429      Branch: perl
19430            ! t/lib/warnings/op
19431 ____________________________________________________________________________
19432 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
19433         Log: BeOS back on track.
19434      Branch: perl
19435            ! README.beos
19436 ____________________________________________________________________________
19437 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
19438         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
19439              higher is okay.
19440      Branch: perl
19441            ! ext/POSIX/t/posix.t
19442 ____________________________________________________________________________
19443 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
19444         Log: For now, make "incorrect case" a Win32-only warning.
19445      Branch: perl
19446            ! op.c
19447 ____________________________________________________________________________
19448 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19449         Log: Demand more before attempting socketpair().
19450      Branch: perl
19451            ! pp_sys.c
19452 ____________________________________________________________________________
19453 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19454         Log: Remove obsolete hack.
19455      Branch: perl
19456            ! makedepend.SH
19457 ____________________________________________________________________________
19458 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19459         Log: Forgot to delete encode.* from MANIFEST.
19460      Branch: perl
19461            ! MANIFEST
19462 ____________________________________________________________________________
19463 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19464         Log: Delete ex-test output.
19465      Branch: perl
19466            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19467 ____________________________________________________________________________
19468 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19469         Log: Subject: [PATCH] DB_File 1.803
19470              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19471              Date: Sat, 2 Mar 2002 14:33:32 -0000
19472              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19473      Branch: perl
19474            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19475            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19476 ____________________________________________________________________________
19477 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19478         Log: Upgrade to Tie::File 0.14.
19479      Branch: perl
19480            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19481            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19482            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19483 ____________________________________________________________________________
19484 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19485         Log: Integrate mainline
19486      Branch: perlio
19487           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19488           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19489           +> ext/Encode/t/table.utf8
19490           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19491           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19492           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19493           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19494           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19495           !> universal.c utils/perldoc.PL
19496 ____________________________________________________________________________
19497 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19498         Log: More CJK (just C, really) tables from Autrijus Tang
19499              (originally from iconv, used with permission of Bruno Haible)
19500      Branch: perl
19501            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19502            + ext/Encode/Encode/iso-ir-165.enc
19503            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19504            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19505            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19506 ____________________________________________________________________________
19507 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19508         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19509              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19510              Date: Fri, 1 Mar 2002 15:32:13 -0500
19511              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19512      Branch: perl
19513            ! utils/perldoc.PL
19514 ____________________________________________________________________________
19515 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19516         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19517              From: Schuyler Erle <schuyler@oreilly.com>
19518              Date: Fri, 01 Mar 2002 14:22:19 -0800
19519              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19520              
19521              Subject: Re: PATCH: "splice() offset past end of array" warning.
19522              From: Mark-Jason Dominus <mjd@plover.com>
19523              Date: Fri, 01 Mar 2002 17:19:49 -0500
19524              Message-ID: <20020301221949.7610.qmail@plover.com>
19525      Branch: perl
19526            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
19527 ____________________________________________________________________________
19528 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
19529         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
19530              From: Mark-Jason Dominus <mjd@plover.com>
19531              Date: Fri, 01 Mar 2002 18:35:35 -0500
19532              Message-ID: <20020301233535.15969.qmail@plover.com>
19533      Branch: perl
19534            ! av.c
19535 ____________________________________________________________________________
19536 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
19537         Log: Subject: RE: VERSION core
19538              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19539              Date: Fri, 1 Mar 2002 23:47:48 -0000
19540              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
19541      Branch: perl
19542            ! pod/perldiag.pod universal.c
19543 ____________________________________________________________________________
19544 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
19545         Log: Update Changes
19546      Branch: maint-5.6/macperl
19547            ! macos/Changes
19548 ____________________________________________________________________________
19549 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
19550         Log: Fix update to resources
19551      Branch: maint-5.6/macperl
19552            ! macos/macperl/MacPerl.r
19553 ____________________________________________________________________________
19554 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
19555         Log: metaconfig unit change for #14930.
19556      Branch: metaconfig
19557            ! U/modified/Init.U
19558 ____________________________________________________________________________
19559 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
19560         Log: Fix debugger to handle Mac OS psedofiles
19561      Branch: maint-5.6/macperl
19562            ! lib/DB.pm lib/perl5db.pl
19563 ____________________________________________________________________________
19564 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
19565         Log: Various fixes from Thomas Wegner
19566      Branch: maint-5.6/macperl
19567            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
19568 ____________________________________________________________________________
19569 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
19570         Log: Some resource updates
19571      Branch: maint-5.6/macperl
19572            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
19573            ! macos/macperl/MacPerl.rsrc
19574 ____________________________________________________________________________
19575 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
19576         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
19577              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19578              Date: Fri, 01 Mar 2002 09:38:59 -0800
19579              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
19580      Branch: perl
19581            ! Configure
19582 ____________________________________________________________________________
19583 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
19584         Log: Add some missing sfio symbols (Alan Fry)
19585      Branch: maint-5.6/macperl
19586            ! macos/macperl.sym
19587 ____________________________________________________________________________
19588 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
19589         Log: Update version and README
19590      Branch: maint-5.6/macperl
19591            ! README.macos macos/MPVersion.r
19592 ____________________________________________________________________________
19593 [ 14926] By: nick                                  on 2002/03/01  15:56:41
19594         Log: Integrate mainline
19595      Branch: perlio
19596           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
19597           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19598           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19599           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19600           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19601           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19602           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19603           +> lib/Tie/File/13_size_rs.t
19604           !> (integrate 80 files)
19605 ____________________________________________________________________________
19606 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
19607         Log: Better advertising.
19608      Branch: perl
19609            ! pod/perldelta.pod pod/perlfaq5.pod
19610 ____________________________________________________________________________
19611 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
19612         Log: Update Changes.
19613      Branch: perl
19614            ! Changes patchlevel.h
19615 ____________________________________________________________________________
19616 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
19617         Log: Lost in the shuffle.
19618      Branch: perl
19619            + lib/Math/BigInt/t/downgrade.t
19620            ! MANIFEST
19621 ____________________________________________________________________________
19622 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
19623         Log: Advertise Tie::File.
19624      Branch: perl
19625            ! pod/perldelta.pod pod/perlfaq5.pod
19626 ____________________________________________________________________________
19627 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
19628         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
19629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19630              Date: Thu, 28 Feb 2002 18:55:48 +0100
19631              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
19632      Branch: perl
19633            ! x2p/walk.c
19634 ____________________________________________________________________________
19635 [ 14920] By: ams                                   on 2002/03/01  09:06:01
19636         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
19637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19638              Date: Tue, 26 Feb 2002 19:54:31 -0500
19639              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
19640      Branch: perl
19641            ! embed.fnc ext/B/B/Deparse.pm gv.c
19642 ____________________________________________________________________________
19643 [ 14919] By: ams                                   on 2002/03/01  03:03:12
19644         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
19645      Branch: perl
19646            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
19647            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19648            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19649            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19650            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19651            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19652            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19653 ____________________________________________________________________________
19654 [ 14918] By: ams                                   on 2002/03/01  02:36:58
19655         Log: Add Tie::File 0.12 from MJD.
19656      Branch: perl
19657            + lib/Tie/File.pm lib/Tie/File/01_gen.t
19658            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19659            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19660            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19661            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19662            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19663            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19664            ! MANIFEST
19665 ____________________________________________________________________________
19666 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
19667         Log: Encoding name mapping tweaks.
19668      Branch: perl
19669            ! ext/Encode/Encode.pm
19670 ____________________________________________________________________________
19671 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
19672         Log: metaconfig unit change for #14915.
19673      Branch: metaconfig
19674            ! U/modified/Init.U
19675 ____________________________________________________________________________
19676 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
19677         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
19678              From: Paul_GreenVOS@vos.stratus.com
19679              Date: Thu, 28 Feb 02 15:05 est
19680              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
19681      Branch: perl
19682            ! Configure
19683 ____________________________________________________________________________
19684 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
19685         Log: PL_bostr was pointing to the wrong string
19686              (a string left around from the loading of the Unicode \w)
19687              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
19688              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
19689      Branch: perl
19690            ! regexec.c
19691 ____________________________________________________________________________
19692 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
19693         Log: Sync with libnet-1.10
19694      Branch: perl
19695            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
19696            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
19697            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
19698            ! lib/Net/t/netrc.t
19699 ____________________________________________________________________________
19700 [ 14912] By: ams                                   on 2002/02/28  13:02:50
19701         Log: Subject: [PATCH] perldelta.pod fixes
19702              From: Autrijus Tang <autrijus@autrijus.org>
19703              Date: Thu, 28 Feb 2002 21:44:15 +0800
19704              Message-Id: <20020228134415.GB16422@not.autrijus.org>
19705      Branch: perl
19706            ! pod/perldelta.pod
19707 ____________________________________________________________________________
19708 [ 14911] By: ams                                   on 2002/02/28  11:31:44
19709         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
19710              From: Stas Bekman <stas@stason.org>
19711              Date: Mon, 04 Feb 2002 16:18:53 +0800
19712              Message-Id: <3C7E1E5F.1000605@stason.org>
19713              (Applied by hand).
19714      Branch: perl
19715            ! lib/File/Copy.pm
19716 ____________________________________________________________________________
19717 [ 14910] By: ams                                   on 2002/02/28  11:26:47
19718         Log: Subject: [PATCH lib/Pod/Html.pm]
19719              From: Stas Bekman <stas@stason.org>
19720              Date: Thu, 28 Feb 2002 20:05:01 +0800
19721              Message-Id: <3C7E1CED.7000307@stason.org>
19722      Branch: perl
19723            ! lib/Pod/Html.pm
19724 ____________________________________________________________________________
19725 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
19726         Log: Tests for #14908.
19727      Branch: perl
19728            ! t/op/pat.t
19729 ____________________________________________________________________________
19730 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
19731         Log: Make shared hash keys to be \0-terminated:
19732              one possible resolution for
19733              "UTF-8, weird \w behaviour after HASH-KEY-ification"
19734              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
19735              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
19736              The hash keys weren't \0-terminated.  This meant that the EOL ($)
19737              in regmatch() got the nextchr beyond the last character.  Since
19738              the keys were UTF-8, the nextchr was \1, not the usual
19739              string-terminating \0.  Wham, no match.
19740              
19741              I think another possible resolution could be to stop the nextchr
19742              computation in regmatch() from peeking beyond the last character
19743              of the string:
19744              
19745              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
19746      Branch: perl
19747            ! hv.c hv.h
19748 ____________________________________________________________________________
19749 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
19750         Log: Subject: [PATCH] Perl interface to newIO()
19751              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19752              Date: Wed, 27 Feb 2002 20:15:27 -0800
19753              Message-ID: <f7af8gzkgaET092yn@efn.org>
19754      Branch: perl
19755            ! lib/Symbol.pm
19756 ____________________________________________________________________________
19757 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
19758         Log: The "list" part of
19759              
19760              Subject: [PATCH perlop] .. returns a *list* of *integers*
19761              From: Mike Guy <mjtg@cam.ac.uk>
19762              Date: Tue, 26 Feb 2002 18:30:22 +0000
19763              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
19764              
19765              plus few nits.
19766      Branch: perl
19767            ! pod/perlop.pod
19768 ____________________________________________________________________________
19769 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
19770         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
19771              From: Abe Timmerman <abe@ztreet.demon.nl>
19772              Date: Thu, 28 Feb 2002 00:04:06 +0100
19773              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
19774      Branch: perl
19775            ! lib/File/stat.t
19776 ____________________________________________________________________________
19777 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
19778         Log: Integrate from maintperl.
19779      Branch: maint-5.6/macperl
19780           !> doio.c op.c t/io/open.t t/pragma/strict-subs
19781 ____________________________________________________________________________
19782 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
19783         Log: Upgrade to Math::BigInt 1.53.
19784      Branch: perl
19785            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19786            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19787            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19788            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
19789            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
19790            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
19791 ____________________________________________________________________________
19792 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
19793         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
19794              From: "Craig A. Berry" <craigberry@mac.com>
19795              Date: Wed, 27 Feb 2002 15:36:38 -0600
19796              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
19797      Branch: perl
19798            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
19799            ! vms/ext/filespec.t
19800 ____________________________________________________________________________
19801 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
19802         Log: Subject: [PATCH] Some minor changes for Cygwin
19803              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
19804              Date: Wed, 27 Feb 2002 22:25:41 +0100
19805              Message-ID: <14296492589.20020227222541@familiehaase.de>
19806      Branch: perl
19807            ! Makefile.SH README.cygwin cygwin/perlld.in
19808 ____________________________________________________________________________
19809 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
19810         Log: Update the UTF-8 explanation table.
19811      Branch: perl
19812            ! pod/perlunicode.pod utf8.h
19813 ____________________________________________________________________________
19814 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
19815         Log: Repatch from Robin Barker: anon subs in C<package;> are
19816              now __ANON__::__ANON__ (should help for mod_perl breakage
19817              since #12251)
19818      Branch: perl
19819            ! gv.c op.c t/op/runlevel.t toke.c
19820 ____________________________________________________________________________
19821 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
19822         Log: Update Changes.
19823      Branch: perl
19824            ! Changes patchlevel.h
19825 ____________________________________________________________________________
19826 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
19827         Log: perldelta updates.
19828      Branch: perl
19829            ! pod/perldelta.pod
19830 ____________________________________________________________________________
19831 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
19832         Log: Signedness nit.
19833      Branch: perl
19834            ! regexec.c
19835 ____________________________________________________________________________
19836 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
19837         Log: Subject: Re: Smoke 14870
19838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19839              Date: Wed, 27 Feb 2002 16:48:35 +0100
19840              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
19841              
19842              (with some additional garnish)
19843      Branch: perl
19844            ! README.hpux hints/hpux.sh
19845 ____________________________________________________________________________
19846 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
19847         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
19848              into perl.exp in AIX.
19849      Branch: perl
19850            ! makedef.pl perl.h
19851 ____________________________________________________________________________
19852 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
19853         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
19854              From: Robin Barker <rmb1@cise.npl.co.uk>
19855              Date: Wed, 27 Feb 2002 14:39:35 GMT
19856              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
19857      Branch: perl
19858            ! pod/perlrun.pod
19859 ____________________________________________________________________________
19860 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
19861         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
19862              From: Robin Barker <rmb1@cise.npl.co.uk>
19863              Date: Wed, 27 Feb 2002 12:25:30 GMT
19864              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
19865      Branch: perl
19866            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
19867            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
19868            ! pod/perlunicode.pod pod/perluniintro.pod
19869 ____________________________________________________________________________
19870 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
19871         Log: Only modify LD_LIBRARY_PATH in case there are directories.
19872      Branch: perl
19873            ! hints/dec_osf.sh
19874 ____________________________________________________________________________
19875 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
19876         Log: Subject: [PATCH] perl/hints/vos.sh
19877              From: Paul_GreenVOS@vos.stratus.com
19878              Date: Tue, 26 Feb 02 15:19 est
19879              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
19880      Branch: perl
19881            ! hints/vos.sh
19882 ____________________________________________________________________________
19883 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
19884         Log: Forgot from #14888.
19885      Branch: perl
19886            ! ext/Unicode/Normalize/mkheader
19887 ____________________________________________________________________________
19888 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
19889         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
19890      Branch: perl
19891            ! ext/Unicode/Normalize/Changes
19892            ! ext/Unicode/Normalize/Normalize.pm
19893            ! ext/Unicode/Normalize/Normalize.xs
19894            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19895            ! ext/Unicode/Normalize/t/test.t
19896 ____________________________________________________________________________
19897 [ 14887] By: ams                                   on 2002/02/26  23:51:52
19898         Log: Subject: Missing diagnostics
19899              From: Simon Glover <scog@roe.ac.uk>
19900              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
19901              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
19902              
19903              Subject: [PATCH] Better wording for the lvalue vec diagnostic
19904              From: Simon Glover <scog@roe.ac.uk>
19905              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
19906              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
19907      Branch: perl
19908            ! doop.c pod/perldiag.pod t/op/vec.t
19909 ____________________________________________________________________________
19910 [ 14886] By: ams                                   on 2002/02/26  15:48:34
19911         Log: Subject: [PATCH] Not OK 5.7.2@14884
19912              From: andreas.koenig@anima.de (Andreas J. Koenig)
19913              Date: Tue, 26 Feb 2002 15:03:55 +0100
19914              Message-Id: <m38z9gfigk.fsf@anima.de>
19915      Branch: perl
19916            ! t/lib/access.t
19917 ____________________________________________________________________________
19918 [ 14885] By: nick                                  on 2002/02/26  13:48:55
19919         Log: Integrate mainline
19920      Branch: perlio
19921           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19922           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19923           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19924            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19925           !> (integrate 102 files)
19926 ____________________________________________________________________________
19927 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
19928         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
19929              1.1999999999999996, or thereabouts (yes, even sprintf).
19930      Branch: perl
19931            ! t/base/num.t
19932 ____________________________________________________________________________
19933 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
19934         Log: Neither.
19935      Branch: perl
19936            ! pod/perldelta.pod
19937 ____________________________________________________________________________
19938 [ 14882] By: ams                                   on 2002/02/26  08:46:55
19939         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
19940              From: Michael G Schwern <schwern@pobox.com>
19941              Date: Tue, 26 Feb 2002 01:01:28 -0500
19942              Message-Id: <20020226060128.GA2439@blackrider>
19943      Branch: perl
19944            ! hv.c pod/perldiag.pod
19945 ____________________________________________________________________________
19946 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
19947         Log: Subject: [PATCH B::Concise] docs, typos
19948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19949              Date: Mon, 25 Feb 2002 16:41:16 +0100
19950              Message-ID: <20020225164116.A1054@rafael>
19951      Branch: perl
19952            ! ext/B/B/Concise.pm
19953 ____________________________________________________________________________
19954 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
19955         Log: POSIX: add isatty to @EXPORT_OK, reformat.
19956      Branch: perl
19957            ! ext/POSIX/POSIX.pm
19958 ____________________________________________________________________________
19959 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
19960         Log: If using -Dloclibpth=... the directories need to
19961              be appended to LD_LIBRARY_PATH (and ickily, if those
19962              directories contain a (newer?) libdb.so, we need to
19963              prepend    /usr/shlib to loclibpth).
19964      Branch: perl
19965            ! hints/dec_osf.sh
19966 ____________________________________________________________________________
19967 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
19968         Log: Subject: [PATCH] Perl interface to newIO()
19969              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
19970              Date: Mon, 25 Feb 2002 15:04:57 -0800
19971              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
19972      Branch: perl
19973            ! lib/Symbol.pm lib/Symbol.t
19974 ____________________________________________________________________________
19975 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
19976         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
19977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
19978              Date: Mon, 25 Feb 2002 21:58:30 +0100
19979              Message-ID: <20020225215830.A744@rafael>
19980      Branch: perl
19981            ! pod/perlvar.pod
19982 ____________________________________________________________________________
19983 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
19984         Log: Big5 tweaks from Autrijus Tang.
19985      Branch: perl
19986            ! ext/Encode/Encode/big5.enc
19987 ____________________________________________________________________________
19988 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
19989         Log: Subject: [PATCH Glossary configpm] cleanups
19990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19991              Date: Mon, 25 Feb 2002 23:27:15 +0100
19992              Message-ID: <20020225232715.C744@rafael>
19993      Branch: perl
19994            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
19995 ____________________________________________________________________________
19996 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
19997         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
19998              From: Nicholas Clark <nick@unfortu.net>
19999              Date: Mon, 25 Feb 2002 21:53:24 +0000
20000              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
20001      Branch: perl
20002            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
20003            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
20004            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
20005 ____________________________________________________________________________
20006 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
20007         Log: Upgrade to I18N::LangTags 0.27.
20008              (Causes one flipflop back to perl.com URL, must poke Sean.)
20009      Branch: perl
20010            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20011            ! lib/I18N/LangTags/List.pm
20012 ____________________________________________________________________________
20013 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
20014         Log: Upgrade to Getopt::Long 2.28.
20015      Branch: perl
20016            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
20017            ! lib/Getopt/Long/README
20018 ____________________________________________________________________________
20019 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
20020         Log: No =head.
20021      Branch: perl
20022            ! pod/perlebcdic.pod
20023 ____________________________________________________________________________
20024 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
20025         Log: Update Changes.
20026      Branch: perl
20027            ! Changes patchlevel.h
20028 ____________________________________________________________________________
20029 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
20030         Log: metaconfig unit change for #14868.
20031      Branch: metaconfig
20032            ! U/modified/Chk_MANI.U
20033 ____________________________________________________________________________
20034 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
20035         Log: Some hosts understand split -l 50, some only split -50
20036              (from Paul Eggert).
20037      Branch: perl
20038            ! Configure
20039 ____________________________________________________________________________
20040 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
20041         Log: Subject: Re: [PATCH bleadperl] socketpair.t
20042              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20043              Date: Sun, 24 Feb 2002 10:31:25 +0100
20044              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
20045              
20046              (the pid half only)
20047      Branch: perl
20048            ! win32/win32.c
20049 ____________________________________________________________________________
20050 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
20051         Log: Mention the new pack tricks.
20052      Branch: perl
20053            ! pod/perldelta.pod
20054 ____________________________________________________________________________
20055 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
20056         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
20057              From: Richard.Foley@t-online.de (Richard Foley)
20058              Date: Mon, 25 Feb 2002 13:47:03 +0100
20059              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
20060      Branch: perl
20061            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
20062            ! pod/perldebug.pod pod/perldelta.pod
20063 ____________________________________________________________________________
20064 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
20065         Log: Typo corrections from John P. Linderman.
20066      Branch: perl
20067            ! ext/IPC/SysV/Semaphore.pm
20068 ____________________________________________________________________________
20069 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
20070         Log: Upgrade to Math::BigInt 1.52.
20071      Branch: perl
20072            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20073            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20074            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20075            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20076            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
20077 ____________________________________________________________________________
20078 [ 14862] By: ams                                   on 2002/02/25  10:39:40
20079         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
20080              From: Robin Barker <rmb1@cise.npl.co.uk>
20081              Date: Mon, 25 Feb 2002 11:35:06 GMT
20082              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
20083              
20084              Subject: [PATCH Net/Cmd.pm]
20085              From: Robin Barker <rmb1@cise.npl.co.uk>
20086              Date: Mon, 25 Feb 2002 11:37:06 GMT
20087              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
20088      Branch: perl
20089            ! lib/Cwd.pm lib/Net/Cmd.pm
20090 ____________________________________________________________________________
20091 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
20092         Log: Cut-and-paste errors.
20093      Branch: perl
20094            ! t/op/pat.t
20095 ____________________________________________________________________________
20096 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
20097         Log: EBCDIC: the control characters are not that easy to find.
20098      Branch: perl
20099            ! t/op/pat.t
20100 ____________________________________________________________________________
20101 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
20102         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
20103              From: John Peacock <jpeacock@rowman.com>
20104              Date: Sun, 24 Feb 2002 22:08:28 -0500
20105              Message-ID: <3C79AAAC.6060903@rowman.com>
20106      Branch: perl
20107            ! sv.c
20108 ____________________________________________________________________________
20109 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
20110         Log: SvSetSV() is not returnable, but that's okay since
20111              sv_copypv() returns void.
20112      Branch: perl
20113            ! sv.c
20114 ____________________________________________________________________________
20115 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
20116         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
20117              From: John Peacock <jpeacock@rowman.com>                 
20118              Date: Sun, 24 Feb 2002 16:40:07 -0500
20119              Message-ID: <3C795DB7.40105@rowman.com>               
20120      Branch: perl
20121            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
20122            ! pp_hot.c proto.h sv.c
20123 ____________________________________________________________________________
20124 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
20125         Log: Tiny code cleanup.
20126      Branch: perl
20127            ! regexec.c
20128 ____________________________________________________________________________
20129 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
20130         Log: Use to_uni_fold().
20131      Branch: perl
20132            ! regcomp.c
20133 ____________________________________________________________________________
20134 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
20135         Log: Document the new taint behaviour of exec LIST and
20136              system LIST.
20137      Branch: perl
20138            ! pod/perldelta.pod
20139 ____________________________________________________________________________
20140 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
20141         Log: Subject: [PATCH] Re: taint news
20142              From: Rick Delaney <rick.delaney@rogers.com>             
20143              Date: 24 Feb 2002 11:35:00 -0500
20144              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
20145      Branch: perl
20146            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
20147 ____________________________________________________________________________
20148 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
20149         Log: EBCDIC tweak (native instead of uni) and comment update.
20150      Branch: perl
20151            ! regexec.c
20152 ____________________________________________________________________________
20153 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
20154         Log: Using uninitialized (and wrong) variables is not good.
20155      Branch: perl
20156            ! regcomp.c
20157 ____________________________________________________________________________
20158 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
20159         Log: EBCDIC: this seems to calm the last of the
20160              Malformed UTF-8 warnings.
20161      Branch: perl
20162            ! regcomp.c utf8.c
20163 ____________________________________________________________________________
20164 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
20165         Log: EBCDIC: document using Encode for character conversions.
20166      Branch: perl
20167            ! pod/perlebcdic.pod
20168 ____________________________________________________________________________
20169 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
20170         Log: EBCDIC: disable also Unicode::Collate and
20171              Unicode::Normalize for now.  Real users of
20172              EBCDIC have to decide what they want.
20173      Branch: perl
20174            ! ext/Unicode/Normalize/Normalize.pm
20175            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20176            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20177            ! lib/Unicode/Collate/t/test.t
20178 ____________________________________________________________________________
20179 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20180         Log: AUTHORS updates.
20181      Branch: perl
20182            ! AUTHORS
20183 ____________________________________________________________________________
20184 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20185         Log: Retract #14571: there may be a better solution than
20186              tweaking the test.
20187      Branch: perl
20188            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20189 ____________________________________________________________________________
20190 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20191         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20192              From: "Craig A. Berry" <craigberry@mac.com> 
20193              Date: Sat, 23 Feb 2002 14:14:35 -0600
20194              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20195      Branch: perl
20196            ! configure.com
20197 ____________________________________________________________________________
20198 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20199         Log: metaconfig unit change for #14843.
20200      Branch: metaconfig/U/perl
20201            ! Extensions.U
20202 ____________________________________________________________________________
20203 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20204         Log: Also Encode/JP needs to be listed explicitly.
20205              (Any other sub-Encode extensions?)
20206      Branch: perl
20207            ! Configure
20208 ____________________________________________________________________________
20209 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20210         Log: Document known UNICOS/mk deficiency.
20211      Branch: perl
20212            ! pod/perldelta.pod
20213 ____________________________________________________________________________
20214 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20215         Log: Subject: [PATCH] README mention version 5.0
20216              From: Autrijus Tang <autrijus@autrijus.org>
20217              Date: Sat, 23 Feb 2002 09:35:22 +0800
20218              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20219      Branch: perl
20220            ! README
20221 ____________________________________________________________________________
20222 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20223         Log: metaconfig unit change for #14839.
20224      Branch: metaconfig
20225            ! U/modified/Signal.U
20226 ____________________________________________________________________________
20227 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20228         Log: Old hosts like NeXT Classic don't have sort -k,
20229              from Paul Eggert.
20230      Branch: perl
20231            ! Configure
20232 ____________________________________________________________________________
20233 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20234         Log: Minor clarifications as suggested by Anton Tagunov.
20235      Branch: perl
20236            ! pod/perlsyn.pod
20237 ____________________________________________________________________________
20238 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20239         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20241              Date: Fri, 22 Feb 2002 23:01:07 +0100
20242              Message-Id: <20020222230107.A15069@rafael>
20243      Branch: perl
20244            ! sv.c t/op/gv.t
20245 ____________________________________________________________________________
20246 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20247         Log: metaconfig unit change for #14835.
20248      Branch: metaconfig
20249            ! U/modified/Chk_MANI.U
20250 ____________________________________________________________________________
20251 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20252         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20253      Branch: perl
20254            ! Configure
20255 ____________________________________________________________________________
20256 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20257         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20258              From: Michael G Schwern <schwern@pobox.com>
20259              Date: Fri, 22 Feb 2002 12:10:28 -0500
20260              Message-ID: <20020222171027.GB4181@blackrider>
20261      Branch: perl
20262            ! ext/Encode/compile
20263 ____________________________________________________________________________
20264 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20265         Log: Update Changes.
20266      Branch: perl
20267            ! Changes patchlevel.h
20268 ____________________________________________________________________________
20269 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20270         Log: Implement IV/UV/NV/long double pack/unpack with
20271              template letters j/J/F/D (the latter two have been
20272              undocumented aliases of f/d).
20273      Branch: perl
20274            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20275 ____________________________________________________________________________
20276 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20277         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20278              From: Nicholas Clark <nick@unfortu.net>
20279              Date: Fri, 22 Feb 2002 14:01:25 +0000
20280              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20281      Branch: perl
20282            ! ext/Encode/compile
20283 ____________________________________________________________________________
20284 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
20285         Log: NetWare change from Ananth Kesari.
20286      Branch: perl
20287            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20288            ! MANIFEST
20289 ____________________________________________________________________________
20290 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
20291         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
20292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20293              Date: Fri, 22 Feb 2002 03:55:13 -0500
20294              Message-ID: <20020222035513.A894@math.ohio-state.edu>
20295      Branch: perl
20296            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
20297 ____________________________________________________________________________
20298 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
20299         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
20300      Branch: perl
20301            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
20302 ____________________________________________________________________________
20303 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
20304         Log: Make measure_struct a file static.
20305      Branch: perl
20306            ! pp_pack.c
20307 ____________________________________________________________________________
20308 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
20309         Log: EBCDIC: someone who knows what they are doing
20310              and whether it is possible at all in the first
20311              place needs to figure these tests out on EBCDIC.
20312              The CJK encodings heavily abuse their knowledge
20313              of ASCII and that may require a translation layer
20314              or four to survive UTF-EBCDIC.
20315      Branch: perl
20316            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
20317 ____________________________________________________________________________
20318 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
20319         Log: croak() needs context.
20320      Branch: perl
20321            ! pp_pack.c
20322 ____________________________________________________________________________
20323 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
20324         Log: Subject: [PATCH @14577] pack with a human face: the sequel
20325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20326              Date: Thu, 21 Feb 2002 21:33:37 -0500
20327              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
20328      Branch: perl
20329            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
20330            ! proto.h t/op/pack.t
20331 ____________________________________________________________________________
20332 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
20333         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20334              From: Nicholas Clark <nick@unfortu.net> 
20335              Date: Fri, 22 Feb 2002 00:49:44 +0000
20336              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
20337      Branch: perl
20338            ! ext/Encode/compile
20339 ____________________________________________________________________________
20340 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
20341         Log: Test for #14795.
20342      Branch: perl
20343            ! t/op/pat.t
20344 ____________________________________________________________________________
20345 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
20346         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
20347      Branch: perl
20348            ! t/op/pat.t
20349 ____________________________________________________________________________
20350 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
20351         Log: Subject: [PATCH] next batch of bugfixes
20352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20353              Date: Thu, 21 Feb 2002 23:54:41 +0100
20354              Message-ID: <20020221235441.A17260@rafael>
20355      Branch: perl
20356            ! ext/B/B/Deparse.pm
20357 ____________________________________________________________________________
20358 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
20359         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)
20360              From: chromatic <chromatic@rmci.net>
20361              Date: Thu, 21 Feb 2002 14:17:35 -0700
20362              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
20363      Branch: perl
20364            ! lib/File/stat.pm lib/File/stat.t
20365 ____________________________________________________________________________
20366 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
20367         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
20368      Branch: perl
20369            ! ext/re/re.xs
20370 ____________________________________________________________________________
20371 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
20372         Log: Upgrade to Math::BigInt 1.51.
20373      Branch: perl
20374            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20375            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20376            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20377            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20378            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20379            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20380            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20381            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
20382            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
20383            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
20384            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
20385            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20386 ____________________________________________________________________________
20387 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
20388         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
20389              From: "Gerrit P. Haase" <gp@familiehaase.de>
20390              Date: Thu, 21 Feb 2002 21:20:25 +0100
20391              Message-ID: <69510538936.20020221212025@familiehaase.de>
20392      Branch: perl
20393            ! Makefile.SH
20394 ____________________________________________________________________________
20395 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
20396         Log: Subject: [PATCH @14577] grouping in pack/unpack
20397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20398              Date: Thu, 21 Feb 2002 06:06:14 -0500
20399              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
20400      Branch: perl
20401            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
20402            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
20403 ____________________________________________________________________________
20404 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
20405         Log: Subject: [PATCH propose] question about fs.t
20406              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20407              Date: Thu, 21 Feb 2002 15:10:21 +0100
20408              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
20409      Branch: perl
20410            ! t/io/fs.t
20411 ____________________________________________________________________________
20412 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
20413         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
20414              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
20415              Date: Thu, 21 Feb 2002 09:54:28 +0100
20416              Message-ID: <13576559576.20020221095428@familiehaase.de>     
20417      Branch: perl
20418            ! Makefile.SH
20419 ____________________________________________________________________________
20420 [ 14812] By: ams                                   on 2002/02/21  14:59:09
20421         Log: Subject: typo correction
20422              From: mjd@plover.com
20423              Date: 21 Feb 2002 15:43:49 -0000
20424              Message-Id: <20020221154349.22772.qmail@plover.com>
20425      Branch: perl
20426            ! pod/perldebug.pod
20427 ____________________________________________________________________________
20428 [ 14811] By: ams                                   on 2002/02/21  14:02:12
20429         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
20430              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20431              Date: Thu, 21 Feb 2002 15:22:22 +0100
20432              Message-Id: <20020221152222.A15095@rafael>
20433      Branch: perl
20434            ! op.h toke.c
20435 ____________________________________________________________________________
20436 [ 14810] By: ams                                   on 2002/02/21  12:45:28
20437         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
20438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20439              Date: Thu, 21 Feb 2002 06:02:48 -0500
20440              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
20441      Branch: perl
20442            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20443 ____________________________________________________________________________
20444 [ 14809] By: nick                                  on 2002/02/21  09:31:08
20445         Log: Integrate mainline
20446      Branch: perlio
20447           +> lib/Pod/t/Select.t
20448           !> (integrate 37 files)
20449 ____________________________________________________________________________
20450 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20451         Log: metaconfig unit change for #14807.
20452      Branch: metaconfig
20453            ! U/modified/Signal.U
20454 ____________________________________________________________________________
20455 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20456         Log: Revert #14805, didn't quite work.
20457      Branch: perl
20458            ! Configure config_h.SH
20459 ____________________________________________________________________________
20460 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20461         Log: metaconfig changes for #14805.
20462      Branch: metaconfig
20463            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20464 ____________________________________________________________________________
20465 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20466         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20467              From: Paul Eggert <eggert@twinsun.com>
20468              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20469              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20470      Branch: perl
20471            ! Configure config_h.SH
20472 ____________________________________________________________________________
20473 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20474         Log: More advice.
20475      Branch: perl
20476            ! README.os390
20477 ____________________________________________________________________________
20478 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20479         Log: Missing MANIFESTation.
20480      Branch: perl
20481            ! MANIFEST
20482 ____________________________________________________________________________
20483 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20484         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20485              From: Autrijus Tang <autrijus@autrijus.org>
20486              Date: Thu, 21 Feb 2002 07:13:12 +0800
20487              Message-Id: <20020220231312.GA775@not.autrijus.org>
20488      Branch: perl
20489            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20490 ____________________________________________________________________________
20491 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20492         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20493              From: Abe Timmerman <abe@ztreet.demon.nl>
20494              Date: Thu, 21 Feb 2002 00:20:40 +0100
20495              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20496      Branch: perl
20497            + lib/Pod/t/Select.t
20498 ____________________________________________________________________________
20499 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20500         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20501              twice, causing the loop to skip every other character.
20502      Branch: perl
20503            ! utf8.c
20504 ____________________________________________________________________________
20505 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20506         Log: Better debugging info.
20507      Branch: perl
20508            ! t/uni/case.pl
20509 ____________________________________________________________________________
20510 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20511         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20512              From: Nicholas Clark <nick@unfortu.net>
20513              Date: Wed, 20 Feb 2002 22:13:05 +0000
20514              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20515      Branch: perl
20516            ! ext/Encode/compile
20517 ____________________________________________________________________________
20518 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20519         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20520              From: Paul Eggert <eggert@twinsun.com>
20521              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20522              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20523      Branch: perl
20524            ! pod/perlhack.pod
20525 ____________________________________________________________________________
20526 [ 14796] By: nick                                  on 2002/02/20  18:15:00
20527         Log: Integrate mainline
20528      Branch: perlio
20529           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20530           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
20531           +> lib/Locale/Country.pod lib/Locale/Currency.pod
20532           +> lib/Locale/Language.pod lib/Locale/Script.pm
20533           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
20534           +> t/uni/title.t t/uni/upper.t
20535           !> (integrate 41 files)
20536 ____________________________________________________________________________
20537 [ 14795] By: ams                                   on 2002/02/20  17:08:38
20538         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
20539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20540              Date: Wed, 20 Feb 2002 18:06:59 +0000
20541              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
20542      Branch: perl
20543            ! pp_ctl.c
20544 ____________________________________________________________________________
20545 [ 14794] By: ams                                   on 2002/02/20  16:41:56
20546         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
20547              From: Paul_GreenVOS@vos.stratus.com
20548              Date: Wed, 20 Feb 02 12:21 est
20549              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
20550      Branch: perl
20551            ! Makefile.SH
20552 ____________________________________________________________________________
20553 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
20554         Log: Forgot from #14790.
20555      Branch: perl
20556            ! pp_pack.c
20557 ____________________________________________________________________________
20558 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
20559         Log: Update Changes.
20560      Branch: perl
20561            ! Changes patchlevel.h
20562 ____________________________________________________________________________
20563 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
20564         Log: Integrate change #14778 from maintperl;
20565              
20566              constant folding on the range operator had the effect of disabling
20567              peephole optimizations in all the siblings of the range OP; the
20568              effect of this was that barewords could escape strictures when
20569              they were hiding in such places
20570      Branch: perl
20571            ! t/lib/strict/subs
20572           !> op.c
20573 ____________________________________________________________________________
20574 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
20575         Log: Subject: Re: [ID 20020220.001] pack w with objects
20576              From: Ulrich Pfeifer <upf@de.uu.net>
20577              Date: 20 Feb 2002 11:21:15 +0100
20578              Message-ID: <p5g03wcv38.fsf@de.uu.net>
20579      Branch: perl
20580            ! t/op/pack.t
20581 ____________________________________________________________________________
20582 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
20583         Log: Subject: Re: [PATCH] go faster for Encode's compile
20584              From: Nicholas Clark <nick@unfortu.net> 
20585              Date: Tue, 19 Feb 2002 23:38:36 +0000
20586              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
20587      Branch: perl
20588            ! ext/Encode/compile
20589 ____________________________________________________________________________
20590 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
20591         Log: Regen Glossary.
20592      Branch: perl
20593            ! Porting/Glossary Porting/config.sh Porting/config_H
20594 ____________________________________________________________________________
20595 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
20596         Log: metaconfig unit change for #14786 (not visible yet,
20597              since Glossary needs regenerating)
20598      Branch: metaconfig
20599            ! U/compline/d_gconvert.U
20600 ____________________________________________________________________________
20601 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
20602         Log: Subject: d_Gconvert hints and Glossary
20603              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20604              Date: Tue, 19 Feb 2002 11:55:36 -0800
20605              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
20606      Branch: perl
20607            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
20608            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
20609            ! hints/svr5.sh
20610 ____________________________________________________________________________
20611 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
20612         Log: metaconfig unit changes for #14784.
20613      Branch: metaconfig
20614            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
20615 ____________________________________________________________________________
20616 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
20617         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20618              From: Paul Eggert <eggert@twinsun.com>              
20619              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
20620              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
20621      Branch: perl
20622            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
20623            ! pod/perlhack.pod
20624 ____________________________________________________________________________
20625 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
20626         Log: metaconfig unit change for #14782.
20627      Branch: metaconfig/U/perl
20628            ! Mksymlinks.U
20629 ____________________________________________________________________________
20630 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
20631         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
20632              From: "Gerrit P. Haase" <gp@familiehaase.de>
20633              Date: Wed, 20 Feb 2002 00:23:29 +0100
20634              Message-ID: <70348722516.20020220002329@familiehaase.de>
20635      Branch: perl
20636            ! Configure
20637 ____________________________________________________________________________
20638 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
20639         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
20640              From: Nicholas Clark <nick@unfortu.net> 
20641              Date: Tue, 19 Feb 2002 19:27:42 +0000
20642              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
20643              
20644              (with modifications)
20645      Branch: perl
20646            ! pod/perlsub.pod
20647 ____________________________________________________________________________
20648 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
20649         Log: NetWare tweak from Ananth Kesari.
20650      Branch: perl
20651            ! lib/ExtUtils/MakeMaker.pm
20652 ____________________________________________________________________________
20653 [ 14779] By: ams                                   on 2002/02/20  06:51:55
20654         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
20655      Branch: perl
20656            ! pod/perlfaq4.pod
20657 ____________________________________________________________________________
20658 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
20659         Log: constant folding on the range operator had the effect of disabling
20660              peephole optimizations in all the siblings of the range OP; the
20661              effect of this was that barewords could escape strictures when
20662              they were hiding in such places
20663      Branch: maint-5.6/perl
20664            ! op.c t/pragma/strict-subs
20665 ____________________________________________________________________________
20666 [ 14777] By: ams                                   on 2002/02/20  00:56:21
20667         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
20668              From: Graham Barr <gbarr@pobox.com>
20669              Date: Tue, 19 Feb 2002 23:08:47 +0000
20670              Message-Id: <20020219230847.G66560@pobox.com>
20671      Branch: perl
20672            ! lib/Time/Local.pm
20673 ____________________________________________________________________________
20674 [ 14776] By: ams                                   on 2002/02/19  17:20:28
20675         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
20676              From: Nicholas Clark <nick@unfortu.net>
20677              Date: Tue, 19 Feb 2002 16:23:22 +0000
20678              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
20679      Branch: perl
20680            ! lib/Tie/Hash.pm
20681 ____________________________________________________________________________
20682 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
20683         Log: Regen doc, regen toc.
20684      Branch: perl
20685            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
20686 ____________________________________________________________________________
20687 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
20688         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20689              From: Dave Mitchell <davem@fdgroup.co.uk>
20690              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
20691              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
20692      Branch: perl
20693            ! pod/perlsub.pod
20694 ____________________________________________________________________________
20695 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
20696         Log: Detypo.
20697      Branch: perl
20698            ! lib/Tie/Memoize.pm
20699 ____________________________________________________________________________
20700 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
20701         Log: UTF-8 C API doc tweaks.
20702      Branch: perl
20703            ! pod/perlunicode.pod
20704 ____________________________________________________________________________
20705 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
20706         Log: Mention that the case-switchers know about Unicode, too.
20707      Branch: perl
20708            ! pod/perlop.pod
20709 ____________________________________________________________________________
20710 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
20711         Log: Upgrade to Locale::Codes 2.01.
20712      Branch: perl
20713            + lib/Locale/Constants.pod lib/Locale/Country.pod
20714            + lib/Locale/Currency.pod lib/Locale/Language.pod
20715            + lib/Locale/Script.pod
20716            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20717            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20718            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20719            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
20720 ____________________________________________________________________________
20721 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
20722         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20723              From: Dave Mitchell <davem@fdgroup.co.uk>
20724              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
20725              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
20726      Branch: perl
20727            ! pod/perlsub.pod
20728 ____________________________________________________________________________
20729 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
20730         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
20731              From: Sam Tregar <sam@tregar.com> 
20732              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
20733              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
20734      Branch: perl
20735            ! sv.h
20736 ____________________________________________________________________________
20737 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
20738         Log: The test requires perlio.
20739      Branch: perl
20740            ! ext/Encode/t/JP.t
20741 ____________________________________________________________________________
20742 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
20743         Log: Misplaced block end.
20744      Branch: perl
20745            ! utf8.c
20746 ____________________________________________________________________________
20747 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
20748         Log: The POSIX extensions are deadly.
20749      Branch: perl
20750            ! regcomp.c
20751 ____________________________________________________________________________
20752 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
20753         Log: Let's not overdo the growth.
20754      Branch: perl
20755            ! pp.c
20756 ____________________________________________________________________________
20757 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
20758         Log: Third time makes the charm.
20759      Branch: perl
20760            ! README.os390
20761 ____________________________________________________________________________
20762 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
20763         Log: Oops.
20764      Branch: perl
20765            ! utf8.c
20766 ____________________________________________________________________________
20767 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
20768         Log: Add back the new casing tests.
20769      Branch: perl
20770            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20771            ! MANIFEST
20772 ____________________________________________________________________________
20773 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
20774         Log: Prefer special case mappings.
20775      Branch: perl
20776            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20777            ! lib/unicore/To/Upper.pl lib/unicore/mktables
20778 ____________________________________________________________________________
20779 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
20780         Log: Try special casing first.
20781      Branch: perl
20782            ! utf8.c
20783 ____________________________________________________________________________
20784 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
20785         Log: Not extending enough.
20786      Branch: perl
20787            ! pp.c utf8.h
20788 ____________________________________________________________________________
20789 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
20790         Log: No need to store identity mappings.
20791      Branch: perl
20792            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20793            ! lib/unicore/mktables
20794 ____________________________________________________________________________
20795 [ 14756] By: ams                                   on 2002/02/18  20:21:17
20796         Log: Forward port #14704 from maint-5.6.
20797      Branch: perl
20798            ! doio.c
20799 ____________________________________________________________________________
20800 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
20801         Log: Regen Changes.
20802      Branch: perl
20803            ! Changes
20804 ____________________________________________________________________________
20805 [ 14754] By: ams                                   on 2002/02/18  19:01:09
20806         Log: Subject: [PATCH] VMS cando_by_name and current process privs
20807              From: "Craig A. Berry" <craigberry@mac.com>
20808              Date: Mon, 18 Feb 2002 14:03:30 -0600
20809              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
20810      Branch: perl
20811            ! vms/vms.c
20812 ____________________________________________________________________________
20813 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
20814         Log: Update Changes.
20815      Branch: perl
20816            ! Changes patchlevel.h
20817 ____________________________________________________________________________
20818 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
20819         Log: What do you know; these tests unearthed nasty problems.
20820              Will resolve those first.
20821      Branch: perl
20822            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20823            ! MANIFEST
20824 ____________________________________________________________________________
20825 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
20826         Log: Update Changes.
20827      Branch: perl
20828            ! Changes patchlevel.h
20829 ____________________________________________________________________________
20830 [ 14750] By: ams                                   on 2002/02/18  17:36:05
20831         Log: Subject: Re: IO::Poll: Removing Handles
20832              From: Matthew Sachs <matthewg@zevils.com>
20833              Date: Mon, 18 Feb 2002 13:19:01 -0500
20834              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
20835      Branch: perl
20836            ! ext/IO/lib/IO/t/io_poll.t
20837 ____________________________________________________________________________
20838 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
20839         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
20840              From: "Craig A. Berry" <craigberry@mac.com>
20841              Date: Mon, 18 Feb 2002 11:52:21 -0600
20842              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
20843      Branch: perl
20844            ! t/op/alarm.t t/op/glob.t
20845 ____________________________________________________________________________
20846 [ 14748] By: ams                                   on 2002/02/18  15:53:36
20847         Log: s/load_module/Perl_load_module/
20848      Branch: perl
20849            ! gv.c
20850 ____________________________________________________________________________
20851 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
20852         Log: Unused in ASCII, used in EBCDIC.
20853      Branch: perl
20854            ! utf8.c
20855 ____________________________________________________________________________
20856 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
20857         Log: Upgrade to Locale::Codes 2.00.
20858      Branch: perl
20859            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20860            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
20861            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
20862            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20863            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20864 ____________________________________________________________________________
20865 [ 14745] By: ams                                   on 2002/02/18  15:20:44
20866         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
20867              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20868              Date: Sat, 16 Feb 2002 00:06:01 +0100
20869              Message-Id: <20020216000601.A17249@rafael>
20870      Branch: perl
20871            ! gv.c
20872 ____________________________________________________________________________
20873 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
20874         Log: More Unicode casing checks.
20875      Branch: perl
20876            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20877            ! MANIFEST
20878 ____________________________________________________________________________
20879 [ 14743] By: ams                                   on 2002/02/18  14:35:38
20880         Log: Subject: IO::Poll: Removing Handles
20881              From: Matthew Sachs <matthewg@zevils.com>
20882              Date: Sun, 17 Feb 2002 04:49:46 -0500
20883              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
20884      Branch: perl
20885            ! ext/IO/lib/IO/Poll.pm
20886 ____________________________________________________________________________
20887 [ 14741] By: ams                                   on 2002/02/18  13:59:48
20888         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
20889              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20890              Date: Mon, 18 Feb 2002 15:41:26 +0100
20891              Message-Id: <20020218154126.A692@rafael>
20892      Branch: perl
20893            ! pp_ctl.c t/op/do.t
20894 ____________________________________________________________________________
20895 [ 14740] By: nick                                  on 2002/02/18  09:09:23
20896         Log: Integrate mainline
20897      Branch: perlio
20898           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20899           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20900           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20901           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20902           +> ext/Encode/lib/Encode/JP/Constants.pm
20903           +> ext/Encode/lib/Encode/JP/H2Z.pm
20904           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20905           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20906           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20907           +> os2/OS2/Process/t/os2_process.t
20908           +> os2/OS2/Process/t/os2_process_kid.t
20909           +> os2/OS2/Process/t/os2_process_text.t
20910            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20911            - ext/Encode/t/Japanese.t
20912           !> (integrate 47 files)
20913 ____________________________________________________________________________
20914 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
20915         Log: EBCDIC: now the worst seems to be over for
20916              the "Malformed" warnings.  Still a few of them,
20917              and plenty of test failures, but getting better.
20918      Branch: perl
20919            ! regcomp.c utf8.c
20920 ____________________________________________________________________________
20921 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
20922         Log: Upgrade to Net::Ping 2.12.
20923      Branch: perl
20924            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20925            ! lib/Net/Ping/t/110_icmp_inst.t
20926 ____________________________________________________________________________
20927 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
20928         Log: After much rewriting we are now pretty much
20929              back to where we started.
20930      Branch: perl
20931            ! utf8.c
20932 ____________________________________________________________________________
20933 [ 14736] By: ams                                   on 2002/02/18  01:23:00
20934         Log: Subject: [PATCH B::Deparse] two fixes
20935              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20936              Date: Sun, 17 Feb 2002 23:58:59 +0100
20937              Message-Id: <20020217235859.A32513@rafael>
20938      Branch: perl
20939            ! ext/B/B/Deparse.pm
20940 ____________________________________________________________________________
20941 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
20942         Log: Buglet.
20943      Branch: perl
20944            ! ext/Encode/lib/Encode/JP/JIS.pm
20945 ____________________________________________________________________________
20946 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
20947         Log: Clearing up to_utf8_case() continues: this time use
20948              a single return, and EBCDICification for all paths.
20949      Branch: perl
20950            ! utf8.c
20951 ____________________________________________________________________________
20952 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
20953         Log: Small tweaks to get the test running (fix @INC and
20954              do not overwrite the table.utf8 and table.rnd).
20955      Branch: perl
20956            ! ext/Encode/t/JP.t
20957 ____________________________________________________________________________
20958 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
20959         Log: Tiny tweak.
20960      Branch: perl
20961            ! utf8.c
20962 ____________________________________________________________________________
20963 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
20964         Log: Redundant casts.
20965      Branch: perl
20966            ! utf8.c
20967 ____________________________________________________________________________
20968 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
20969         Log: More filename portability tips.
20970      Branch: perl
20971            ! pod/perlport.pod
20972 ____________________________________________________________________________
20973 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
20974         Log: FAQ sync.
20975      Branch: perl
20976            ! pod/perlfaq3.pod pod/perlfaq5.pod
20977 ____________________________________________________________________________
20978 [ 14728] By: ams                                   on 2002/02/17  16:15:09
20979         Log: Subject: podlators 1.21 released
20980              From: Russ Allbery <rra@stanford.edu>
20981              Date: Sat, 16 Feb 2002 21:42:56 -0800
20982              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
20983      Branch: perl
20984            ! lib/Pod/Text/Overstrike.pm
20985 ____________________________________________________________________________
20986 [ 14727] By: sky                                   on 2002/02/17  11:36:52
20987         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
20988              From: Autrijus Tang <autrijus@autrijus.org>
20989              Date: Sun, 17 Feb 2002 19:46:47 +0800
20990              Message-ID: <20020217194647.A1410@not.autrijus.org>
20991      Branch: perl
20992            ! pp_ctl.c t/op/tiehandle.t util.c
20993 ____________________________________________________________________________
20994 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
20995         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
20996              input in native code points, not Unicode.
20997      Branch: perl
20998            ! utf8.c
20999 ____________________________________________________________________________
21000 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
21001         Log: Regen Glossary.
21002      Branch: perl
21003            ! Porting/Glossary Porting/config.sh Porting/config_H
21004 ____________________________________________________________________________
21005 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
21006         Log: The #14715 and #14716 were okay: they just revealed
21007              a bug in the EXACTF matching.
21008      Branch: perl
21009            ! regexec.c utf8.c
21010 ____________________________________________________________________________
21011 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
21012         Log: Retreat, retreat! (retract #14715 and #14716)
21013      Branch: perl
21014            ! utf8.c
21015 ____________________________________________________________________________
21016 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
21017         Log: Encode 0.40, from Dan Kogai.
21018      Branch: perl
21019            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21020            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21021            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21022            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21023            + ext/Encode/lib/Encode/JP/Constants.pm
21024            + ext/Encode/lib/Encode/JP/H2Z.pm
21025            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21026            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21027            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21028            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
21029            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21030            - ext/Encode/t/Japanese.t
21031            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
21032            ! ext/Encode/t/Encode.t
21033 ____________________________________________________________________________
21034 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
21035         Log: metaconfig unit change for #14720.
21036      Branch: perl
21037            ! Configure
21038 ____________________________________________________________________________
21039 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
21040         Log: Regenerate Configure (small tweaks on Yitzchak's,
21041              main difference being that the preference variables are
21042              called gconvert_...).
21043      Branch: metaconfig
21044            ! U/compline/d_gconvert.U
21045 ____________________________________________________________________________
21046 [ 14719] By: ams                                   on 2002/02/16  14:11:01
21047         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
21048              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21049              Date: Thu, 14 Feb 2002 22:27:33 -0800
21050              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
21051              (Applied by hand.)
21052      Branch: perl
21053            ! Configure
21054 ____________________________________________________________________________
21055 [ 14718] By: ams                                   on 2002/02/16  13:45:28
21056         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
21057              From: Philip Newton <Philip.Newton@gmx.net>
21058              Date: Sat, 16 Feb 2002 10:05:05 +0100
21059              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
21060              (Applied by hand.)
21061      Branch: perl
21062            ! pod/perlport.pod
21063 ____________________________________________________________________________
21064 [ 14717] By: ams                                   on 2002/02/16  04:30:23
21065         Log: Remove dubious test.
21066      Branch: perl
21067            ! t/io/open.t
21068 ____________________________________________________________________________
21069 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
21070         Log: Tiny tweak.
21071      Branch: perl
21072            ! utf8.c
21073 ____________________________________________________________________________
21074 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
21075         Log: Restructure to_utf8_case() for simpler execution paths.
21076      Branch: perl
21077            ! utf8.c
21078 ____________________________________________________________________________
21079 [ 14714] By: ams                                   on 2002/02/16  02:43:59
21080         Log: Absorb #14701 by Sarathy from maint-5.6.
21081      Branch: perl
21082            ! doio.c t/io/open.t
21083 ____________________________________________________________________________
21084 [ 14713] By: ams                                   on 2002/02/16  01:51:27
21085         Log: Subject: [PATCH] VOS patches for perl 5.8
21086              From: Paul_GreenVOS@vos.stratus.com
21087              Date: Fri, 15 Feb 02 17:41 est
21088              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
21089      Branch: perl
21090            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21091            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21092            ! vos/install_perl.cm
21093 ____________________________________________________________________________
21094 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
21095         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
21096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21097              Date: Fri, 15 Feb 2002 23:05:44 +0100
21098              Message-ID: <20020215230544.A690@rafael>
21099      Branch: perl
21100            ! ext/B/B/Deparse.pm
21101 ____________________________________________________________________________
21102 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
21103         Log: Add $VERSION.
21104      Branch: perl
21105            ! lib/Tie/Memoize.pm
21106 ____________________________________________________________________________
21107 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
21108         Log: Update Changes.
21109      Branch: perl
21110            ! Changes patchlevel.h
21111 ____________________________________________________________________________
21112 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
21113         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
21114              From: Robin Barker <rmb1@cise.npl.co.uk>
21115              Date: Thu, 14 Feb 2002 19:07:40 GMT
21116              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
21117              
21118              (the hints part only)
21119      Branch: perl
21120            ! hints/solaris_2.sh
21121 ____________________________________________________________________________
21122 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
21123         Log: metaconfig unit changes for #14707.
21124      Branch: metaconfig
21125            ! U/modified/cc.U
21126      Branch: metaconfig/U/perl
21127            ! Checkcc.U
21128 ____________________________________________________________________________
21129 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
21130         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
21131              From: Robin Barker <rmb1@cise.npl.co.uk>
21132              Date: Fri, 15 Feb 2002 12:14:39 GMT
21133              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
21134              
21135              Split checking-for-gcc and checking-for-cc.
21136      Branch: perl
21137            ! Configure
21138 ____________________________________________________________________________
21139 [ 14706] By: ams                                   on 2002/02/15  13:57:15
21140         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21141              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
21142              Date: 15 Feb 2002 10:53:06 +0200
21143              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
21144      Branch: perl
21145            ! lib/Pod/Html.pm
21146 ____________________________________________________________________________
21147 [ 14705] By: ams                                   on 2002/02/15  08:42:55
21148         Log: Subject: [PATCH @14577] OS/2 tests and more
21149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21150              Date: Fri, 15 Feb 2002 03:56:24 -0500
21151              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
21152      Branch: perl
21153            + os2/OS2/Process/t/os2_process.t
21154            + os2/OS2/Process/t/os2_process_kid.t
21155            + os2/OS2/Process/t/os2_process_text.t
21156            ! MANIFEST configpm hints/os2.sh makedef.pl
21157            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21158            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
21159            ! os2/os2ish.h
21160 ____________________________________________________________________________
21161 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
21162         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
21163              avoid wasteful PL_fdpid fiddling where that is not warranted;
21164              mostly whitespace fixes
21165              
21166              these were longstanding todo items from:
21167              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
21168      Branch: maint-5.6/perl
21169            ! doio.c
21170 ____________________________________________________________________________
21171 [ 14702] By: nick                                  on 2002/02/15  08:31:41
21172         Log: Integrate mainline
21173      Branch: perlio
21174           +> lib/if.pm lib/if.t
21175           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21176           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21177           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21178           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21179           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21180           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21181           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21182           !> t/lib/warnings/pp_sys
21183 ____________________________________________________________________________
21184 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21185         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21186              (and also dies quickly on Windows); this bug crept in as
21187              change#610, a.k.a change#646
21188      Branch: maint-5.6/perl
21189            ! doio.c t/io/open.t
21190 ____________________________________________________________________________
21191 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21192         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21193              From: Ville "Skyttä" <ville.skytta@iki.fi>
21194              Date: Wed, 13 Feb 2002 22:29:39 +0200
21195              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21196      Branch: perl
21197            ! lib/Pod/Html.pm
21198 ____________________________________________________________________________
21199 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21200         Log: Document and test the C0 and C1.
21201      Branch: perl
21202            ! lib/charnames.pm lib/charnames.t
21203 ____________________________________________________________________________
21204 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21205         Log: metaconfig unit change for #14697.
21206      Branch: metaconfig
21207            ! U/modified/Init.U
21208 ____________________________________________________________________________
21209 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21210         Log: Also OS/2 seems to need exe set early.
21211      Branch: perl
21212            ! Configure
21213 ____________________________________________________________________________
21214 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21215         Log: Document pack U0U.
21216      Branch: perl
21217            ! pod/perluniintro.pod
21218 ____________________________________________________________________________
21219 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21220         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21222              Date: Thu, 14 Feb 2002 23:58:00 +0100
21223              Message-ID: <20020214235800.A12901@rafael>
21224      Branch: perl
21225            ! pp_sys.c t/lib/warnings/pp_sys
21226 ____________________________________________________________________________
21227 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21228         Log: Subject: [PATCH @13746] conditional pragmas
21229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21230              Date: Mon, 31 Dec 2001 18:18:09 -0500
21231              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21232      Branch: perl
21233            + lib/if.pm lib/if.t
21234            ! MANIFEST
21235 ____________________________________________________________________________
21236 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21237         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21238              I suspect there to be another deeper bug, must distill simpler
21239              test case.
21240      Branch: perl
21241            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21242 ____________________________________________________________________________
21243 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21244         Log: Integrate perlio:
21245              
21246              [ 14685]
21247              Make dependencies more precise (for nmake)
21248      Branch: perl
21249           !> ext/Encode/EUC_JP/Makefile.PL
21250 ____________________________________________________________________________
21251 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21252         Log: Just a guess.
21253      Branch: perl
21254            ! lib/Tie/Handle.pm
21255 ____________________________________________________________________________
21256 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21257         Log: Integrate mainline
21258      Branch: perlio
21259           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21260           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21261           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21262           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21263           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21264           !> utf8.c
21265 ____________________________________________________________________________
21266 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21267         Log: Upgrade to Net::Ping 2.11.
21268      Branch: perl
21269            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21270            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21271            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21272            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21273 ____________________________________________________________________________
21274 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21275         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21276              From: Robin Barker <rmb1@cise.npl.co.uk>
21277              Date: Wed, 13 Feb 2002 17:37:07 GMT
21278              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21279              
21280              (updated version of the above)
21281      Branch: perl
21282            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21283 ____________________________________________________________________________
21284 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
21285         Log: Excise inexact blather.
21286      Branch: perl
21287            ! utf8.c
21288 ____________________________________________________________________________
21289 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
21290         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
21291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21292              Date: Mon, 31 Dec 2001 20:28:46 -0500
21293              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
21294      Branch: perl
21295            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
21296            ! MANIFEST
21297 ____________________________________________________________________________
21298 [ 14685] By: nick                                  on 2002/02/14  14:20:20
21299         Log: Make dependencies more precise (for nmake)
21300      Branch: perlio
21301            ! ext/Encode/EUC_JP/Makefile.PL
21302 ____________________________________________________________________________
21303 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
21304         Log: Subject: [PATCH @13746] tied hashes
21305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
21306              Date: Mon, 31 Dec 2001 19:15:39 -0500
21307              Message-ID: <20011231191539.A46@math.ohio-state.edu>
21308      Branch: perl
21309            ! lib/Tie/Hash.pm pod/perltie.pod
21310 ____________________________________________________________________________
21311 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
21312         Log: Subject: Re: [PATCH] Configure followed by make minitest
21313              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21314              Date: Sun, 10 Feb 2002 23:22:05 -0800
21315              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
21316      Branch: perl
21317            ! Makefile.SH
21318 ____________________________________________________________________________
21319 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
21320         Log: Subject: Re: perl@14647
21321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21322              Date: Mon, 11 Feb 2002 19:30:36 +0100
21323              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
21324      Branch: perl
21325            ! t/op/groups.t
21326 ____________________________________________________________________________
21327 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
21328         Log: Update Changes.
21329      Branch: perl
21330            ! Changes patchlevel.h
21331 ____________________________________________________________________________
21332 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
21333         Log: Integrate perlio:
21334              
21335              [ 14677]
21336              Do not lc() the file names before doing dirname() or they don't match.
21337      Branch: perl
21338           !> lib/ExtUtils/t/Installed.t
21339 ____________________________________________________________________________
21340 [ 14679] By: sky                                   on 2002/02/13  12:56:13
21341         Log: rename mutex to make a bit more sense
21342      Branch: perl
21343            ! ext/threads/threads.xs
21344 ____________________________________________________________________________
21345 [ 14678] By: sky                                   on 2002/02/13  12:46:11
21346         Log: Track active threads....
21347      Branch: perl
21348            ! ext/threads/threads.pm ext/threads/threads.xs
21349 ____________________________________________________________________________
21350 [ 14677] By: nick                                  on 2002/02/13  09:30:42
21351         Log: Do not lc() the file names before doing dirname() or they don't match.
21352      Branch: perlio
21353            ! lib/ExtUtils/t/Installed.t
21354 ____________________________________________________________________________
21355 [ 14676] By: sky                                   on 2002/02/13  09:03:37
21356         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
21357              From: Michael G Schwern <schwern@pobox.com>
21358              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
21359              Message-Id: <20020213100017.GA6288@blackrider>
21360      Branch: perl
21361            ! lib/File/Spec/t/rel2abs2rel.t
21362 ____________________________________________________________________________
21363 [ 14675] By: sky                                   on 2002/02/13  09:00:24
21364         Log: Do not propagate END blocks to child threads, test.
21365      Branch: perl
21366            + ext/threads/t/end.t
21367            ! MANIFEST ext/threads/threads.xs
21368 ____________________________________________________________________________
21369 [ 14674] By: nick                                  on 2002/02/13  08:34:55
21370         Log: Integrate mainline
21371      Branch: perlio
21372           +> ext/threads/t/join.t
21373           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
21374           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
21375           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
21376 ____________________________________________________________________________
21377 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
21378         Log: metaconfig unit change for #14672.
21379      Branch: metaconfig
21380            ! U/modified/lns.U
21381 ____________________________________________________________________________
21382 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
21383         Log: $ln is supposed to be already set to $ln + executable suffix
21384              on platforms that need it, from Paul Green.
21385      Branch: perl
21386            ! Configure
21387 ____________________________________________________________________________
21388 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
21389         Log: Subject: New command syntax for 'x' command
21390              From: Mark-Jason Dominus <mjd@plover.com>
21391              Date: Tue, 12 Feb 2002 20:54:01 -0500
21392              Message-ID: <20020213015401.25685.qmail@plover.com>
21393      Branch: perl
21394            ! lib/perl5db.pl pod/perldebug.pod
21395 ____________________________________________________________________________
21396 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
21397         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
21398              From: Mark-Jason Dominus <mjd@plover.com>
21399              Date: Tue, 12 Feb 2002 20:20:42 -0500
21400              Message-ID: <20020213012042.25245.qmail@plover.com>
21401      Branch: perl
21402            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
21403 ____________________________________________________________________________
21404 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
21405         Log: Iteration continues.
21406      Branch: perl
21407            ! utf8.c
21408 ____________________________________________________________________________
21409 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
21410         Log: Duh.
21411      Branch: perl
21412            ! pp_pack.c t/op/length.t
21413 ____________________________________________________________________________
21414 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
21415         Log: Retract #14666.
21416      Branch: perl
21417            ! t/op/lc.t
21418 ____________________________________________________________________________
21419 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
21420         Log: (retracted by #14667)
21421      Branch: perl
21422            ! t/op/lc.t
21423 ____________________________________________________________________________
21424 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
21425         Log: Tiny test script tweaks.
21426      Branch: perl
21427            ! t/uni/fold.t
21428 ____________________________________________________________________________
21429 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
21430         Log: Rewrite the "special mapping" part of to_utf8_case(),
21431              this time with fewer bugs.  (See: The Law of Cybernetic
21432              Entymology.)
21433      Branch: perl
21434            ! utf8.c
21435 ____________________________________________________________________________
21436 [ 14663] By: sky                                   on 2002/02/12  18:26:16
21437         Log: Stop failures if you pass an object, sv_dup might not be the right 
21438              thing to use since I have a feeling we end up cloning far too much. 
21439              (Like the stash for example).... Maybe we need a lightweight sv_dup 
21440              that searches the target for things....
21441              Real fix is another option to perl_clone which controls if you should 
21442              save stashes.
21443      Branch: perl
21444            ! ext/threads/threads.xs
21445 ____________________________________________________________________________
21446 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21447         Log: Retract #14661.
21448      Branch: perl
21449            ! hints/solaris_2.sh
21450 ____________________________________________________________________________
21451 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21452         Log: (retracted by #14662)
21453      Branch: perl
21454            ! hints/solaris_2.sh
21455 ____________________________________________________________________________
21456 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21457         Log: EBCDIC: another "can't happen".
21458      Branch: perl
21459            ! utf8.c
21460 ____________________________________________________________________________
21461 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21462         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21463      Branch: perl
21464            + ext/threads/t/join.t
21465            ! MANIFEST ext/threads/threads.xs
21466 ____________________________________________________________________________
21467 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21468         Log: Integrate mainline
21469      Branch: perlio
21470           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21471           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21472           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21473 ____________________________________________________________________________
21474 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21475         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21476              From: Jan Dubois <JanD@ActiveState.com> 
21477              Date: Tue, 12 Feb 2002 00:56:31 -0800
21478              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21479      Branch: perl
21480            ! lib/Win32.pod win32/win32.c win32/win32.h
21481 ____________________________________________________________________________
21482 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21483         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21484              From: Michael G Schwern <schwern@pobox.com> 
21485              Date: Tue, 12 Feb 2002 05:37:36 -0500
21486              Message-ID: <20020212103736.GC14327@blackrider>
21487      Branch: perl
21488            ! lib/File/Spec/t/rel2abs2rel.t
21489 ____________________________________________________________________________
21490 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21491         Log: More unset installman[13]dir tweaks from chromatic.
21492      Branch: perl
21493            ! lib/ExtUtils/Installed.pm
21494 ____________________________________________________________________________
21495 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21496         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21497              From: Michael G Schwern <schwern@pobox.com>
21498              Date: Mon, 11 Feb 2002 12:23:02 -0500
21499              Message-ID: <20020211172302.GD9556@blackrider>
21500      Branch: perl
21501            ! lib/File/Spec/t/rel2abs2rel.t
21502 ____________________________________________________________________________
21503 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21504         Log: Use `` instead of -| to be a little bit more portable,
21505              from Michael Schwern.
21506      Branch: perl
21507            ! lib/ExtUtils/t/Embed.t
21508 ____________________________________________________________________________
21509 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21510         Log: EBCDIC: this change for \N{} in particular is now
21511              unnecessary because of the recent more general
21512              pack U change.
21513      Branch: perl
21514            ! toke.c
21515 ____________________________________________________________________________
21516 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21517         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21518              From: "Craig A. Berry" <craigberry@mac.com>
21519              Date: Mon, 11 Feb 2002 17:13:47 -0600
21520              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21521      Branch: perl
21522            ! t/test.pl
21523 ____________________________________________________________________________
21524 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
21525         Log: EBCDIC: pack U bytes change.
21526      Branch: perl
21527            ! t/op/length.t
21528 ____________________________________________________________________________
21529 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
21530         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
21531      Branch: perl
21532            ! t/op/each.t
21533 ____________________________________________________________________________
21534 [ 14648] By: nick                                  on 2002/02/11  16:14:50
21535         Log: Integrate mainline
21536      Branch: perlio
21537           !> Changes Configure Makefile.SH autodoc.pl
21538           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
21539           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
21540           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
21541 ____________________________________________________________________________
21542 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
21543         Log: Update Changes.
21544      Branch: perl
21545            ! Changes patchlevel.h
21546 ____________________________________________________________________________
21547 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
21548         Log: Regen toc.
21549      Branch: perl
21550            ! pod/perltoc.pod
21551 ____________________________________________________________________________
21552 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
21553         Log: Forgot from #14641.
21554      Branch: perl
21555            ! lib/ExtUtils/t/Embed.t
21556 ____________________________________________________________________________
21557 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
21558         Log: A forgotten metaconfig unit.
21559      Branch: metaconfig/U/perl
21560            + i_features.U
21561 ____________________________________________________________________________
21562 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
21563         Log: metaconfig unit changes for #14642.
21564      Branch: metaconfig
21565            + U/modified/lns.U
21566      Branch: metaconfig/U/perl
21567            ! issymlink.U
21568 ____________________________________________________________________________
21569 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
21570         Log: -Dmksymlinks was broken by #14628.
21571      Branch: perl
21572            ! Configure
21573 ____________________________________________________________________________
21574 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
21575         Log: Subject: [PATCH @14577] OS/2 build
21576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21577              Date: Mon, 11 Feb 2002 06:56:41 -0500
21578              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
21579              
21580              (sans the Configure, perlio.sym, and t/op/stat.t parts)
21581      Branch: perl
21582            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
21583            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
21584            ! os2/os2ish.h
21585 ____________________________________________________________________________
21586 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
21587         Log: Integrate perlio:
21588              
21589              [ 14639]
21590              Patch up the failing multi-byte write case, and un-skip
21591              the test.
21592              
21593              [ 14638]
21594              Add test for Japanese encoding (well euc-jp anyway).
21595              Fix one bug shown by above
21596              Skip test which does not pass yet.
21597              
21598              [ 14637]
21599              Split Japanese encodings - part 2
21600              - build separate .c files with separate 'compile' steps
21601              - overall Japanese.xs / Japanese.pm which loads them
21602              
21603              [ 14636]
21604              Re-structure Japanese encodings - part 1
21605      Branch: perl
21606           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
21607           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
21608            - ext/Encode/EUC_JP/EUC_JP.pm
21609           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21610 ____________________________________________________________________________
21611 [ 14639] By: nick                                  on 2002/02/11  11:59:18
21612         Log: Patch up the failing multi-byte write case, and un-skip
21613              the test.
21614      Branch: perlio
21615            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
21616 ____________________________________________________________________________
21617 [ 14638] By: nick                                  on 2002/02/11  10:55:39
21618         Log: Add test for Japanese encoding (well euc-jp anyway).
21619              Fix one bug shown by above
21620              Skip test which does not pass yet.
21621      Branch: perlio
21622            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
21623            + ext/Encode/t/table.ref
21624            ! MANIFEST ext/Encode/Encode.xs
21625 ____________________________________________________________________________
21626 [ 14637] By: nick                                  on 2002/02/11  09:07:04
21627         Log: Split Japanese encodings - part 2
21628              - build separate .c files with separate 'compile' steps
21629              - overall Japanese.xs / Japanese.pm which loads them
21630      Branch: perlio
21631            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21632 ____________________________________________________________________________
21633 [ 14636] By: nick                                  on 2002/02/11  08:15:42
21634         Log: Re-structure Japanese encodings - part 1
21635      Branch: perlio
21636           +> ext/Encode/EUC_JP/Japanese.pm
21637            - ext/Encode/EUC_JP/EUC_JP.pm
21638            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
21639 ____________________________________________________________________________
21640 [ 14635] By: nick                                  on 2002/02/11  08:05:12
21641         Log: Integrate mainline
21642      Branch: perlio
21643           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
21644           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
21645           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
21646 ____________________________________________________________________________
21647 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
21648         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
21649              From: Mike Guy <mjtg@cam.ac.uk>
21650              Date: Mon, 11 Feb 2002 02:50:42 +0000
21651              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
21652      Branch: perl
21653            ! t/op/arith.t
21654 ____________________________________________________________________________
21655 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
21656         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
21657              Stepping backward in the string would be majorly bad.
21658      Branch: perl
21659            ! regcomp.c
21660 ____________________________________________________________________________
21661 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
21662         Log: The debugger part of
21663              
21664              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
21665              From: Michael G Schwern <schwern@pobox.com> 
21666              Date: Wed, 6 Feb 2002 17:32:12 -0500
21667              Message-ID: <20020206223212.GG1346@blackrider>
21668      Branch: perl
21669            ! lib/perl5db.pl
21670 ____________________________________________________________________________
21671 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
21672         Log: Integrate perlio:
21673              
21674              [ 14626]
21675              Move PerlIO_perlio to layer_syms where it belongs?
21676              
21677              [ 14625]
21678              Borland/Win32 tuning
21679      Branch: perl
21680           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21681 ____________________________________________________________________________
21682 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
21683         Log: EBCDIC: the low 256 needs to be shuffled also
21684              in pack/unpack U (this breaks the equivalence
21685              of pack U and v-strings, but I think if someone
21686              has to give, v-strings are a good victim)
21687      Branch: perl
21688            ! pp_pack.c t/op/pack.t
21689 ____________________________________________________________________________
21690 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
21691         Log: metaconfig unit changes for #14628.
21692      Branch: metaconfig/U/perl
21693            ! d_u32align.U issymlink.U
21694 ____________________________________________________________________________
21695 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
21696         Log: Two Configure tweaks; the u32align test was trying
21697              to write into a string literal, the ln -s test was
21698              failing in VOS.
21699      Branch: perl
21700            ! Configure
21701 ____________________________________________________________________________
21702 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
21703         Log: DJGPP tweaks from Laszlo Molnar.
21704      Branch: perl
21705            ! djgpp/djgpp.c lib/File/Spec.pm
21706 ____________________________________________________________________________
21707 [ 14626] By: nick                                  on 2002/02/10  18:36:47
21708         Log: Move PerlIO_perlio to layer_syms where it belongs?
21709      Branch: perlio
21710            ! makedef.pl
21711 ____________________________________________________________________________
21712 [ 14625] By: nick                                  on 2002/02/10  18:02:21
21713         Log: Borland/Win32 tuning
21714      Branch: perlio
21715            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21716 ____________________________________________________________________________
21717 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
21718         Log: Additional explanation for the [:...:] failure.
21719      Branch: perl
21720            ! pod/perldiag.pod
21721 ____________________________________________________________________________
21722 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
21723         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
21724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21725              Date: Sun, 10 Feb 2002 13:32:48 +0100
21726              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
21727      Branch: perl
21728            ! makedef.pl
21729 ____________________________________________________________________________
21730 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
21731         Log: Test tweaks from chromatic for cases where there
21732              are no installman1dir or installman3dir.
21733      Branch: perl
21734            ! lib/ExtUtils/t/Installed.t
21735 ____________________________________________________________________________
21736 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
21737         Log: Integrate perlio:
21738              
21739              [ 14618]
21740              Nick Clark's tweaks to Encode compile process
21741              1. Use decimal constants to unit string arrays rather than
21742              very long string litterals (latter having possible "\0"
21743              on end issues, and needing ANSI C line splicing).
21744              2. Replace tail-recursion during insert process with itteration.
21745              Nick C sees 12peedup from these.
21746      Branch: perl
21747           !> ext/Encode/Encode.pm ext/Encode/compile
21748 ____________________________________________________________________________
21749 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
21750         Log: Portability notes: filename characters, character sets.
21751      Branch: perl
21752            ! pod/perlport.pod
21753 ____________________________________________________________________________
21754 [ 14619] By: nick                                  on 2002/02/10  11:06:05
21755         Log: Integrate mainline
21756      Branch: perlio
21757            ! ext/Encode/Encode.pm
21758           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
21759           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
21760           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
21761           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
21762           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
21763 ____________________________________________________________________________
21764 [ 14618] By: nick                                  on 2002/02/10  10:48:15
21765         Log: Nick Clark's tweaks to Encode compile process
21766              1. Use decimal constants to unit string arrays rather than
21767              very long string litterals (latter having possible "\0"
21768              on end issues, and needing ANSI C line splicing).
21769              2. Replace tail-recursion during insert process with itteration.
21770              Nick C sees 12% speedup from these.
21771      Branch: perlio
21772            ! ext/Encode/compile
21773 ____________________________________________________________________________
21774 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
21775         Log: Use the "Unicode 1.0" name field for control characters,
21776              as suggested by Mark Davis.  Note that Unicode 3.2 will
21777              require some more legwork on this because of certain
21778              alternative names.
21779      Branch: perl
21780            ! lib/unicore/Name.pl lib/unicore/mktables
21781 ____________________________________________________________________________
21782 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
21783         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
21784      Branch: perl
21785            ! hints/os390.sh
21786 ____________________________________________________________________________
21787 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
21788         Log: EBCDIC: the non-printable characters are different.
21789      Branch: perl
21790            ! ext/B/B/Deparse.pm
21791 ____________________________________________________________________________
21792 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
21793         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
21794              From: Nicholas Clark <nick@unfortu.net> 
21795              Date: Sat, 9 Feb 2002 22:31:29 +0000
21796              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
21797      Branch: perl
21798            ! t/lib/warnings/pp_hot
21799 ____________________________________________________________________________
21800 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
21801         Log: Subject: [PATCH] Re: Modulus operator inconsistency
21802              From: Nicholas Clark <nick@unfortu.net>
21803              Date: Sat, 9 Feb 2002 21:00:13 +0000
21804              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
21805      Branch: perl
21806            ! op.c t/op/arith.t
21807 ____________________________________________________________________________
21808 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
21809         Log: Use the same escaping mechanism for all the *flags.
21810      Branch: perl
21811            ! lib/ExtUtils/Embed.pm
21812 ____________________________________________________________________________
21813 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
21814         Log: Protect possible parentheses in ccflags, ccdlflags, and
21815              ldflags.  (In OS/390 there are parentheses in ccflags.)
21816      Branch: perl
21817            ! lib/ExtUtils/Embed.pm
21818 ____________________________________________________________________________
21819 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
21820         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
21821              From: Peter Scott <Peter@PSDT.com>
21822              Date: Fri, 08 Feb 2002 19:20:19 -0800
21823              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
21824      Branch: perl
21825            ! lib/perl5db.pl
21826 ____________________________________________________________________________
21827 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
21828         Log: FAQ sync.
21829      Branch: perl
21830            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
21831 ____________________________________________________________________________
21832 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
21833         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
21834              From: Chris Nandor <pudge@pobox.com>
21835              Date: Fri, 08 Feb 2002 16:31:41 -0500
21836              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
21837      Branch: perl
21838            ! cop.h deb.c pp_ctl.c toke.c util.c
21839 ____________________________________________________________________________
21840 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
21841         Log: Redo CopFILE / MacPerl_MPWFIleName patch
21842      Branch: maint-5.6/macperl
21843            ! cop.h deb.c pp_ctl.c toke.c util.c
21844 ____________________________________________________________________________
21845 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
21846         Log: The metaconfig unit change to go with #14605.
21847      Branch: metaconfig/U/perl
21848            ! libperl.U
21849 ____________________________________________________________________________
21850 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
21851         Log: The Configure change to go with #14604.
21852      Branch: perl
21853            ! Configure
21854 ____________________________________________________________________________
21855 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
21856         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
21857              From: Andy Dougherty <doughera@lafayette.edu>
21858              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
21859              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
21860      Branch: perl
21861            ! hints/bsdos.sh
21862 ____________________________________________________________________________
21863 [ 14603] By: nick                                  on 2002/02/08  18:16:09
21864         Log: Integrate mainline
21865      Branch: perlio
21866           +> ext/threads/t/libc.t
21867           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
21868           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
21869 ____________________________________________________________________________
21870 [ 14602] By: sky                                   on 2002/02/08  15:19:15
21871         Log: Start testing for safe localtime functions, TODO, test more functions.
21872      Branch: perl
21873            + ext/threads/t/libc.t
21874            ! MANIFEST
21875 ____________________________________________________________________________
21876 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
21877         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
21878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21879              Date: Fri, 8 Feb 2002 00:21:07 +0100
21880              Message-ID: <20020208002107.E763@rafael>
21881      Branch: perl
21882            ! doio.c pp_sys.c t/io/argv.t
21883 ____________________________________________________________________________
21884 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
21885         Log: Subject: [PATCH] Configure followed by make minitest
21886              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21887              Date: Wed, 06 Feb 2002 21:35:20 -0800
21888              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
21889      Branch: perl
21890            ! t/op/taint.t t/run/fresh_perl.t
21891 ____________________________________________________________________________
21892 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
21893         Log: Integrate perlio:
21894              
21895              [ 14595]
21896              Extract something from yesterdays effort - convert my mail on pad
21897              data structures (incoporating Sarathy's corrections/clarifications)
21898              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21899      Branch: perl
21900           !> cv.h pod/perlapi.pod pod/perlintern.pod
21901 ____________________________________________________________________________
21902 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
21903         Log: metaconfig unit changes for #14597.
21904      Branch: metaconfig
21905            ! U/modified/Loc.U
21906      Branch: metaconfig/U/perl
21907            ! libperl.U
21908 ____________________________________________________________________________
21909 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
21910         Log: Configure DJGPP tweak from Laszlo Molnar.
21911      Branch: perl
21912            ! Configure
21913 ____________________________________________________________________________
21914 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
21915         Log: DJGPP tweaks from Laszlo Molnar.
21916      Branch: perl
21917            ! djgpp/djgppsed.sh perl.c
21918 ____________________________________________________________________________
21919 [ 14595] By: nick                                  on 2002/02/08  09:19:29
21920         Log: Extract something from yesterdays effort - convert my mail on pad
21921              data structures (incoporating Sarathy's corrections/clarifications)
21922              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21923      Branch: perlio
21924            ! cv.h pod/perlapi.pod pod/perlintern.pod
21925 ____________________________________________________________________________
21926 [ 14594] By: nick                                  on 2002/02/08  08:34:49
21927         Log: Integrate mainline
21928      Branch: perlio
21929           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21930           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
21931           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
21932           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21933           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
21934           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
21935 ____________________________________________________________________________
21936 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
21937         Log: To really skip the test an exit() is needed.
21938      Branch: perl
21939            ! lib/encoding.t
21940 ____________________________________________________________________________
21941 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
21942         Log: More diagnostics from Nicholas Clark.
21943      Branch: perl
21944            ! lib/Benchmark.t
21945 ____________________________________________________________________________
21946 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
21947         Log: In case of failure be more verbose.
21948      Branch: perl
21949            ! t/base/num.t
21950 ____________________________________________________________________________
21951 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
21952         Log: Update Changes
21953      Branch: maint-5.6/macperl
21954            ! macos/Changes
21955 ____________________________________________________________________________
21956 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
21957         Log: Merge AEGizmos library into PPC binary
21958      Branch: maint-5.6/macperl
21959            ! macos/Makefile.mk
21960 ____________________________________________________________________________
21961 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
21962         Log: Add -ansifor for MrCpp options
21963      Branch: maint-5.6/macperl
21964            ! macos/BuildRules.mk
21965 ____________________________________________________________________________
21966 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
21967         Log: Check ownership of CatInfos (MacPerl Bug #494482)
21968      Branch: maint-5.6/macperl
21969            ! macos/ext/Mac/Files/Files.xs
21970 ____________________________________________________________________________
21971 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
21972         Log: Resource updates
21973      Branch: maint-5.6/macperl
21974            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21975 ____________________________________________________________________________
21976 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
21977         Log: Empty path is ENOENT (MacPerl Bug #512351)
21978      Branch: maint-5.6/macperl
21979            ! macos/macperl/MPAppleEvents.c
21980 ____________________________________________________________________________
21981 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
21982         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
21983      Branch: maint-5.6/macperl
21984            ! macos/macperl/MPAEVTStream.cp
21985 ____________________________________________________________________________
21986 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
21987         Log: macify(ABSTRACT_FROM)
21988      Branch: maint-5.6/macperl
21989            ! macos/lib/ExtUtils/MM_MacOS.pm
21990 ____________________________________________________________________________
21991 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
21992         Log: Use correct Mac filenames in error messages, caller()
21993      Branch: maint-5.6/macperl
21994            ! deb.c pp_ctl.c toke.c util.c
21995 ____________________________________________________________________________
21996 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
21997         Log: Sanity checks to see that the IV/NV and the PV of numeric
21998              scalars stay in sync (unearthed this via the OS/390 gcvt()
21999              brokenness)
22000      Branch: perl
22001            + t/base/num.t
22002            ! MANIFEST
22003 ____________________________________________________________________________
22004 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
22005         Log: Retract the anon leak subpatch of #14418 and #14431
22006              (the latter came into bleadperl as part of #14433).
22007      Branch: perl
22008            ! op.c t/run/fresh_perl.t
22009 ____________________________________________________________________________
22010 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
22011         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
22012              mangles 0.1 to "10".  sprintf() seems more well-behaved.
22013      Branch: perl
22014            ! hints/os390.sh
22015 ____________________________________________________________________________
22016 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
22017         Log: Subject: [PATCH @14557] another Encode fix for VMS
22018              From: "Craig A. Berry" <craigberry@mac.com>
22019              Date: Wed, 06 Feb 2002 14:44:20 -0600
22020              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
22021      Branch: perl
22022            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
22023 ____________________________________________________________________________
22024 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
22025         Log: Integrate perlio:
22026              
22027              [ 14575]
22028              One way to avoid OS390 winge about #line directives.
22029      Branch: perl
22030           !> ext/Encode/EUC_JP/Makefile.PL
22031 ____________________________________________________________________________
22032 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
22033         Log: Update Changes.
22034      Branch: perl
22035            ! Changes patchlevel.h
22036 ____________________________________________________________________________
22037 [ 14575] By: nick                                  on 2002/02/06  15:23:24
22038         Log: One way to avoid OS390 winge about #line directives.
22039      Branch: perlio
22040            ! ext/Encode/EUC_JP/Makefile.PL
22041 ____________________________________________________________________________
22042 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
22043         Log: s/Netware/NetWare/
22044      Branch: perl
22045            ! MANIFEST
22046 ____________________________________________________________________________
22047 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
22048         Log: New Netware scripts.
22049      Branch: perl
22050            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22051            + NetWare/t/NWScripts-Exist.pl
22052            ! MANIFEST
22053 ____________________________________________________________________________
22054 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
22055         Log: EBCDIC: the encoding pragma would need some rethinking,
22056              probably a pass of EBCDIC->Unicode mapping.  For now,
22057              disable it on EBCDIC.
22058      Branch: perl
22059            ! lib/encoding.pm lib/encoding.t
22060 ____________________________________________________________________________
22061 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
22062         Log: (retracted by #14846)
22063              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
22064              for the low 256.  Now tweaked the tests, but maybe it's
22065              the module that needs few NATIVE_TO_UNI()s somewhere?
22066      Branch: perl
22067            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22068 ____________________________________________________________________________
22069 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
22070         Log: Subject: [PATCH utf8.c] format problem
22071              From: Robin Barker <rmb1@cise.npl.co.uk>
22072              Date: Wed, 6 Feb 2002 14:01:43 GMT
22073              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
22074      Branch: perl
22075            ! utf8.c
22076 ____________________________________________________________________________
22077 [ 14569] By: nick                                  on 2002/02/06  09:52:23
22078         Log: Integrate mainline
22079      Branch: perlio
22080           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
22081           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22082           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22083           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22084           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
22085           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
22086 ____________________________________________________________________________
22087 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
22088         Log: EBCDIC: 0x41 is not cricket.
22089      Branch: perl
22090            ! ext/Encode/t/Encode.t
22091 ____________________________________________________________________________
22092 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
22093         Log: NetWare update from Ananth Kesari.
22094      Branch: perl
22095            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
22096            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22097            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22098            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22099            ! NetWare/t/NWScripts.pl makedef.pl
22100 ____________________________________________________________________________
22101 [ 14566] By: sky                                   on 2002/02/05  18:39:13
22102         Log: Subject: Re: File::Spec::rel2abs2rel (?)
22103              From: Michael G Schwern <schwern@pobox.com>
22104              Date: Tue, 5 Feb 2002 13:47:39 -0500
22105              Message-ID: <20020205184739.GB17375@blackrider>
22106      Branch: perl
22107            ! lib/File/Spec/t/rel2abs2rel.t
22108 ____________________________________________________________________________
22109 [ 14565] By: nick                                  on 2002/02/05  17:31:24
22110         Log: Integrate mainline
22111      Branch: perlio
22112           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
22113           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
22114           !> utf8.h
22115 ____________________________________________________________________________
22116 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
22117         Log: Integrate perlio:
22118              
22119              [ 14563]
22120              More Encode tweaks:
22121              - make expensive and marginal substring search optional (-O)
22122              - enable -O for ASCII-oid encodings (search space is small)
22123              - add ASCII-oid jis0201 to basic Encode.so
22124              - add some other Japanese encodings to EUC_JP bundle (without -O)
22125      Branch: perl
22126           +> ext/Encode/Encode/jis0201.ucm
22127           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22128           !> ext/Encode/compile
22129 ____________________________________________________________________________
22130 [ 14563] By: nick                                  on 2002/02/05  16:01:15
22131         Log: More Encode tweaks:
22132              - make expensive and marginal substring search optional (-O)
22133              - enable -O for ASCII-oid encodings (search space is small)
22134              - add ASCII-oid jis0201 to basic Encode.so
22135              - add some other Japanese encodings to EUC_JP bundle (without -O)
22136      Branch: perlio
22137            + ext/Encode/Encode/jis0201.ucm
22138            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22139            ! ext/Encode/compile
22140 ____________________________________________________________________________
22141 [ 14562] By: sky                                   on 2002/02/05  14:50:36
22142         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
22143      Branch: perl
22144            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
22145 ____________________________________________________________________________
22146 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
22147         Log: EBCDIC: SHARP S is different.
22148      Branch: perl
22149            ! regexec.c utf8.h
22150 ____________________________________________________________________________
22151 [ 14560] By: sky                                   on 2002/02/05  13:49:40
22152         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
22153      Branch: perl
22154            ! t/op/filetest.t
22155 ____________________________________________________________________________
22156 [ 14559] By: sky                                   on 2002/02/05  11:39:24
22157         Log: Add . first to the PATH environment to test that we really
22158              get ./perl and not some other older perl.
22159      Branch: perl
22160            ! lib/File/Spec/t/rel2abs2rel.t
22161 ____________________________________________________________________________
22162 [ 14558] By: sky                                   on 2002/02/05  11:20:21
22163         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...
22164      Branch: perl
22165            ! ext/POSIX/t/posix.t
22166 ____________________________________________________________________________
22167 [ 14557] By: sky                                   on 2002/02/05  10:30:58
22168         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
22169      Branch: perl
22170            ! hints/darwin.sh perl.h
22171 ____________________________________________________________________________
22172 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22173         Log: Integrate mainline
22174      Branch: perlio
22175           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22176           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22177           !> lib/File/Find/t/taint.t
22178 ____________________________________________________________________________
22179 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22180         Log: Integrate change #14439 from maintperl
22181      Branch: maint-5.6/macperl
22182           !> op.c
22183 ____________________________________________________________________________
22184 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22185         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22187              Date: Mon, 4 Feb 2002 22:09:07 +0100
22188              Message-ID: <20020204220907.A8288@rafael>
22189      Branch: perl
22190            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22191 ____________________________________________________________________________
22192 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22193         Log: Signedness mumblings from Tru64.
22194      Branch: perl
22195            ! ext/Encode/Encode.xs
22196 ____________________________________________________________________________
22197 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22198         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22199              From: "Craig A. Berry" <craigberry@mac.com>
22200              Date: Mon, 04 Feb 2002 17:16:00 -0600
22201              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22202      Branch: perl
22203            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22204            ! ext/Encode/Encode.xs
22205 ____________________________________________________________________________
22206 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22207         Log: Integrate mainline
22208      Branch: perlio
22209           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22210           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22211           !> regcomp.c
22212 ____________________________________________________________________________
22213 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22214         Log: Update Changes.
22215      Branch: perl
22216            ! Changes patchlevel.h
22217 ____________________________________________________________________________
22218 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22219         Log: Comment microtweaks.
22220      Branch: perl
22221            ! lib/locale.t
22222 ____________________________________________________________________________
22223 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22224         Log: Subject: trivial docu patch
22225              From: andreas.koenig@anima.de (Andreas J. Koenig)
22226              Date: 04 Feb 2002 08:15:19 +0100
22227              Message-ID: <m3pu3l7m60.fsf@anima.de>
22228      Branch: perl
22229            ! pod/perluniintro.pod
22230 ____________________________________________________________________________
22231 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22232         Log: Subject: [PATCH] (??{ }) anomaly
22233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22234              Date: Sun, 03 Feb 2002 20:21:45 -0800
22235              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22236      Branch: perl
22237            ! regcomp.c
22238 ____________________________________________________________________________
22239 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22240         Log: Integrate perlio:
22241              
22242              [ 14545]
22243              Remove debugging warning, be consistent about API fails.
22244              
22245              [ 14544]
22246              Carry on where we left off if we have to grow destination SV during XS encode/decode
22247      Branch: perl
22248           !> ext/Encode/Encode.xs
22249 ____________________________________________________________________________
22250 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22251         Log: Remove debugging warning, be consistent about API fails.
22252      Branch: perlio
22253            ! ext/Encode/Encode.xs
22254 ____________________________________________________________________________
22255 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22256         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22257      Branch: perlio
22258            ! ext/Encode/Encode.xs
22259 ____________________________________________________________________________
22260 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22261         Log: Subject: PATCH CPAN.pm
22262              From: Mark-Jason Dominus <mjd@plover.com>
22263              Date: Sun, 03 Feb 2002 12:36:36 -0500
22264              Message-ID: <20020203173636.27451.qmail@plover.com>
22265      Branch: perl
22266            ! lib/CPAN.pm
22267 ____________________________________________________________________________
22268 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22269         Log: Must search further back.
22270      Branch: perl
22271            ! lib/h2xs.t
22272 ____________________________________________________________________________
22273 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22274         Log: Integrate mainline
22275      Branch: perlio
22276           !> (integrate 29 files)
22277 ____________________________________________________________________________
22278 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22279         Log: EBCDIC: more natification.
22280      Branch: perl
22281            ! regcomp.c
22282 ____________________________________________________________________________
22283 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
22284         Log: Debug noise.
22285      Branch: perl
22286            ! ext/Encode/Encode.xs
22287 ____________________________________________________________________________
22288 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
22289         Log: Integrate perlio:
22290              
22291              [ 14536]
22292              Stable intermediate point in Encode cleanup.
22293              :encode(euc-jp) works on Dan's table.euc
22294              Much buffer copying and other silliness remains.
22295      Branch: perl
22296           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22297           !> ext/Encode/lib/Encode/Encoding.pm
22298 ____________________________________________________________________________
22299 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
22300         Log: Prettify.
22301      Branch: perl
22302            ! lib/unicore/mktables
22303 ____________________________________________________________________________
22304 [ 14536] By: nick                                  on 2002/02/03  17:32:03
22305         Log: Stable intermediate point in Encode cleanup.
22306              :encode(euc-jp) works on Dan's table.euc
22307              Much buffer copying and other silliness remains.
22308      Branch: perlio
22309            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22310            ! ext/Encode/lib/Encode/Encoding.pm
22311 ____________________________________________________________________________
22312 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
22313         Log: EBCDIC: it's much nicer to compare Unicode code points
22314              to Unicode code points.
22315      Branch: perl
22316            ! regexec.c
22317 ____________________________________________________________________________
22318 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
22319         Log: EBCDIC: character classes must remap the low 256.
22320      Branch: perl
22321            ! regcomp.c
22322 ____________________________________________________________________________
22323 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
22324         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
22325      Branch: perl
22326            ! lib/I18N/LangTags/List.pm
22327 ____________________________________________________________________________
22328 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
22329         Log: FAQ sync.
22330      Branch: perl
22331            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
22332            ! pod/perlfaq6.pod pod/perlfaq7.pod
22333 ____________________________________________________________________________
22334 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
22335         Log: Integrate perlio:
22336              
22337              [ 14526]
22338              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22339              (Mis-feature discovered by Encode.)
22340              
22341              [ 14518]
22342              indent -kr -nce and some manual tweaks to match perl style.
22343      Branch: perl
22344           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
22345 ____________________________________________________________________________
22346 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
22347         Log: Subject: [PATCH] lstat FH and -l FH warnings
22348              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22349              Date: Sat, 2 Feb 2002 22:24:54 +0100           
22350              Message-ID: <20020202222454.A11608@rafael>       
22351      Branch: perl
22352            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
22353            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
22354 ____________________________________________________________________________
22355 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
22356         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
22357              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22358              Date: Sat, 2 Feb 2002 13:11:01 +0100           
22359              Message-ID: <20020202131101.A722@rafael>               
22360              
22361              Subject: [PATCH t/op/ver.t] another false positive
22362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22363              Date: Sat, 2 Feb 2002 13:38:22 +0100           
22364              Message-ID: <20020202133822.E722@rafael>         
22365              
22366              Subject: [PATCH] t/test.pl:ok() doesn't work
22367              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
22368              Date: Sun, 03 Feb 2002 00:02:38 -0800          
22369              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
22370      Branch: perl
22371            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
22372            ! t/test.pl
22373 ____________________________________________________________________________
22374 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
22375         Log: Subject: [PATCH @13746] OS2::Process's constants
22376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22377              Date: Sat, 2 Feb 2002 01:00:55 -0500           
22378              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
22379      Branch: perl
22380            ! os2/OS2/Process/Makefile.PL
22381 ____________________________________________________________________________
22382 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
22383         Log: Subject: [PATCH @13746] h2xs   
22384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22385              Date: Sat, 2 Feb 2002 00:58:44 -0500           
22386              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
22387      Branch: perl
22388            ! utils/h2xs.PL
22389 ____________________________________________________________________________
22390 [ 14526] By: nick                                  on 2002/02/03  14:54:18
22391         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22392              (Mis-feature discovered by Encode.)
22393      Branch: perlio
22394            ! sv.c
22395 ____________________________________________________________________________
22396 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
22397         Log: EBCDIC: since #14519 made \N{...} to remap,
22398              the test cannot expect an ASCII code point.
22399      Branch: perl
22400            ! lib/charnames.t
22401 ____________________________________________________________________________
22402 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
22403         Log: Sub-MANIFEST-tweak.
22404      Branch: perl
22405            ! ext/Encode/MANIFEST
22406 ____________________________________________________________________________
22407 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
22408         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
22409              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22410              Date: Fri, 01 Feb 2002 23:51:03 +0900
22411              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
22412      Branch: perl
22413            ! ext/Encode/lib/Encode/Tcl/Escape.pm
22414 ____________________________________________________________________________
22415 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
22416         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
22417              From: Andy Dougherty <doughera@lafayette.edu>
22418              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
22419              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
22420      Branch: perl
22421            ! README.solaris hints/solaris_2.sh
22422 ____________________________________________________________________________
22423 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
22424         Log: EBCDIC: no hope to get the low 256 right in unifolding.
22425      Branch: perl
22426            ! t/uni/fold.t
22427 ____________________________________________________________________________
22428 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
22429         Log: todo entry for missing pack formats.
22430      Branch: perl
22431            ! pod/perltodo.pod
22432 ____________________________________________________________________________
22433 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
22434         Log: EBCDIC: the low 256 \N{...} need to be remapped.
22435      Branch: perl
22436            ! toke.c
22437 ____________________________________________________________________________
22438 [ 14518] By: nick                                  on 2002/02/01  18:32:03
22439         Log: indent -kr -nce and some manual tweaks to match perl style.
22440      Branch: perlio
22441            ! ext/Encode/Encode.xs
22442 ____________________________________________________________________________
22443 [ 14517] By: nick                                  on 2002/02/01  18:20:46
22444         Log: Integrate mainline
22445      Branch: perlio
22446           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22447           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22448           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22449           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22450           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22451           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22452           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22453 ____________________________________________________________________________
22454 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22455         Log: Integrate perlio:
22456              
22457              [ 14515]
22458              Minor Encode tweaks:
22459              - move Encode.pm back to top of Encode like normal XS extension
22460              - avoid .def as a file extension (Win32 builds)
22461      Branch: perl
22462            ! MANIFEST
22463           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22464           !> ext/Encode/Makefile.PL ext/Encode/compile
22465 ____________________________________________________________________________
22466 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22467         Log: Minor Encode tweaks:
22468              - move Encode.pm back to top of Encode like normal XS extension
22469              - avoid .def as a file extension (Win32 builds)
22470      Branch: perlio
22471           +> ext/Encode/Encode.pm
22472            - ext/Encode/lib/Encode.pm
22473            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22474            ! ext/Encode/Makefile.PL ext/Encode/compile
22475 ____________________________________________________________________________
22476 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22477         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22479              Date: Fri, 1 Feb 2002 15:47:46 +0100
22480              Message-ID: <20020201154746.A24079@rafael>
22481      Branch: perl
22482            ! t/io/utf8.t
22483 ____________________________________________________________________________
22484 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22485         Log: Subject: [PATCH] make "lstat FH" croak
22486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22487              Date: Fri, 1 Feb 2002 15:12:50 +0100
22488              Message-ID: <20020201151250.A738@rafael>
22489      Branch: perl
22490            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22491 ____________________________________________________________________________
22492 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22493         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22494              From: Kay Röpke <kroepke@dolphin-services.de>
22495              Date: Fri, 1 Feb 2002 01:10:43 +0100
22496              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22497      Branch: perl
22498            ! t/op/stat.t
22499 ____________________________________________________________________________
22500 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22501         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22502              I got it in Tru64 + ithreads but only without -g, took
22503              some debugging by printf (which was no fun either since
22504              adding some debug printfs hid the error)
22505      Branch: perl
22506            ! regexec.c utf8.c
22507 ____________________________________________________________________________
22508 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22509         Log: Subject: Re: [PATCH] perl -V:
22510              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22511              Date: Thu, 31 Jan 2002 12:10:20 -0800
22512              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22513              
22514              Subject: Re: [PATCH] perl -V:
22515              From: Michael G Schwern <schwern@pobox.com>
22516              Date: Thu, 31 Jan 2002 16:43:13 -0500
22517              Message-ID: <20020131214313.GH6498@blackrider>
22518      Branch: perl
22519            ! t/run/switches.t
22520 ____________________________________________________________________________
22521 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22522         Log: #14505 effect.
22523      Branch: perl
22524            ! pod/perluniintro.pod
22525 ____________________________________________________________________________
22526 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
22527         Log: Daniel S. Lewart adopts the Math::Complex.
22528      Branch: perl
22529            ! lib/Math/Complex.pm
22530 ____________________________________________________________________________
22531 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
22532         Log: More Complex DWIMmery.
22533      Branch: perl
22534            ! lib/Math/Complex.pm lib/Math/Complex.t
22535 ____________________________________________________________________________
22536 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
22537         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
22538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22539              Date: Thu, 31 Jan 2002 14:37:52 +0100
22540              Message-ID: <20020131143752.A1452@rafael>
22541      Branch: perl
22542            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
22543 ____________________________________________________________________________
22544 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
22545         Log: Turn the I/O Unicode error by default on, but the
22546              character-generating Unicode error by default off,
22547              as Larry suggested.
22548      Branch: perl
22549            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
22550            ! utf8.c
22551 ____________________________________________________________________________
22552 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
22553         Log: Subject: [PATCH] open.pm minor cleanup
22554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22555              Date: Thu, 31 Jan 2002 15:03:02 +0100
22556              Message-ID: <20020131150302.C1452@rafael>
22557      Branch: perl
22558            ! lib/open.pm
22559 ____________________________________________________________________________
22560 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
22561         Log: Update Changes.
22562      Branch: perl
22563            ! Changes patchlevel.h
22564 ____________________________________________________________________________
22565 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
22566         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
22567              From: Robin Barker <rmb1@cise.npl.co.uk>
22568              Date: Wed, 30 Jan 2002 11:58:33 GMT
22569              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
22570      Branch: perl
22571            ! lib/CPAN.pm
22572 ____________________________________________________________________________
22573 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
22574         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
22575              re-sort MANIFEST.
22576      Branch: perl
22577            + ext/Encode/Encode.pm
22578            - ext/Encode/lib/Encode.pm
22579            ! MANIFEST ext/Encode/Makefile.PL
22580 ____________________________________________________________________________
22581 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
22582         Log: Integrate perlio:
22583              
22584              [ 14499]
22585              Collect some stats during compile process.
22586              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22587              as one XS - inconclusive - marginal win?
22588              Add some comments to encode.h
22589              
22590              [ 14490]
22591              Basics of a compiled Encode XS extension
22592      Branch: perl
22593           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22594           !> ext/Encode/encode.h
22595 ____________________________________________________________________________
22596 [ 14499] By: nick                                  on 2002/01/30  09:57:47
22597         Log: Collect some stats during compile process.
22598              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22599              as one XS - inconclusive - marginal win?
22600              Add some comments to encode.h
22601      Branch: perlio
22602            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22603            ! ext/Encode/encode.h
22604 ____________________________________________________________________________
22605 [ 14498] By: nick                                  on 2002/01/30  07:27:55
22606         Log: Integrate Jarkko's path/INC tweaks
22607      Branch: perlio
22608           !> ext/Encode/compile
22609 ____________________________________________________________________________
22610 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
22611         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
22612              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22613              Date: Tue, 29 Jan 2002 01:13:09 -0800
22614              Message-ID: <lemV8gzkgu/K092yn@efn.org>
22615      Branch: perl
22616            ! configpm
22617 ____________________________________________________________________________
22618 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
22619         Log: Subject: [PATCH t/op/inccode.t] new test
22620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22621              Date: Tue, 29 Jan 2002 22:03:45 +0100
22622              Message-ID: <20020129220345.A704@rafael>
22623      Branch: perl
22624            ! t/op/inccode.t
22625 ____________________________________________________________________________
22626 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
22627         Log: EBCDIC: t/op/lc.t now passes.
22628      Branch: perl
22629            ! t/op/lc.t
22630 ____________________________________________________________________________
22631 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
22632         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
22633      Branch: perl
22634            ! utf8.c
22635 ____________________________________________________________________________
22636 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
22637         Log: Must find stuff during build.
22638      Branch: perl
22639            ! ext/Encode/compile
22640 ____________________________________________________________________________
22641 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
22642         Log: Integrate with perlio;
22643              
22644              Basics of a compiled Encode XS extension
22645      Branch: perl
22646           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22647           +> ext/Encode/Encode/euc-jp.ucm
22648           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22649           !> ext/Encode/encode.h
22650 ____________________________________________________________________________
22651 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
22652         Log: EBCDIC tweaks-- no new test passes, but getting closer.
22653      Branch: perl
22654            ! utf8.c
22655 ____________________________________________________________________________
22656 [ 14490] By: nick                                  on 2002/01/29  21:20:57
22657         Log: Basics of a compiled Encode XS extension
22658      Branch: perlio
22659            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22660            + ext/Encode/Encode/euc-jp.ucm
22661            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22662            ! ext/Encode/encode.h
22663 ____________________________________________________________________________
22664 [ 14489] By: nick                                  on 2002/01/29  18:40:54
22665         Log: Integrate mainline
22666      Branch: perlio
22667           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22668           +> ext/Encode/lib/Encode/Encoding.pm
22669           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22670           +> ext/Encode/lib/Encode/Tcl/Escape.pm
22671           +> ext/Encode/lib/Encode/Tcl/Extended.pm
22672           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
22673           +> ext/Encode/lib/Encode/Tcl/Table.pm
22674           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22675           +> ext/Encode/lib/Encode/iso10646_1.pm
22676           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22677           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22678           +> ext/Encode/t/Tcl.t
22679            - ext/Encode.t ext/Encode/Encode.pm
22680            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22681            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22682           !> (integrate 33 files)
22683 ____________________________________________________________________________
22684 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
22685         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
22686              From: Richard Clamp <richardc@unixbeard.net>
22687              Date: Mon, 28 Jan 2002 02:17:55 +0000
22688              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
22689      Branch: perl
22690            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22691 ____________________________________________________________________________
22692 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
22693         Log: OS/390 seems to do length 0 udp reads, Nicholas says
22694              skippage is for now the best cause of action.
22695      Branch: perl
22696            ! ext/Socket/socketpair.t
22697 ____________________________________________________________________________
22698 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
22699         Log: Encode cleanup from Dan Kogai; reworked even further.
22700      Branch: perl
22701            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22702            + ext/Encode/lib/Encode/Encoding.pm
22703            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22704            + ext/Encode/lib/Encode/Tcl/Escape.pm
22705            + ext/Encode/lib/Encode/Tcl/Extended.pm
22706            + ext/Encode/lib/Encode/Tcl/HanZi.pm
22707            + ext/Encode/lib/Encode/Tcl/Table.pm
22708            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22709            + ext/Encode/lib/Encode/iso10646_1.pm
22710            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22711            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22712            + ext/Encode/t/Tcl.t
22713            - ext/Encode.t ext/Encode/Encode.pm
22714            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22715            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22716            ! MANIFEST ext/Encode/Encode/8859-1.ucm
22717            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
22718            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
22719            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
22720            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
22721            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
22722            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
22723            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
22724            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
22725            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
22726            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
22727            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
22728            ! ext/Encode/compile
22729 ____________________________________________________________________________
22730 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
22731         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
22732      Branch: perl
22733            ! djgpp/djgpp.c perlio.c
22734 ____________________________________________________________________________
22735 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
22736         Log: Prettier printing from Michael Schwern.
22737      Branch: perl
22738            ! t/test.pl
22739 ____________________________________________________________________________
22740 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
22741         Log: Show also the debug and debugcolor as known pragmas.
22742      Branch: perl
22743            ! ext/re/re.pm
22744 ____________________________________________________________________________
22745 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
22746         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
22747              From: "Craig A. Berry" <craigberry@mac.com>
22748              Date: Mon, 28 Jan 2002 16:30:30 -0600
22749              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
22750      Branch: perl
22751            ! ext/B/t/assembler.t
22752 ____________________________________________________________________________
22753 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
22754         Log: metaconfig unit change for #14480.
22755      Branch: metaconfig
22756            ! U/modified/Init.U
22757 ____________________________________________________________________________
22758 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
22759         Log: DJGPP needs to know its exe soon, too.
22760      Branch: perl
22761            ! Configure
22762 ____________________________________________________________________________
22763 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
22764         Log: Round #2 on EBCDICation.
22765      Branch: perl
22766            ! t/op/append.t
22767 ____________________________________________________________________________
22768 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
22769         Log: Integrate perlio:
22770              
22771              [ 14477]
22772              Set makefile.mk CCHOME etc. for default locations of MinGW and free
22773              Borland compilers. (Borland builds one or two oddities.)
22774      Branch: perl
22775           !> win32/config.bc win32/makefile.mk
22776 ____________________________________________________________________________
22777 [ 14477] By: nick                                  on 2002/01/28  20:12:31
22778         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
22779              Borland compilers. (Borland builds one or two oddities.)
22780      Branch: perlio
22781            ! win32/config.bc win32/makefile.mk
22782 ____________________________________________________________________________
22783 [ 14476] By: nick                                  on 2002/01/28  18:43:47
22784         Log: Integrate mainline
22785      Branch: perlio
22786           !> Configure hints/hpux.sh
22787 ____________________________________________________________________________
22788 [ 14475] By: nick                                  on 2002/01/28  17:15:12
22789         Log: Integrate mainline
22790      Branch: perlio
22791           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
22792           !> patchlevel.h pp_sys.c t/lib/warnings/perl
22793 ____________________________________________________________________________
22794 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
22795         Log: metaconfig unit change for #14472.
22796      Branch: metaconfig/U/perl
22797            ! d_u32align.U
22798 ____________________________________________________________________________
22799 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
22800         Log: Misunderstood Merijn's patch.
22801      Branch: perl
22802            ! hints/hpux.sh
22803 ____________________________________________________________________________
22804 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
22805         Log: Misapplied Merijn's patch.
22806      Branch: perl
22807            ! Configure
22808 ____________________________________________________________________________
22809 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
22810         Log: Update Changes.
22811      Branch: perl
22812            ! Changes patchlevel.h
22813 ____________________________________________________________________________
22814 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
22815         Log: BeOS has sockets but not true ones.
22816      Branch: perl
22817            ! pp_sys.c
22818 ____________________________________________________________________________
22819 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
22820         Log: metaconfig unit change for #14467.
22821      Branch: metaconfig/U/perl
22822            ! d_u32align.U
22823 ____________________________________________________________________________
22824 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
22825         Log: For some strange reason under the smoke harness the alignment
22826              test hangs in HP-UX 10.20.  So hint it to avoid the test.
22827      Branch: perl
22828            ! hints/hpux.sh
22829 ____________________________________________________________________________
22830 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
22831         Log: Allow d_u32align to be hinted.
22832      Branch: perl
22833            ! Configure
22834 ____________________________________________________________________________
22835 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
22836         Log: The shift key is important.
22837      Branch: perl
22838            ! ext/B/B.xs
22839 ____________________________________________________________________________
22840 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
22841         Log: The "used only once" warnings (from gv_check) come
22842              in pseudorandom hash order-- in EBCDIC the order
22843              is different.  Add a new option that allow the warnings
22844              to come in any order (Paul Marquess).
22845      Branch: perl
22846            ! lib/warnings.t t/lib/warnings/perl
22847 ____________________________________________________________________________
22848 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
22849         Log: Integrate perlio:
22850              
22851              [ 14462]
22852              1st attempt at skipping broke threads case.
22853              
22854              [ 14461]
22855              Skip new threads::shared test unless -Duseithreads
22856      Branch: perl
22857           !> ext/threads/shared/t/0nothread.t
22858 ____________________________________________________________________________
22859 [ 14463] By: nick                                  on 2002/01/28  08:22:36
22860         Log: Integrate mainline
22861      Branch: perlio
22862           !> (integrate 37 files)
22863 ____________________________________________________________________________
22864 [ 14462] By: nick                                  on 2002/01/28  08:09:53
22865         Log: 1st attempt at skipping broke threads case.
22866      Branch: perlio
22867            ! ext/threads/shared/t/0nothread.t
22868 ____________________________________________________________________________
22869 [ 14461] By: nick                                  on 2002/01/28  07:25:58
22870         Log: Skip new threads::shared test unless -Duseithreads
22871      Branch: perlio
22872            ! ext/threads/shared/t/0nothread.t
22873 ____________________________________________________________________________
22874 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
22875         Log: FAQ sync.
22876      Branch: perl
22877            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22878            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22879            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22880            ! pod/perlfaq9.pod
22881 ____________________________________________________________________________
22882 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
22883         Log: Upgrade to podlators 1.20.
22884      Branch: perl
22885            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
22886 ____________________________________________________________________________
22887 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
22888         Log: Retract #14448, a better patch coming up.
22889      Branch: perl
22890            ! lib/Pod/t/basic.t
22891 ____________________________________________________________________________
22892 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
22893         Log: EBCDIC portability.
22894      Branch: perl
22895            ! t/op/append.t
22896 ____________________________________________________________________________
22897 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
22898         Log: Further cygwin installperl tweak from Gerrit P. Haase.
22899      Branch: perl
22900            ! installperl
22901 ____________________________________________________________________________
22902 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
22903         Log: A bug in Bulgarian EBCDIC locale (this sounds like
22904              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
22905              locales failed, too.  The patch works around the bug by
22906              skipping the test, but the real problem may be deeper
22907              (affecting probably only EBCDIC platforms, though):
22908              see the comment in locale.t for more details.
22909      Branch: perl
22910            ! lib/locale.t
22911 ____________________________________________________________________________
22912 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
22913         Log: metaconfig unit change for #14453.
22914      Branch: metaconfig/U/perl
22915            ! libperl.U
22916 ____________________________________________________________________________
22917 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
22918         Log: Subject: Bleadperl on Cygwin today
22919              From: "Gerrit P. Haase" <gp@familiehaase.de>              
22920              Date: Sun, 27 Jan 2002 22:30:41 +0100
22921              Message-ID: <462007239437.20020127223041@familiehaase.de>
22922      Branch: perl
22923            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
22924            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
22925            ! lib/ExtUtils/t/MM_Cygwin.t
22926 ____________________________________________________________________________
22927 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
22928         Log: Unfinished EBCDIC branch.
22929      Branch: perl
22930            ! t/op/ver.t
22931 ____________________________________________________________________________
22932 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
22933         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
22934      Branch: perl
22935            ! ext/B/B.xs ext/B/B/Deparse.pm
22936 ____________________________________________________________________________
22937 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
22938         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
22939              platforms.
22940      Branch: perl
22941            ! ext/B/t/stash.t
22942 ____________________________________________________________________________
22943 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
22944         Log: Apparently no need for EBCDIC exception any more.
22945      Branch: perl
22946            ! ext/B/t/showlex.t
22947 ____________________________________________________________________________
22948 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
22949         Log: (retracted by #14458)
22950              (Russ Allbery) OS/390 is using a high-bit character for ESC,
22951              skip the test for now.  A better fix would be to override
22952              the notion of the platform's escape sequence in the test
22953              of Pod::Text::Termcap.  We may have to apply a filter to
22954              the output to substitute back in the ESC character that
22955              the test expects, but only on OS/390.
22956      Branch: perl
22957            ! lib/Pod/t/basic.t
22958 ____________________________________________________________________________
22959 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
22960         Log: Detypo.
22961      Branch: perl
22962            ! ext/Devel/Peek/Peek.t
22963 ____________________________________________________________________________
22964 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
22965         Log: OS/390 USS has a different idea of the pw* functions.
22966              Also, test the name with eq, not with ==.
22967      Branch: perl
22968            ! lib/User/pwent.t
22969 ____________________________________________________________________________
22970 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
22971         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
22972      Branch: perl
22973            ! doio.c
22974 ____________________________________________________________________________
22975 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
22976         Log: ASCIIisms.
22977      Branch: perl
22978            ! ext/PerlIO/t/encoding.t
22979 ____________________________________________________________________________
22980 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
22981         Log: chr(42) ne '*'  if one is in EBCDIC.
22982      Branch: perl
22983            ! t/op/pack.t
22984 ____________________________________________________________________________
22985 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
22986         Log: Subject: [PATCH] Fix up recent op/stat.t failures
22987              From: Andy Dougherty <doughera@lafayette.edu>
22988              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
22989              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
22990      Branch: perl
22991            ! t/op/stat.t
22992 ____________________________________________________________________________
22993 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
22994         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
22995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22996              Date: Sun, 27 Jan 2002 15:03:18 +0100
22997              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
22998      Branch: perl
22999            ! lib/ExtUtils/t/Command.t
23000 ____________________________________________________________________________
23001 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
23002         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
23003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23004              Date: Sun, 27 Jan 2002 14:51:10 +0100
23005              Message-ID: <20020127145110.A16332@rafael>
23006      Branch: perl
23007            ! ext/B/B/Deparse.pm
23008 ____________________________________________________________________________
23009 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
23010         Log: integrate change#14431 from perlio branch (Nick's fix for
23011              change#13474 to be more defensive about looking at pad entries
23012              that may not exist yet)
23013      Branch: maint-5.6/perl
23014            ! op.c
23015 ____________________________________________________________________________
23016 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
23017         Log: Comment to avoid later "cleanups."
23018      Branch: perl
23019            ! lib/ExtUtils/MakeMaker.pm
23020 ____________________________________________________________________________
23021 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
23022         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
23023              instead of just FOO=... cmd ...
23024      Branch: perl
23025            ! Makefile.SH
23026 ____________________________________________________________________________
23027 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
23028         Log: Overquoting bad (in UNIX one would get
23029              Can't open perl script "'-I../lib'": No such file or directory)
23030      Branch: perl
23031            ! lib/Pod/t/Usage.t
23032 ____________________________________________________________________________
23033 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
23034         Log: Integrate perlio:
23035              
23036              [ 14434]
23037              "All tests successful" VC6.0 Win32
23038              (Update config.vc to need cppstdin so those tests are skipped...)
23039      Branch: perl
23040           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23041           !> win32/config_H.vc
23042 ____________________________________________________________________________
23043 [ 14434] By: nick                                  on 2002/01/26  22:27:08
23044         Log: "All tests successful" VC6.0 Win32
23045              (Update config.vc to need cppstdin so those tests are skipped...)
23046      Branch: perlio
23047            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23048            ! win32/config_H.vc
23049 ____________________________________________________________________________
23050 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
23051         Log: Integrate perlio:
23052              
23053              [ 14432]
23054              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23055              for CRLF line endings.
23056              
23057              [ 14431]
23058              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23059              Should really be looked at by someone that knows about pads.
23060              
23061              [ 14429]
23062              Tinkering with thread cleanup mutex-ing - not the problem 
23063              (op.c is) but could have been...
23064              
23065              [ 14428]
23066              Win32 signal emulation cleanup.
23067              
23068              [ 14427]
23069              If we get to sighandler by mistake (no perl handler set) then
23070              warn() and exit() rather than die() - should never happen
23071              but if it does context needed to die is likely to be trashed
23072              as well.
23073              
23074              [ 14425]
23075              1st two tests of File/Find/t/find.t and taint.t were run after 
23076              calling cleanup(). If previous fail had left for_find directory,
23077              but no content in it then cleanup() returned cd'ed to that directory.
23078              So tests failed. Fixed cleanup()-s.
23079      Branch: perl
23080           !> ext/threads/threads.xs lib/File/Find/t/find.t
23081           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
23082           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23083 ____________________________________________________________________________
23084 [ 14432] By: nick                                  on 2002/01/26  21:10:38
23085         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23086              for CRLF line endings.
23087      Branch: perlio
23088            ! lib/Filter/Simple.pm
23089 ____________________________________________________________________________
23090 [ 14431] By: nick                                  on 2002/01/26  21:08:35
23091         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23092              Should really be looked at by someone that knows about pads.
23093      Branch: perlio
23094            ! op.c
23095 ____________________________________________________________________________
23096 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
23097         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
23098              From: "Craig A. Berry" <craigberry@mac.com>       
23099              Date: Sat, 26 Jan 2002 11:19:44 -0600
23100              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
23101      Branch: perl
23102            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
23103 ____________________________________________________________________________
23104 [ 14429] By: nick                                  on 2002/01/26  18:04:22
23105         Log: Tinkering with thread cleanup mutex-ing - not the problem 
23106              (op.c is) but could have been...
23107      Branch: perlio
23108            ! ext/threads/threads.xs
23109 ____________________________________________________________________________
23110 [ 14428] By: nick                                  on 2002/01/26  18:03:13
23111         Log: Win32 signal emulation cleanup.
23112      Branch: perlio
23113            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23114 ____________________________________________________________________________
23115 [ 14427] By: nick                                  on 2002/01/26  13:59:33
23116         Log: If we get to sighandler by mistake (no perl handler set) then
23117              warn() and exit() rather than die() - should never happen
23118              but if it does context needed to die is likely to be trashed
23119              as well.
23120      Branch: perlio
23121            ! mg.c
23122 ____________________________________________________________________________
23123 [ 14426] By: nick                                  on 2002/01/26  13:56:23
23124         Log: Integrate mainline
23125      Branch: perlio
23126           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
23127           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
23128           !> t/run/fresh_perl.t
23129 ____________________________________________________________________________
23130 [ 14425] By: nick                                  on 2002/01/26  08:11:33
23131         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
23132              calling cleanup(). If previous fail had left for_find directory,
23133              but no content in it then cleanup() returned cd'ed to that directory.
23134              So tests failed. Fixed cleanup()-s.
23135      Branch: perlio
23136            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23137 ____________________________________________________________________________
23138 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
23139         Log: Integrate perlio:
23140              
23141              [ 14422]
23142              Save $! so that other syscalls don't disturb it before 
23143              we test it.
23144              
23145              [ 14421]
23146              More Win32 tuning
23147              
23148              [ 14420]
23149              Fix winsystem.t's attempt to build showav.exe to work 
23150              with gcc (which writes a.exe unless told with -o ).
23151              Also put in a few more fail-safes to check .exe got 
23152              built somehow.
23153      Branch: perl
23154           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
23155           !> t/op/winsystem.t
23156 ____________________________________________________________________________
23157 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
23158         Log: Subject: [PATCH] new test in op/universal.t
23159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23160              Date: Fri, 25 Jan 2002 23:17:33 +0100
23161              Message-ID: <20020125231733.A11733@rafael>
23162      Branch: perl
23163            ! t/op/universal.t
23164 ____________________________________________________________________________
23165 [ 14422] By: nick                                  on 2002/01/25  21:37:03
23166         Log: Save $! so that other syscalls don't disturb it before 
23167              we test it.
23168      Branch: perlio
23169            ! ext/Socket/socketpair.t
23170 ____________________________________________________________________________
23171 [ 14421] By: nick                                  on 2002/01/25  19:05:57
23172         Log: More Win32 tuning
23173      Branch: perlio
23174            ! t/op/stat.t t/op/taint.t
23175 ____________________________________________________________________________
23176 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23177         Log: Fix winsystem.t's attempt to build showav.exe to work 
23178              with gcc (which writes a.exe unless told with -o ).
23179              Also put in a few more fail-safes to check .exe got 
23180              built somehow.
23181      Branch: perlio
23182            ! t/op/winsystem.t
23183 ____________________________________________________________________________
23184 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23185         Log: Subject: [Patch Encode.xs] calculation of need overflows
23186              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23187              Date: Sat, 26 Jan 2002 00:58:50 +0900
23188              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23189      Branch: perl
23190            ! ext/Encode/Encode.xs
23191 ____________________________________________________________________________
23192 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23193         Log: Integrate changes 13474+13478+13584 from maintperl;
23194              anon sub leakage.
23195      Branch: perl
23196            ! op.c t/run/fresh_perl.t
23197 ____________________________________________________________________________
23198 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23199         Log: Update Changes.
23200      Branch: perl
23201            ! Changes patchlevel.h
23202 ____________________________________________________________________________
23203 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23204         Log: Integrate perlio:
23205              
23206              [ 14411]
23207              Linux/NFS hackery was not faking right number of passes.
23208              
23209              [ 14410]
23210              threads::shared tidy up:
23211              - Add _id() function to shared.xs so we can test refs point at same thing.
23212              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23213              - Allow no_share to pass if sharing to works despite mis-ordering.
23214              - Change docs of threads to document ->create() (as used in tests),
23215              and not mention "new".
23216              
23217              [ 14401]
23218              Expand command line test globs on Win32.
23219              
23220              [ 14393]
23221              Except Win32 from echo tests. (Alarm does not break into connect)
23222              
23223              [ 14392]
23224              SvTEMP_off to stop private PV's being stolen and stored in shared space
23225              
23226              [ 14387]
23227              thread::shared nearly working again - remaining issue
23228              is references withing shared space.
23229              Added bulk test with no threads involved (for debugging)
23230              Tuned tests to skip those needing _thrcnt
23231              
23232              [ 14378]
23233              Implement recursive lock and use of scope for PL_sharedsv_space,
23234              so now croak() from asserts does not leave locks.
23235              Make hv_simple compile (new prototype for debugging probe).
23236              
23237              [ 14377]
23238              Shared scalars working, some shared array ops working.
23239              
23240              [ 14373]
23241              Miss mg_len == 0 meaning don't Safefree
23242              
23243              [ 14372]
23244              XS side of new threads::shared designed, coded and compiles,
23245              and mostly commented but is totaly untested.
23246              submit in case anyone wants a preview.
23247              
23248              [ 14363]
23249              Add new threads/typemap to MANIFEST
23250              
23251              [ 14357]
23252              #14352 deleted ext/threads/threads.h
23253              
23254              [ 14356]
23255              Eradicate sharedsv.*
23256              
23257              [ 14355]
23258              threads work again on Win32. (Not threads::shared yet)
23259              Submit to see if they do on Linux.
23260              
23261              [ 14352]
23262              Nearly-working threads re-structuring. Do not integrate,
23263              submit-ing to get to Win32, and as "off site" backup.
23264      Branch: perl
23265           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23266           +> ext/threads/typemap
23267            - ext/threads/threads.h sharedsv.c sharedsv.h
23268            ! NetWare/config_H.wc
23269           !> (integrate 38 files)
23270 ____________________________________________________________________________
23271 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23272         Log: Subject: Re: perldebguts minor tweaks
23273              From: Joe McMahon <mcmahon@metalab.unc.edu>
23274              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23275              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23276      Branch: perl
23277            ! pod/perldebguts.pod
23278 ____________________________________________________________________________
23279 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23280         Log: metaconfig unit change for #14413.
23281      Branch: metaconfig
23282            ! U/modified/prototype.U
23283 ____________________________________________________________________________
23284 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
23285         Log: Okay, you can come home now, _().
23286      Branch: perl
23287            ! config_h.SH
23288 ____________________________________________________________________________
23289 [ 14412] By: nick                                  on 2002/01/25  11:01:49
23290         Log: Integrate mainline
23291              All but ../lib/Unicode/UCD.t pass.
23292      Branch: perlio
23293           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23294           +> lib/unicore/CaseFolding.txt
23295           +> lib/unicore/CompositionExclusions.txt
23296           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23297           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23298           +> vos/vos.c
23299            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23300            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23301            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23302            - lib/unicore/NamesList.html lib/unicore/PropList.html
23303            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23304            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23305            - lib/unicore/rename
23306           !> (integrate 424 files)
23307 ____________________________________________________________________________
23308 [ 14411] By: nick                                  on 2002/01/25  09:45:13
23309         Log: Linux/NFS hackery was not faking right number of passes.
23310      Branch: perlio
23311            ! t/io/fs.t
23312 ____________________________________________________________________________
23313 [ 14410] By: nick                                  on 2002/01/25  09:35:07
23314         Log: threads::shared tidy up:
23315              - Add _id() function to shared.xs so we can test refs point at same thing.
23316              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23317              - Allow no_share to pass if sharing to works despite mis-ordering.
23318              - Change docs of threads to document ->create() (as used in tests),
23319              and not mention "new".
23320      Branch: perlio
23321            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23322            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
23323            ! ext/threads/threads.pm
23324 ____________________________________________________________________________
23325 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
23326         Log: Subject: perldebguts minor tweaks
23327              From: Joe McMahon <mcmahon@metalab.unc.edu>
23328              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
23329              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
23330      Branch: perl
23331            ! pod/perldebguts.pod
23332 ____________________________________________________________________________
23333 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
23334         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
23335              From: Peter Scott <Peter@PSDT.com>
23336              Date: Thu, 24 Jan 2002 08:51:34 -0800
23337              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
23338      Branch: perl
23339            ! pod/perldebguts.pod
23340 ____________________________________________________________________________
23341 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
23342         Log: Few more paranoia checks for Unicode hash keys.
23343      Branch: perl
23344            ! t/op/each.t
23345 ____________________________________________________________________________
23346 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
23347         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
23348              From: Andy Dougherty <doughera@lafayette.edu>
23349              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
23350              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
23351      Branch: perl
23352            ! t/op/stat.t
23353 ____________________________________________________________________________
23354 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
23355         Log: The
23356              
23357              Subject: Very old debugger UTF-8 bug
23358              From: andreas.koenig@anima.de (Andreas J. Koenig)
23359              Date: 24 Jan 2002 12:45:44 +0100
23360              Message-ID: <m3y9iot1jr.fsf@anima.de>
23361              
23362              still broken, but this should work as a stopgap
23363              measure to stop pp_match accessing naughty data.
23364      Branch: perl
23365            ! pod/perldiag.pod pp_hot.c
23366 ____________________________________________________________________________
23367 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
23368         Log: metaconfig unit change for #14403.
23369      Branch: metaconfig/U/perl
23370            ! d_u32align.U
23371 ____________________________________________________________________________
23372 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
23373         Log: Pacify picky compilers (this time Sun Workshop).
23374      Branch: perl
23375            ! Configure
23376 ____________________________________________________________________________
23377 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
23378         Log: Subject: Very old debugger UTF-8 bug
23379              From: andreas.koenig@anima.de (Andreas J. Koenig)
23380              Date: 24 Jan 2002 12:45:44 +0100
23381              Message-ID: <m3y9iot1jr.fsf@anima.de>
23382      Branch: perl
23383            ! lib/dumpvar.pl
23384 ____________________________________________________________________________
23385 [ 14401] By: nick                                  on 2002/01/24  07:50:38
23386         Log: Expand command line test globs on Win32.
23387      Branch: perlio
23388            ! t/harness
23389 ____________________________________________________________________________
23390 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
23391         Log: Sprinkle some copyrights (use the oldest timestamp to
23392              be found in the repository, which is most often not right,
23393              but at least consistent)
23394      Branch: perl
23395            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
23396            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
23397            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
23398            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
23399            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
23400            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
23401            ! unixish.h xsutils.c
23402 ____________________________________________________________________________
23403 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
23404         Log: Don't crash on Help for long text (bug #506672)
23405      Branch: maint-5.6/macperl
23406            ! macos/macperl/MPHelp.c
23407 ____________________________________________________________________________
23408 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
23409         Log: Fix minor path problem
23410      Branch: maint-5.6/macperl
23411            ! macos/macperl/Droplets/tarzipme.plx
23412 ____________________________________________________________________________
23413 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
23414         Log: Minor text changes
23415      Branch: maint-5.6/macperl
23416            ! macos/Perl.r
23417 ____________________________________________________________________________
23418 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
23419         Log: Bump versions, dates, etc.
23420      Branch: maint-5.6/macperl
23421            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
23422 ____________________________________________________________________________
23423 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
23424         Log: coderefs in @INC and absolute paths
23425      Branch: maint-5.6/macperl
23426            ! embed.h pp_ctl.c proto.h
23427 ____________________________________________________________________________
23428 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
23429         Log: Minor module thingys
23430      Branch: maint-5.6/macperl
23431            ! macos/ext/Mac/Controls/Controls.xs
23432            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
23433            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
23434            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23435            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
23436            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
23437            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
23438            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
23439            ! macos/ext/Mac/Movies/Movies.xs
23440            ! macos/ext/Mac/Navigation/Navigation.pm
23441            ! macos/ext/Mac/Navigation/Navigation.xs
23442            ! macos/ext/Mac/Notification/Notification.xs
23443            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
23444            ! macos/ext/Mac/Processes/Processes.xs
23445            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23446            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23447            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23448            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23449            ! macos/ext/Mac/Resources/Resources.pm
23450            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23451            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23452            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23453            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23454            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23455 ____________________________________________________________________________
23456 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23457         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23458      Branch: perlio
23459            ! ext/Socket/Socket.t
23460 ____________________________________________________________________________
23461 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23462         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23463      Branch: perlio
23464            ! ext/threads/shared/shared.xs
23465 ____________________________________________________________________________
23466 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23467         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23468      Branch: perl
23469            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23470            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23471            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23472            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23473            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23474            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23475            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23476            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23477            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23478            ! x2p/util.c x2p/util.h x2p/walk.c
23479 ____________________________________________________________________________
23480 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23481         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23482              therefore quite probably also obsolete code.
23483      Branch: perl
23484            ! sv.c
23485 ____________________________________________________________________________
23486 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23487         Log: Update Changes.
23488      Branch: perl
23489            ! Changes patchlevel.h
23490 ____________________________________________________________________________
23491 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23492         Log: Small update on todo.  Could use a lot more.
23493      Branch: perl
23494            ! pod/perltodo.pod
23495 ____________________________________________________________________________
23496 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23497         Log: thread::shared nearly working again - remaining issue
23498              is references withing shared space.
23499              Added bulk test with no threads involved (for debugging)
23500              Tuned tests to skip those needing _thrcnt
23501      Branch: perlio
23502            + ext/threads/shared/t/0nothread.t
23503            ! MANIFEST ext/threads/shared/shared.pm
23504            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23505            ! ext/threads/shared/t/hv_refs.t
23506            ! ext/threads/shared/t/hv_simple.t
23507            ! ext/threads/shared/t/sv_simple.t
23508 ____________________________________________________________________________
23509 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23510         Log: Subject: [ID 20020121.003] perldata doco bug
23511              From: John Stumbles <jstumbles@bluearc.com>
23512              Date: Mon, 21 Jan 2002 14:19:56 -0000
23513              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23514      Branch: perl
23515            ! pod/perldata.pod
23516 ____________________________________________________________________________
23517 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23518         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23519              From: Michael G Schwern <schwern@pobox.com>
23520              Date: Mon, 21 Jan 2002 15:16:42 -0500
23521              Message-ID: <20020121201642.GA6659@blackrider>
23522      Branch: perl
23523            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
23524 ____________________________________________________________________________
23525 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
23526         Log: Subject: [PATCH] Re: eval not catching warnings?
23527              From: abigail@foad.org
23528              Date: Wed, 23 Jan 2002 15:35:47 +0100
23529              Message-ID: <20020123143547.24798.qmail@foad.org>
23530      Branch: perl
23531            ! pod/perlfunc.pod
23532 ____________________________________________________________________________
23533 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
23534         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
23535              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23536              Date: Tue, 22 Jan 2002 17:00:54 -0800            
23537              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
23538      Branch: perl
23539            ! t/run/fresh_perl.t
23540 ____________________________________________________________________________
23541 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
23542         Log: metaconfig unit change for #14381.
23543      Branch: metaconfig/U/perl
23544            ! d_u32align.U
23545 ____________________________________________________________________________
23546 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
23547         Log: HP-UX 10.20 cc pacifying from Merijn.
23548      Branch: perl
23549            ! Configure
23550 ____________________________________________________________________________
23551 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
23552         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
23553              From: "Craig A. Berry" <craigberry@mac.com> 
23554              Date: Tue, 22 Jan 2002 22:14:26 -0600
23555              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
23556      Branch: perl
23557            ! vms/test.com
23558 ____________________________________________________________________________
23559 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
23560         Log: AIX cpp bug: having macro arguments and character constants
23561              "the same" means trouble (here s and 's')
23562              What broke now was 841 and 842 of t/op/pat.t, because of the
23563              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
23564              (note that breakage happened only under cc_r and usethreads+
23565              useithreads)
23566      Branch: perl
23567            ! utf8.h
23568 ____________________________________________________________________________
23569 [ 14378] By: nick                                  on 2002/01/22  20:33:15
23570         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
23571              so now croak() from asserts does not leave locks.
23572              Make hv_simple compile (new prototype for debugging probe).
23573      Branch: perlio
23574            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23575            ! ext/threads/shared/t/hv_simple.t
23576 ____________________________________________________________________________
23577 [ 14377] By: nick                                  on 2002/01/22  17:32:21
23578         Log: Shared scalars working, some shared array ops working.
23579      Branch: perlio
23580            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23581            ! ext/threads/shared/t/sv_refs.t
23582            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
23583 ____________________________________________________________________________
23584 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
23585         Log: Subject: [PATCH] Support truncate() in VOS port
23586              From: Paul_GreenVOS@vos.stratus.com
23587              Date: Mon, 21 Jan 02 23:27 est
23588              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
23589      Branch: perl
23590            + vos/vos.c
23591            ! MANIFEST hints/vos.sh vos/vosish.h
23592 ____________________________________________________________________________
23593 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
23594         Log: metaconfig unit changes for #14374.  Couldn't figure
23595              how to get completely rid of _() (some weird dependency
23596              pulling it in?) so renamed it as PROTO_().
23597      Branch: metaconfig
23598            + U/modified/d_shmat.U U/modified/prototype.U
23599            ! U/protos/d_drand48proto.U
23600      Branch: metaconfig/U/perl
23601            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
23602 ____________________________________________________________________________
23603 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
23604         Log: Get rid of the _() macro since (1) we require ANSI anyway
23605              (2) Other software (GNU) seems to use it and we don't need it,
23606              so let's give it up.
23607      Branch: perl
23608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23609            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
23610            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
23611            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
23612            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
23613            ! wince/config.h wince/config_H.ce
23614 ____________________________________________________________________________
23615 [ 14373] By: nick                                  on 2002/01/22  10:10:48
23616         Log: Miss mg_len == 0 meaning don't Safefree
23617      Branch: perlio
23618            ! mg.c
23619 ____________________________________________________________________________
23620 [ 14372] By: nick                                  on 2002/01/21  22:34:06
23621         Log: XS side of new threads::shared designed, coded and compiles,
23622              and mostly commented but is totaly untested.
23623              submit in case anyone wants a preview.
23624      Branch: perlio
23625            + ext/threads/shared/typemap
23626            ! MANIFEST ext/threads/shared/shared.pm
23627            ! ext/threads/shared/shared.xs
23628 ____________________________________________________________________________
23629 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
23630         Log: Subject: [BUG] /\_/ an unrecognized escape?
23631              From: Michael G Schwern <schwern@pobox.com>
23632              Date: Mon, 21 Jan 2002 15:22:54 -0500
23633              Message-ID: <20020121202254.GA6731@blackrider>
23634      Branch: perl
23635            ! t/lib/warnings/toke toke.c
23636 ____________________________________________________________________________
23637 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
23638         Log: Undo the renaming of the Unicode data files; the simple
23639              solution being not including the *.html files.  This means
23640              that in the future there is no need for any renamings
23641              (well, assuming that the Consortium doesn't cause any),
23642              and the files are named like they are in the Consortium
23643              website, thus alleviating confusion.
23644      Branch: perl
23645            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23646            + lib/unicore/CaseFolding.txt
23647            + lib/unicore/CompositionExclusions.txt
23648            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23649            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23650            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23651            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23652            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23653            - lib/unicore/NamesList.html lib/unicore/PropList.html
23654            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23655            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23656            - lib/unicore/rename
23657            ! (edit 285 files)
23658 ____________________________________________________________________________
23659 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
23660         Log: Update Changes.
23661      Branch: perl
23662            ! Changes patchlevel.h
23663 ____________________________________________________________________________
23664 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
23665         Log: Subject: RE: BCC for Win32 is unhappy @14331
23666              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
23667              Date: Mon, 21 Jan 2002 09:48:40 +0300
23668              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
23669              
23670              (using IV instead of int)
23671      Branch: perl
23672            ! hv.h
23673 ____________________________________________________________________________
23674 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
23675         Log: path_is_absolute() needs a prototype (and maybe
23676              a better name, but that's another story).
23677      Branch: perl
23678            ! embed.fnc embed.h pp_ctl.c proto.h
23679 ____________________________________________________________________________
23680 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
23681         Log: Subject: Re: coderefs in @INC
23682              From: Chris Nandor <pudge@pobox.com>
23683              Date: Thu, 17 Jan 2002 11:26:02 -0500
23684              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
23685      Branch: perl
23686            ! pp_ctl.c
23687 ____________________________________________________________________________
23688 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
23689         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
23690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23691              Date: Sun, 20 Jan 2002 22:53:56 +0100
23692              Message-ID: <20020120225356.A12093@rafael>
23693      Branch: perl
23694            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
23695            ! t/lib/warnings/9enabled warnings.h warnings.pl
23696 ____________________________________________________________________________
23697 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
23698         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
23699              From: "Craig A. Berry" <craigberry@mac.com>
23700              Date: Sun, 20 Jan 2002 22:49:42 -0600
23701              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
23702      Branch: perl
23703            ! lib/ExtUtils/MakeMaker.pm
23704 ____________________________________________________________________________
23705 [ 14363] By: nick                                  on 2002/01/20  20:38:23
23706         Log: Add new threads/typemap to MANIFEST
23707      Branch: perlio
23708            ! MANIFEST
23709 ____________________________________________________________________________
23710 [ 14362] By: nick                                  on 2002/01/20  20:34:36
23711         Log: Integrate mainline
23712      Branch: perlio
23713           +> lib/Pod/t/Usage.t
23714           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
23715           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
23716           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
23717           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
23718           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
23719           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
23720           !> util.c
23721 ____________________________________________________________________________
23722 [ 14361] By: nick                                  on 2002/01/20  18:51:47
23723         Log: Integrate MANIFEST
23724      Branch: perlio
23725           !> MANIFEST
23726 ____________________________________________________________________________
23727 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
23728         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
23729              From: Paul_GreenVOS@vos.stratus.com
23730              Date: Sat, 19 Jan 02 17:17 est
23731              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
23732              
23733              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
23734              From: Paul_GreenVOS@vos.stratus.com
23735              Date: Sat, 19 Jan 02 17:19 est
23736              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
23737      Branch: perl
23738            ! lib/ExtUtils/t/Command.t
23739 ____________________________________________________________________________
23740 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
23741         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
23742              From: Paul_GreenVOS@vos.stratus.com
23743              Date: Sat, 19 Jan 02 14:30 est
23744              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
23745      Branch: perl
23746            ! lib/AnyDBM_File.t
23747 ____________________________________________________________________________
23748 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
23749         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23750              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
23751              Date: Sun, 20 Jan 2002 13:51:36 +0100
23752              Message-ID: <20020120135136.A710@rafael>
23753      Branch: perl
23754            ! ext/File/Glob/t/basic.t
23755 ____________________________________________________________________________
23756 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
23757         Log: #14352 deleted ext/threads/threads.h
23758      Branch: perlio
23759            ! MANIFEST
23760 ____________________________________________________________________________
23761 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
23762         Log: Eradicate sharedsv.*
23763      Branch: perlio
23764            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
23765 ____________________________________________________________________________
23766 [ 14355] By: nick                                  on 2002/01/20  11:50:22
23767         Log: threads work again on Win32. (Not threads::shared yet)
23768              Submit to see if they do on Linux.
23769      Branch: perlio
23770            ! ext/threads/shared/shared.xs ext/threads/threads.xs
23771            ! win32/makefile.mk
23772 ____________________________________________________________________________
23773 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
23774         Log: Make also hex() and oct() to croak if their arguments
23775              cannot be downgraded (that is, if they contain wide
23776              characters), just like crypt() does (and use the croak
23777              feature of sv_utf8_downgrade()).
23778      Branch: perl
23779            ! pp.c t/op/oct.t
23780 ____________________________________________________________________________
23781 [ 14353] By: nick                                  on 2002/01/19  22:20:09
23782         Log: Integrate Time/Local and its test
23783      Branch: perlio
23784           !> lib/Time/Local.pm lib/Time/Local.t
23785 ____________________________________________________________________________
23786 [ 14352] By: nick                                  on 2002/01/19  22:17:07
23787         Log: Nearly-working threads re-structuring. Do not integrate,
23788              submit-ing to get to Win32, and as "off site" backup.
23789      Branch: perlio
23790            + ext/threads/typemap
23791            - ext/threads/threads.h sharedsv.c sharedsv.h
23792            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
23793            ! embedvar.h ext/threads/shared/shared.pm
23794            ! ext/threads/shared/shared.xs ext/threads/threads.pm
23795            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
23796            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
23797            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
23798 ____________________________________________________________________________
23799 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
23800         Log: Regen toc.
23801      Branch: perl
23802            ! pod/perltoc.pod
23803 ____________________________________________________________________________
23804 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
23805         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
23806              From: David Dyck <dcd@tc.fluke.com>
23807              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
23808              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
23809      Branch: perl
23810            ! pod/perl5004delta.pod pod/perl5005delta.pod
23811            ! pod/perl561delta.pod pod/perl56delta.pod
23812 ____________________________________________________________________________
23813 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
23814         Log: FAQ sync.
23815      Branch: perl
23816            ! pod/perlfaq1.pod pod/perlfaq2.pod
23817 ____________________________________________________________________________
23818 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
23819         Log: Subject: [PATCH lib/Pod/t/Usage.t]
23820              From: Abe Timmerman <abe@ztreet.demon.nl>
23821              Date: Sat, 19 Jan 2002 19:57:57 +0100
23822              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
23823      Branch: perl
23824            + lib/Pod/t/Usage.t
23825            ! MANIFEST
23826 ____________________________________________________________________________
23827 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
23828         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
23829              From: Paul_GreenVOS@vos.stratus.com
23830              Date: Sat, 19 Jan 02 13:15 est
23831              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
23832      Branch: perl
23833            ! ext/SDBM_File/sdbm.t
23834 ____________________________________________________________________________
23835 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
23836         Log: Integrate perlio:
23837              
23838              [ 14335]
23839              Split out core of sv_magic() into sv_magicext().
23840              sv_magic provides the extra restictions (no READONLY, only
23841              one of each type, canned set of vtables), and sv_magicext()
23842              does the actual data twiddling.
23843              Also enhances semantics of ->mg_ptr setting via name/namlen
23844              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23845              scratch area (namlen > 0 && name == NULL).
23846              sv_magicext also returns the MAGIC * it added.
23847              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23848              To come sv_unmagicext() - which will remove just one magic
23849              of particular type, and additionaly match against ->mg_ptr,
23850              or the MAGIC * (need to experiment as to which is more natural).
23851      Branch: perl
23852           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23853           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23854 ____________________________________________________________________________
23855 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
23856         Log: Alternative Time::Local algorithm that uses matemathical formula
23857              for timegm instead of progressive guessing
23858      Branch: perl
23859            ! lib/Time/Local.pm
23860 ____________________________________________________________________________
23861 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
23862         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23863              From: Paul_GreenVOS@vos.stratus.com
23864              Date: Sat, 19 Jan 02 11:20 est
23865              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
23866      Branch: perl
23867            ! ext/File/Glob/t/basic.t
23868 ____________________________________________________________________________
23869 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
23870         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
23871              From: Paul_GreenVOS@vos.stratus.com
23872              Date: Fri, 18 Jan 02 22:56 est
23873              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
23874      Branch: perl
23875            ! ext/Cwd/t/cwd.t
23876 ____________________________________________________________________________
23877 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
23878         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
23879              From: Paul_GreenVOS@vos.stratus.com
23880              Date: Fri, 18 Jan 02 22:48 est
23881              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
23882      Branch: perl
23883            ! lib/Time/Local.t
23884 ____________________________________________________________________________
23885 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
23886         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
23887              From: Paul_GreenVOS@vos.stratus.com
23888              Date: Fri, 18 Jan 02 16:22 est
23889              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
23890      Branch: perl
23891            ! ext/Devel/DProf/DProf.t
23892 ____________________________________________________________________________
23893 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
23894         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
23895              From: Tels <perl_dummy@bloodgate.com>
23896              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
23897              Message-Id: <200201182106.XAA19133@taku.hut.fi>
23898      Branch: perl
23899            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
23900 ____________________________________________________________________________
23901 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
23902         Log: Don't do socketpair udp unless you've got all what it takes.
23903      Branch: perl
23904            ! util.c
23905 ____________________________________________________________________________
23906 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
23907         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
23908              From: Tels <perl_dummy@bloodgate.com>
23909              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
23910              Message-Id: <200201182206.AAA15310@taku.hut.fi>
23911      Branch: perl
23912            ! lib/ExtUtils/MM_BeOS.pm
23913 ____________________________________________________________________________
23914 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
23915         Log: metaconfig unit change for #14336.
23916      Branch: metaconfig
23917            ! U/modified/myhostname.U
23918 ____________________________________________________________________________
23919 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
23920         Log: Avoid bare "set", and kiss .uucp goodbye.
23921      Branch: perl
23922            ! Configure
23923 ____________________________________________________________________________
23924 [ 14335] By: nick                                  on 2002/01/18  22:11:42
23925         Log: Split out core of sv_magic() into sv_magicext().
23926              sv_magic provides the extra restictions (no READONLY, only
23927              one of each type, canned set of vtables), and sv_magicext()
23928              does the actual data twiddling.
23929              Also enhances semantics of ->mg_ptr setting via name/namlen
23930              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23931              scratch area (namlen > 0 && name == NULL).
23932              sv_magicext also returns the MAGIC * it added.
23933              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23934              
23935              To come sv_unmagicext() - which will remove just one magic
23936              of particular type, and additionaly match against ->mg_ptr,
23937              or the MAGIC * (need to experiment as to which is more natural).
23938      Branch: perlio
23939            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23940            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23941 ____________________________________________________________________________
23942 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
23943         Log: Retract #14327 for now, going to the limit seems
23944              to be too much for many platforms.
23945      Branch: perl
23946            ! lib/Time/Local.t
23947 ____________________________________________________________________________
23948 [ 14333] By: nick                                  on 2002/01/18  18:58:33
23949         Log: Integrate mainline
23950      Branch: perlio
23951           !> Changes patchlevel.h
23952 ____________________________________________________________________________
23953 [ 14332] By: nick                                  on 2002/01/18  16:19:06
23954         Log: Integrate mainline
23955      Branch: perlio
23956           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
23957           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
23958            - lib/ExtUtils/inst
23959           !> (integrate 32 files)
23960 ____________________________________________________________________________
23961 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
23962         Log: Update Changes.
23963      Branch: perl
23964            ! Changes patchlevel.h
23965 ____________________________________________________________________________
23966 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
23967         Log: Try to make the connect/read/write timeouting.
23968      Branch: perl
23969            ! ext/Socket/Socket.t
23970 ____________________________________________________________________________
23971 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
23972         Log: Netware Makefile tweak from Ananth Kesari.
23973      Branch: perl
23974            ! NetWare/Makefile
23975 ____________________________________________________________________________
23976 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
23977         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
23978              From: Michael G Schwern <schwern@pobox.com>
23979              Date: Fri, 18 Jan 2002 03:10:27 -0500
23980              Message-ID: <20020118081027.GE7226@blackrider>
23981      Branch: perl
23982            ! lib/File/Find.pm
23983 ____________________________________________________________________________
23984 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
23985         Log: (retracted by #14334)
23986              
23987              Subject: [PATCH] Improving lib/Time/Local.t
23988              From: Paul_GreenVOS@vos.stratus.com        
23989              Date: Thu, 17 Jan 02 22:36 est
23990              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
23991      Branch: perl
23992            ! lib/Time/Local.t
23993 ____________________________________________________________________________
23994 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
23995         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
23996              From: Abe Timmerman <abe@ztreet.demon.nl>  
23997              Date: Fri, 18 Jan 2002 13:18:47 +0100
23998              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
23999      Branch: perl
24000            ! lib/ExtUtils/t/MM_Win32.t
24001 ____________________________________________________________________________
24002 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
24003         Log: Subject: [PATCH] Syncing with bleadperl 
24004              From: Michael G Schwern <schwern@pobox.com> 
24005              Date: Fri, 18 Jan 2002 03:04:33 -0500
24006              Message-ID: <20020118080432.GC7226@blackrider>
24007      Branch: perl
24008            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
24009            - lib/ExtUtils/inst
24010            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
24011            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24012            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
24013            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
24014            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
24015            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
24016            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
24017            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
24018            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
24019            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
24020            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
24021            ! lib/ExtUtils/testlib.pm
24022 ____________________________________________________________________________
24023 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
24024         Log: Detypo.
24025      Branch: perl
24026            ! AUTHORS
24027 ____________________________________________________________________________
24028 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
24029         Log: Subject: [PATCH] MM check_hints test
24030              From: Michael G Schwern <schwern@pobox.com>
24031              Date: Thu, 17 Jan 2002 20:25:57 -0500
24032              Message-ID: <20020118012557.GE32762@blackrider>
24033      Branch: perl
24034            + lib/ExtUtils/t/hints.t
24035            ! MANIFEST
24036 ____________________________________________________________________________
24037 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
24038         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
24039              From: Michael G Schwern <schwern@pobox.com> 
24040              Date: Thu, 17 Jan 2002 20:12:20 -0500
24041              Message-ID: <20020118011220.GC32762@blackrider>
24042              
24043              (#14317 replaced with this)
24044      Branch: perl
24045            ! lib/ExtUtils/MakeMaker.pm
24046 ____________________________________________________________________________
24047 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
24048         Log: Subject: [PATCH perldiag] overload.pm warnings
24049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24050              Date: Thu, 17 Jan 2002 23:53:49 +0100
24051              Message-ID: <20020117235349.A14530@rafael>
24052      Branch: perl
24053            ! pod/perldiag.pod
24054 ____________________________________________________________________________
24055 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
24056         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
24057              From: Michael G Schwern <schwern@pobox.com>
24058              Date: Thu, 17 Jan 2002 16:35:47 -0500
24059              Message-ID: <20020117213546.GD23830@blackrider>
24060      Branch: perl
24061            ! lib/File/Find.pm
24062 ____________________________________________________________________________
24063 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
24064         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
24065              From: chromatic <chromatic@rmci.net>
24066              Date: Thu, 17 Jan 2002 13:04:22 -0700
24067              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
24068      Branch: perl
24069            ! pod/perltodo.pod
24070 ____________________________________________________________________________
24071 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
24072         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
24073              From: chromatic <chromatic@rmci.net>
24074              Date: Thu, 17 Jan 2002 12:59:04 -0700
24075              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
24076      Branch: perl
24077            ! lib/ExtUtils/t/Mkbootstrap.t
24078 ____________________________________________________________________________
24079 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
24080         Log: (replaced by #14322)
24081              The #14300 broke hints file handling.
24082      Branch: perl
24083            ! lib/ExtUtils/MakeMaker.pm
24084 ____________________________________________________________________________
24085 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
24086         Log: metaconfig unit change for #14315.
24087      Branch: metaconfig/U/perl
24088            ! uselongdbl.U
24089 ____________________________________________________________________________
24090 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
24091         Log: Subject: [PATCH] long doubles
24092              From: Nicholas Clark <nick@unfortu.net>
24093              Date: Thu, 17 Jan 2002 17:06:28 +0000
24094              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
24095      Branch: perl
24096            ! Configure
24097 ____________________________________________________________________________
24098 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
24099         Log: metaconfig unit change for #14313.
24100      Branch: metaconfig
24101            ! U/modified/i_ndbm.U
24102 ____________________________________________________________________________
24103 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
24104         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
24105              From: Andy Dougherty <doughera@lafayette.edu>
24106              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
24107              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
24108      Branch: perl
24109            ! Configure
24110 ____________________________________________________________________________
24111 [ 14312] By: nick                                  on 2002/01/17  21:38:38
24112         Log: Integrate mainline (for ndbm fixes etc.)
24113      Branch: perlio
24114           +> t/run/fresh_perl.t
24115            - t/run/kill_perl.t
24116           !> Changes MANIFEST ext/Opcode/Opcode.xs
24117           !> ext/SDBM_File/sdbm/Makefile.PL
24118           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
24119           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
24120           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
24121           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
24122           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
24123 ____________________________________________________________________________
24124 [ 14311] By: sky                                   on 2002/01/17  21:01:00
24125         Log: Simplify the code that duplicates the threads 
24126              init function and the parameters to the thread by using sv_dup. 
24127              Note,what happens if you pass a shared variable as a parameter?
24128      Branch: perl
24129            ! ext/threads/threads.xs
24130 ____________________________________________________________________________
24131 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
24132         Log: Update Changes.
24133      Branch: perl
24134            ! Changes patchlevel.h
24135 ____________________________________________________________________________
24136 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
24137         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
24138              with fresh_perl_is() and fresh_perl_like().
24139      Branch: perl
24140            + t/run/fresh_perl.t
24141            - t/run/kill_perl.t
24142            ! MANIFEST t/test.pl
24143 ____________________________________________________________________________
24144 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
24145         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
24146              From: Benjamin Goldberg <goldbb2@earthlink.net>
24147              Date: Wed, 09 Jan 2002 21:03:16 -0500
24148              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
24149      Branch: perl
24150            ! ext/Unicode/Normalize/Normalize.pm
24151 ____________________________________________________________________________
24152 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
24153         Log: Retract #14144 as Hugo isn't happy with it.
24154      Branch: perl
24155            ! scope.c t/run/kill_perl.t
24156 ____________________________________________________________________________
24157 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
24158         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
24159              From: Richard Clamp <richardc@unixbeard.net>
24160              Date: Wed, 16 Jan 2002 17:34:31 +0000
24161              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
24162      Branch: perl
24163            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
24164 ____________________________________________________________________________
24165 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
24166         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
24167              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24168              Date: Tue, 15 Jan 2002 21:23:30 +0100
24169              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
24170      Branch: perl
24171            ! ext/Opcode/Opcode.xs
24172 ____________________________________________________________________________
24173 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24174         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24175              From: Paul_GreenVOS@vos.stratus.com
24176              Date: Wed, 16 Jan 02 6:42 est
24177              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24178      Branch: perl
24179            ! t/io/fs.t t/op/crypt.t
24180 ____________________________________________________________________________
24181 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24182         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24183              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24184              Date: Wed, 16 Jan 2002 13:43:39 +0100
24185              Message-ID: <20020116134339.A704@rafael>
24186              
24187              (replaces #14302)
24188      Branch: perl
24189            ! mg.c t/lib/warnings/mg
24190 ____________________________________________________________________________
24191 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24192         Log: (replaced by #14303)
24193              Subject: [PATCH] length of undefined $(digit) should warn
24194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24195              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24196              Message-ID: <20020115230244.A31786@rafael>     
24197      Branch: perl
24198            ! mg.c t/lib/warnings/mg
24199 ____________________________________________________________________________
24200 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24201         Log: The non-MakeMaker.pm parts of
24202              
24203              Subject: [PATCH] Re: MM_Beos.pm?
24204              From: Tels <perl_dummy@bloodgate.com>
24205              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24206              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24207      Branch: perl
24208            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24209            ! lib/ExtUtils/t/MM_Unix.t
24210 ____________________________________________________________________________
24211 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24212         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24213              From: Michael G Schwern <schwern@pobox.com>    
24214              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24215              Message-ID: <20020116010750.GH625@blackrider>  
24216      Branch: perl
24217            ! lib/ExtUtils/MakeMaker.pm
24218 ____________________________________________________________________________
24219 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24220         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24221              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24222              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24223              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24224      Branch: perl
24225            ! lib/Text/Tabs.pm
24226 ____________________________________________________________________________
24227 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24228         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24229              From: "Green, Paul" <Paul.Green@stratus.com>
24230              Date: Tue, 15 Jan 2002 22:28:10 -0500
24231              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24232      Branch: perl
24233            ! lib/ExtUtils/MM_Unix.pm
24234 ____________________________________________________________________________
24235 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24236         Log: Integrate perlio:
24237              
24238              [ 14296]
24239              offsetof() is in <stddef.h>
24240      Branch: perl
24241           !> ext/Socket/Socket.xs
24242 ____________________________________________________________________________
24243 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24244         Log: offsetof() is in <stddef.h>
24245      Branch: perlio
24246            ! ext/Socket/Socket.xs
24247 ____________________________________________________________________________
24248 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24249         Log: Integrate mainline
24250      Branch: perlio
24251           +> (branch 262 files)
24252            - (delete 285 files)
24253           !> (integrate 34 files)
24254 ____________________________________________________________________________
24255 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24256         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24257              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24258              Canonical.pl and Exact.pl.
24259      Branch: perl
24260            + (add 259 files)
24261            - (delete 288 files)
24262            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24263            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24264            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24265            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24266 ____________________________________________________________________________
24267 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24268         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24269      Branch: perl
24270            ! ext/Socket/Socket.xs
24271 ____________________________________________________________________________
24272 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24273         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24274              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24275              Date: Tue, 15 Jan 2002 21:59:19 +0100
24276              Message-ID: <3C44A637.16602.25EB208@localhost>
24277      Branch: perl
24278            ! embed.fnc embed.h proto.h
24279 ____________________________________________________________________________
24280 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24281         Log: Duh.  The updated In/*.pl weren't checked in.
24282      Branch: perl
24283            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
24284            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
24285            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
24286            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
24287            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
24288            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
24289            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
24290            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
24291            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
24292            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
24293            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
24294            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
24295            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
24296            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
24297            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
24298            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
24299            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
24300            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
24301            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
24302            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
24303            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
24304            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
24305            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
24306            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
24307            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
24308            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
24309            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
24310            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
24311            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
24312            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
24313            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
24314            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
24315            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
24316            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
24317            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
24318            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
24319            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
24320            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
24321            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
24322            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
24323            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
24324            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
24325            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
24326            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
24327            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
24328            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
24329            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
24330            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
24331 ____________________________________________________________________________
24332 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
24333         Log: Update Changes.
24334      Branch: perl
24335            ! Changes patchlevel.h
24336 ____________________________________________________________________________
24337 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
24338         Log: Jeffrey is trying very hard to avoid working on his
24339              book, it would seem :-) (better naming, better comments
24340              in the files)
24341      Branch: perl
24342            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
24343            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
24344            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
24345            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
24346            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
24347            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24348            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
24349            - lib/unicore/Is/IDStart.pl
24350            ! (edit 200 files)
24351 ____________________________________________________________________________
24352 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
24353         Log: metaconfig unit changes for #14287.
24354      Branch: metaconfig
24355            + U/modified/Chk_MANI.U
24356            ! U/modified/Extract.U U/modified/Finish.U
24357      Branch: metaconfig/U/perl
24358            ! Extensions.U dlsrc.U
24359 ____________________________________________________________________________
24360 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
24361         Log: Some protection against spaces in directory names.
24362              (Tru64 still has some makedepend problems in such
24363              cases but that looks like Tru64's problem.)
24364      Branch: perl
24365            ! Configure Makefile.SH
24366 ____________________________________________________________________________
24367 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
24368         Log: Should have been in #14285 but I have sausages for fingers.
24369      Branch: perl
24370            + lib/ExtUtils/MM_BeOS.pm
24371 ____________________________________________________________________________
24372 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
24373         Log: MM_BeOS from Tels.
24374      Branch: perl
24375            + lib/ExtUtils/t/MM_BeOS.t
24376            ! MANIFEST
24377 ____________________________________________________________________________
24378 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
24379         Log: Integrate perlio:
24380              
24381              [ 14281]
24382              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24383              e.g. -Duse64bitint on a 32-bit platform.
24384              Now uses I32 for use-count and is more careful with its casts.
24385              
24386              [ 14277]
24387              Correct name of PL_OP_SLAB_ALLOC
24388              
24389              [ 14271]
24390              Regen embed enable slab for PERL_IMPLICIT_SYS
24391              
24392              [ 14269]
24393              Typo in #else branch of PL_SLAB_ALLOC
24394              
24395              [ 14268]
24396              const-ness fix in savepv's passing of NULL
24397              
24398              [ 14267]
24399              Hand merge of non slab allocator stuff
24400              
24401              [ 14259]
24402              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24403              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24404              Add new scope type and add support for it to scope.c and scope stack
24405              dup-er in sv.c. Add savesharedpv().
24406              Also zealous version of Win32's vmem.h to catch all the abuses.
24407              With this t/op/fork.t passes even with zealous checking and 
24408              checker is point a finger at various threads/shared issues.
24409              PL_curcop->cop_io is still an issue.
24410              
24411              [ 14257]
24412              Inverted sense of special-ness of specialCopIO - supposed to 
24413              be true if value is "special" i.e. NOT an SV.
24414      Branch: perl
24415           !> (integrate 28 files)
24416 ____________________________________________________________________________
24417 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
24418         Log: Add Shuck URL
24419      Branch: maint-5.6/macperl
24420            ! macos/macperl/MacPerl.podhelp
24421 ____________________________________________________________________________
24422 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
24423         Log: Remove obsolete docs
24424      Branch: maint-5.6/macperl
24425            ! ext/File/Glob/Glob.pm
24426 ____________________________________________________________________________
24427 [ 14281] By: nick                                  on 2002/01/15  15:08:43
24428         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24429              e.g. -Duse64bitint on a 32-bit platform.
24430              Now uses I32 for use-count and is more careful with its casts.
24431      Branch: perlio
24432            ! intrpvar.h op.c
24433 ____________________________________________________________________________
24434 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
24435         Log: Update bundled modules.  Yow!
24436      Branch: maint-5.6/macperl
24437            + macos/bundled_ext/Compress/Zlib/constants.h
24438            + macos/bundled_ext/Compress/Zlib/constants.xs
24439            + macos/bundled_ext/Filter/Util/Call/ppport.h
24440            + macos/bundled_ext/Storable/t/compat-0.6.t
24441            + macos/bundled_ext/Storable/t/dump.pl
24442            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
24443            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
24444            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
24445            + macos/bundled_lib/blib/lib/URI/ssh.pm
24446            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24447            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24448            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24449            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24450            + macos/bundled_lib/t/Filter/Simple/data.t
24451            + macos/bundled_lib/t/Filter/Simple/export.t
24452            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24453            + macos/bundled_lib/t/Filter/Simple/import.t
24454            + macos/bundled_lib/t/NEXT/actual.t
24455            + macos/bundled_lib/t/NEXT/actuns.t
24456            + macos/bundled_lib/t/NEXT/next.t
24457            + macos/bundled_lib/t/NEXT/unseen.t
24458            + macos/bundled_lib/t/libnet/netrc.t
24459            + macos/bundled_lib/t/libwww-perl/base/http.t
24460            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24461            - macos/bundled_ext/Filter/t/FilterTest.pm
24462            - macos/bundled_ext/Storable/t/compat06.t
24463            - macos/bundled_ext/Storable/t/st-dump.pl
24464            - macos/bundled_lib/t/NEXT/test.pl
24465            - macos/bundled_lib/t/libwww-perl/live/google.t
24466            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24467            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24468            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24469            ! macos/bundled_ext/Compress/Zlib/README
24470            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24471            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24472            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24473            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24474            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24475            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24476            ! macos/bundled_ext/Filter/t/call.t
24477            ! macos/bundled_ext/Filter/t/filter-util.pl
24478            ! macos/bundled_ext/Storable/ChangeLog
24479            ! macos/bundled_ext/Storable/README
24480            ! macos/bundled_ext/Storable/Storable.pm
24481            ! macos/bundled_ext/Storable/t/blessed.t
24482            ! macos/bundled_ext/Storable/t/canonical.t
24483            ! macos/bundled_ext/Storable/t/dclone.t
24484            ! macos/bundled_ext/Storable/t/forgive.t
24485            ! macos/bundled_ext/Storable/t/freeze.t
24486            ! macos/bundled_ext/Storable/t/lock.t
24487            ! macos/bundled_ext/Storable/t/overload.t
24488            ! macos/bundled_ext/Storable/t/recurse.t
24489            ! macos/bundled_ext/Storable/t/retrieve.t
24490            ! macos/bundled_ext/Storable/t/store.t
24491            ! macos/bundled_ext/Storable/t/tied.t
24492            ! macos/bundled_ext/Storable/t/tied_hook.t
24493            ! macos/bundled_ext/Storable/t/tied_items.t
24494            ! macos/bundled_ext/Storable/t/utf8.t
24495            ! macos/bundled_lib/blib/lib/File/Sort.pm
24496            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24497            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24498            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24499            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24500            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24501            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24502            ! macos/bundled_lib/blib/lib/LWP.pm
24503            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24504            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24505            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24506            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24507            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24508            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24509            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24510            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24511            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24512            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24513            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24514            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24515            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24516            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24517            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24518            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24519            ! macos/bundled_lib/blib/lib/NEXT.pm
24520            ! macos/bundled_lib/blib/lib/Net/Config.pm
24521            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24522            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24523            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
24524            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
24525            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
24526            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
24527            ! macos/bundled_lib/blib/lib/Net/POP3.pm
24528            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
24529            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
24530            ! macos/bundled_lib/blib/lib/Switch.pm
24531            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
24532            ! macos/bundled_lib/blib/lib/URI/Escape.pm
24533            ! macos/bundled_lib/blib/lib/URI/ftp.pm
24534            ! macos/bundled_lib/blib/lib/lwpcook.pod
24535            ! macos/bundled_lib/t/Filter/Simple/filter.t
24536            ! macos/bundled_lib/t/Switch/t/nested.t
24537            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24538            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24539            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
24540            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
24541            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24542            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
24543            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
24544            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
24545            ! macos/bundled_lib/t/libnet/config.t
24546            ! macos/bundled_lib/t/libnet/ftp.t
24547            ! macos/bundled_lib/t/libnet/hostname.t
24548            ! macos/bundled_lib/t/libnet/nntp.t
24549            ! macos/bundled_lib/t/libnet/require.t
24550            ! macos/bundled_lib/t/libnet/smtp.t
24551            ! macos/bundled_lib/t/libwww-perl/base/headers.t
24552            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
24553            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24554            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24555            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24556            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24557            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24558            ! macos/bundled_lib/t/libwww-perl/live/validator.t
24559            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
24560 ____________________________________________________________________________
24561 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
24562         Log: Subject: [PATCH] Socket::sockaddr_family
24563              From: Gisle Aas <gisle@ActiveState.com> 
24564              Date: 15 Jan 2002 06:35:28 -0800
24565              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
24566      Branch: perl
24567            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24568 ____________________________________________________________________________
24569 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
24570         Log: Subject: [PATCH perldiag] Style issue
24571              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24572              Date: Tue, 15 Jan 2002 15:36:30 +0100                
24573              Message-ID: <20020115153630.A11568@rafael>
24574      Branch: perl
24575            ! pod/perldiag.pod
24576 ____________________________________________________________________________
24577 [ 14277] By: nick                                  on 2002/01/15  14:30:51
24578         Log: Correct name of PL_OP_SLAB_ALLOC
24579      Branch: perlio
24580            ! perl.h
24581 ____________________________________________________________________________
24582 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
24583         Log: NetWare tweak from Ananth Kesari.
24584      Branch: perl
24585            ! lib/ExtUtils/MakeMaker.pm
24586 ____________________________________________________________________________
24587 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
24588         Log: Throwback.
24589      Branch: perl
24590            ! MANIFEST
24591 ____________________________________________________________________________
24592 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
24593         Log: A couple of additional character classes from Jeffrey,
24594              hopefully useful in future for internal use for implementing
24595              some special cases of casing.
24596              
24597              Also regenerate once more all the character classes,
24598              now without the timestamp.  A timestamp would be kind of
24599              nice but it's not: having a timestamp in a file means that
24600              even if the effective contents of file really didn't
24601              change, the file looks as if it changed.
24602      Branch: perl
24603            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24604            + lib/unicore/Is/CombAbov.pl
24605            ! (edit 304 files)
24606 ____________________________________________________________________________
24607 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
24608         Log: Make the test harder.
24609      Branch: perl
24610            ! t/op/pat.t
24611 ____________________________________________________________________________
24612 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
24613         Log: Additional utf8_heavy.pl tweak from Jeffrey.
24614      Branch: perl
24615            ! lib/utf8_heavy.pl
24616 ____________________________________________________________________________
24617 [ 14271] By: nick                                  on 2002/01/15  11:29:47
24618         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
24619      Branch: perlio
24620            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
24621            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
24622 ____________________________________________________________________________
24623 [ 14270] By: nick                                  on 2002/01/15  08:19:08
24624         Log: Integrate rest of mainline
24625      Branch: perlio
24626           !> (integrate 28 files)
24627 ____________________________________________________________________________
24628 [ 14269] By: nick                                  on 2002/01/15  08:02:44
24629         Log: Typo in #else branch of PL_SLAB_ALLOC
24630      Branch: perlio
24631            ! op.c
24632 ____________________________________________________________________________
24633 [ 14268] By: nick                                  on 2002/01/15  07:57:47
24634         Log: const-ness fix in savepv's passing of NULL
24635      Branch: perlio
24636            ! util.c
24637 ____________________________________________________________________________
24638 [ 14267] By: nick                                  on 2002/01/15  07:42:17
24639         Log: Hand merge of non slab allocator stuff
24640      Branch: perlio
24641            ! op.c
24642 ____________________________________________________________________________
24643 [ 14266] By: nick                                  on 2002/01/15  07:39:33
24644         Log: Slab allocator submit after resolve -ay to keep it!
24645      Branch: perlio
24646           !> op.c
24647 ____________________________________________________________________________
24648 [ 14265] By: nick                                  on 2002/01/15  07:05:06
24649         Log: Blind integrate of bulk of mainline.
24650      Branch: perlio
24651           +> (branch 173 files)
24652            - (delete 184 files)
24653           !> (integrate 146 files)
24654 ____________________________________________________________________________
24655 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
24656         Log: Pod nits.
24657      Branch: perl
24658            ! lib/Unicode/UCD.pm pod/perlunicode.pod
24659 ____________________________________________________________________________
24660 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
24661         Log: The Unicode categories doc patch to go with #14254,
24662              from Jeffrey.
24663      Branch: perl
24664            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
24665 ____________________________________________________________________________
24666 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
24667         Log: There isn't going to be perl.third.exe.
24668      Branch: perl
24669            ! Makefile.SH
24670 ____________________________________________________________________________
24671 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
24672         Log: Subject: [PATCH] small coredump correction
24673              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24674              Date: Tue, 15 Jan 2002 00:22:52 +0100
24675              Message-ID: <20020115002252.I691@rafael>
24676      Branch: perl
24677            ! op.c
24678 ____________________________________________________________________________
24679 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
24680         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
24681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24682              Date: Mon, 14 Jan 2002 23:03:04 +0100
24683              Message-ID: <20020114230304.A691@rafael>   
24684              
24685              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
24686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24687              Date: Mon, 14 Jan 2002 23:18:43 +0100
24688              Message-ID: <20020114231843.E691@rafael>   
24689      Branch: perl
24690            ! pod/perlsub.pod t/op/override.t toke.c
24691 ____________________________________________________________________________
24692 [ 14259] By: nick                                  on 2002/01/14  22:02:49
24693         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24694              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24695              Add new scope type and add support for it to scope.c and scope stack
24696              dup-er in sv.c. Add savesharedpv().
24697              Also zealous version of Win32's vmem.h to catch all the abuses.
24698              With this t/op/fork.t passes even with zealous checking and 
24699              checker is point a finger at various threads/shared issues.
24700              
24701              PL_curcop->cop_io is still an issue.
24702      Branch: perlio
24703            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
24704            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
24705            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
24706            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
24707            ! win32/vmem.h win32/win32.c win32/win32.h
24708 ____________________________________________________________________________
24709 [ 14258] By: nick                                  on 2002/01/14  20:24:28
24710         Log: Integrate build parts of mainline
24711      Branch: perlio
24712           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
24713           !> lib/ExtUtils/t/MM_Win32.t
24714 ____________________________________________________________________________
24715 [ 14257] By: nick                                  on 2002/01/14  16:10:54
24716         Log: Inverted sense of special-ness of specialCopIO - supposed to 
24717              be true if value is "special" i.e. NOT an SV.
24718      Branch: perlio
24719            ! perlio.h
24720 ____________________________________________________________________________
24721 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
24722         Log: Update Changes.
24723      Branch: perl
24724            ! Changes patchlevel.h
24725 ____________________________________________________________________________
24726 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
24727         Log: Retract #14251 (the op slab allocator from perlio)
24728              until we figure out why 2.2.19 x86 debian gets
24729              a circular sibling chain and therefore hangs in
24730              the Perl_ck_subr() sibling for-loop.
24731      Branch: perl
24732            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24733            ! perlapi.c perlapi.h proto.h
24734 ____________________________________________________________________________
24735 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
24736         Log: Big mktables rewrite from Jeffrey;
24737              documentation not yet updated.
24738      Branch: perl
24739            + (add 171 files)
24740            - (delete 182 files)
24741            ! (edit 135 files)
24742 ____________________________________________________________________________
24743 [ 14253] By: ams                                   on 2002/01/14  03:15:05
24744         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
24745              From: Michael G Schwern <schwern@pobox.com>
24746              Date: Sun, 13 Jan 2002 21:00:07 -0500
24747              Message-Id: <20020114020007.GB2877@blackrider>
24748      Branch: perl
24749            ! lib/Cwd.pm
24750 ____________________________________________________________________________
24751 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
24752         Log: Subject: Re: Win32 status - progress !
24753              From: Abe Timmerman <abe@ztreet.demon.nl>       
24754              Date: Mon, 14 Jan 2002 02:29:51 +0100
24755              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
24756      Branch: perl
24757            ! lib/ExtUtils/t/MM_Win32.t
24758 ____________________________________________________________________________
24759 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
24760         Log: Integrate perlio:
24761              
24762              [ 14250]
24763              Slab allocator for ops
24764              - moved the statics to intrpvar.h
24765              - implemented Slab_Free()
24766              - uses PerlMemShared (for now) if distinction exists.
24767      Branch: perl
24768           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24769           !> perlapi.c perlapi.h proto.h
24770 ____________________________________________________________________________
24771 [ 14250] By: nick                                  on 2002/01/13  23:22:34
24772         Log: Slab allocator for ops
24773              - moved the statics to intrpvar.h
24774              - implemented Slab_Free()
24775              - uses PerlMemShared (for now) if distinction exists.
24776      Branch: perlio
24777            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24778            ! perlapi.c perlapi.h proto.h
24779 ____________________________________________________________________________
24780 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
24781         Log: Start a new test category: uni.  Much of t/op/pat
24782              should probably be moved here, but holding on that
24783              until Jeffrey finishes his big mktables rewrite.
24784              Bits and pieces of op/split, op/pack, op/append,
24785              op/join, could probably be moved to respective uni
24786              tests, too.
24787      Branch: perl
24788            + t/uni/fold.t t/uni/sprintf.t
24789            - t/op/unifold.t t/op/unisprintf.t
24790            ! MANIFEST t/TEST t/harness
24791 ____________________________________________________________________________
24792 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
24793         Log: Subject: [PATCH] enable Win32 to build again
24794              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24795              Date: Sun, 13 Jan 2002 21:49:24 +0100
24796              Message-ID: <3C4200E4.15926.23F6131@localhost>
24797              
24798              miniperl.exe.exe does not exe that well.
24799      Branch: perl
24800            ! lib/ExtUtils/MM_Unix.pm
24801 ____________________________________________________________________________
24802 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
24803         Log: Mention some of the load-affected tests.
24804      Branch: perl
24805            ! INSTALL
24806 ____________________________________________________________________________
24807 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
24808         Log: Move the UTF-8 conversion code earlier so that
24809              op/ver is happy.
24810      Branch: perl
24811            ! sv.c t/op/ver.t
24812 ____________________________________________________________________________
24813 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
24814         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
24815              have diverged quite a bit so no updates there.
24816      Branch: perl
24817            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24818            ! ext/List/Util/lib/List/Util.pm
24819            ! ext/List/Util/lib/Scalar/Util.pm
24820 ____________________________________________________________________________
24821 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
24822         Log: Make the crypt() pickier: if downgrading doesn't work,
24823              croak.
24824      Branch: perl
24825            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
24826 ____________________________________________________________________________
24827 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
24828         Log: Grow the buffer in case Unicode caused size changes
24829              (and it very probably did).
24830      Branch: perl
24831            ! sv.c
24832 ____________________________________________________________________________
24833 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
24834         Log: Future-proofing from Jeffrey Friedl (for conflicting
24835              In* and Is* names).
24836      Branch: perl
24837            ! lib/utf8_heavy.pl
24838 ____________________________________________________________________________
24839 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
24840         Log: Subject: [PATCH] Re: Warning in B.xs
24841              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24842              Date: Sun, 13 Jan 2002 19:39:52 +0100
24843              Message-ID: <3C41E288.20562.1C8C895@localhost>
24844      Branch: perl
24845            ! ext/B/B.xs
24846 ____________________________________________________________________________
24847 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
24848         Log: Subject: Re: lookbehind broken with latest bleedperl
24849              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24850              Date: Sun, 13 Jan 2002 18:06:22 +0000
24851              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
24852      Branch: perl
24853            ! regexec.c t/op/re_tests
24854 ____________________________________________________________________________
24855 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
24856         Log: Subject: [PATCH] more MM_Unix.t tests
24857              From: Tels <perl_dummy@bloodgate.com>
24858              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
24859              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
24860              
24861              Subject: [PATCH] 14220 misunderstood, I bet          
24862              From: andreas.koenig@anima.de (Andreas J. Koenig)
24863              Date: 12 Jan 2002 21:31:58 +0100
24864              Message-ID: <m3k7un8g5d.fsf@anima.de>
24865      Branch: perl
24866            ! lib/ExtUtils/t/MM_Unix.t
24867 ____________________________________________________________________________
24868 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
24869         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
24870              From: Tels <perl_dummy@bloodgate.com>
24871              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
24872              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
24873              
24874              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
24875              From: Tels <perl_dummy@bloodgate.com>
24876              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
24877              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
24878      Branch: perl
24879            ! lib/ExtUtils/MM_Unix.pm
24880 ____________________________________________________________________________
24881 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
24882         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
24883              From: Nicholas Clark <nick@unfortu.net> 
24884              Date: Sun, 13 Jan 2002 15:58:34 +0000
24885              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
24886      Branch: perl
24887            ! lib/Benchmark.t
24888 ____________________________________________________________________________
24889 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
24890         Log: Anton Berezin did more reading and the uid setting story
24891              gets more complex.
24892      Branch: perl
24893            ! pod/perltodo.pod utils/perldoc.PL
24894 ____________________________________________________________________________
24895 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
24896         Log: Integrate perlio:
24897              
24898              [ 14232]
24899              Win32 fixes:
24900              - vmem.h hack to handle free-by-wrong-thread after eval "".
24901              - Initialize timerid 
24902      Branch: perl
24903           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24904 ____________________________________________________________________________
24905 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
24906         Log: Subject: Re: HiRes
24907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24908              Date: Sun, 13 Jan 2002 10:18:46 +0100
24909              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
24910              
24911              Give up on socketpair in HP-UX.
24912      Branch: perl
24913            ! ext/Socket/socketpair.t
24914 ____________________________________________________________________________
24915 [ 14233] By: nick                                  on 2002/01/13  16:29:30
24916         Log: Integrate mainline
24917      Branch: perlio
24918           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
24919           !> (integrate 46 files)
24920 ____________________________________________________________________________
24921 [ 14232] By: nick                                  on 2002/01/13  15:37:48
24922         Log: Win32 fixes:
24923              - vmem.h hack to handle free-by-wrong-thread after eval "".
24924              - Initialize timerid 
24925      Branch: perlio
24926            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24927 ____________________________________________________________________________
24928 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
24929         Log: *groan*
24930      Branch: perl
24931            ! t/op/pat.t
24932 ____________________________________________________________________________
24933 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
24934         Log: One more sharp s case found by Jeffrey.
24935      Branch: perl
24936            ! regexec.c t/op/pat.t
24937 ____________________________________________________________________________
24938 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
24939         Log: Comment tweak.
24940      Branch: perl
24941            ! regexec.c
24942 ____________________________________________________________________________
24943 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
24944         Log: Don't bother checking for the Greek special
24945              cases if the node is too short.
24946      Branch: perl
24947            ! regcomp.c
24948 ____________________________________________________________________________
24949 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
24950         Log: Update Changes.
24951      Branch: perl
24952            ! Changes patchlevel.h
24953 ____________________________________________________________________________
24954 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
24955         Log: metaconfig unit change for #14225.
24956      Branch: metaconfig
24957            + U/modified/i_ndbm.U
24958 ____________________________________________________________________________
24959 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
24960         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
24961              From: Jonathan Stowe <gellyfish@gellyfish.com>
24962              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
24963              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
24964      Branch: perl
24965            ! Configure config_h.SH
24966 ____________________________________________________________________________
24967 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
24968         Log: Quick reformat using indent -kr -nce, as requested
24969              by Dan Kogai and suggest by NI-S.
24970      Branch: perl
24971            ! ext/Encode/encengine.c
24972 ____________________________________________________________________________
24973 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
24974         Log: Couple more Unicode lookbehind tests.
24975      Branch: perl
24976            ! t/op/pat.t
24977 ____________________________________________________________________________
24978 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
24979         Log: Sharp S as a special treat for our German UTF-8 testers :-)
24980      Branch: perl
24981            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
24982 ____________________________________________________________________________
24983 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
24984         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
24985              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24986              Date: Sat, 12 Jan 2002 20:37:32 +0100
24987              Message-ID: <3C409E8C.16203.196C2D3@localhost>
24988      Branch: perl
24989            ! ext/B/B/Deparse.pm
24990 ____________________________________________________________________________
24991 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
24992         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
24993              really worth the bits it's printed on?
24994      Branch: perl
24995            ! lib/ExtUtils/t/MM_Unix.t
24996 ____________________________________________________________________________
24997 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
24998         Log: Special treatment for U+03B0 and U+0390 in //i,
24999              this means that we can remove the minlen pessimisations
25000              introduced by the #14096.
25001      Branch: perl
25002            ! pp_hot.c regcomp.c regexec.c
25003 ____________________________________________________________________________
25004 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
25005         Log: Integrate perlio:
25006              
25007              [ 14214]
25008              Win32-ize socketpair test
25009              - Win32 can fork even though $Config{d_fork} is undef
25010              - SOCK_DGRAM does not work - skip those tests.
25011              
25012              [ 14213]
25013              Abstract out the cloning of SvPVX and handle shared pv in a 
25014              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25015      Branch: perl
25016           !> ext/Socket/socketpair.t sv.c
25017 ____________________________________________________________________________
25018 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
25019         Log: One should first drop the real uid, not the effective uid.
25020              [ID 20020110.003]
25021      Branch: perl
25022            ! utils/perldoc.PL
25023 ____________________________________________________________________________
25024 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
25025         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
25026              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25027              Date: Fri, 11 Jan 2002 23:29:48 +0100
25028              Message-ID: <3C3F756C.4581.2E2A938@localhost>
25029      Branch: perl
25030            + ext/B/C/C.xs ext/B/C/Makefile.PL
25031            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
25032            ! utils/perlcc.PL
25033 ____________________________________________________________________________
25034 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
25035         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25036              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
25037              Date: Fri, 11 Jan 2002 14:29:30 -0800
25038              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
25039      Branch: perl
25040            ! ext/B/t/concise.t
25041 ____________________________________________________________________________
25042 [ 14214] By: nick                                  on 2002/01/12  12:31:12
25043         Log: Win32-ize socketpair test
25044              - Win32 can fork even though $Config{d_fork} is undef
25045              - SOCK_DGRAM does not work - skip those tests.
25046      Branch: perlio
25047            ! ext/Socket/socketpair.t
25048 ____________________________________________________________________________
25049 [ 14213] By: nick                                  on 2002/01/12  11:46:28
25050         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
25051              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25052      Branch: perlio
25053            ! sv.c
25054 ____________________________________________________________________________
25055 [ 14212] By: ams                                   on 2002/01/12  06:10:52
25056         Log: Subject: [PATCH] More fixes for Stratus VOS
25057              From: "Green, Paul" <Paul.Green@stratus.com>
25058              Date: Fri, 11 Jan 2002 17:30:37 -0500
25059              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
25060      Branch: perl
25061            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
25062 ____________________________________________________________________________
25063 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
25064         Log: Upgrade to CGI.pm 2.80.
25065      Branch: perl
25066            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
25067 ____________________________________________________________________________
25068 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
25069         Log: FAQ sync.
25070      Branch: perl
25071            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25072            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25073            ! pod/perlfaq8.pod
25074 ____________________________________________________________________________
25075 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
25076         Log: This is getting embarrassing.
25077      Branch: perl
25078            ! t/op/pat.t
25079 ____________________________________________________________________________
25080 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
25081         Log: Doc tweaks.
25082      Branch: perl
25083            ! pod/perlunicode.pod
25084 ____________________________________________________________________________
25085 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
25086         Log: Updating the test count is good; also rephrasing
25087              so that there is no ok output containing "not".
25088      Branch: perl
25089            ! t/op/pat.t
25090 ____________________________________________________________________________
25091 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
25092         Log: Andreas is busy :-)
25093      Branch: perl
25094            ! doop.c t/op/unisprintf.t
25095 ____________________________________________________________________________
25096 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
25097         Log: Unicode lookbehind looked bad.
25098      Branch: perl
25099            ! regexec.c t/op/pat.t
25100 ____________________________________________________________________________
25101 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
25102         Log: Garbage collection.
25103      Branch: perl
25104            ! t/run/kill_perl.t
25105 ____________________________________________________________________________
25106 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
25107         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
25108              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25109              Date: Fri, 11 Jan 2002 23:29:48 +0100
25110              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
25111      Branch: perl
25112            ! embed.fnc global.sym makedef.pl
25113 ____________________________________________________________________________
25114 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
25115         Log: Subject: [PATCH] perldelta nit?
25116              From: Robert Spier <rspier@pobox.com>
25117              Date: Fri, 11 Jan 2002 15:19:16 -0800
25118              Message-ID: <15423.29428.164185.251700@rls.cx>
25119      Branch: perl
25120            ! pod/perldelta.pod
25121 ____________________________________________________________________________
25122 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
25123         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25124              From: Michael G Schwern <schwern@pobox.com>
25125              Date: Fri, 11 Jan 2002 17:08:17 -0500
25126              Message-ID: <20020111220817.GG2838@blackrider>
25127      Branch: perl
25128            ! t/run/kill_perl.t t/test.pl
25129 ____________________________________________________________________________
25130 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
25131         Log: Subject: [PATCH] Correct misleading error message
25132              From: Mike Guy <mjtg@cam.ac.uk>
25133              Date: Fri, 11 Jan 2002 18:36:33 +0000
25134              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
25135              
25136              hash assignment -> anonymous hash
25137      Branch: perl
25138            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
25139 ____________________________________________________________________________
25140 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
25141         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
25142              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25143              Date: Fri, 11 Jan 2002 16:58:14 +0100
25144              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
25145      Branch: perl
25146            ! ext/Unicode/Normalize/mkheader
25147 ____________________________________________________________________________
25148 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
25149         Log: Add a new test for is-sprintf-preserving Unicodeness:
25150              #14194 and an old one from kill_perl.t (I could have used
25151              sprintf.t, but it's format was quite fixed, and I didn't
25152              feel like breaking the format)
25153      Branch: perl
25154            + t/op/unisprintf.t
25155            ! MANIFEST t/run/kill_perl.t
25156 ____________________________________________________________________________
25157 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
25158         Log: Integrate perlio:
25159              
25160              [ 14196]
25161              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25162              as C runtime seems to get its hands on them even though we said
25163              they were handled.
25164              Still an issue with "die" out of signal handler - get panic: pp_iter
25165      Branch: perl
25166           !> win32/win32.c
25167 ____________________________________________________________________________
25168 [ 14196] By: nick                                  on 2002/01/11  20:58:20
25169         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25170              as C runtime seems to get its hands on them even though we said
25171              they were handled.
25172              Still an issue with "die" out of signal handler - get panic: pp_iter
25173      Branch: perlio
25174            ! win32/win32.c
25175 ____________________________________________________________________________
25176 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25177         Log: Integrate perlio:
25178              
25179              [ 14192]
25180              A mostly-stable version of "new" Win32 signal/kill support.
25181      Branch: perl
25182           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25183           !> win32/config.gc win32/config.vc win32/config_H.bc
25184           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25185           !> win32/makefile.mk win32/win32.c win32/win32.h
25186 ____________________________________________________________________________
25187 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25188         Log: Fix for
25189              
25190              Subject: UTF-8 sprintf bug in bleadperl
25191              From: andreas.koenig@anima.de (Andreas J. Koenig)
25192              Date: 11 Jan 2002 15:47:15 +0100
25193              Message-ID: <m3vge99c7g.fsf@anima.de>
25194              
25195              I have tests, have just to figure out where to put them
25196              since op/sprintf looks a bit unfriendly for tests of
25197              somewhat freer form.
25198      Branch: perl
25199            ! doop.c sv.c
25200 ____________________________________________________________________________
25201 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25202         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25203              Builds and passes a few tests.
25204      Branch: perlio
25205           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25206           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25207           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25208           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25209           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25210           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25211           +> t/lib/sample-tests/lone_not_bug
25212           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25213           +> t/lib/sample-tests/vms_nit
25214           !> (integrate 63 files)
25215 ____________________________________________________________________________
25216 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25217         Log: A mostly-stable version of "new" Win32 signal/kill support.
25218      Branch: perlio
25219            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25220            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25221            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25222            ! win32/win32.h
25223 ____________________________________________________________________________
25224 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25225         Log: Update Changes.
25226      Branch: perl
25227            ! Changes patchlevel.h
25228 ____________________________________________________________________________
25229 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25230         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25231              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25232              Date: Thu, 10 Jan 2002 18:21:34 -0800
25233              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25234      Branch: perl
25235            + ext/B/t/concise.t
25236            ! MANIFEST
25237 ____________________________________________________________________________
25238 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25239         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25240              necessary in form.t and html.t @INC setups.
25241      Branch: perl
25242            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25243 ____________________________________________________________________________
25244 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25245         Log: Yet another twist.
25246      Branch: perl
25247            ! t/test.pl
25248 ____________________________________________________________________________
25249 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25250         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25252              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25253              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25254      Branch: perl
25255            ! hints/aix.sh
25256 ____________________________________________________________________________
25257 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25258         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25259              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25260              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25261              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25262      Branch: perl
25263            ! lib/AnyDBM_File.t
25264 ____________________________________________________________________________
25265 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25266         Log: Arguments were being mangled.
25267      Branch: perl
25268            ! t/test.pl
25269 ____________________________________________________________________________
25270 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25271         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25272              From: Jonathan Stowe <gellyfish@gellyfish.com>
25273              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25274              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25275      Branch: perl
25276            ! lib/AnyDBM_File.t
25277 ____________________________________________________________________________
25278 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25279         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25280              From: Michael G Schwern <schwern@pobox.com> 
25281              Date: Fri, 11 Jan 2002 04:26:27 -0500
25282              Message-ID: <20020111092626.GA16544@blackrider>
25283      Branch: perl
25284            ! t/run/kill_perl.t t/test.pl
25285 ____________________________________________________________________________
25286 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
25287         Log: Subject: [PATCH] Test::Harness 2.01
25288              From: Michael G Schwern <schwern@pobox.com> 
25289              Date: Thu, 10 Jan 2002 21:11:24 -0500
25290              Message-ID: <20020111021123.GA30666@blackrider>
25291      Branch: perl
25292            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
25293            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
25294            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25295            + lib/Test/Harness/t/nonumbers.t
25296            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25297            + t/lib/sample-tests/lone_not_bug
25298            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25299            + t/lib/sample-tests/vms_nit
25300            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25301            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
25302 ____________________________________________________________________________
25303 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
25304         Log: patch is silly when creating new files: don't run
25305              patch more than once.
25306      Branch: perl
25307            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25308 ____________________________________________________________________________
25309 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
25310         Log: Forgot from #14179.
25311      Branch: perl
25312            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
25313 ____________________________________________________________________________
25314 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
25315         Log: Subject: [PATCH] is() undef/'' behavior change
25316              From: Michael G Schwern <schwern@pobox.com> 
25317              Date: Fri, 11 Jan 2002 03:35:51 -0500
25318              Message-ID: <20020111083551.GC30666@blackrider>
25319              
25320              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
25321              From: Michael G Schwern <schwern@pobox.com> 
25322              Date: Fri, 11 Jan 2002 03:37:44 -0500
25323              Message-ID: <20020111083744.GD30666@blackrider>
25324      Branch: perl
25325            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
25326            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
25327            ! lib/Pod/t/InputObjects.t lib/blib.t
25328 ____________________________________________________________________________
25329 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
25330         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
25331              From: Michael G Schwern <schwern@pobox.com> 
25332              Date: Thu, 10 Jan 2002 19:56:23 -0500
25333              Message-ID: <20020111005623.GA13192@blackrider>
25334      Branch: perl
25335            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25336            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25337            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25338            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
25339            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25340            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25341            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
25342            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
25343            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
25344            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
25345            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
25346            ! lib/Test/Simple/t/plan_is_noplan.t
25347            ! lib/Test/Simple/t/plan_no_plan.t
25348            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
25349            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
25350            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
25351            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
25352            ! lib/Test/Tutorial.pod
25353 ____________________________________________________________________________
25354 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
25355         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
25356              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
25357              
25358              turns out even the malloc() was never really needed to begin with,
25359              so get rid of it
25360      Branch: perl
25361            ! sv.c
25362 ____________________________________________________________________________
25363 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
25364         Log: Small doc tweaks.
25365      Branch: perl
25366            ! pod/perluniintro.pod
25367 ____________________________________________________________________________
25368 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
25369         Log: support using the CRT's malloc() family of functions instead of
25370              the internal one when ithreads is enabled; allocate large blocks
25371              using VirtualAlloc() since the Heap*() functions may only be tuned
25372              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
25373              
25374              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
25375              also see comments at the top of win32/vmem.h for other options that
25376              can be set
25377      Branch: perl
25378            ! win32/vmem.h
25379 ____________________________________________________________________________
25380 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
25381         Log: Subject: micropatch
25382              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25383              Date: Thu, 10 Jan 2002 18:20:58 +0000
25384              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
25385      Branch: perl
25386            ! regcomp.c
25387 ____________________________________________________________________________
25388 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
25389         Log: Subject: [PATCH] Embed.t on Win32
25390              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25391              Date: Thu, 10 Jan 2002 18:56:21 +0100
25392              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
25393      Branch: perl
25394            ! lib/ExtUtils/t/Embed.t
25395 ____________________________________________________________________________
25396 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
25397         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
25398              From: Gisle Aas <gisle@ActiveState.com>
25399              Date: 10 Jan 2002 08:56:05 -0800
25400              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
25401      Branch: perl
25402            ! toke.c
25403 ____________________________________________________________________________
25404 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
25405         Log: Subject: [PATCH] doc fixes
25406              From: "Brendan O'Dea" <bod@debian.org>
25407              Date: Fri, 11 Jan 2002 03:49:54 +1100
25408              Message-ID: <20020110164954.GA21891@compusol.com.au>
25409      Branch: perl
25410            ! lib/I18N/Collate.pm pod/perlfunc.pod
25411 ____________________________________________________________________________
25412 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
25413         Log: Integrate perlio:
25414              
25415              [ 14167]
25416              More signal hackery
25417      Branch: perl
25418           !> win32/win32.c
25419 ____________________________________________________________________________
25420 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
25421         Log: No need to show internal encodings, or return them
25422              in random order.
25423      Branch: perl
25424            ! ext/Encode/Encode.pm
25425 ____________________________________________________________________________
25426 [ 14168] By: nick                                  on 2002/01/10  17:33:31
25427         Log: Integrate mainline
25428      Branch: perlio
25429            - ext/Unicode/Normalize/Normalize.pod
25430           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25431           !> ext/Unicode/Normalize/Makefile.PL
25432           !> ext/Unicode/Normalize/Normalize.pm
25433           !> ext/Unicode/Normalize/Normalize.xs
25434           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
25435           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
25436           !> t/run/kill_perl.t toke.c
25437 ____________________________________________________________________________
25438 [ 14167] By: nick                                  on 2002/01/10  17:08:35
25439         Log: More signal hackery
25440      Branch: perlio
25441            ! win32/win32.c
25442 ____________________________________________________________________________
25443 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
25444         Log: I think we can claim to be supporting Unicode
25445              "loose matching" now.
25446      Branch: perl
25447            ! pod/perlunicode.pod
25448 ____________________________________________________________________________
25449 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25450         Log: Subject: doc patch
25451              From: mjd@plover.com
25452              Date: 10 Jan 2002 15:12:27 -0000
25453              Message-ID: <20020110151227.14850.qmail@plover.com>
25454      Branch: perl
25455            ! pod/perlrun.pod
25456 ____________________________________________________________________________
25457 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25458         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25459              From: Andy Dougherty <doughera@lafayette.edu>
25460              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25461              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25462      Branch: perl
25463            ! hints/linux.sh
25464 ____________________________________________________________________________
25465 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25466         Log: Integrate perlio:
25467              
25468              [ 14160]
25469              Skeleton coding of more kill() support on Win32.
25470      Branch: perl
25471           !> win32/win32.c
25472 ____________________________________________________________________________
25473 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25474         Log: Subject: [PATCH] Magic numbers in B::Concise
25475              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25476              Date: Wed, 9 Jan 2002 23:04:01 -0800
25477              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25478      Branch: perl
25479            ! ext/B/B/Concise.pm ext/B/O.pm
25480 ____________________________________________________________________________
25481 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25482         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25483              From: Gisle Aas <gisle@ActiveState.com>
25484              Date: 09 Jan 2002 21:52:40 -0800
25485              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25486      Branch: perl
25487            ! t/lib/strict/vars toke.c
25488 ____________________________________________________________________________
25489 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25490         Log: Skeleton coding of more kill() support on Win32.
25491      Branch: perlio
25492            ! win32/win32.c
25493 ____________________________________________________________________________
25494 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25495         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25497              Date: Wed, 9 Jan 2002 23:24:32 +0100
25498              Message-ID: <20020109232432.A692@rafael>
25499      Branch: perl
25500            ! ext/B/B/Deparse.pm
25501 ____________________________________________________________________________
25502 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25503         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25504              From: Jonathan Stowe <gellyfish@gellyfish.com>
25505              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25506              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25507      Branch: perl
25508            ! t/run/kill_perl.t
25509 ____________________________________________________________________________
25510 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25511         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25512              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25513              Date: Wed, 09 Jan 2002 20:16:54 +0000
25514              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25515      Branch: perl
25516            ! regexec.c
25517 ____________________________________________________________________________
25518 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25519         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25520              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25521              Date: Thu, 10 Jan 2002 01:08:56 +0900
25522              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25523      Branch: perl
25524            - ext/Unicode/Normalize/Normalize.pod
25525            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
25526            ! ext/Unicode/Normalize/Normalize.pm
25527            ! ext/Unicode/Normalize/Normalize.xs
25528            ! ext/Unicode/Normalize/mkheader
25529 ____________________________________________________________________________
25530 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
25531         Log: Integrate perlio:
25532              
25533              [ 14151]
25534              (Re-)implement alarm() for Win32.
25535      Branch: perl
25536           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25537           !> win32/win32iop.h
25538 ____________________________________________________________________________
25539 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
25540         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
25541              From: Nicholas Clark <nick@unfortu.net>
25542              Date: Wed, 9 Jan 2002 17:56:04 +0000
25543              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
25544      Branch: perl
25545            ! t/op/readdir.t
25546 ____________________________________________________________________________
25547 [ 14153] By: nick                                  on 2002/01/09  16:18:57
25548         Log: Integrate mainline
25549      Branch: perlio
25550           +> ext/threads/t/stress_re.t t/op/unifold.t
25551            - lib/unifold.t
25552           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
25553           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
25554           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
25555 ____________________________________________________________________________
25556 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
25557         Log: Update Changes.
25558      Branch: perl
25559            ! Changes patchlevel.h
25560 ____________________________________________________________________________
25561 [ 14151] By: nick                                  on 2002/01/09  14:27:36
25562         Log: (Re-)implement alarm() for Win32.
25563      Branch: perlio
25564            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25565            ! win32/win32iop.h
25566 ____________________________________________________________________________
25567 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
25568         Log: Thinko.
25569      Branch: perl
25570            ! ext/threads/t/stress_re.t
25571 ____________________________________________________________________________
25572 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
25573         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25574              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25575              Date: Wed, 09 Jan 2002 13:37:17 +0000                
25576              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
25577      Branch: perl
25578            ! regexec.c t/op/re_tests
25579 ____________________________________________________________________________
25580 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
25581         Log: Subject: Re: Weird Malformed warning in bleadperl    
25582              From: andreas.koenig@anima.de (Andreas J. Koenig)    
25583              Date: 09 Jan 2002 11:12:37 +0100
25584              Message-ID: <m3itabbzoq.fsf@anima.de>
25585      Branch: perl
25586            ! regexec.c t/op/pat.t
25587 ____________________________________________________________________________
25588 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
25589         Log: Forgot stress_re.t from MANIFEST.
25590      Branch: perl
25591            ! MANIFEST
25592 ____________________________________________________________________________
25593 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
25594         Log: In dumping use isPRINT() instead of isprint() so that locale
25595              does not come into play.
25596      Branch: perl
25597            ! utf8.c
25598 ____________________________________________________________________________
25599 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
25600         Log: Add a threads stress test for regular expressions
25601              (mostly just a modified stress_string.t) and doesn't
25602              test that much of regular expressions, just that $1
25603              doesn't get stomped by competing threads (as it does
25604              in the 5005threads of old).
25605      Branch: perl
25606            + ext/threads/t/stress_re.t
25607            ! MANIFEST
25608 ____________________________________________________________________________
25609 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
25610         Log: (retracted by #14307)
25611              Subject: Re: [ID 20010912.007] substr reference core dump
25612              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25613              Date: Tue, 08 Jan 2002 19:17:50 +0000
25614              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
25615      Branch: perl
25616            ! scope.c t/run/kill_perl.t
25617 ____________________________________________________________________________
25618 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
25619         Log: SANY (. with /s) wasn't happy on Unicode.
25620      Branch: perl
25621            ! regexec.c t/op/pat.t
25622 ____________________________________________________________________________
25623 [ 14142] By: ams                                   on 2002/01/08  22:42:10
25624         Log: Subject: [PATCH] perldebug nit
25625              From: Tels <tels@bloodgate.com>
25626              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
25627      Branch: perl
25628            ! pod/perldebug.pod
25629 ____________________________________________________________________________
25630 [ 14141] By: ams                                   on 2002/01/08  21:32:59
25631         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
25632              From: "Green, Paul" <Paul.Green@stratus.com>
25633              Date: Tue, 8 Jan 2002 17:31:35 -0500
25634              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
25635      Branch: perl
25636            ! Makefile.SH
25637 ____________________________________________________________________________
25638 [ 14140] By: ams                                   on 2002/01/08  21:27:57
25639         Log: Subject: [PATCH] Re: Slight chokage from Deparse
25640              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25641              Date: Tue, 8 Jan 2002 23:04:45 +0100
25642              Message-Id: <20020108230445.A4798@rafael>
25643      Branch: perl
25644            ! ext/B/B/Deparse.pm
25645 ____________________________________________________________________________
25646 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
25647         Log: Subject: [patch] peep() is rude
25648              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
25649              Date: Tue, 08 Jan 2002 19:17:50 +0000            
25650              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
25651      Branch: perl
25652            ! op.c t/run/kill_perl.t
25653 ____________________________________________________________________________
25654 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
25655         Log: unifold is really an op test since it requires
25656              no external modules for its actual testing:
25657              only the unicore CaseFold.txt file, and File::Spec
25658              to portably access that file.
25659      Branch: perl
25660            + t/op/unifold.t
25661            - lib/unifold.t
25662            ! MANIFEST
25663 ____________________________________________________________________________
25664 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
25665         Log: Subject: [patch] save a test 
25666              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25667              Date: Tue, 08 Jan 2002 16:18:47 +0000
25668              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
25669      Branch: perl
25670            ! regcomp.c
25671 ____________________________________________________________________________
25672 [ 14136] By: nick                                  on 2002/01/08  16:11:55
25673         Log: Integrate mainline
25674      Branch: perlio
25675           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25676           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25677           !> (integrate 37 files)
25678 ____________________________________________________________________________
25679 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
25680         Log: Subject: Not OK 13843 
25681              From: andreas.koenig@anima.de (Andreas J. Koenig)
25682              Date: 08 Jan 2002 14:12:29 +0100
25683              Message-ID: <m38zb9c7gi.fsf@anima.de>
25684      Branch: perl
25685            ! op.c t/op/subst.t
25686 ____________________________________________________________________________
25687 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
25688         Log: Missed one variant of the fold testing, noticed bu Hugo.
25689      Branch: perl
25690            ! lib/unifold.t
25691 ____________________________________________________________________________
25692 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
25693         Log: Enchance the Storable magic description.
25694      Branch: perl
25695            ! ext/Storable/Storable.pm
25696 ____________________________________________________________________________
25697 [ 14132] By: ams                                   on 2002/01/08  09:16:12
25698         Log: Subject: [PATCH] don't installperl pods
25699              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25700              Date: Tue, 08 Jan 2002 10:36:01 +0100
25701              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
25702      Branch: perl
25703            ! installperl
25704 ____________________________________________________________________________
25705 [ 14131] By: ams                                   on 2002/01/08  03:38:40
25706         Log: Subject: Math-BigInt v1.49 released
25707              From: Tels <perl_dummy@bloodgate.com>
25708              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
25709      Branch: perl
25710            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25711            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25712            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25713            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25714            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
25715            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25716            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
25717            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25718            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
25719            ! t/lib/Math/BigInt/Subclass.pm
25720 ____________________________________________________________________________
25721 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
25722         Log: A little better comments.
25723      Branch: perl
25724            ! regexec.c
25725 ____________________________________________________________________________
25726 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
25727         Log: No normalization form DNF.
25728      Branch: perl
25729            ! ext/Unicode/Normalize/Normalize.pm
25730 ____________________________________________________________________________
25731 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
25732         Log: Extension nits found by -Wall (several from threads
25733              and threads::shared, but leaving them to Arthur).
25734      Branch: perl
25735            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
25736            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
25737            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
25738            ! ext/Unicode/Normalize/mkheader x2p/str.c
25739 ____________________________________________________________________________
25740 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
25741         Log: Sync up Changes etc.
25742      Branch: maint-5.6/macperl
25743            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
25744 ____________________________________________________________________________
25745 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
25746         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
25747      Branch: maint-5.6/macperl
25748            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
25749 ____________________________________________________________________________
25750 [ 14125] By: ams                                   on 2002/01/07  22:03:22
25751         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
25752              From: Nicholas Clark (sans From field in mail header)
25753              Date: Mon, 7 Jan 2002 16:18:23 +0000
25754              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
25755      Branch: perl
25756            ! lib/Exporter.pm
25757 ____________________________________________________________________________
25758 [ 14124] By: ams                                   on 2002/01/07  21:46:11
25759         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
25760              From: "Green, Paul" <Paul.Green@stratus.com>
25761              Date: Mon, 7 Jan 2002 16:59:38 -0500
25762              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
25763      Branch: perl
25764            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
25765 ____________________________________________________________________________
25766 [ 14123] By: nick                                  on 2002/01/07  18:49:55
25767         Log: Integrate mainline
25768      Branch: perlio
25769           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
25770           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
25771           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
25772           !> regexec.c t/op/re_tests utf8.c utf8.h
25773 ____________________________________________________________________________
25774 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
25775         Log: Update Changes.
25776      Branch: perl
25777            ! Changes patchlevel.h
25778 ____________________________________________________________________________
25779 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
25780         Log: Subject: [PATCH] Correct module name in perldelta*
25781              From: Mike Guy <mjtg@cam.ac.uk>
25782              Date: Mon, 07 Jan 2002 17:02:43 +0000
25783              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
25784      Branch: perl
25785            ! pod/perl561delta.pod pod/perl56delta.pod
25786 ____________________________________________________________________________
25787 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
25788         Log: AUTHORS update.
25789      Branch: perl
25790            ! AUTHORS
25791 ____________________________________________________________________________
25792 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
25793         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
25794      Branch: perl
25795            ! ext/Storable/Storable.pm
25796 ____________________________________________________________________________
25797 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
25798         Log: perldelta updates.
25799      Branch: perl
25800            ! pod/perldelta.pod
25801 ____________________________________________________________________________
25802 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
25803         Log: Document the flags of pv_uni_display().
25804      Branch: perl
25805            ! pod/perlapi.pod utf8.c
25806 ____________________________________________________________________________
25807 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
25808         Log: Forgot from #14115.
25809      Branch: perl
25810            ! t/op/re_tests
25811 ____________________________________________________________________________
25812 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
25813         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
25814              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25815              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
25816              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
25817      Branch: perl
25818            ! regcomp.c
25819 ____________________________________________________________________________
25820 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
25821         Log: More regex and utf8 debug dumping.
25822      Branch: perl
25823            ! dump.c regcomp.c regexec.c utf8.c utf8.h
25824 ____________________________________________________________________________
25825 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
25826         Log: Unused variable.
25827      Branch: perl
25828            ! regcomp.c
25829 ____________________________________________________________________________
25830 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
25831         Log: Regen toc.
25832      Branch: perl
25833            ! pod/perltoc.pod
25834 ____________________________________________________________________________
25835 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
25836         Log: capitalize correctly, noticed by David Dyck.
25837      Branch: perl
25838            ! lib/sort.pm
25839 ____________________________________________________________________________
25840 [ 14110] By: nick                                  on 2002/01/06  22:05:19
25841         Log: Integrate mainline - threads mended, DB_File sick?
25842      Branch: perlio
25843           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
25844           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25845           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25846           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
25847           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
25848 ____________________________________________________________________________
25849 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
25850         Log: No need to overqualify.
25851      Branch: perl
25852            ! lib/sort.pm
25853 ____________________________________________________________________________
25854 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
25855         Log: PL_debug_pad wasn't initialized to zeroes which broke
25856              ithreads + DEBUGGING.
25857      Branch: perl
25858            ! sv.c
25859 ____________________________________________________________________________
25860 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
25861         Log: Update Changes.
25862      Branch: perl
25863            ! Changes patchlevel.h
25864 ____________________________________________________________________________
25865 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
25866         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25867              From: Jonathan Stowe <gellyfish@gellyfish.com>
25868              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
25869              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
25870      Branch: perl
25871            ! pp_sys.c
25872 ____________________________________________________________________________
25873 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
25874         Log: DB_File sync from Paul Marquess.
25875      Branch: perl
25876            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25877            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25878            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
25879 ____________________________________________________________________________
25880 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
25881         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
25882              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
25883              Date: Sun, 6 Jan 2002 11:44:30 +0100
25884              Message-ID: <3C38389E.7831.493570@localhost>
25885      Branch: perl
25886            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
25887            ! utils/perlcc.PL
25888 ____________________________________________________________________________
25889 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
25890         Log: Tests for #14098.
25891      Branch: perl
25892            ! t/op/lc.t
25893 ____________________________________________________________________________
25894 [ 14102] By: nick                                  on 2002/01/06  11:33:55
25895         Log: Integrate mainline (PPPort still multi-building).
25896      Branch: perlio
25897           +> lib/unifold.t
25898           !> (integrate 30 files)
25899 ____________________________________________________________________________
25900 [ 14101] By: ams                                   on 2002/01/06  04:52:50
25901         Log: Subject: [PATCH] Bad prototype detection now an optional warning
25902              From: Sam Tregar <sam@tregar.com>
25903              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
25904              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
25905      Branch: perl
25906            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
25907            ! t/comp/proto.t toke.c
25908 ____________________________________________________________________________
25909 [ 14100] By: ams                                   on 2002/01/06  01:56:59
25910         Log: Subject: [PATCH] Correct several Stratus VOS build issues
25911              From: "Green, Paul" <Paul.Green@stratus.com>
25912              Date: Sat, 5 Jan 2002 21:30:56 -0500
25913              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
25914      Branch: perl
25915            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
25916 ____________________________________________________________________________
25917 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
25918         Log: Further perl.org URL elaboration from Ask.
25919      Branch: perl
25920            ! pod/perlfaq1.pod pod/perlfaq2.pod
25921 ____________________________________________________________________________
25922 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
25923         Log: The same problem with To{Lower,Title,Upper}
25924              as earlier with ToFold.
25925      Branch: perl
25926            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
25927            ! lib/unicore/To/Upper.pl lib/unicore/mktables
25928 ____________________________________________________________________________
25929 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
25930         Log: Retract #14057 for now; the alarm/setitimer timers
25931              seen to be the same in many systems, which leads into
25932              hangups.
25933      Branch: perl
25934            ! ext/Time/HiRes/HiRes.t
25935 ____________________________________________________________________________
25936 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
25937         Log: Finish up (ha!) the Unicode case folding;
25938              enhance regex dumping code.
25939      Branch: perl
25940            + lib/unifold.t
25941            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
25942            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
25943 ____________________________________________________________________________
25944 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
25945         Log: Use the perl.org news gw instead of the perl.com one
25946              (from Ask).
25947      Branch: perl
25948            ! pod/perlfaq1.pod pod/perlfaq2.pod
25949 ____________________________________________________________________________
25950 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
25951         Log: Zero() wasn't documented.
25952      Branch: perl
25953            ! pod/perlclib.pod
25954 ____________________________________________________________________________
25955 [ 14093] By: ams                                   on 2002/01/05  17:58:35
25956         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
25957              From: Nicholas Clark <nick@unfortu.net>
25958              Date: Sat, 5 Jan 2002 18:55:39 +0000
25959              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
25960      Branch: perl
25961            ! lib/Memoize/t/tie_ndbm.t
25962 ____________________________________________________________________________
25963 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
25964         Log: Also UNICOS/mk has deviant socketpair().
25965      Branch: perl
25966            ! ext/Socket/socketpair.t
25967 ____________________________________________________________________________
25968 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
25969         Log: Ooops.  Retract the regex parts of #14090.
25970      Branch: perl
25971            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
25972 ____________________________________________________________________________
25973 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
25974         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
25975              From: Nicholas Clark <nick@unfortu.net> 
25976              Date: Sat, 5 Jan 2002 18:10:13 +0000
25977              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
25978      Branch: perl
25979            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
25980            ! regcomp.h regexec.c
25981 ____________________________________________________________________________
25982 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
25983         Log: Integrate perlio:
25984              
25985              [ 14088]
25986              One missing aTHX_
25987      Branch: perl
25988           !> op.c
25989 ____________________________________________________________________________
25990 [ 14088] By: nick                                  on 2002/01/05  12:35:01
25991         Log: One missing aTHX_
25992      Branch: perlio
25993            ! op.c
25994 ____________________________________________________________________________
25995 [ 14087] By: nick                                  on 2002/01/05  12:00:48
25996         Log: Raw integrate of mainline - op.c looks dodgy.
25997      Branch: perlio
25998           +> lib/Pod/t/Functions.t t/op/winsystem.t
25999            - lib/File/Spec/NW5.pm t/op/system.t
26000           !> (integrate 77 files)
26001 ____________________________________________________________________________
26002 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
26003         Log: integrate changes from maint-5.6/macperl branch
26004      Branch: maint-5.6/perl
26005           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
26006           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
26007 ____________________________________________________________________________
26008 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
26009         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
26010              found by Marc Lehmann.
26011      Branch: perl
26012            ! pp.c
26013 ____________________________________________________________________________
26014 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
26015         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
26016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26017              Date: Sat, 5 Jan 2002 00:31:12 +0100
26018              Message-ID: <20020105003112.E1850@rafael>              
26019      Branch: perl
26020            ! t/comp/proto.t
26021 ____________________________________________________________________________
26022 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
26023         Log: A bit of "perl.com" cleanup.
26024      Branch: perl
26025            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
26026            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26027            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
26028            ! pod/perlmodlib.PL pod/perlmodlib.pod
26029 ____________________________________________________________________________
26030 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
26031         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
26032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26033              Date: Fri, 4 Jan 2002 23:35:19 +0100
26034              Message-ID: <20020104233519.A1850@rafael>
26035      Branch: perl
26036            ! op.c
26037 ____________________________________________________________________________
26038 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
26039         Log: Integrate change #14062 from macperl;
26040              Define setbuf, setvbuf for Mac OS
26041      Branch: perl
26042           !> ext/IO/IO.xs
26043 ____________________________________________________________________________
26044 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
26045         Log: Bump version, update Changes
26046      Branch: maint-5.6/macperl
26047            ! macos/Changes macos/MPVersion.r
26048 ____________________________________________________________________________
26049 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
26050         Log: Add more droplets
26051      Branch: maint-5.6/macperl
26052            + macos/macperl/Droplets/gluedialect.plx
26053            + macos/macperl/Droplets/glueedit.plx
26054            + macos/macperl/Droplets/gluemac.plx
26055            + macos/macperl/Droplets/gluescriptadds.plx
26056            + macos/macperl/Droplets/installme.plx
26057            + macos/macperl/Droplets/show_glue_pods.plx
26058            + macos/macperl/Droplets/tarzipme.plx
26059            + macos/macperl/Droplets/untarzipme.plx
26060 ____________________________________________________________________________
26061 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
26062         Log: Display the native pwd command.
26063      Branch: perl
26064            ! ext/Cwd/t/cwd.t
26065 ____________________________________________________________________________
26066 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
26067         Log: Under Mac OS X /dev/stdout is normally a symlink,
26068              but when running the test it seems to become a socket.
26069              So let's extend our censorship.
26070      Branch: perl
26071            ! t/op/stat.t
26072 ____________________________________________________________________________
26073 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
26074         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
26075      Branch: maint-5.6/macperl
26076            + macos/HandleSocket.cp
26077            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
26078            ! macos/macperl.sym
26079 ____________________________________________________________________________
26080 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
26081         Log: Doc updates
26082      Branch: maint-5.6/macperl
26083            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
26084 ____________________________________________________________________________
26085 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
26086         Log: Update libraries
26087      Branch: maint-5.6/macperl
26088            ! macos/macperl/Makefile.mk
26089 ____________________________________________________________________________
26090 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
26091         Log: Update tests to Mac::StandardFile from StandardFile.pl,
26092              plus other fixes
26093      Branch: maint-5.6/macperl
26094            ! macos/ext/Mac/Menus/t/MenuBar.t
26095            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
26096            ! macos/ext/Mac/Movies/t/PlayMovie.t
26097            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
26098            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
26099            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
26100            ! macos/ext/Mac/Resources/t/Resources.t
26101 ____________________________________________________________________________
26102 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
26103         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
26104      Branch: maint-5.6/macperl
26105            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
26106            ! macos/ext/Mac/Movies/Movies.xs
26107            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
26108            ! macos/ext/Mac/StandardFile/StandardFile.xs
26109            ! macos/ext/Mac/Windows/Windows.xs
26110 ____________________________________________________________________________
26111 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
26112         Log: Updates for Universal Headers 3.4 (forgot one)
26113      Branch: maint-5.6/macperl
26114            ! macos/macperl/MPConsole.cp
26115 ____________________________________________________________________________
26116 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
26117         Log: Updates for Universal Headers 3.4
26118      Branch: maint-5.6/macperl
26119            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
26120            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
26121            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
26122            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
26123            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
26124            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
26125            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
26126            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
26127            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
26128 ____________________________________________________________________________
26129 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
26130         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
26131              from <200112112327.JAA25434@gpo.metropolis.net.au>;
26132              don't crash on quit for 68K (MacPerl Bug #490013)
26133      Branch: maint-5.6/macperl
26134            ! macos/macish.c macos/macperl/MPConsole.cp
26135 ____________________________________________________________________________
26136 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
26137         Log: If we do have socketpair(), make my_socketpair()
26138              just call the real socketpair().  This way we always
26139              have real code behind my_socketpair() and a symbol
26140              corresponding to the my_socketpair in global.sym.
26141      Branch: perl
26142            ! embed.fnc embed.h makedef.pl proto.h util.c
26143 ____________________________________________________________________________
26144 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
26145         Log: Disable sigaction (MacPerl Bug #470321)
26146      Branch: maint-5.6/macperl
26147            ! macos/config.h macos/config.sh
26148 ____________________________________________________________________________
26149 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
26150         Log: Make GUSI resource work (MacPerl Bug #464638)
26151      Branch: maint-5.6/macperl
26152            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
26153            ! macos/macperl/MacPerl.rsrc
26154 ____________________________________________________________________________
26155 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
26156         Log: Make AutoSplit go a little deeper
26157      Branch: maint-5.6/macperl
26158            ! macos/Makefile.mk
26159 ____________________________________________________________________________
26160 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
26161         Log: A few doc updates from bleadperl
26162      Branch: maint-5.6/macperl
26163            ! pod/perlmodinstall.pod pod/perlport.pod
26164 ____________________________________________________________________________
26165 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
26166         Log: Sync up to latest changes from bleadperl
26167      Branch: maint-5.6/macperl
26168            ! lib/File/Find.pm
26169 ____________________________________________________________________________
26170 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
26171         Log: Define setbuf, setvbuf for Mac OS
26172      Branch: maint-5.6/macperl
26173            ! ext/IO/IO.xs
26174 ____________________________________________________________________________
26175 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26176         Log: Delete by request of Mark-Jason Dominus (change #13676)
26177      Branch: maint-5.6/macperl
26178            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26179 ____________________________________________________________________________
26180 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26181         Log: Spread the good word of "env".
26182      Branch: perl
26183            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26184 ____________________________________________________________________________
26185 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26186         Log: Till the system tests do something non-Win*, better rename
26187              the test so that people on other platforms don't get confused.
26188              (Not win32system, because assumedly there's win64, too.)
26189      Branch: perl
26190            + t/op/winsystem.t
26191            - t/op/system.t
26192            ! MANIFEST
26193 ____________________________________________________________________________
26194 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26195         Log: Some tweaks.
26196      Branch: perl
26197            ! lib/Pod/t/Functions.t
26198 ____________________________________________________________________________
26199 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26200         Log: (retracted by #14057)
26201              
26202              Subject: [PATCH] Time/HiRes/HiRes.t
26203              From: Nicholas Clark <nick@unfortu.net>
26204              Date: Fri, 4 Jan 2002 17:28:46 +0000
26205              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26206      Branch: perl
26207            ! ext/Time/HiRes/HiRes.t
26208 ____________________________________________________________________________
26209 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26210         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26211              From: Abe Timmerman <abe@ztreet.demon.nl>
26212              Date: Fri, 04 Jan 2002 18:42:33 +0100
26213              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26214      Branch: perl
26215            + lib/Pod/t/Functions.t
26216            ! MANIFEST lib/Pod/Functions.pm
26217 ____________________________________________________________________________
26218 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26219         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26220              From: "Craig A. Berry" <craigberry@mac.com>
26221              Date: Thu, 3 Jan 2002 17:32:20 -0600
26222              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26223      Branch: perl
26224            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26225 ____________________________________________________________________________
26226 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26227         Log: Document the U+0085, U+2028, and U+2029.
26228      Branch: perl
26229            ! pod/perlre.pod pod/perlretut.pod
26230 ____________________________________________________________________________
26231 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26232         Log: Subject: [PATCH] warn if not CORE::dump
26233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26234              Date: Thu, 3 Jan 2002 22:04:00 +0100
26235              Message-Id: <20020103220400.A13958@rafael>
26236      Branch: perl
26237            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26238 ____________________________________________________________________________
26239 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26240         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26241      Branch: perl
26242            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26243 ____________________________________________________________________________
26244 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26245         Log: Subject: [PATCH] File::Compare::VERSION
26246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26247              Date: Thu, 3 Jan 2002 23:42:52 +0100
26248              Message-Id: <20020103234252.G13958@rafael>
26249      Branch: perl
26250            ! lib/File/Compare.pm
26251 ____________________________________________________________________________
26252 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26253         Log: Subject: [PATCH @14042] threads::shared doc
26254              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26255              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26256              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26257      Branch: perl
26258            ! ext/threads/shared/shared.pm
26259 ____________________________________________________________________________
26260 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26261         Log: #14048 exposed few false positives, to be fixed soonish.
26262      Branch: perl
26263            ! t/op/pat.t
26264 ____________________________________________________________________________
26265 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26266         Log: Do not add the first characters of multicharacter foldings
26267              into character classes.
26268      Branch: perl
26269            ! regcomp.c
26270 ____________________________________________________________________________
26271 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26272         Log: A bit of testing for #14046.
26273      Branch: perl
26274            ! t/op/pat.t
26275 ____________________________________________________________________________
26276 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26277         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26278              (among others, another example would be \x{fb00} -> "ff")
26279      Branch: perl
26280            ! regcomp.c
26281 ____________________________________________________________________________
26282 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26283         Log: Subject: [PATCH] File::Spec & NetWare
26284              From: Dave Rolsky <autarch@urth.org>
26285              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
26286              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
26287      Branch: perl
26288            - lib/File/Spec/NW5.pm
26289            ! MANIFEST lib/File/Spec.pm
26290 ____________________________________________________________________________
26291 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
26292         Log: FAQ sync (RCS Ids only?)
26293      Branch: perl
26294            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
26295 ____________________________________________________________________________
26296 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
26297         Log: AUTHORs updates.
26298      Branch: perl
26299            ! AUTHORS
26300 ____________________________________________________________________________
26301 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
26302         Log: Update Changes.
26303      Branch: perl
26304            ! Changes patchlevel.h
26305 ____________________________________________________________________________
26306 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
26307         Log: Missed the =head1 additions.
26308      Branch: perl
26309            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
26310            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
26311            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
26312            ! util.c
26313 ____________________________________________________________________________
26314 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
26315         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
26316              From: Robin Barker <rmb1@cise.npl.co.uk>
26317              Date: Thu, 3 Jan 2002 15:26:20 GMT
26318              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
26319      Branch: perl
26320            ! lib/Carp.t lib/Carp/Heavy.pm
26321 ____________________________________________________________________________
26322 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
26323         Log: Subject: [PATCH hv.c] 
26324              From: Robin Barker <rmb1@cise.npl.co.uk>
26325              Date: Thu, 3 Jan 2002 14:49:06 GMT
26326              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
26327              
26328              -Wformat check.
26329      Branch: perl
26330            ! hv.c
26331 ____________________________________________________________________________
26332 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
26333         Log: NetWare tweaks from Ananth Kesari.
26334      Branch: perl
26335            ! NetWare/t/NWScripts.pl lib/File/Find.pm
26336 ____________________________________________________________________________
26337 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
26338         Log: Cast.
26339      Branch: perl
26340            ! regexec.c
26341 ____________________________________________________________________________
26342 [ 14036] By: ams                                   on 2002/01/03  12:12:31
26343         Log: Grammar fix suggested by Gwyn Judd.
26344      Branch: perl
26345            ! pod/perldiag.pod
26346 ____________________________________________________________________________
26347 [ 14035] By: nick                                  on 2002/01/03  09:22:42
26348         Log: More strange perlio != mainline differences where
26349              I have not been.
26350      Branch: perlio
26351           !> hints/unicos.sh hints/unicosmk.sh
26352 ____________________________________________________________________________
26353 [ 14034] By: nick                                  on 2002/01/03  09:19:37
26354         Log: Integrate mainline (including force integrate of
26355              lib/charnames.pm which had got out-of-step)
26356      Branch: perlio
26357           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
26358 ____________________________________________________________________________
26359 [ 14033] By: ams                                   on 2002/01/03  08:24:24
26360         Log: Subject: Not ok 14031: PPPort Makefile.PL
26361              From: andreas.koenig@anima.de (Andreas J. Koenig)
26362              Date: 03 Jan 2002 10:17:46 +0100
26363              Message-Id: <m3sn9n94jp.fsf@anima.de>
26364      Branch: perl
26365            ! ext/Devel/PPPort/Makefile.PL
26366 ____________________________________________________________________________
26367 [ 14032] By: nick                                  on 2002/01/03  08:24:00
26368         Log: Integrate mainline.
26369      Branch: perlio
26370           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
26371           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
26372           !> (integrate 31 files)
26373 ____________________________________________________________________________
26374 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
26375         Log: Off-by-one is my middle name.
26376      Branch: perl
26377            ! regexec.c
26378 ____________________________________________________________________________
26379 [ 14030] By: ams                                   on 2002/01/02  23:56:37
26380         Log: Subject: [PATCH @14015] threads::shared disabling
26381              From: Andy Bussey <andybussey@yahoo.co.uk>
26382              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
26383              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
26384      Branch: perl
26385            + ext/threads/shared/t/no_share.t
26386            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
26387 ____________________________________________________________________________
26388 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
26389         Log: Simon's new perlapi scheme, I hope I got all the pieces.
26390      Branch: perl
26391            + autodoc.pl embed.fnc
26392            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
26393 ____________________________________________________________________________
26394 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
26395         Log: Integrate perlio:
26396              
26397              [ 14022]
26398              More PPPort Makefile source dependence removal
26399      Branch: perl
26400           !> ext/Devel/PPPort/Makefile.PL perl.h
26401 ____________________________________________________________________________
26402 [ 14027] By: ams                                   on 2002/01/02  21:42:50
26403         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
26404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26405              Date: Wed, 2 Jan 2002 23:09:13 +0100
26406              Message-Id: <20020102230913.A17373@rafael>
26407      Branch: perl
26408            ! pod/perldiag.pod
26409 ____________________________________________________________________________
26410 [ 14026] By: ams                                   on 2002/01/02  21:38:34
26411         Log: Subject: Re: PATCH: lib/Term/Cap.pm
26412              From: Jonathan Stowe <gellyfish@gellyfish.com>
26413              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
26414              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
26415      Branch: perl
26416            ! lib/Term/Cap.pm
26417 ____________________________________________________________________________
26418 [ 14025] By: ams                                   on 2002/01/02  18:34:26
26419         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
26420              From: Sam Tregar <sam@tregar.com>
26421              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
26422              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
26423      Branch: perl
26424            ! pod/perldiag.pod t/comp/proto.t toke.c
26425 ____________________________________________________________________________
26426 [ 14024] By: ams                                   on 2002/01/02  18:16:12
26427         Log: Subject: PATCH: lib/Term/Cap.pm
26428              From: Norton Allen <allen@huarp.harvard.edu>
26429              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
26430              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
26431      Branch: perl
26432            ! lib/Term/Cap.pm
26433 ____________________________________________________________________________
26434 [ 14023] By: ams                                   on 2002/01/02  18:12:31
26435         Log: Subject: PATCH: lib/Cwd.pm for QNX4
26436              From: Norton Allen <allen@huarp.harvard.edu>
26437              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
26438              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
26439      Branch: perl
26440            ! lib/Cwd.pm
26441 ____________________________________________________________________________
26442 [ 14022] By: nick                                  on 2002/01/02  18:01:21
26443         Log: More PPPort Makefile source dependence removal
26444      Branch: perlio
26445            ! ext/Devel/PPPort/Makefile.PL
26446 ____________________________________________________________________________
26447 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26448         Log: Sort out muddle of editing on three machines ...
26449      Branch: perlio
26450           !> Changes MANIFEST cygwin/Makefile.SHs
26451           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26452           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26453           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26454 ____________________________________________________________________________
26455 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26456         Log: Fix misplaced application of #14016.
26457      Branch: perl
26458            ! op.c
26459 ____________________________________________________________________________
26460 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26461         Log: Integrate perlio:
26462              
26463              [ 14017]
26464              Avoid un-init perl_debug_pad in clones
26465      Branch: perl
26466           !> sv.c
26467 ____________________________________________________________________________
26468 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26469         Log: makedepend VOS fix from Paul Green.
26470      Branch: perl
26471            ! makedepend.SH
26472 ____________________________________________________________________________
26473 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26474         Log: Avoid un-init perl_debug_pad in clones
26475      Branch: perlio
26476            ! sv.c
26477 ____________________________________________________________________________
26478 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26479         Log: Subject: [PATCH] random crash in B::LISTOP::last
26480              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26481              Date: Wed, 2 Jan 2002 17:37:28 +0100
26482              Message-Id: <3C334558.3906.19CB98D@localhost>
26483      Branch: perl
26484            ! op.c
26485 ____________________________________________________________________________
26486 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26487         Log: Update Changes.
26488      Branch: perl
26489            ! Changes patchlevel.h
26490 ____________________________________________________________________________
26491 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26492         Log: One more iteration of the ibcmp_utf8() interface,
26493              hopefully this is a convergent iteration...
26494      Branch: perl
26495            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26496 ____________________________________________________________________________
26497 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26498         Log: Upgrade to podlators-1.19.
26499      Branch: perl
26500            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26501            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26502            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26503            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26504            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26505 ____________________________________________________________________________
26506 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26507         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26508              From: martyn@inpharmatica.co.uk
26509              Date: Wed, 19 Dec 2001 19:05:00 +0000
26510              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26511      Branch: perl
26512            ! lib/Pod/Usage.pm
26513 ____________________________________________________________________________
26514 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26515         Log: Integrate mainline
26516      Branch: perlio
26517           !> (integrate 28 files)
26518 ____________________________________________________________________________
26519 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26520         Log: Make ibcmp_utf8() optionally progress in either string for
26521              as long as it takes and optionally record how far it got.
26522      Branch: perl
26523            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
26524 ____________________________________________________________________________
26525 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
26526         Log: Once more try to get the PPPort Makefile right.
26527      Branch: perl
26528            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
26529 ____________________________________________________________________________
26530 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
26531         Log: -Wall silencing.
26532      Branch: perl
26533            ! utf8.c
26534 ____________________________________________________________________________
26535 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
26536         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
26537              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26538              Date: Tue, 1 Jan 2002 22:45:21 +0100       
26539              Message-ID: <20020101224521.A691@rafael>
26540      Branch: perl
26541            ! ext/B/B/Deparse.pm
26542 ____________________________________________________________________________
26543 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
26544         Log: VOS tweak from Paul Green: VOS has different O_BINARY
26545              and O_TEXT, but VOS always uses LF, never CRLF.
26546      Branch: perl
26547            ! perl.h
26548 ____________________________________________________________________________
26549 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
26550         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
26551      Branch: perl
26552            ! regexec.c utf8.c
26553 ____________________________________________________________________________
26554 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
26555         Log: Now that to_utf8_fold() was fixed.
26556      Branch: perl
26557            ! regcomp.c regexec.c
26558 ____________________________________________________________________________
26559 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
26560         Log: Integrate perlio:
26561              
26562              [ 13991]
26563              Experimental binmode() re-coding (UNIX okay - but it would be...)
26564      Branch: perl
26565           !> perlio.c
26566 ____________________________________________________________________________
26567 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
26568         Log: Document the to_utf8_*() functions.
26569      Branch: perl
26570            ! embed.pl pod/perlapi.pod utf8.c
26571 ____________________________________________________________________________
26572 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
26573         Log: Better support for multicharacter foldings.
26574              Now all but two of the CaseFold.txt cases work-- but
26575              only when the target string is single-character, more
26576              debugging needed.
26577      Branch: perl
26578            ! regexec.c
26579 ____________________________________________________________________________
26580 [ 14000] By: ams                                   on 2002/01/01  15:59:43
26581         Log: Subject: [PATCH] don't installperl pods
26582              From: Nicholas Clark <nick@unfortu.net>
26583              Date: Tue, 1 Jan 2002 16:44:12 +0000
26584              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
26585      Branch: perl
26586            ! installperl
26587 ____________________________________________________________________________
26588 [ 13999] By: ams                                   on 2002/01/01  14:34:04
26589         Log: Subject: [PATCH] perldiag.pod transposition
26590              From: Nicholas Clark <nick@unfortu.net>
26591              Date: Tue, 1 Jan 2002 15:03:52 +0000
26592              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
26593      Branch: perl
26594            ! pod/perldiag.pod
26595 ____________________________________________________________________________
26596 [ 13998] By: ams                                   on 2002/01/01  13:36:49
26597         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
26598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26599              Date: Tue, 1 Jan 2002 15:12:36 +0100
26600              Message-Id: <20020101151236.A951@rafael>
26601      Branch: perl
26602            ! pod/perldiag.pod
26603 ____________________________________________________________________________
26604 [ 13997] By: ams                                   on 2002/01/01  13:33:06
26605         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
26606              From: Nicholas Clark <nick@unfortu.net>
26607              Date: Tue, 1 Jan 2002 13:13:17 +0000
26608              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
26609      Branch: perl
26610            ! ext/Socket/socketpair.t
26611 ____________________________________________________________________________
26612 [ 13996] By: ams                                   on 2002/01/01  04:44:28
26613         Log: Subject: [PATCH @13746] Leaner exporter
26614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26615              Date: Mon, 31 Dec 2001 18:16:08 -0500
26616              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
26617      Branch: perl
26618            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
26619 ____________________________________________________________________________
26620 [ 13995] By: ams                                   on 2002/01/01  04:29:44
26621         Log: Subject: [PATCH @13746] h2xs broken
26622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26623              Date: Mon, 31 Dec 2001 17:48:55 -0500
26624              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
26625      Branch: perl
26626            ! utils/h2xs.PL
26627 ____________________________________________________________________________
26628 [ 13994] By: ams                                   on 2002/01/01  04:25:46
26629         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
26630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26631              Date: Mon, 31 Dec 2001 17:42:25 -0500
26632              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
26633      Branch: perl
26634            ! lib/ExtUtils/MM_Unix.pm
26635 ____________________________________________________________________________
26636 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
26637         Log: Rename the variables to be a bit more consistent.
26638      Branch: perl
26639            ! utf8.c
26640 ____________________________________________________________________________
26641 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
26642         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
26643              (found by Jeffrey Friedl)
26644      Branch: perl
26645            ! regexec.c t/op/pat.t utf8.c
26646 ____________________________________________________________________________
26647 [ 13991] By: nick                                  on 2001/12/31  18:08:55
26648         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
26649      Branch: perlio
26650            ! perlio.c
26651 ____________________________________________________________________________
26652 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
26653         Log: Update Changes.
26654      Branch: perl
26655            ! Changes patchlevel.h
26656 ____________________________________________________________________________
26657 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
26658         Log: Less unused ones.
26659      Branch: perl
26660            ! regexec.c
26661 ____________________________________________________________________________
26662 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
26663         Log: Unused variable.
26664      Branch: perl
26665            ! regcomp.c
26666 ____________________________________________________________________________
26667 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
26668         Log: Forgotten file.
26669      Branch: perl
26670            ! MANIFEST
26671 ____________________________________________________________________________
26672 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
26673         Log: Subject: Re: Cygwin: one down one to go 
26674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26675              Date: Mon, 31 Dec 2001 18:34:36 +0100
26676              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
26677      Branch: perl
26678            ! cygwin/Makefile.SHs
26679 ____________________________________________________________________________
26680 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
26681         Log: Add some comments to the recent Unicode case-folding saga.
26682      Branch: perl
26683            ! regcomp.c regexec.c
26684 ____________________________________________________________________________
26685 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
26686         Log: Slight comment tweakage.
26687      Branch: perl
26688            ! ext/I18N/Langinfo/Langinfo.t
26689 ____________________________________________________________________________
26690 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
26691         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
26692      Branch: perl
26693            ! perl.h
26694 ____________________________________________________________________________
26695 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
26696         Log: Subject: [ PATCH] Cygwin: one down one to go
26697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26698              Date: Mon, 31 Dec 2001 17:03:40 +0100
26699              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
26700      Branch: perl
26701            ! lib/Pod/t/basic.t
26702 ____________________________________________________________________________
26703 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
26704         Log: Tweak the dependencies not to recompile everytime,
26705              as suggested by NI-S.
26706      Branch: perl
26707            ! ext/Devel/PPPort/Makefile.PL
26708 ____________________________________________________________________________
26709 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
26710         Log: Planning still not right.
26711      Branch: perl
26712            ! lib/User/grent.t
26713 ____________________________________________________________________________
26714 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
26715         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
26716              From: Michael G Schwern <schwern@pobox.com>
26717              Date: Sun, 30 Dec 2001 18:07:55 -0500
26718              Message-ID: <20011230230755.GG12840@blackrider>
26719              
26720              (lib/User/grent, really)
26721      Branch: perl
26722            ! lib/User/grent.t
26723 ____________________________________________________________________________
26724 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
26725         Log: Integrate perlio:
26726              
26727              [ 13975]
26728              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26729              if PerlIONext is NULL.
26730      Branch: perl
26731           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
26732 ____________________________________________________________________________
26733 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
26734         Log: Subject: typo in IO::Socket::INET.pm
26735              From: mjd@plover.com
26736              Date: 31 Dec 2001 14:31:10 -0000
26737              Message-ID: <20011231143110.4989.qmail@plover.com>
26738      Branch: perl
26739            ! ext/IO/lib/IO/Socket/INET.pm
26740 ____________________________________________________________________________
26741 [ 13976] By: nick                                  on 2001/12/31  13:56:11
26742         Log: Integrate mainline
26743      Branch: perlio
26744           !> (integrate 29 files)
26745 ____________________________________________________________________________
26746 [ 13975] By: nick                                  on 2001/12/31  12:40:50
26747         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26748              if PerlIONext is NULL.
26749      Branch: perlio
26750            ! perlio.c perliol.h
26751 ____________________________________________________________________________
26752 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
26753         Log: Subject: Re: [PATCH] Basic bad prototype detection
26754              From: Sam Tregar <sam@tregar.com>
26755              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
26756              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
26757      Branch: perl
26758            ! t/comp/proto.t toke.c
26759 ____________________________________________________________________________
26760 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
26761         Log: Subject: [PATCH] configure.com / scriptdirexp
26762              From: "Craig A. Berry" <craigberry@mac.com>
26763              Date: Sun, 30 Dec 2001 15:47:28 -0600
26764              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
26765      Branch: perl
26766            ! configure.com
26767 ____________________________________________________________________________
26768 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
26769         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
26770              From: Abe Timmerman <abe@ztreet.demon.nl>
26771              Date: Mon, 31 Dec 2001 03:55:27 +0100
26772              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
26773      Branch: perl
26774            ! lib/ExtUtils/t/MM_Win32.t
26775 ____________________________________________________________________________
26776 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
26777         Log: Subject: [PATCH] Basic bad prototype detection
26778              From: Sam Tregar <sam@tregar.com> 
26779              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
26780              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
26781      Branch: perl
26782            ! pod/perldiag.pod t/comp/proto.t toke.c
26783 ____________________________________________________________________________
26784 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
26785         Log: Makefiles are sloppy about the exe suffix
26786              (from Paul Green)
26787      Branch: perl
26788            ! Makefile.SH x2p/Makefile.SH
26789 ____________________________________________________________________________
26790 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
26791         Log: Delay folding until necessary; start of handling
26792              folding into several characters.
26793      Branch: perl
26794            ! regcomp.c regexec.c
26795 ____________________________________________________________________________
26796 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
26797         Log: gcc -Wall dewhine.
26798      Branch: perl
26799            ! regexec.c
26800 ____________________________________________________________________________
26801 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
26802         Log: More Unicode folding tweaks, avoid potential false matches.
26803      Branch: perl
26804            ! regexec.c
26805 ____________________________________________________________________________
26806 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
26807         Log: Make that six wrongs.
26808      Branch: perl
26809            ! regexec.c utf8.c
26810 ____________________________________________________________________________
26811 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
26812         Log: Four wrongs can make a right.
26813      Branch: perl
26814            ! regexec.c utf8.c
26815 ____________________________________________________________________________
26816 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
26817         Log: Fix all the I case foldings as per CaseFold.txt.
26818      Branch: perl
26819            ! regcomp.c regexec.c
26820 ____________________________________________________________________________
26821 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
26822         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
26823      Branch: perl
26824            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
26825            ! regexec.c utf8.c
26826 ____________________________________________________________________________
26827 [ 13962] By: nick                                  on 2001/12/30  18:33:41
26828         Log: Integrate 8.3 fix for PPPort fix
26829      Branch: perlio
26830           +> ext/Devel/PPPort/ppport_h.PL
26831            - ext/Devel/PPPort/ppport.h.PL
26832            ! ext/Devel/PPPort/MANIFEST
26833           !> ext/Devel/PPPort/Makefile.PL
26834 ____________________________________________________________________________
26835 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
26836         Log: Integrate perlio:
26837              
26838              [ 13959]
26839              Win32 stuff:
26840              A. Use Perl_my_socketpair()
26841              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26842              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26843              take special measures to set it during pseudo-fork.
26844      Branch: perl
26845           !> util.c win32/perlhost.h
26846 ____________________________________________________________________________
26847 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
26848         Log: Fix ppport.h for Unix.
26849      Branch: perl
26850            + ext/Devel/PPPort/ppport_h.PL
26851            - ext/Devel/PPPort/ppport.h.PL
26852            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26853 ____________________________________________________________________________
26854 [ 13959] By: nick                                  on 2001/12/30  16:53:42
26855         Log: Win32 stuff:
26856              A. Use Perl_my_socketpair()
26857              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26858              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26859              take special measures to set it during pseudo-fork.
26860      Branch: perlio
26861            ! util.c win32/perlhost.h
26862 ____________________________________________________________________________
26863 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
26864         Log: Integrate perlio:
26865              
26866              [ 13950]
26867              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26868              This gets them into Errno.pm - yet to prove they end up in $!.
26869              
26870              [ 13948]
26871              remove embed.pl duplicates
26872              
26873              [ 13944]
26874              "Port" Devel::PPPort to Win32:
26875              - need to set @INC before use in the test
26876              - {} are special to dmake, so use ppport.h.PL
26877              rather than commandline 
26878      Branch: perl
26879           +> ext/Devel/PPPort/ppport.h.PL
26880           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
26881           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
26882           !> proto.h
26883 ____________________________________________________________________________
26884 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
26885         Log: metaconfig unit change for #13956.
26886      Branch: metaconfig
26887            ! U/modified/spitshell.U
26888 ____________________________________________________________________________
26889 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
26890         Log: Must look for cat also in $PATH (noticed by Philip Newton).
26891      Branch: perl
26892            ! Configure
26893 ____________________________________________________________________________
26894 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
26895         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
26896              From: Blair Zajac <blair@orcaware.com>
26897              Date: Sat, 29 Dec 2001 22:37:03 -0800
26898              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
26899      Branch: perl
26900            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
26901 ____________________________________________________________________________
26902 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
26903         Log: Regen files.
26904      Branch: perl
26905            ! embed.h global.sym pod/perlapi.pod uconfig.h
26906 ____________________________________________________________________________
26907 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
26908         Log: Subject: [PATCH] -t without -w 
26909              From: Michael G Schwern <schwern@pobox.com>
26910              Date: Sat, 29 Dec 2001 23:46:25 -0500
26911              Message-ID: <20011230044625.GA14386@blackrider>
26912      Branch: perl
26913            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
26914            ! warnings.pl
26915 ____________________________________________________________________________
26916 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
26917         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
26918              From: Dave Rolsky <autarch@urth.org>               
26919              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
26920              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
26921              
26922              $^O is NetWare, not Netware.
26923      Branch: perl
26924            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
26925 ____________________________________________________________________________
26926 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
26927         Log: Sarathy thinks undoing C++ comments from C++ files
26928              is a bit too zealous.
26929      Branch: perl
26930            ! win32/perlhost.h win32/vmem.h
26931 ____________________________________________________________________________
26932 [ 13950] By: nick                                  on 2001/12/30  14:30:02
26933         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26934              This gets them into Errno.pm - yet to prove they end up in $!.
26935      Branch: perlio
26936            ! ext/Errno/Errno_pm.PL
26937 ____________________________________________________________________________
26938 [ 13949] By: nick                                  on 2001/12/30  12:02:21
26939         Log: Integrate Cwd muddle
26940      Branch: perlio
26941           !> MANIFEST installperl lib/Cwd.pm
26942 ____________________________________________________________________________
26943 [ 13948] By: nick                                  on 2001/12/30  11:51:40
26944         Log: remove embed.pl duplicates
26945      Branch: perlio
26946            ! embed.h embed.pl global.sym proto.h
26947 ____________________________________________________________________________
26948 [ 13947] By: nick                                  on 2001/12/30  11:35:51
26949         Log: More Cwd tidy up
26950      Branch: perl
26951            ! MANIFEST installperl
26952 ____________________________________________________________________________
26953 [ 13946] By: nick                                  on 2001/12/30  11:12:42
26954         Log: Undo a mess trying Cwd.pm in its ext directory
26955      Branch: perl
26956            + lib/Cwd.pm
26957            - ext/Cwd/Cwd.pm
26958 ____________________________________________________________________________
26959 [ 13945] By: nick                                  on 2001/12/30  10:03:43
26960         Log: Integrate mainline
26961      Branch: perl
26962           +> ext/Cwd/Cwd.pm
26963            - lib/Cwd.pm
26964            ! MANIFEST
26965      Branch: perlio
26966           !> (integrate 45 files)
26967 ____________________________________________________________________________
26968 [ 13944] By: nick                                  on 2001/12/30  09:27:16
26969         Log: "Port" Devel::PPPort to Win32:
26970              - need to set @INC before use in the test
26971              - {} are special to dmake, so use ppport.h.PL
26972              rather than commandline 
26973      Branch: perlio
26974            + ext/Devel/PPPort/ppport.h.PL
26975            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
26976 ____________________________________________________________________________
26977 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
26978         Log: Update Changes.
26979      Branch: perl
26980            ! Changes patchlevel.h
26981 ____________________________________________________________________________
26982 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
26983         Log: Subject: [PATCH] cleaner close on tests, take 2
26984              From: andreas.koenig@anima.de (Andreas J. Koenig)
26985              Date: 29 Dec 2001 21:42:37 +0100
26986              Message-ID: <m33d1tvjuq.fsf@anima.de>
26987              
26988              (the DB_File patches)
26989      Branch: perl
26990            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26991            ! ext/DB_File/t/db-recno.t
26992 ____________________________________________________________________________
26993 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
26994         Log: Integrate perlio:
26995              
26996              [ 13936]
26997              Routine regen_config_h - no real differences other than order of crypt 
26998      Branch: perl
26999           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27000 ____________________________________________________________________________
27001 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
27002         Log: Subject: [PATCH] cleaner close on tests, take 2             
27003              From: andreas.koenig@anima.de (Andreas J. Koenig)
27004              Date: 29 Dec 2001 21:42:37 +0100
27005              Message-ID: <m33d1tvjuq.fsf@anima.de>
27006              
27007              (except for the three DB_File patch fragments)
27008      Branch: perl
27009            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
27010            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
27011            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
27012            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
27013            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
27014            ! t/op/runlevel.t t/op/write.t t/run/switches.t
27015 ____________________________________________________________________________
27016 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
27017         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
27018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27019              Date: Sat, 29 Dec 2001 20:38:59 +0100
27020              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
27021              
27022              (NetWare tree not touched because it's very //)
27023      Branch: perl
27024            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
27025            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
27026            ! wince/include/errno.h wince/include/netdb.h
27027            ! wince/include/sys/socket.h wince/include/sys/stat.h
27028            ! wince/perllib.c wince/perlmain.c wince/win32.h
27029            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
27030            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
27031 ____________________________________________________________________________
27032 [ 13938] By: nick                                  on 2001/12/29  19:23:32
27033         Log: Integrate mainline (ok linux)
27034      Branch: perlio
27035           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
27036           !> (integrate 33 files)
27037 ____________________________________________________________________________
27038 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
27039         Log: Give up on serious testing of langinfo().  Leave the old
27040              code in place, though.
27041      Branch: perl
27042            ! ext/I18N/Langinfo/Langinfo.t
27043 ____________________________________________________________________________
27044 [ 13936] By: nick                                  on 2001/12/29  18:20:33
27045         Log: Routine regen_config_h - no real differences other than order of crypt 
27046      Branch: perlio
27047            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27048 ____________________________________________________________________________
27049 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
27050         Log: Integrate perlio:
27051              
27052              [ 13934]
27053              Fudge Config.pm so File::Spec does not croak.
27054              
27055              [ 13931]
27056              Define the two socket error numbers in terms of WSAEXXXXX equivalents
27057              (just to get util.c to compile)
27058      Branch: perl
27059           !> win32/FindExt.pm win32/win32.h
27060 ____________________________________________________________________________
27061 [ 13934] By: nick                                  on 2001/12/29  17:27:50
27062         Log: Fudge Config.pm so File::Spec does not croak.
27063      Branch: perlio
27064            ! win32/FindExt.pm
27065 ____________________________________________________________________________
27066 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
27067         Log: metaconfig unit changes for #13932.
27068      Branch: metaconfig
27069            + U/modified/Init.U
27070            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
27071 ____________________________________________________________________________
27072 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
27073         Log: VOS tweaks from Paul Green.
27074              
27075              The Configure tweaks: the _exe needs to be
27076              set after the init; VOS has fd 3 hardwired to /dev/tty;
27077              the grep/ln/make substitutions really need to stick.
27078      Branch: perl
27079            ! Configure hints/vos.sh perl.h util.c vos/build.cm
27080            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27081            ! vos/config.ga.h vos/vosish.h
27082 ____________________________________________________________________________
27083 [ 13931] By: nick                                  on 2001/12/29  17:00:38
27084         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
27085              (just to get util.c to compile)
27086      Branch: perlio
27087            ! win32/win32.h
27088 ____________________________________________________________________________
27089 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
27090         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
27091              From: coral@eekeek.org
27092              Date: Fri, 28 Dec 2001 19:58:22 -0500      
27093              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
27094      Branch: perl
27095            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
27096            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
27097            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
27098            ! pod/perlunicode.pod pod/perlxs.pod util.c
27099 ____________________________________________________________________________
27100 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
27101         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
27102      Branch: perl
27103            ! t/op/exec.t
27104 ____________________________________________________________________________
27105 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
27106         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
27107              From: Abe Timmerman <abe@ztreet.demon.nl>
27108              Date: Sat, 29 Dec 2001 13:10:06 +0100
27109              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
27110      Branch: perl
27111            + lib/Pod/t/InputObjects.t
27112 ____________________________________________________________________________
27113 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
27114         Log: Integrate perlio:
27115              
27116              [ 13926]
27117              Nick Clark's embed.pl fix for my_socketpair
27118              
27119              [ 13923]
27120              Quick fix (after couple of clever fixes failed) for
27121              "accept leaks memory" fail [ID 20011223.001]
27122      Branch: perl
27123           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
27124 ____________________________________________________________________________
27125 [ 13926] By: nick                                  on 2001/12/29  15:23:21
27126         Log: Nick Clark's embed.pl fix for my_socketpair
27127      Branch: perlio
27128            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
27129 ____________________________________________________________________________
27130 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
27131         Log: Slight tweaks on the MM_Win32.t.
27132      Branch: perl
27133            ! lib/ExtUtils/t/MM_Win32.t
27134 ____________________________________________________________________________
27135 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
27136         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
27137              From: Abe Timmerman <abe@ztreet.demon.nl>
27138              Date: Sat, 29 Dec 2001 12:51:36 +0100
27139              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
27140      Branch: perl
27141            + lib/ExtUtils/t/MM_Win32.t
27142            ! MANIFEST
27143 ____________________________________________________________________________
27144 [ 13923] By: nick                                  on 2001/12/29  15:12:07
27145         Log: Quick fix (after couple of clever fixes failed) for
27146              "accept leaks memory" fail [ID 20011223.001]
27147      Branch: perlio
27148            ! pp_sys.c
27149 ____________________________________________________________________________
27150 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
27151         Log: Subject: [PATCH] Module names and other nits
27152              From: Autrijus Tang <autrijus@autrijus.org>                 
27153              Date: Sat, 29 Dec 2001 01:59:28 +0800
27154              Message-ID: <20011229015928.A29712@geb.elixus.org>              
27155      Branch: perl
27156            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
27157            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
27158            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
27159            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
27160            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
27161 ____________________________________________________________________________
27162 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
27163         Log: socketpair tweaks from Nicholas Clark.
27164      Branch: perl
27165            ! ext/Socket/socketpair.t util.c
27166 ____________________________________________________________________________
27167 [ 13920] By: nick                                  on 2001/12/29  12:36:21
27168         Log: Integrate mainline
27169      Branch: perlio
27170           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
27171           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
27172           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27173           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27174           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27175           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27176           !> t/op/sysio.t
27177 ____________________________________________________________________________
27178 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27179         Log: Retract #13917.
27180      Branch: perl
27181            ! doop.c
27182 ____________________________________________________________________________
27183 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27184         Log: Subject: provisional MakeMaker patch for VMS
27185              From: "Craig A. Berry" <craigberry@mac.com> 
27186              Date: Thu, 27 Dec 2001 22:29:37 -0600
27187              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27188      Branch: perl
27189            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27190 ____________________________________________________________________________
27191 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27192         Log: (retracted by #13919)
27193      Branch: perl
27194            ! doop.c
27195 ____________________________________________________________________________
27196 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27197         Log: metaconfig unit change for #13915.
27198      Branch: metaconfig/U/perl
27199            ! d_u32align.U
27200 ____________________________________________________________________________
27201 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27202         Log: Remove debris in any case.
27203      Branch: perl
27204            ! Configure
27205 ____________________________________________________________________________
27206 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27207         Log: Subject: [PATCH] Re: B::walksymtable oddness
27208              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27209              Date: Thu, 27 Dec 2001 19:14:24 +0100
27210              Message-ID: <3C2B7310.861.18820D0@localhost>
27211      Branch: perl
27212            ! ext/B/B.pm
27213 ____________________________________________________________________________
27214 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27215         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27216              From: Nicholas Clark <nick@unfortu.net> 
27217              Date: Fri, 28 Dec 2001 00:43:02 +0000
27218              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27219      Branch: perl
27220            ! ext/Socket/socketpair.t
27221 ____________________________________________________________________________
27222 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27223         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27224      Branch: perl
27225            ! pod/perluniintro.pod
27226 ____________________________________________________________________________
27227 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27228         Log: Update Changes.
27229      Branch: perl
27230            ! Changes patchlevel.h
27231 ____________________________________________________________________________
27232 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27233         Log: More wait status trickery for BeOS.
27234      Branch: perl
27235            ! ext/POSIX/POSIX.xs
27236 ____________________________________________________________________________
27237 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27238         Log: metaconfig unit change for #13908.
27239      Branch: metaconfig/U/perl
27240            ! d_u32align.U
27241 ____________________________________________________________________________
27242 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27243         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27244      Branch: perl
27245            ! Configure
27246 ____________________________________________________________________________
27247 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27248         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27249              From: gbarr@monty.mutatus.co.uk
27250              Date: 27 Dec 2001 14:41:36 -0000
27251              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27252      Branch: perl
27253            ! lib/ExtUtils/t/Embed.t
27254 ____________________________________________________________________________
27255 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27256         Log: Subject: [PATCH] Re: socketpair emulation
27257              From: Nicholas Clark <nick@unfortu.net> 
27258              Date: Wed, 26 Dec 2001 20:08:14 +0000
27259              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27260      Branch: perl
27261            ! ext/Socket/socketpair.t
27262 ____________________________________________________________________________
27263 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27264         Log: Subject: [DOC PATCH] left is right and right is left
27265              From: Philip Newton <Philip.Newton@gmx.net>
27266              Date: Thu, 27 Dec 2001 10:04:17 +0100
27267              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27268      Branch: perl
27269            ! pod/perlfunc.pod pod/perlport.pod
27270 ____________________________________________________________________________
27271 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27272         Log: Subject: [PATCH] check return of close
27273              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27274              Date: 27 Dec 2001 09:47:30 +0100
27275              Message-ID: <m3ellhgicd.fsf@anima.de> 
27276              
27277              Subject: [PATCH] improve error reporting
27278              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27279              Date: 27 Dec 2001 09:54:55 +0100
27280              Message-ID: <m3adw5gi00.fsf@anima.de> 
27281              
27282              Subject: [PATCH] check return value of close
27283              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27284              Date: 27 Dec 2001 10:03:55 +0100
27285              Message-ID: <m3666tghl0.fsf@anima.de> 
27286              
27287              Subject: [PATCH] return of close
27288              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27289              Date: 27 Dec 2001 10:22:15 +0100
27290              Message-ID: <m31yhhggqg.fsf@anima.de> 
27291      Branch: perl
27292            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
27293            ! t/io/fflush.t
27294 ____________________________________________________________________________
27295 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
27296         Log: Subject: [PATCH] check return of close
27297              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27298              Date: 27 Dec 2001 09:47:30 +0100
27299              Message-ID: <m3ellhgicd.fsf@anima.de> 
27300      Branch: perl
27301            ! t/base/rs.t
27302 ____________________________________________________________________________
27303 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
27304         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
27305              From: andreas.koenig@anima.de (Andreas J. Koenig)
27306              Date: 27 Dec 2001 09:21:16 +0100
27307              Message-ID: <m3n105gjk3.fsf@anima.de>
27308      Branch: perl
27309            ! t/op/sysio.t
27310 ____________________________________________________________________________
27311 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
27312         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
27313              From: "Gerrit P. Haase" <gp@familiehaase.de>
27314              Date: Thu, 27 Dec 2001 09:23:55 +0100 
27315              Message-ID: <98211521662.20011227092355@familiehaase.de>
27316      Branch: perl
27317            ! lib/ExtUtils/t/MM_Cygwin.t
27318 ____________________________________________________________________________
27319 [ 13900] By: nick                                  on 2001/12/27  11:11:51
27320         Log: Integrate mainline
27321      Branch: perlio
27322           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
27323           +> lib/File/Spec/NW5.pm
27324           !> (integrate 52 files)
27325 ____________________________________________________________________________
27326 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
27327         Log: Replace the awful (most likely generated and not very persistent)
27328              URL with something tangible.
27329      Branch: perl
27330            ! README.hpux
27331 ____________________________________________________________________________
27332 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
27333         Log: Naughty /dev/printer (ls -l, really) of IRIX.
27334      Branch: perl
27335            ! t/op/stat.t
27336 ____________________________________________________________________________
27337 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
27338         Log: Upgrade to Net::Ping 2.10.
27339      Branch: perl
27340            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
27341            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
27342            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
27343            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
27344 ____________________________________________________________________________
27345 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
27346         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
27347              (this showed up in Benchmark.t)
27348      Branch: perl
27349            ! pp_sys.c
27350 ____________________________________________________________________________
27351 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
27352         Log: BeOS updates.
27353      Branch: perl
27354            ! README.beos beos/beos.c
27355 ____________________________________________________________________________
27356 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
27357         Log: Subject: Re: bleadperl doesn't compile
27358              From: "Gerrit P. Haase" <gp@familiehaase.de>
27359              Date: Wed, 26 Dec 2001 21:29:08 +0100
27360              Message-ID: <22168634623.20011226212908@familiehaase.de>
27361              
27362              Cygwin with multiplicity.
27363      Branch: perl
27364            ! perlio.c
27365 ____________________________________________________________________________
27366 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
27367         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27368              From: Nicholas Clark <nick@ccl4.org>
27369              Date: Wed, 26 Dec 2001 19:07:33 +0000
27370              Message-ID: <20011226190732.J48842@plum.flirble.org>            
27371              
27372              socketpair() (un)signedness nit.
27373      Branch: perl
27374            ! util.c
27375 ____________________________________________________________________________
27376 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
27377         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27378              From: Nicholas Clark <nick@ccl4.org>
27379              Date: Wed, 26 Dec 2001 19:19:47 +0000
27380              Message-ID: <20011226191946.K48842@plum.flirble.org>
27381              
27382              Use report_evil_fh().
27383      Branch: perl
27384            ! doio.c
27385 ____________________________________________________________________________
27386 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
27387         Log: Bad $? assumptions.
27388      Branch: perl
27389            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
27390 ____________________________________________________________________________
27391 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
27392         Log: Net::Ping isn't going to work much without
27393              the Socket extension; fail more gracefully.
27394      Branch: perl
27395            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27396            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27397            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27398            ! lib/Net/Ping/t/300_ping_stream.t
27399 ____________________________________________________________________________
27400 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
27401         Log: metaconfig unit change for #13888.
27402      Branch: metaconfig
27403            ! U/modified/Oldconfig.U
27404 ____________________________________________________________________________
27405 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
27406         Log: test -d /system is a bit too generic test for VOS
27407              (false hit in BeOS)
27408      Branch: perl
27409            ! Configure
27410 ____________________________________________________________________________
27411 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
27412         Log: No AF_UNIX in BeOS.
27413      Branch: perl
27414            ! util.c
27415 ____________________________________________________________________________
27416 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
27417         Log: FAQ sync.
27418      Branch: perl
27419            ! pod/perlfaq5.pod
27420 ____________________________________________________________________________
27421 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
27422         Log: Update Changes.
27423      Branch: perl
27424            ! Changes patchlevel.h
27425 ____________________________________________________________________________
27426 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
27427         Log: Make -t equal -tw.
27428      Branch: perl
27429            ! perl.c pod/perlrun.pod
27430 ____________________________________________________________________________
27431 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
27432         Log: Subject: Re: Not OK 13881
27433              From: John Peacock <jpeacock@rowman.com>
27434              Date: Tue, 25 Dec 2001 06:02:12 -0500
27435              Message-ID: <3C285CB4.8040006@rowman.com>
27436      Branch: perl
27437            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
27438 ____________________________________________________________________________
27439 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
27440         Log: Subject: Re: Not OK 13881
27441              From: andreas.koenig@anima.de (Andreas J. Koenig)
27442              Date: 25 Dec 2001 07:33:23 +0100
27443              Message-ID: <m3bsgnajws.fsf@anima.de>
27444      Branch: perl
27445            ! op.c
27446 ____________________________________________________________________________
27447 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27448         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27449              From: Mark-Jason Dominus <mjd@plover.com>    
27450              Date: Mon, 24 Dec 2001 18:14:48 -0500
27451              Message-ID: <20011224231448.25826.qmail@plover.com>
27452      Branch: perl
27453            ! op.c t/op/eval.t
27454 ____________________________________________________________________________
27455 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27456         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27457              From: Dave Rolsky <autarch@urth.org>
27458              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27459              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27460      Branch: perl
27461            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27462            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27463            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27464            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27465            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27466 ____________________________________________________________________________
27467 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27468         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27469              From: Jeffrey Friedl <jfriedl@yahoo.com>
27470              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27471              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27472              
27473              The rest of the tests for plus few extras.
27474      Branch: perl
27475            ! t/op/pat.t
27476 ____________________________________________________________________________
27477 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27478         Log: metaconfig unit change for #13877.
27479      Branch: metaconfig
27480            ! U/modified/Unix.U
27481 ____________________________________________________________________________
27482 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27483         Log: No-op.
27484      Branch: perl
27485            ! Configure
27486 ____________________________________________________________________________
27487 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27488         Log: More constant casting.
27489      Branch: perl
27490            ! regexec.c
27491 ____________________________________________________________________________
27492 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27493         Log: Subject: perlhack.pod 
27494              From: "John P. Linderman" <jpl@research.att.com>
27495              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27496              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27497      Branch: perl
27498            ! pod/perlhack.pod
27499 ____________________________________________________________________________
27500 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27501         Log: File::Find patch patches from Thomas Wegner.
27502      Branch: perl
27503            ! lib/File/Find.pm
27504 ____________________________________________________________________________
27505 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27506         Log: Subject: Re: socketpair emulation 
27507              From: Nicholas Clark <nick@unfortu.net>                 
27508              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27509              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27510      Branch: perl
27511            ! ext/Socket/socketpair.t
27512 ____________________________________________________________________________
27513 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27514         Log: Must cast constants if they can be quads.
27515      Branch: perl
27516            ! regcomp.c
27517 ____________________________________________________________________________
27518 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27519         Log: Promote the e/uid to wide enough un/signed integers
27520              and printf them as such.
27521      Branch: perl
27522            ! taint.c
27523 ____________________________________________________________________________
27524 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
27525         Log: metaconfig unit change for #13869.
27526      Branch: metaconfig/U/perl
27527            ! d_u32align.U
27528 ____________________________________________________________________________
27529 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
27530         Log: The U32 alignment test wasn't really working, noticed
27531              by Paul Green.  Now the test works, but this means that
27532              we may see coredumps from the test.   I sure hope MMUless
27533              places don't crash on the test.
27534      Branch: perl
27535            ! Configure
27536 ____________________________________________________________________________
27537 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
27538         Log: metaconfig unit changes for #13867.
27539      Branch: metaconfig
27540            ! U/compline/nblock_io.U U/modified/Unix.U
27541            ! U/modified/spitshell.U
27542 ____________________________________________________________________________
27543 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
27544         Log: More VOS tweaks.
27545      Branch: perl
27546            ! Configure
27547 ____________________________________________________________________________
27548 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
27549         Log: The funky final sigma casefolding.
27550      Branch: perl
27551            ! regcomp.c regexec.c t/op/pat.t utf8.h
27552 ____________________________________________________________________________
27553 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
27554         Log: Update Changes.
27555      Branch: perl
27556            ! Changes patchlevel.h
27557 ____________________________________________________________________________
27558 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
27559         Log: Move the \C and \X to pat.t.
27560      Branch: perl
27561            ! t/op/pat.t t/op/re_tests
27562 ____________________________________________________________________________
27563 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
27564         Log: More logical test ordering.
27565      Branch: perl
27566            ! perl.h
27567 ____________________________________________________________________________
27568 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
27569         Log: Integrate perlio:
27570              
27571              [ 13854]
27572              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27573              
27574              [ 13853]
27575              Put PerlIO stuff inside EXTERN C
27576              
27577              [ 13852]
27578              Add at least the "important" PerlIO_xxxx functions to embed.pl
27579              so that they get implicit pTHX_ and we can avoid slow dTHX.
27580      Branch: perl
27581           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
27582           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
27583           !> win32/win32.c
27584 ____________________________________________________________________________
27585 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
27586         Log: Even more \X fixing.
27587      Branch: perl
27588            ! regexec.c t/op/pat.t
27589 ____________________________________________________________________________
27590 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
27591         Log: More \X fixing.
27592      Branch: perl
27593            ! regexec.c t/op/pat.t
27594 ____________________________________________________________________________
27595 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
27596         Log: Fix encoding pragma.
27597      Branch: perl
27598            ! regcomp.c
27599 ____________________________________________________________________________
27600 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
27601         Log: Subject: socketpair emulation
27602              From: Nicholas Clark <nick@unfortu.net>
27603              Date: Sat, 22 Dec 2001 18:38:18 +0000
27604              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
27605      Branch: perl
27606            + ext/Socket/socketpair.t
27607            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
27608            ! pp_sys.c proto.h util.c
27609 ____________________________________________________________________________
27610 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
27611         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
27612              From: Jeffrey Friedl <jfriedl@yahoo.com>
27613              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
27614              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
27615              
27616              (partially applied, most of the new tests need to be rethought)
27617      Branch: perl
27618            ! regcomp.c t/op/re_tests
27619 ____________________________________________________________________________
27620 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
27621         Log: Small tweaks.
27622      Branch: perl
27623            ! handy.h regexec.c
27624 ____________________________________________________________________________
27625 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
27626         Log: Unicode casefolding continues.
27627              (lib/encoding.t still failing.)
27628      Branch: perl
27629            ! regexec.c t/op/pat.t
27630 ____________________________________________________________________________
27631 [ 13854] By: nick                                  on 2001/12/22  20:01:27
27632         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27633      Branch: perlio
27634            ! makedef.pl perlio.h perlio.sym win32/win32.c
27635 ____________________________________________________________________________
27636 [ 13853] By: nick                                  on 2001/12/22  19:58:53
27637         Log: Put PerlIO stuff inside EXTERN C
27638      Branch: perlio
27639            ! embed.pl proto.h
27640 ____________________________________________________________________________
27641 [ 13852] By: nick                                  on 2001/12/22  18:04:34
27642         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
27643              so that they get implicit pTHX_ and we can avoid slow dTHX.
27644      Branch: perlio
27645            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
27646            ! perlio.h pod/perlapi.pod proto.h
27647 ____________________________________________________________________________
27648 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
27649         Log: metaconfig unit change for #13850.
27650      Branch: metaconfig
27651            ! U/modified/Loc.U
27652 ____________________________________________________________________________
27653 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
27654         Log: Rework the make logic (again).
27655      Branch: perl
27656            ! Configure
27657 ____________________________________________________________________________
27658 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
27659         Log: Integrate perlio:
27660              
27661              [ 13848]
27662              The CR at EOF fix earlier broke CR at end-of-buffer.
27663              This should be okay for both?
27664              
27665              [ 13847]
27666              Correct checking code which Ilya spotted was tripped by CR at EOF.
27667              Also tone down perl -DP tracing of sv_gets.
27668              
27669              [ 13846]
27670              Fix mis-parse of autoloaded usage code by declaring the sub
27671      Branch: perl
27672            ! regexec.c
27673           !> ext/POSIX/POSIX.pm perlio.c sv.c
27674 ____________________________________________________________________________
27675 [ 13848] By: nick                                  on 2001/12/22  15:11:17
27676         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
27677              This should be okay for both?
27678      Branch: perlio
27679            ! perlio.c
27680 ____________________________________________________________________________
27681 [ 13847] By: nick                                  on 2001/12/22  12:26:32
27682         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
27683              Also tone down perl -DP tracing of sv_gets.
27684      Branch: perlio
27685            ! perlio.c sv.c
27686 ____________________________________________________________________________
27687 [ 13846] By: nick                                  on 2001/12/22  10:49:27
27688         Log: Fix mis-parse of autoloaded usage code by declaring the sub
27689      Branch: perlio
27690            ! ext/POSIX/POSIX.pm
27691 ____________________________________________________________________________
27692 [ 13845] By: nick                                  on 2001/12/22  10:44:11
27693         Log: Integrate mainline - some fails:
27694              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
27695              -------------------------------------------------------------------------------
27696              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
27697              ../lib/encoding.t                    19    2  10.53%  17-18
27698              op/pat.t                            770    3   0.39%  754-755 757
27699      Branch: perlio
27700           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
27701           !> (integrate 36 files)
27702 ____________________________________________________________________________
27703 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
27704         Log: More Unicode casing fixes.
27705      Branch: perl
27706            ! regexec.c t/op/pat.t
27707 ____________________________________________________________________________
27708 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
27709         Log: Unicode casefolding fixes.
27710      Branch: perl
27711            ! op.c regcomp.c regexec.c t/op/pat.t
27712 ____________________________________________________________________________
27713 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
27714         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
27715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27716              Date: Sat, 22 Dec 2001 00:01:29 +0100
27717              Message-ID: <20011222000129.A713@rafael>
27718      Branch: perl
27719            ! ext/B/B/Deparse.pm
27720 ____________________________________________________________________________
27721 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
27722         Log: VOS config from Paul Green.
27723      Branch: perl
27724            ! hints/vos.sh
27725 ____________________________________________________________________________
27726 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
27727         Log: Subject: [PATCH @13746] CreateTTY on OS/2
27728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27729              Date: Fri, 21 Dec 2001 15:59:45 -0500
27730              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
27731      Branch: perl
27732            ! lib/perl5db.pl
27733 ____________________________________________________________________________
27734 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
27735         Log: Subject: [PATCH @13746] uninstalled build of modules broken
27736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27737              Date: Fri, 21 Dec 2001 15:49:09 -0500
27738              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
27739      Branch: perl
27740            ! lib/ExtUtils/MM_Unix.pm
27741 ____________________________________________________________________________
27742 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
27743         Log: Subject: [PATCH @13746] OS/2 File::* modules
27744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27745              Date: Fri, 21 Dec 2001 15:43:24 -0500
27746              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
27747      Branch: perl
27748            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
27749 ____________________________________________________________________________
27750 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
27751         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
27752              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27753              Date: Fri, 21 Dec 2001 17:29:07 +0100
27754              Message-ID: <3C236353.6625C4C0@alcatel.at>
27755      Branch: perl
27756            ! pod/perltie.pod
27757 ____________________________________________________________________________
27758 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
27759         Log: metaconfig unit changes for #13835
27760      Branch: metaconfig
27761            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
27762            ! U/modified/sh.U
27763 ____________________________________________________________________________
27764 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
27765         Log: Further VOS tweaks: the _exe needs to be introduced
27766              in the very beginning, and the make/gmake needs special
27767              VOS logic.
27768      Branch: perl
27769            ! Configure Makefile.SH
27770 ____________________________________________________________________________
27771 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
27772         Log: Update Changes.
27773      Branch: perl
27774            ! Changes patchlevel.h
27775 ____________________________________________________________________________
27776 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
27777         Log: metaconfig unit change for #13832.
27778      Branch: metaconfig
27779            ! U/modified/spitshell.U
27780 ____________________________________________________________________________
27781 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
27782         Log: Also the search for cat needs to be _exe-aware.
27783      Branch: perl
27784            ! Configure
27785 ____________________________________________________________________________
27786 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
27787         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
27788              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27789              Date: Fri, 21 Dec 2001 14:02:01 +0100
27790              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
27791      Branch: perl
27792            ! ext/B/B/Xref.pm
27793 ____________________________________________________________________________
27794 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
27795         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
27796      Branch: perl
27797            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27798            ! ext/B/t/assembler.t
27799 ____________________________________________________________________________
27800 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
27801         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
27802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27803              Date: Fri, 21 Dec 2001 11:15:38 +0100
27804              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
27805      Branch: perl
27806            ! hv.c
27807 ____________________________________________________________________________
27808 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
27809         Log: A plan is good.
27810      Branch: perl
27811            ! ext/re/re.t
27812 ____________________________________________________________________________
27813 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
27814         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
27815              From: chromatic <chromatic@rmci.net>
27816              Date: Thu, 20 Dec 2001 16:16:48 -0700
27817              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
27818      Branch: perl
27819            + ext/re/re.t
27820            ! MANIFEST
27821 ____________________________________________________________________________
27822 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
27823         Log: Synchronize the skippage message.
27824      Branch: perl
27825            ! lib/ExtUtils/t/MM_OS2.t
27826 ____________________________________________________________________________
27827 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
27828         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
27829              From: chromatic <chromatic@rmci.net>
27830              Date: Thu, 20 Dec 2001 16:09:10 -0700
27831              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
27832      Branch: perl
27833            + lib/ExtUtils/t/MM_OS2.t
27834            ! MANIFEST
27835 ____________________________________________________________________________
27836 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
27837         Log: Subject: perlfunc.pod patch re flock via fcntl
27838              From: "Tye McQueen" <tye@metronet.com>
27839              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
27840              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
27841      Branch: perl
27842            ! pod/perlfunc.pod
27843 ____________________________________________________________________________
27844 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
27845         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
27846              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
27847              (the Unicode maximum code point) warnable offenses.
27848      Branch: perl
27849            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
27850            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
27851 ____________________________________________________________________________
27852 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
27853         Log: Sterner admonishment on -t.
27854      Branch: perl
27855            ! pod/perlrun.pod
27856 ____________________________________________________________________________
27857 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
27858         Log: Subject: [PATCH B::Dpparse] minor qr// fix
27859              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27860              Date: Thu, 20 Dec 2001 22:53:34 +0100
27861              Message-ID: <20011220225334.A735@rafael>
27862      Branch: perl
27863            ! ext/B/B/Deparse.pm
27864 ____________________________________________________________________________
27865 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
27866         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
27867              From: Robert Spier <rspier@pobox.com>
27868              Date: Thu, 20 Dec 2001 08:10:00 -0800
27869              Message-ID: <15394.3416.693353.107334@rls.cx>
27870      Branch: perl
27871            ! lib/Carp/Heavy.pm
27872 ____________________________________________________________________________
27873 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
27874         Log: Integrate perlio:
27875              
27876              [ 13815]
27877              pTHX_ fixes for :win32 layer
27878      Branch: perl
27879           !> win32/win32io.c
27880 ____________________________________________________________________________
27881 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
27882         Log: Subject: Re: [PATCH pod/perliol.pod] resend
27883              From: Stas Bekman <stas@stason.org>
27884              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
27885              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
27886      Branch: perl
27887            ! pod/perliol.pod
27888 ____________________________________________________________________________
27889 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
27890         Log: Fix up the APIs noone hopefully uses.
27891      Branch: perl
27892            ! utf8.c
27893 ____________________________________________________________________________
27894 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
27895         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
27896              Date: Wed, 19 Dec 2001 14:13:38 -0800
27897              From: Robert Spier <rspier@pobox.com>
27898              Message-ID: <15393.4370.605214.548582@rls.cx>
27899      Branch: perl
27900            ! lib/Carp.t lib/Carp/Heavy.pm
27901 ____________________________________________________________________________
27902 [ 13815] By: nick                                  on 2001/12/20  10:23:42
27903         Log: pTHX_ fixes for :win32 layer
27904      Branch: perlio
27905            ! win32/win32io.c
27906 ____________________________________________________________________________
27907 [ 13814] By: nick                                  on 2001/12/20  08:20:11
27908         Log: Integrate mainline (mostly) utf8.c does not compile.
27909      Branch: perlio
27910           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
27911           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27912           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27913           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27914           +> lib/Net/Ping/t/300_ping_stream.t
27915           !> Changes MANIFEST embed.h embed.pl embedvar.h
27916           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
27917           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
27918           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
27919           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
27920           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
27921 ____________________________________________________________________________
27922 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
27923         Log: Some bincompat clawbacks.
27924      Branch: perl
27925            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
27926            ! wince/perldll.def
27927 ____________________________________________________________________________
27928 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
27929         Log: gcc pacifying (RH 7.1/ia64).
27930      Branch: perl
27931            ! pp.c
27932 ____________________________________________________________________________
27933 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
27934         Log: Update Changes.
27935      Branch: perl
27936            ! Changes patchlevel.h
27937 ____________________________________________________________________________
27938 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
27939         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27940              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27941              Date: Wed, 19 Dec 2001 12:35:07 +0100
27942              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
27943              
27944              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27946              Date: Wed, 19 Dec 2001 17:34:51 +0000
27947              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
27948      Branch: perl
27949            ! pod/perlre.pod
27950 ____________________________________________________________________________
27951 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
27952         Log: Integrate perlio:
27953              
27954              [ 13808]
27955              Add pTHX to all vtable functions for future-proofing and
27956              consistency of PerlIO layers.
27957              
27958              [ 13797]
27959              Remove the sometimes-lvalue cast
27960              
27961              [ 13796]
27962              alarm.t with -Uuseperlio fix
27963              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27964              not USE_PERLIO
27965              
27966              [ 13795]
27967              Fix READONLY hashes:
27968              1. Discovered need for disabled scope.c part of Jeff's patch.
27969              2. Corrected hv_delete* - entry was being de-linked from
27970              chain (patch program not smart enough?)
27971      Branch: perl
27972           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27973           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
27974 ____________________________________________________________________________
27975 [ 13808] By: nick                                  on 2001/12/19  16:08:27
27976         Log: Add pTHX to all vtable functions for future-proofing and
27977              consistency of PerlIO layers.
27978      Branch: perlio
27979            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27980            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
27981 ____________________________________________________________________________
27982 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
27983         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
27984      Branch: perl
27985            ! ext/B/B/Assembler.pm
27986 ____________________________________________________________________________
27987 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
27988         Log: Reword the alarm explanation.
27989      Branch: perl
27990            ! pod/perlfunc.pod
27991 ____________________________________________________________________________
27992 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
27993         Log: Subject: [PATCH @13746] OS/2 build
27994              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
27995              Date: Wed, 19 Dec 2001 02:45:41 -0500
27996              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
27997              
27998              (skipped the t/TEST change)
27999      Branch: perl
28000            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
28001            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
28002            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
28003 ____________________________________________________________________________
28004 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
28005         Log: Upgrade to Net::Ping 2.09.
28006      Branch: perl
28007            + lib/Net/Ping/CHANGES lib/Net/Ping/README
28008            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28009            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28010            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28011            + lib/Net/Ping/t/300_ping_stream.t
28012            ! MANIFEST lib/Net/Ping.pm
28013 ____________________________________________________________________________
28014 [ 13803] By: nick                                  on 2001/12/19  14:43:24
28015         Log: Integrate mainline
28016      Branch: perlio
28017           +> ext/B/t/assembler.t lib/lib.t
28018           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28019           !> lib/lib_pm.PL t/op/glob.t utf8.c
28020 ____________________________________________________________________________
28021 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
28022         Log: B::Assembler/B::Disassembler patches and test;
28023              from Wolfgang Laun.
28024              
28025              TODO: getting perlcc working.
28026      Branch: perl
28027            + ext/B/t/assembler.t
28028            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28029 ____________________________________________________________________________
28030 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
28031         Log: Can't printf U8s as UVs.
28032      Branch: perl
28033            ! utf8.c
28034 ____________________________________________________________________________
28035 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
28036         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28037              From: Robin Houston <robin@kitsite.com> 
28038              Date: Wed, 19 Dec 2001 13:48:55 +0000
28039              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
28040              
28041              Not exactly a glob test but internal-logically correct.
28042      Branch: perl
28043            ! t/op/glob.t
28044 ____________________________________________________________________________
28045 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
28046         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
28047              From: Michael G Schwern <schwern@pobox.com> 
28048              Date: Wed, 19 Dec 2001 07:42:54 -0500
28049              Message-ID: <20011219124254.GF8630@blackrider>
28050      Branch: perl
28051            + lib/lib.t
28052            ! MANIFEST lib/lib_pm.PL
28053 ____________________________________________________________________________
28054 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
28055         Log: Integrate with perlio.
28056      Branch: perl
28057           !> hv.c hv.h scope.c util.c
28058 ____________________________________________________________________________
28059 [ 13797] By: nick                                  on 2001/12/19  12:03:21
28060         Log: Remove the sometimes-lvalue cast
28061      Branch: perlio
28062            ! hv.h
28063 ____________________________________________________________________________
28064 [ 13796] By: nick                                  on 2001/12/19  11:02:27
28065         Log: alarm.t with -Uuseperlio fix
28066              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28067              not USE_PERLIO
28068      Branch: perlio
28069            ! util.c
28070 ____________________________________________________________________________
28071 [ 13795] By: nick                                  on 2001/12/19  10:19:40
28072         Log: Fix READONLY hashes:
28073              1. Discovered need for disabled scope.c part of Jeff's patch.
28074              2. Corrected hv_delete* - entry was being de-linked from
28075              chain (patch program not smart enough?)
28076      Branch: perlio
28077            ! hv.c scope.c
28078 ____________________________________________________________________________
28079 [ 13794] By: nick                                  on 2001/12/19  09:35:13
28080         Log: Integrate mainline
28081      Branch: perlio
28082           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
28083           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
28084           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
28085           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
28086           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
28087 ____________________________________________________________________________
28088 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
28089         Log: Regen toc.
28090      Branch: perl
28091            ! pod/perltoc.pod
28092 ____________________________________________________________________________
28093 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
28094         Log: FAQ sync.
28095      Branch: perl
28096            ! pod/perlfaq5.pod
28097 ____________________________________________________________________________
28098 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
28099         Log: Reformat round.
28100      Branch: perl
28101            ! pod/perlunicode.pod
28102 ____________________________________________________________________________
28103 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
28104         Log: Subject: [PATCH] pod/perlunicode.pod
28105              From: Jeffrey Friedl <jfriedl@yahoo.com>
28106              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
28107              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
28108      Branch: perl
28109            ! pod/perlunicode.pod
28110 ____________________________________________________________________________
28111 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
28112         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28113              From: Jeffrey Friedl <jfriedl@yahoo.com>
28114              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
28115              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
28116      Branch: perl
28117            ! pod/perluniintro.pod
28118 ____________________________________________________________________________
28119 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
28120         Log: Slight pod reformatting.
28121      Branch: perl
28122            ! pod/perluniintro.pod
28123 ____________________________________________________________________________
28124 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
28125         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28126              From: Jeffrey Friedl <jfriedl@yahoo.com>    
28127              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
28128              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
28129      Branch: perl
28130            ! pod/perluniintro.pod
28131 ____________________________________________________________________________
28132 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
28133         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
28134              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28135              Date: Wed, 19 Dec 2001 01:45:23 +0000
28136              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
28137      Branch: perl
28138            ! sv.c
28139 ____________________________________________________________________________
28140 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
28141         Log: Subject: Porting/checkURL.pl
28142              From: abigail@foad.org
28143              Date: Tue, 18 Dec 2001 19:03:22 +0100          
28144              Message-ID: <20011218180322.8278.qmail@foad.org> 
28145      Branch: perl
28146            ! Porting/checkURL.pl
28147 ____________________________________________________________________________
28148 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
28149         Log: metaconfig unit change for #13783.
28150      Branch: metaconfig
28151            ! U/modified/Loc.U
28152 ____________________________________________________________________________
28153 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
28154         Log: A bit too oversweeping matching in #13778.
28155      Branch: perl
28156            ! Configure
28157 ____________________________________________________________________________
28158 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
28159         Log: Re-gen Configure based on #13778..13781.
28160      Branch: perl
28161            ! Configure config_h.SH
28162 ____________________________________________________________________________
28163 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
28164         Log: First assume that crypt() can live happy normal life in
28165              the libc or the moral equivalent; only then try magic.
28166      Branch: metaconfig
28167            + U/modified/d_crypt.U
28168 ____________________________________________________________________________
28169 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
28170         Log: In VOS ACLs confuse the testing.
28171      Branch: metaconfig
28172            ! U/modified/Findhdr.U
28173 ____________________________________________________________________________
28174 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28175         Log: Either make or gmake.
28176      Branch: metaconfig
28177            ! U/modified/Loc.U
28178 ____________________________________________________________________________
28179 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28180         Log: If your _exe is different from .exe and your test -f $foo
28181              doesn't do magic to recognize $foo$_exe, you will need to
28182              specify -D_exe=... on command line-- and this patch.
28183      Branch: metaconfig
28184            + U/modified/sh.U
28185            ! U/modified/Loc.U
28186 ____________________________________________________________________________
28187 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28188         Log: Fix the bugs in #13768..13776, and regen Configure.
28189      Branch: metaconfig
28190            ! U/compline/nblock_io.U U/modified/Findhdr.U
28191            ! U/modified/spitshell.U
28192      Branch: metaconfig/U/perl
28193            ! issymlink.U perlpath.U
28194      Branch: perl
28195            ! Configure config_h.SH
28196 ____________________________________________________________________________
28197 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28198         Log: Must test with $_exe. (There are plenty of similar
28199              spots earlier but they are a tad more complex to fix
28200              since they come before the hints are run.)
28201      Branch: metaconfig
28202            + U/modified/yacc.U
28203 ____________________________________________________________________________
28204 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28205         Log: F_SETFL might require <fcntl.h>
28206      Branch: metaconfig
28207            ! U/compline/nblock_io.U
28208 ____________________________________________________________________________
28209 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28210         Log: Don't require make; have both make and gmake optional.
28211              (Maybe have a check that at least one of them is available?)
28212      Branch: metaconfig
28213            ! U/modified/Loc.U
28214 ____________________________________________________________________________
28215 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28216         Log: cat might be farther than /bin or /usr/bin.
28217      Branch: metaconfig
28218            ! U/modified/spitshell.U
28219 ____________________________________________________________________________
28220 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28221         Log: In VOS the path component separator is >, not /.
28222      Branch: metaconfig
28223            ! U/modified/Findhdr.U
28224 ____________________________________________________________________________
28225 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28226         Log: The VOS shell doesn't implement the ? wildcard
28227              (? is used for other purposes, I assume); but
28228              it does implement the * wildcard, and that works
28229              in the general case just fine.
28230      Branch: metaconfig/U/perl
28231            ! d_dlsymun.U
28232 ____________________________________________________________________________
28233 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28234         Log: VOS detection.
28235      Branch: metaconfig
28236            ! U/modified/Oldconfig.U
28237 ____________________________________________________________________________
28238 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28239         Log: Proper path for VOS.
28240      Branch: metaconfig
28241            ! U/modified/Head.U
28242 ____________________________________________________________________________
28243 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28244         Log: Change s/>& 4/>&4/g for consistency.
28245      Branch: metaconfig
28246            + U/modified/d_dosuid.U
28247            ! U/modified/d_socket.U
28248      Branch: metaconfig/U/perl
28249            ! issymlink.U perlxvf.U
28250 ____________________________________________________________________________
28251 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28252         Log: Subject: Re: Benchmark.t failure on Linux
28253              From: Nicholas Clark <nick@ccl4.org>
28254              Date: Tue, 18 Dec 2001 22:51:25 +0000
28255              Message-ID: <20011218225124.N21702@plum.flirble.org>
28256      Branch: perl
28257            ! lib/Benchmark.t
28258 ____________________________________________________________________________
28259 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28260         Log: Re-applying #13752 until a better solution can be found.
28261      Branch: perl
28262            ! lib/ExtUtils/t/MM_Unix.t
28263 ____________________________________________________________________________
28264 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28265         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28266              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28267              Date: Tue, 18 Dec 2001 12:05:40 -0500
28268              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28269      Branch: perl
28270            ! lib/Exporter.pm
28271 ____________________________________________________________________________
28272 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28273         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28274              findings -- some of the warnings I can't explain except
28275              by NVgf being detected wrong, though.
28276      Branch: perl
28277            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28278 ____________________________________________________________________________
28279 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28280         Log: Subject: [PATCH] pod/perluniintro.pod
28281              From: Jeffrey Friedl <jfriedl@yahoo.com>
28282              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28283              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
28284      Branch: perl
28285            ! pod/perluniintro.pod
28286 ____________________________________________________________________________
28287 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
28288         Log: ".pm" is the native executable suffix in VOS.
28289      Branch: perl
28290            ! hints/vos.sh
28291 ____________________________________________________________________________
28292 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
28293         Log: Integrate perlio:
28294              
28295              [ 13760]
28296              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28297              - added delete of READONLY value inhibit & test for same
28298              - re-tabbed
28299      Branch: perl
28300           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28301 ____________________________________________________________________________
28302 [ 13760] By: nick                                  on 2001/12/18  15:55:22
28303         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28304              - added delete of READONLY value inhibit & test for same
28305              - re-tabbed
28306      Branch: perlio
28307            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28308 ____________________________________________________________________________
28309 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
28310         Log: (Undone by #13766.)
28311              Retract #13752.
28312      Branch: perl
28313            ! lib/ExtUtils/t/MM_Unix.t
28314 ____________________________________________________________________________
28315 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
28316         Log: Echoes of #13757.
28317      Branch: perl
28318            ! t/lib/warnings/utf8
28319 ____________________________________________________________________________
28320 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
28321         Log: Make the utf8 malformedness messages more verbose.
28322      Branch: perl
28323            ! lib/utf8.t utf8.c
28324 ____________________________________________________________________________
28325 [ 13756] By: nick                                  on 2001/12/18  14:43:58
28326         Log: Integrate mainline
28327      Branch: perlio
28328           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28329           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28330           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28331           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28332           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28333           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
28334            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28335            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28336            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
28337            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28338            - lib/ExtUtils/testlib.t
28339           !> (integrate 28 files)
28340 ____________________________________________________________________________
28341 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
28342         Log: README.aix updates from Jens-Uwe Mager.
28343      Branch: perl
28344            ! README.aix
28345 ____________________________________________________________________________
28346 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
28347         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
28348              From: Michael G Schwern <schwern@pobox.com>
28349              Date: Tue, 18 Dec 2001 00:58:18 -0500
28350              Message-ID: <20011218055818.GC4362@blackrider>
28351      Branch: perl
28352            ! lib/Benchmark.t
28353 ____________________________________________________________________________
28354 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
28355         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
28356              From: Michael G Schwern <schwern@pobox.com>
28357              Date: Tue, 18 Dec 2001 00:40:38 -0500
28358              Message-ID: <20011218054038.GB4362@blackrider>
28359      Branch: perl
28360            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
28361 ____________________________________________________________________________
28362 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
28363         Log: (reintroduced by #13766)
28364              (retracted by #13759)
28365              
28366              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
28367              From: Michael G Schwern <schwern@pobox.com>  
28368              Date: Tue, 18 Dec 2001 00:00:23 -0500
28369              Message-ID: <20011218050023.GA27893@blackrider>
28370      Branch: perl
28371            ! lib/ExtUtils/t/MM_Unix.t
28372 ____________________________________________________________________________
28373 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
28374         Log: Re-patch #13749.
28375      Branch: perl
28376            ! t/op/glob.t
28377 ____________________________________________________________________________
28378 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
28379         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
28380              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28381              Date: Tue, 18 Dec 2001 12:55:43 +0000
28382              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
28383      Branch: perl
28384            ! ext/Devel/Peek/Peek.pm
28385 ____________________________________________________________________________
28386 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
28387         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
28388              From: Robin Houston <robin@kitsite.com> 
28389              Date: Tue, 18 Dec 2001 14:54:33 +0000
28390              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
28391      Branch: perl
28392            ! t/op/glob.t
28393 ____________________________________________________________________________
28394 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
28395         Log: Subject: [PATCH] slightly more for Exporter.pm
28396              From: Nicholas Clark <nick@ccl4.org>
28397              Date: Tue, 18 Dec 2001 00:22:03 +0000
28398              Message-ID: <20011218002203.M21702@plum.flirble.org>
28399      Branch: perl
28400            ! lib/Exporter.pm
28401 ____________________________________________________________________________
28402 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
28403         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
28404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28405              Date: Mon, 17 Dec 2001 16:37:18 +0100
28406              Message-ID: <20011217163718.A2292@rafael>
28407              
28408              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
28409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28410              Date: Mon, 17 Dec 2001 23:17:06 +0100
28411              Message-ID: <20011217231706.A730@rafael>
28412      Branch: perl
28413            ! pod/perlsub.pod pp.c toke.c
28414 ____________________________________________________________________________
28415 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
28416         Log: Update Changes.
28417      Branch: perl
28418            ! Changes patchlevel.h
28419 ____________________________________________________________________________
28420 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
28421         Log: New test warrants a MANIFEST entry.
28422      Branch: perl
28423            ! MANIFEST
28424 ____________________________________________________________________________
28425 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
28426         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28427              From: Robin Houston <robin@kitsite.com>
28428              Date: Mon, 17 Dec 2001 20:27:30 +0000
28429              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
28430              
28431              Can't portably unlink open files.
28432      Branch: perl
28433            ! t/op/glob.t
28434 ____________________________________________________________________________
28435 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
28436         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
28437      Branch: perl
28438            ! pod/perluniintro.pod
28439 ____________________________________________________________________________
28440 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
28441         Log: Move typeglob test from glob.t to gv.t.
28442      Branch: perl
28443            ! t/op/glob.t t/op/gv.t
28444 ____________________________________________________________________________
28445 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28446         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28447              From: Robin Houston <robin@kitsite.com> 
28448              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28449              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28450      Branch: perl
28451            ! t/op/glob.t
28452 ____________________________________________________________________________
28453 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28454         Log: Demote the surrogate and non-character errors to warnings.
28455      Branch: perl
28456            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28457 ____________________________________________________________________________
28458 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28459         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28460              From: Nicholas Clark <nick@ccl4.org>
28461              Date: Mon, 17 Dec 2001 18:27:47 +0000
28462              Message-ID: <20011217182747.D21702@plum.flirble.org>
28463      Branch: perl
28464            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28465 ____________________________________________________________________________
28466 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28467         Log: Subject: [PATCH] ...while $var = glob(...)
28468              From: Robin Houston <robin@kitsite.com> 
28469              Date: Mon, 17 Dec 2001 15:51:54 +0000
28470              Message-ID: <20011217155153.A311@robin.kitsite.com>
28471      Branch: perl
28472            ! op.c
28473 ____________________________________________________________________________
28474 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28475         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28477              Date: Mon, 17 Dec 2001 15:23:01 +0100
28478              Message-ID: <20011217152301.A704@rafael>
28479      Branch: perl
28480            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28481 ____________________________________________________________________________
28482 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28483         Log: The system() vs $SIG{ARLM} is no more a todo.
28484      Branch: perl
28485            ! t/op/alarm.t
28486 ____________________________________________________________________________
28487 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28488         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28489              From: Michael G Schwern <schwern@pobox.com>
28490              Date: Sun, 16 Dec 2001 23:59:01 -0500
28491              Message-ID: <20011217045901.GL17232@blackrider>
28492      Branch: perl
28493            + t/op/alarm.t
28494            ! MANIFEST
28495 ____________________________________________________________________________
28496 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28497         Log: s/UNIX/Unix/
28498      Branch: perl
28499            ! MANIFEST
28500 ____________________________________________________________________________
28501 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28502         Log: Move ExtUtils tests to lib/ExtUtils/t.
28503      Branch: perl
28504            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28505            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28506            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28507            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28508            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28509            + lib/ExtUtils/t/testlib.t
28510            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28511            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28512            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28513            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28514            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28515            ! MANIFEST
28516 ____________________________________________________________________________
28517 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28518         Log: Subject: [PATCH] MM_Unix tests, and some questions
28519              From: Tels <perl_dummy@bloodgate.com>
28520              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28521              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28522              
28523              Subject: Re: [PATCH] MM_Unix tests, and some questions
28524              From: Tels <perl_dummy@bloodgate.com>
28525              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
28526              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
28527      Branch: perl
28528            + lib/ExtUtils/MM_Unix.t
28529            ! MANIFEST lib/ExtUtils/MM_Unix.pm
28530 ____________________________________________________________________________
28531 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
28532         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
28533              From: Michael G Schwern <schwern@pobox.com>
28534              Date: Sun, 16 Dec 2001 17:53:55 -0500
28535              Message-ID: <20011216225354.GE8900@blackrider>
28536      Branch: perl
28537            ! lib/ExtUtils/MM_Unix.pm
28538 ____________________________________________________________________________
28539 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
28540         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
28541              From: Michael G Schwern <schwern@pobox.com>                
28542              Date: Sun, 16 Dec 2001 16:12:55 -0500
28543              Message-ID: <20011216211255.GV8900@blackrider>
28544      Branch: perl
28545            ! ext/B/B/Deparse.pm
28546 ____________________________________________________________________________
28547 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
28548         Log: Subject: [PATCH] Exporter.pm
28549              From: Nicholas Clark <nick@ccl4.org>
28550              Date: Sun, 16 Dec 2001 19:24:25 +0000
28551              Message-ID: <20011216192425.R21702@plum.flirble.org>
28552      Branch: perl
28553            ! lib/Exporter.pm
28554 ____________________________________________________________________________
28555 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
28556         Log: Subject: [PATCH] Exporter.t (and question)
28557              From: Nicholas Clark <nick@ccl4.org>
28558              Date: Sun, 16 Dec 2001 17:24:55 +0000
28559              Message-ID: <20011216172455.P21702@plum.flirble.org>
28560      Branch: perl
28561            ! lib/Exporter.t
28562 ____________________________________________________________________________
28563 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
28564         Log: Subject: Re: perl@13661
28565              From: "John P. Linderman" <jpl@research.att.com>              
28566              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
28567              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
28568      Branch: perl
28569            ! pp_sort.c
28570 ____________________________________________________________________________
28571 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
28572         Log: Subject: Will the real Unicode encoding please stand up?
28573              From: Jeffrey Friedl <jfriedl@yahoo.com>
28574              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
28575              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
28576      Branch: perl
28577            ! pod/perluniintro.pod
28578 ____________________________________________________________________________
28579 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
28580         Log: Integrate perlio:
28581              
28582              [ 13724]
28583              Fix for alarm() breaking into wait*().
28584              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28585              signal handler before caller re-does the system call.
28586      Branch: perl
28587           !> util.c
28588 ____________________________________________________________________________
28589 [ 13724] By: nick                                  on 2001/12/17  09:16:50
28590         Log: Fix for alarm() breaking into wait*().
28591              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28592              signal handler before caller re-does the system call.
28593      Branch: perlio
28594            ! util.c
28595 ____________________________________________________________________________
28596 [ 13723] By: nick                                  on 2001/12/17  07:45:13
28597         Log: Integrate mainline
28598      Branch: perlio
28599           +> (branch 26 files)
28600           !> (integrate 47 files)
28601 ____________________________________________________________________________
28602 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
28603         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
28604              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
28605              and characters beyond 0x10FFF should be disallowed, too,
28606              but some tests would need changing, but more importantly some
28607              APIs would need remodeling since one can easily generate such
28608              characters either by bitwise complements, tr complements, or
28609              v-strings.
28610      Branch: perl
28611            ! pod/perldiag.pod utf8.c
28612 ____________________________________________________________________________
28613 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
28614         Log: Make surrogates illegal also on EBCDIC.
28615      Branch: perl
28616            ! utf8.c
28617 ____________________________________________________________________________
28618 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
28619         Log: Subject: [patch @13687] Unicode::Collate 0.10
28620              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
28621              Date: Sun, 16 Dec 2001 21:22:12 +0900
28622              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
28623      Branch: perl
28624            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28625            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28626 ____________________________________________________________________________
28627 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
28628         Log: More documentation for the encoding pragma.
28629      Branch: perl
28630            ! lib/encoding.pm
28631 ____________________________________________________________________________
28632 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
28633         Log: Subject: [PATCH] lib/open.pm 
28634              From: Jeffrey Friedl <jfriedl@yahoo.com>
28635              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
28636              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
28637      Branch: perl
28638            ! lib/open.pm
28639 ____________________________________________________________________________
28640 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
28641         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
28642              From: chromatic <chromatic@rmci.net>
28643              Date: Sat, 15 Dec 2001 23:24:40 -0700
28644              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
28645      Branch: perl
28646            + lib/ExtUtils/Installed.t
28647            ! MANIFEST
28648 ____________________________________________________________________________
28649 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
28650         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
28651              From: Michael G Schwern <schwern@pobox.com>
28652              Date: Sun, 16 Dec 2001 01:14:00 -0500
28653              Message-ID: <20011216061400.GC8900@blackrider>
28654      Branch: perl
28655            ! lib/diagnostics.pm
28656 ____________________________________________________________________________
28657 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
28658         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
28659              From: Michael G Schwern <schwern@pobox.com>
28660              Date: Sun, 16 Dec 2001 01:12:42 -0500
28661              Message-ID: <20011216061242.GB8900@blackrider>
28662      Branch: perl
28663            ! t/test.pl
28664 ____________________________________________________________________________
28665 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
28666         Log: I sometimes outsmart myself.
28667      Branch: perl
28668            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28669 ____________________________________________________________________________
28670 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
28671         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
28672              From: Michael G Schwern <schwern@pobox.com>
28673              Date: Sat, 15 Dec 2001 15:08:29 -0500
28674              Message-ID: <20011215200829.GK1548@blackrider>
28675      Branch: perl
28676            ! lib/AutoSplit.pm
28677 ____________________________________________________________________________
28678 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
28679         Log: perlunicode enchancements suggested by Jeffrey Friedl.
28680      Branch: perl
28681            ! pod/perlunicode.pod
28682 ____________________________________________________________________________
28683 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
28684         Log: Subject: [PATCH] perlunicode.pod
28685              From: Jeffrey Friedl <jfriedl@yahoo.com>
28686              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
28687              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
28688      Branch: perl
28689            ! pod/perlunicode.pod
28690 ____________________________________________________________________________
28691 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
28692         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
28693              From: Jeffrey Friedl <jfriedl@yahoo.com>
28694              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
28695              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
28696      Branch: perl
28697            ! lib/utf8_heavy.pl
28698 ____________________________________________________________________________
28699 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
28700         Log: Can't create surrogates; so can't match them, either.
28701      Branch: perl
28702            ! pod/perlunicode.pod
28703 ____________________________________________________________________________
28704 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
28705         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
28706              From: Michael G Schwern <schwern@pobox.com>
28707              Date: Sat, 15 Dec 2001 21:20:35 -0500
28708              Message-ID: <20011216022035.GE5672@blackrider>
28709      Branch: perl
28710            ! t/test.pl
28711 ____________________________________________________________________________
28712 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
28713         Log: Make creating UTF-8 surrogates a punishable act.
28714      Branch: perl
28715            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
28716 ____________________________________________________________________________
28717 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
28718         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
28719      Branch: perl
28720            + lib/unicore/In/172.pl lib/unicore/In/173.pl
28721            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
28722            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
28723            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
28724            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
28725            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
28726 ____________________________________________________________________________
28727 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
28728         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
28729              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28730              Date: Sat, 15 Dec 2001 23:21:43 +0100
28731              Message-ID: <20011215232143.A11790@rafael>
28732      Branch: perl
28733            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
28734 ____________________________________________________________________________
28735 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
28736         Log: Make charnames more robust.
28737      Branch: perl
28738            ! lib/charnames.pm
28739 ____________________________________________________________________________
28740 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
28741         Log: The hoops one has to jump through.
28742      Branch: perl
28743            ! ext/I18N/Langinfo/Langinfo.pm
28744 ____________________________________________________________________________
28745 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
28746         Log: Subject: [PATCH] perlstyle.pod nit on warnings
28747              From: Autrijus Tang <autrijus@egb.elixus.org>
28748              Date: Sat, 15 Dec 2001 04:24:34 -0800
28749              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
28750      Branch: perl
28751            ! pod/perlstyle.pod
28752 ____________________________________________________________________________
28753 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
28754         Log: I don't think we are in FooOS, Toto.
28755      Branch: perl
28756            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28757 ____________________________________________________________________________
28758 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
28759         Log: Subject: Re: Untested modules update:  There's more than we thought
28760              From: chromatic <chromatic@rmci.net>
28761              Date: Fri, 14 Dec 2001 17:20:24 -0700
28762              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
28763      Branch: perl
28764            + lib/ExtUtils/MM_Cygwin.t
28765            ! MANIFEST
28766 ____________________________________________________________________________
28767 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
28768         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
28769              From: Michael G Schwern <schwern@pobox.com> 
28770              Date: Fri, 14 Dec 2001 20:59:42 -0500
28771              Message-ID: <20011215015942.GF28596@blackrider>
28772      Branch: perl
28773            ! t/TEST
28774 ____________________________________________________________________________
28775 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
28776         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
28777              From: Michael G Schwern <schwern@pobox.com> 
28778              Date: Fri, 14 Dec 2001 20:03:46 -0500
28779              Message-ID: <20011215010346.GD28596@blackrider>
28780      Branch: perl
28781            + ext/B/t/bblock.t
28782            ! MANIFEST
28783 ____________________________________________________________________________
28784 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
28785         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
28786              From: Michael G Schwern <schwern@pobox.com> 
28787              Date: Fri, 14 Dec 2001 19:59:13 -0500
28788              Message-ID: <20011215005913.GC28596@blackrider>
28789      Branch: perl
28790            ! ext/B/B/Bblock.pm
28791 ____________________________________________________________________________
28792 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
28793         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
28794              From: Michael G Schwern <schwern@pobox.com> 
28795              Date: Fri, 14 Dec 2001 19:36:12 -0500
28796              Message-ID: <20011215003611.GA28596@blackrider>
28797      Branch: perl
28798            + ext/B/t/asmdata.t
28799            ! MANIFEST
28800 ____________________________________________________________________________
28801 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
28802         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
28803              From: Michael G Schwern <schwern@pobox.com> 
28804              Date: Fri, 14 Dec 2001 19:14:14 -0500
28805              Message-ID: <20011215001414.GA25077@blackrider>
28806      Branch: perl
28807            ! bytecode.pl ext/B/B/Asmdata.pm
28808 ____________________________________________________________________________
28809 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
28810         Log: Permissions.
28811      Branch: perl
28812            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28813            ! ext/Devel/PPPort/module3.c
28814 ____________________________________________________________________________
28815 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
28816         Log: Benchmark test from Nicholas Clark.
28817      Branch: perl
28818            + lib/Benchmark.t
28819            ! MANIFEST lib/Benchmark.pm
28820 ____________________________________________________________________________
28821 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
28822         Log: Mithing.
28823      Branch: perl
28824            + lib/Attribute/Handlers/demo/demo2.pl
28825            + lib/Attribute/Handlers/demo/demo3.pl
28826            + lib/Attribute/Handlers/demo/demo4.pl
28827 ____________________________________________________________________________
28828 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
28829         Log: Silence compiler worries found by Schwern/Digital cc.
28830      Branch: perl
28831            ! perlio.c sv.c x2p/str.c
28832 ____________________________________________________________________________
28833 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
28834         Log: User may not have a valid home directory even if
28835              getpwuid() succedds.
28836      Branch: perl
28837            ! ext/File/Glob/t/basic.t
28838 ____________________________________________________________________________
28839 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
28840         Log: Integrate with perlio.  (No changes, but that's okay.)
28841      Branch: perl
28842           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
28843 ____________________________________________________________________________
28844 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
28845         Log: Add a Configure hints file for VOS: the POSIX support
28846              of VOS is getting close to the point where it can run
28847              Configure (some Configure tweaks will be required).
28848      Branch: perl
28849            + hints/vos.sh
28850            ! MANIFEST
28851 ____________________________________________________________________________
28852 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
28853         Log: Update Changes.
28854      Branch: perl
28855            ! Changes patchlevel.h
28856 ____________________________________________________________________________
28857 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
28858         Log: Reintroduce Attribute::Handlers with Spider's fixes.
28859      Branch: perl
28860            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28861            + lib/Attribute/Handlers/README
28862            + lib/Attribute/Handlers/demo/Demo.pm
28863            + lib/Attribute/Handlers/demo/Descriptions.pm
28864            + lib/Attribute/Handlers/demo/MyClass.pm
28865            + lib/Attribute/Handlers/demo/demo.pl
28866            + lib/Attribute/Handlers/demo/demo_call.pl
28867            + lib/Attribute/Handlers/demo/demo_chain.pl
28868            + lib/Attribute/Handlers/demo/demo_cycle.pl
28869            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28870            + lib/Attribute/Handlers/demo/demo_phases.pl
28871            + lib/Attribute/Handlers/demo/demo_range.pl
28872            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28873            + lib/Attribute/Handlers/t/multi.t
28874            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28875 ____________________________________________________________________________
28876 [ 13685] By: nick                                  on 2001/12/14  15:57:00
28877         Log: Integrate mainline
28878      Branch: perlio
28879           +> t/run/switcht.t
28880           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28881           !> perlapi.h pod/perlrun.pod t/TEST taint.c
28882 ____________________________________________________________________________
28883 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
28884         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
28885              From: Michael G Schwern <schwern@pobox.com> 
28886              Date: Thu, 13 Dec 2001 19:27:08 -0500
28887              Message-ID: <20011214002707.GA10532@blackrider>
28888              
28889              (reword the perlrun -t description a bit,
28890              and move the Itaint_warn to the bottom of
28891              the intrpvar.h for binary compatibility)
28892      Branch: perl
28893            + t/run/switcht.t
28894            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28895            ! perlapi.h pod/perlrun.pod t/TEST taint.c
28896 ____________________________________________________________________________
28897 [ 13683] By: nick                                  on 2001/12/14  12:29:41
28898         Log: Integrate mainline
28899      Branch: perlio
28900           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
28901           +> lib/Term/ReadLine.t t/op/hashassign.t
28902            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28903            - lib/Attribute/Handlers/README
28904            - lib/Attribute/Handlers/demo/Demo.pm
28905            - lib/Attribute/Handlers/demo/Descriptions.pm
28906            - lib/Attribute/Handlers/demo/MyClass.pm
28907            - lib/Attribute/Handlers/demo/demo.pl
28908            - lib/Attribute/Handlers/demo/demo2.pl
28909            - lib/Attribute/Handlers/demo/demo3.pl
28910            - lib/Attribute/Handlers/demo/demo4.pl
28911            - lib/Attribute/Handlers/demo/demo_call.pl
28912            - lib/Attribute/Handlers/demo/demo_chain.pl
28913            - lib/Attribute/Handlers/demo/demo_cycle.pl
28914            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28915            - lib/Attribute/Handlers/demo/demo_phases.pl
28916            - lib/Attribute/Handlers/demo/demo_range.pl
28917            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28918            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
28919           !> (integrate 101 files)
28920 ____________________________________________________________________________
28921 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
28922         Log: Detypo.
28923      Branch: perl
28924            ! utf8.c
28925 ____________________________________________________________________________
28926 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
28927         Log: Buffer overflow checks.
28928      Branch: perl
28929            ! utf8.c
28930 ____________________________________________________________________________
28931 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
28932         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
28933              From: Spider Boardman <spider@leggy.zk3.dec.com>
28934              Date: Thu, 13 Dec 2001 15:32:51 -0500
28935              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
28936      Branch: perl
28937            ! lib/ExtUtils/Embed.t
28938 ____________________________________________________________________________
28939 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
28940         Log: More on the Unicode "line" definition.
28941      Branch: perl
28942            ! pod/perlunicode.pod
28943 ____________________________________________________________________________
28944 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
28945         Log: Open-ended VERSION?
28946      Branch: perl
28947            ! lib/ExtUtils/Install.pm
28948 ____________________________________________________________________________
28949 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
28950         Log: Subject: [PATCH] Better make distclean
28951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28952              Date: Thu, 13 Dec 2001 21:10:18 +0100
28953              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
28954      Branch: perl
28955            ! Makefile.SH
28956 ____________________________________________________________________________
28957 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
28958         Log: Remove Memoize::Saves as requested by mjd.
28959      Branch: perl
28960            - lib/Memoize/Saves.pm
28961            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
28962 ____________________________________________________________________________
28963 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
28964         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
28965              From: Michael G Schwern <schwern@pobox.com>
28966              Date: Tue, 11 Dec 2001 23:17:32 -0500
28967              Message-ID: <20011212041732.GS17250@blackrider>
28968      Branch: perl
28969            ! lib/ExtUtils/Install.pm
28970 ____________________________________________________________________________
28971 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
28972         Log: Subject: [PATCH] Re: use utf8; with bad utf8
28973              From: Nicholas Clark <nick@ccl4.org>
28974              Date: Thu, 13 Dec 2001 17:09:39 +0000
28975              Message-ID: <20011213170939.L21702@plum.flirble.org>
28976      Branch: perl
28977            ! t/lib/1_compile.t
28978 ____________________________________________________________________________
28979 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
28980         Log: Subject: (LONG!) Sort benchmarks and patch
28981              From: "John P. Linderman" <jpl@research.att.com>
28982              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
28983              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
28984      Branch: perl
28985            ! pp_sort.c
28986 ____________________________________________________________________________
28987 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
28988         Log: Unadorned numbers evil.
28989      Branch: perl
28990            ! pp.c regcomp.c regexec.c utf8.c utf8.h
28991 ____________________________________________________________________________
28992 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
28993         Log: "preprocessing directive not recognized within macro arg"
28994      Branch: perl
28995            ! ext/Data/Dumper/Dumper.xs
28996 ____________________________________________________________________________
28997 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
28998         Log: Subject: Clarifying the documentation of goto            
28999              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
29000              Date: Thu, 13 Dec 2001 08:57:38 -0500
29001              Message-ID: <3C18BD8B@operamail.com>
29002      Branch: perl
29003            ! pod/perlfunc.pod
29004 ____________________________________________________________________________
29005 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
29006         Log: It could be possible for the case-insensitive
29007              Unicode-aware string comparison to wander off
29008              to the la-la land.
29009      Branch: perl
29010            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
29011            ! regexec.c utf8.c
29012 ____________________________________________________________________________
29013 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
29014         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
29015              From: Michael G Schwern <schwern@pobox.com> 
29016              Date: Wed, 12 Dec 2001 21:53:46 -0500
29017              Message-ID: <20011213025346.GH25129@blackrider>
29018      Branch: perl
29019            ! lib/Net/hostent.t t/op/stat.t t/test.pl
29020 ____________________________________________________________________________
29021 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
29022         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
29023              From: Michael G Schwern <schwern@pobox.com> 
29024              Date: Wed, 12 Dec 2001 20:33:42 -0500
29025              Message-ID: <20011213013342.GX25129@blackrider>
29026      Branch: perl
29027            ! t/io/fs.t
29028 ____________________________________________________________________________
29029 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
29030         Log: Subject: Re: [PATCH] use utf8; tests
29031              From: Nicholas Clark <nick@ccl4.org>
29032              Date: Thu, 13 Dec 2001 00:16:58 +0000
29033              Message-ID: <20011213001658.I21702@plum.flirble.org>
29034      Branch: perl
29035            ! lib/utf8.t
29036 ____________________________________________________________________________
29037 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
29038         Log: EPOC fixes from Olaf Flebbe.
29039      Branch: perl
29040            ! README.epoc epoc/config.sh epoc/createpkg.pl
29041            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
29042 ____________________________________________________________________________
29043 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
29044         Log: Subject: [PATCH perl@13661] VMS test fix-ups
29045              From: "Craig A. Berry" <craigberry@mac.com>
29046              Date: Wed, 12 Dec 2001 16:27:48 -0600
29047              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
29048      Branch: perl
29049            ! lib/Net/hostent.t t/io/fs.t
29050 ____________________________________________________________________________
29051 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
29052         Log: Subject: Re: Next cygwin round.
29053              From: "Gerrit P. Haase" <gp@familiehaase.de>
29054              Date: Wed, 12 Dec 2001 21:59:00 +0100
29055              Message-ID: <122343874595.20011212215900@familiehaase.de>
29056      Branch: perl
29057            ! t/io/fs.t
29058 ____________________________________________________________________________
29059 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
29060         Log: Subject: [PATCH] use utf8; tests
29061              From: Nicholas Clark <nick@ccl4.org>
29062              Date: Wed, 12 Dec 2001 20:07:04 +0000
29063              Message-ID: <20011212200704.E21702@plum.flirble.org>
29064      Branch: perl
29065            ! lib/utf8.t t/test.pl
29066 ____________________________________________________________________________
29067 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
29068         Log: Update Changes.
29069      Branch: perl
29070            ! Changes patchlevel.h
29071 ____________________________________________________________________________
29072 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
29073         Log: Subject: [PATCH] Passing in env to perl_parse did not work
29074              From: Gisle Aas <gisle@ActiveState.com>
29075              Date: 11 Dec 2001 20:52:57 -0800
29076              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
29077      Branch: perl
29078            ! perl.c perl.h
29079 ____________________________________________________________________________
29080 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
29081         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
29082              mostly gcc -Wall complaining about the argument of %p not
29083              being a void *.
29084      Branch: perl
29085            ! perlio.c regcomp.c taint.c toke.c
29086 ____________________________________________________________________________
29087 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
29088         Log: metaconfig unit change for #13657.
29089      Branch: metaconfig
29090            ! U/modified/nis.U
29091 ____________________________________________________________________________
29092 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
29093         Log: Try YP/NIS also from /usr/lib/yp.
29094      Branch: perl
29095            ! Configure
29096 ____________________________________________________________________________
29097 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
29098         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
29099              From: Michael G Schwern <schwern@pobox.com>                
29100              Date: Wed, 12 Dec 2001 05:27:02 -0500      
29101              Message-ID: <20011212102702.GW17250@blackrider>
29102              
29103              (the op/grent part)
29104      Branch: perl
29105            ! t/op/grent.t
29106 ____________________________________________________________________________
29107 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
29108         Log: Weed out .files from ls and readdir() results.
29109      Branch: perl
29110            ! t/op/stat.t
29111 ____________________________________________________________________________
29112 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
29113         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
29114              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29115              Date: Wed, 12 Dec 2001 10:52:21 +0100
29116              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
29117      Branch: perl
29118            ! lib/File/Find.pm
29119 ____________________________________________________________________________
29120 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
29121         Log: Subject: [PATCH] doio fatal on cygwin for 13651
29122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
29123              Date: Wed, 12 Dec 2001 11:28:13 +0100      
29124              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
29125      Branch: perl
29126            ! doio.c
29127 ____________________________________________________________________________
29128 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
29129         Log: Get the whole line of ls, makes debugging easier
29130              (from Schwern)
29131      Branch: perl
29132            ! t/op/stat.t
29133 ____________________________________________________________________________
29134 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
29135         Log: rename() must be tested even without link()
29136              or the utime() and rename-directory tests fail.
29137              (Also got the BeOS utime atime/time the wrong way round.)
29138      Branch: perl
29139            ! t/io/fs.t
29140 ____________________________________________________________________________
29141 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
29142         Log: Now that the beos.c is compiled at the main level
29143              the header is in the beos/
29144      Branch: perl
29145            ! beos/beos.c
29146 ____________________________________________________________________________
29147 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
29148         Log: Must remember to require Socket.
29149      Branch: perl
29150            ! ext/Sys/Syslog/syslog.t
29151 ____________________________________________________________________________
29152 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
29153         Log: In BeOS Errno must resort to actual compilation
29154              and execution for some of the error constants.
29155      Branch: perl
29156            ! ext/Errno/Errno_pm.PL
29157 ____________________________________________________________________________
29158 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
29159         Log: BeOS still has no good sockets.
29160      Branch: perl
29161            ! ext/IO/lib/IO/t/io_sel.t
29162 ____________________________________________________________________________
29163 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
29164         Log: BeOS sockets are not true sockets.
29165      Branch: perl
29166            ! ext/IO/lib/IO/t/io_poll.t
29167 ____________________________________________________________________________
29168 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
29169         Log: No Socket, no Syslog.
29170      Branch: perl
29171            ! ext/Sys/Syslog/syslog.t
29172 ____________________________________________________________________________
29173 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29174         Log: (On some platforms) missing truncate FH.
29175      Branch: perl
29176            ! pod/perltodo.pod
29177 ____________________________________________________________________________
29178 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29179         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29180              and vms would be muchly appreciated.
29181      Branch: perl
29182            ! t/io/fs.t
29183 ____________________________________________________________________________
29184 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29185         Log: utime() updates only the mtime in BeOS. 
29186      Branch: perl
29187            ! pod/perlport.pod
29188 ____________________________________________________________________________
29189 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29190         Log: No link(), no need to dSP.
29191      Branch: perl
29192            ! pp_sys.c
29193 ____________________________________________________________________________
29194 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29195         Log: Missing argument.
29196      Branch: perl
29197            ! utf8.c
29198 ____________________________________________________________________________
29199 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29200         Log: (1) To assume any setuid programs is silly.
29201              (2) Chaining tests with booleans means that some
29202              of them may not get run which means getting out
29203              of test count sync.
29204      Branch: perl
29205            ! t/op/stat.t
29206 ____________________________________________________________________________
29207 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29208         Log: The beos.c needs to be in the main directory.
29209      Branch: perl
29210            ! hints/beos.sh
29211 ____________________________________________________________________________
29212 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29213         Log: Detypo and rename.
29214      Branch: perl
29215            ! doio.c perl.h perlio.c perliol.h
29216 ____________________________________________________________________________
29217 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29218         Log: This time I test compiled.  Honest.
29219      Branch: perl
29220            ! beos/beos.c
29221 ____________________________________________________________________________
29222 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29223         Log: Subject: [PATCH] slightly more pack tests
29224              From: Nicholas Clark <nick@ccl4.org>
29225              Date: Tue, 11 Dec 2001 23:41:23 +0000
29226              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29227      Branch: perl
29228            ! t/op/pack.t
29229 ____________________________________________________________________________
29230 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29231         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29232              From: "Craig A. Berry" <craigberry@mac.com>
29233              Date: Tue, 11 Dec 2001 16:39:13 -0600
29234              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29235      Branch: perl
29236            ! configure.com
29237 ____________________________________________________________________________
29238 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29239         Log: metaconfig unit change for #13632.
29240      Branch: metaconfig/U/perl
29241            ! perlpath.U
29242 ____________________________________________________________________________
29243 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29244         Log: Subject: $Config{perlpath} and -Dversiononly
29245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29246              Date: Tue, 11 Dec 2001 23:32:33 +0100
29247              Message-ID: <20011211233233.A11587@rafael>
29248      Branch: perl
29249            ! Configure
29250 ____________________________________________________________________________
29251 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29252         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29253              From: Nicholas Clark <nick@ccl4.org>
29254              Date: Tue, 11 Dec 2001 21:59:36 +0000
29255              Message-ID: <20011211215935.W21702@plum.flirble.org>
29256      Branch: perl
29257            ! t/op/pack.t
29258 ____________________________________________________________________________
29259 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29260         Log: More UTF-8 API docs.
29261      Branch: perl
29262            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29263 ____________________________________________________________________________
29264 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29265         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29266              From: Nicholas Clark <nick@ccl4.org>
29267              Date: Tue, 11 Dec 2001 20:08:59 +0000
29268              Message-ID: <20011211200859.S21702@plum.flirble.org>
29269      Branch: perl
29270            ! t/op/pack.t
29271 ____________________________________________________________________________
29272 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29273         Log: Subject: Re: use utf8; with bad utf8
29274              From: Nicholas Clark <nick@ccl4.org>
29275              Date: Tue, 11 Dec 2001 19:49:21 +0000
29276              Message-ID: <20011211194921.R21702@plum.flirble.org>
29277      Branch: perl
29278            ! lib/utf8.t
29279 ____________________________________________________________________________
29280 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29281         Log: Can't spell worth a dam.  (Try Three Gorges.)
29282      Branch: perl
29283            ! beos/beos.c
29284 ____________________________________________________________________________
29285 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
29286         Log: We need DWIM cpps.
29287      Branch: perl
29288            ! perlio.c
29289 ____________________________________________________________________________
29290 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
29291         Log: The unixish.h needs to be found and the waitpid wrapper
29292              could use a proto.
29293      Branch: perl
29294            ! beos/beosish.h
29295 ____________________________________________________________________________
29296 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
29297         Log: The BeOS waitpid() seems to be broken,
29298              have a wrapper for it.
29299      Branch: perl
29300            + beos/beos.c beos/beosish.h
29301            ! MANIFEST hints/beos.sh perl.h
29302 ____________________________________________________________________________
29303 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
29304         Log: Unlean the leaning tower of Babel.
29305      Branch: perl
29306            ! perl.h
29307 ____________________________________________________________________________
29308 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
29309         Log: Retract #13607 until we figure out what to do with autouse.
29310      Branch: perl
29311            ! lib/Carp.pm
29312 ____________________________________________________________________________
29313 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
29314         Log: Try to handle platforms that have O_TEXT != O_BINARY but
29315              which are not DOSish, BeOS being one of such platforms.
29316              Ideally this should be a Configure test, not a hardwired
29317              cpp symbol test... 
29318      Branch: perl
29319            ! doio.c perl.h perlio.c perliol.h
29320 ____________________________________________________________________________
29321 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
29322         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
29323              From: Jonathan Stowe <gellyfish@gellyfish.com>
29324              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
29325              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
29326      Branch: perl
29327            ! lib/Term/Cap.pm lib/Term/Cap.t
29328 ____________________________________________________________________________
29329 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
29330         Log: Subject: [patch perlio.c] test for NULL before derefencing
29331              From: Stas Bekman <stas@stason.org>
29332              Date: Tue, 11 Dec 2001 16:17:55 +0800
29333              Message-ID: <3C15C133.8@stason.org>
29334      Branch: perl
29335            ! perlio.c
29336 ____________________________________________________________________________
29337 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
29338         Log: metaconfig unit change for #13617.
29339      Branch: metaconfig/U/perl
29340            ! Extensions.U
29341 ____________________________________________________________________________
29342 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
29343         Log: BeOS has socket() but not enough to build a working Socket.
29344              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
29345              new networking implementation, which is rumored to fix the
29346              non-standardness of sockets, but it's apparently not publicly
29347              available, and anything to do with BeOS has become quite
29348              complicated with the sale of the Be assets to Palm.)
29349      Branch: perl
29350            ! Configure
29351 ____________________________________________________________________________
29352 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
29353         Log: Update changes
29354      Branch: maint-5.6/macperl
29355            ! macos/Changes
29356 ____________________________________________________________________________
29357 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
29358         Log: Add extra pod to help
29359      Branch: maint-5.6/macperl
29360            ! macos/macperl/MacPerl.podhelp
29361 ____________________________________________________________________________
29362 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
29363         Log: Return DoAppleScript errors in $@
29364      Branch: maint-5.6/macperl
29365            ! macos/ext/MacPerl/OSA.xs
29366 ____________________________________________________________________________
29367 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
29368         Log: Clear out $^E before each script run
29369      Branch: maint-5.6/macperl
29370            ! macos/macperl/MPScript.c
29371 ____________________________________________________________________________
29372 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
29373         Log: Integrate various changes from maint-5.6/perl/.
29374      Branch: maint-5.6/macperl
29375           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
29376           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
29377 ____________________________________________________________________________
29378 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
29379         Log: Subject: Exporter's documentation shouldn't lie               
29380              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29381              Date: Mon, 10 Dec 2001 21:30:20 -0500
29382              Message-ID: <3C4AA201@operamail.com>
29383      Branch: perl
29384            ! lib/Exporter.pm
29385 ____________________________________________________________________________
29386 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
29387         Log: Make Errno better in BeOS (the second hunk is
29388              good on any platform).  Still not working in BeOS
29389              are the E constants that refer BeOS native error
29390              constants (B_...) which are enums (*groan*).
29391      Branch: perl
29392            ! ext/Errno/Errno_pm.PL
29393 ____________________________________________________________________________
29394 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
29395         Log: The BeOS linker seems to link the last seen symbol,
29396              not the first (so the symbols of op.o from libperl.so
29397              would get linked to miniperl instead of the symbols of
29398              opmini.o)-- use the same trick as for NeXT4 for linking
29399              miniperl.
29400      Branch: perl
29401            ! Makefile.SH
29402 ____________________________________________________________________________
29403 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
29404         Log: Subject: Re: [PATCH] tests for hash assignment
29405              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29406              Date: Tue, 11 Dec 2001 01:48:55 +0000
29407              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
29408      Branch: perl
29409            ! utf8.c
29410 ____________________________________________________________________________
29411 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
29412         Log: (retracted by #13622)
29413              
29414              Subject: RE: More verbose POD for Carp
29415              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29416              Date: Mon, 10 Dec 2001 20:23:20 -0500
29417              Message-ID: <3C4A3566@operamail.com>
29418      Branch: perl
29419            ! lib/Carp.pm
29420 ____________________________________________________________________________
29421 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
29422         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
29423              From: "Craig A. Berry" <craigberry@mac.com>
29424              Date: Mon, 10 Dec 2001 18:25:37 -0600
29425              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
29426      Branch: perl
29427            ! t/op/write.t t/test.pl
29428 ____________________________________________________________________________
29429 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
29430         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
29431              From: Michael G Schwern <schwern@pobox.com>
29432              Date: Mon, 10 Dec 2001 08:00:01 -0500
29433              Message-ID: <20011210130000.GK1770@blackrider>
29434      Branch: perl
29435            ! t/comp/multiline.t
29436 ____________________________________________________________________________
29437 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
29438         Log: Subject: Re: [PATCH] tests for hash assignment
29439              From: Nicholas Clark <nick@ccl4.org>
29440              Date: Mon, 10 Dec 2001 23:22:28 +0000
29441              Message-ID: <20011210232228.M21702@plum.flirble.org>
29442      Branch: perl
29443            + t/op/hashassign.t
29444            ! MANIFEST t/op/each.t t/test.pl
29445 ____________________________________________________________________________
29446 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29447         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29448              From: "Craig A. Berry" <craigberry@mac.com>
29449              Date: Mon, 10 Dec 2001 16:38:14 -0600
29450              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29451      Branch: perl
29452            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29453 ____________________________________________________________________________
29454 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29455         Log: Subject: [PATCH perl@13600] configure.com fixes
29456              From: "Craig A. Berry" <craigberry@mac.com>
29457              Date: Mon, 10 Dec 2001 14:40:20 -0600
29458              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29459      Branch: perl
29460            ! configure.com
29461 ____________________________________________________________________________
29462 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29463         Log: Silence BeOS compilation moaning.
29464      Branch: perl
29465            ! perl.h
29466 ____________________________________________________________________________
29467 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29468         Log: Update Changes.
29469      Branch: perl
29470            ! Changes patchlevel.h
29471 ____________________________________________________________________________
29472 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29473         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29474              From: Michael G Schwern <schwern@pobox.com>
29475              Date: Mon, 10 Dec 2001 01:21:03 -0500
29476              Message-ID: <20011210062103.GC1770@blackrider>
29477      Branch: perl
29478            ! lib/ExtUtils/Command.t
29479 ____________________________________________________________________________
29480 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29481         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29482              From: Michael G Schwern <schwern@pobox.com>
29483              Date: Mon, 10 Dec 2001 01:10:57 -0500
29484              Message-ID: <20011210061057.GB1770@blackrider>
29485      Branch: perl
29486            ! t/op/groups.t
29487 ____________________________________________________________________________
29488 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29489         Log: Retract #13596, #13593 should do the trick.
29490      Branch: perl
29491            ! t/op/stat.t
29492 ____________________________________________________________________________
29493 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29494         Log: (retracted by #13597, #13593 does the job better)
29495              
29496              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29497              From: Michael G Schwern <schwern@pobox.com>
29498              Date: Mon, 10 Dec 2001 00:53:16 -0500
29499              Message-ID: <20011210055316.GA1770@blackrider>
29500      Branch: perl
29501            ! t/op/stat.t
29502 ____________________________________________________________________________
29503 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29504         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29505              From: Michael G Schwern <schwern@pobox.com> 
29506              Date: Mon, 10 Dec 2001 02:19:14 -0500
29507              Message-ID: <20011210071914.GF1770@blackrider>
29508      Branch: perl
29509            ! lib/AutoSplit.t
29510 ____________________________________________________________________________
29511 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29512         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29513              From: Michael G Schwern <schwern@pobox.com>
29514              Date: Mon, 10 Dec 2001 02:47:40 -0500
29515              Message-ID: <20011210074739.GH1770@blackrider>
29516      Branch: perl
29517            ! t/op/pack.t
29518 ____________________________________________________________________________
29519 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29520         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29521              From: Michael G Schwern <schwern@pobox.com>
29522              Date: Mon, 10 Dec 2001 02:54:22 -0500
29523              Message-ID: <20011210075422.GI1770@blackrider>
29524      Branch: perl
29525            ! t/test.pl
29526 ____________________________________________________________________________
29527 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
29528         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
29529              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29530              Date: Mon, 10 Dec 2001 08:45:20 +0100
29531              Message-ID: <3C146810.60B5B7C0@alcatel.at>
29532      Branch: perl
29533            ! pp_pack.c
29534 ____________________________________________________________________________
29535 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
29536         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
29537              From: Michael G Schwern <schwern@pobox.com>
29538              Date: Mon, 10 Dec 2001 03:27:02 -0500
29539              Message-ID: <20011210082702.GN1770@blackrider>
29540      Branch: perl
29541            ! t/io/openpid.t
29542 ____________________________________________________________________________
29543 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
29544         Log: More chmod +w.
29545      Branch: perl
29546            ! Porting/makerel
29547 ____________________________________________________________________________
29548 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
29549         Log: Just skip the readability test if running as root.
29550      Branch: perl
29551            ! lib/Net/t/netrc.t
29552 ____________________________________________________________________________
29553 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
29554         Log: Tell about the downside of safe signals.
29555      Branch: perl
29556            ! pod/perldelta.pod
29557 ____________________________________________________________________________
29558 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
29559         Log: Make the whole -lperl thing NetBSD only until we
29560              find some other platform that needs the same.
29561      Branch: perl
29562            ! lib/ExtUtils/MM_Unix.pm
29563 ____________________________________________________________________________
29564 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
29565         Log: Subject: [PATCH t/op/pack.t] Cleanup
29566              From: Michael G Schwern <schwern@pobox.com> 
29567              Date: Sun, 9 Dec 2001 23:08:26 -0500
29568              Message-ID: <20011210040826.GD660@blackrider>
29569      Branch: perl
29570            ! t/op/pack.t
29571 ____________________________________________________________________________
29572 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
29573         Log: Add threads support for NetBSD.
29574              
29575              This is also the first (I think) Perl threads build with
29576              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
29577              NetBSD does not as of yet have true kernel POSIX threads,
29578              but the user-level pth seems to be doing pretty well--
29579              the only failure is that threads/t/basic okays 6 and 7
29580              consistently seem be arriving in the reverse order.
29581              Well, gdbm.t is also failing: 'Undefined PLT symbol
29582              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
29583              guessing that GDBM would need a threaded rebuild.
29584      Branch: perl
29585            ! hints/netbsd.sh
29586 ____________________________________________________________________________
29587 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
29588         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
29589              potential performance hit and change in semantics of closure
29590              lookups after C<undef &foo>)
29591      Branch: maint-5.6/perl
29592            ! op.c
29593 ____________________________________________________________________________
29594 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
29595         Log: metaconfig unit change for #13582.
29596      Branch: metaconfig
29597            ! U/threads/usethreads.U
29598 ____________________________________________________________________________
29599 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
29600         Log: Update the ithreads selection info in Configure,
29601              as suggested by Michael Schwern.
29602      Branch: perl
29603            ! Configure
29604 ____________________________________________________________________________
29605 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
29606         Log: Clearing locale environment simply doesn't seem to
29607              guarantee that (nl_)langinfo(CODESET) would return nil.
29608              (I for example get "ISO8859-1", so <guess>maybe there can
29609              be per-system default settings at work</guess>.)
29610      Branch: perl
29611            ! lib/open.t
29612 ____________________________________________________________________________
29613 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
29614         Log: Subject: RE: Exporter fixes reversed in 13540?
29615              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29616              Date: Sun, 9 Dec 2001 12:55:15 -0500
29617              Message-ID: <3C13F455@operamail.com>
29618      Branch: perl
29619            ! lib/open.pm
29620 ____________________________________________________________________________
29621 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
29622         Log: Root is the lizard king.
29623      Branch: perl
29624            ! lib/Net/t/netrc.t
29625 ____________________________________________________________________________
29626 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
29627         Log: Telling how many tests we are expecting helps.
29628      Branch: perl
29629            ! ext/POSIX/t/waitpid.t
29630 ____________________________________________________________________________
29631 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
29632         Log: Add a test case for waitpid(): from Rocco Caputo.
29633      Branch: perl
29634            + ext/POSIX/t/waitpid.t
29635            ! MANIFEST
29636 ____________________________________________________________________________
29637 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
29638         Log: Subject: [PATCH] Term::ReadLine tweaks and test
29639              From: Richard Clamp <richardc@unixbeard.net>
29640              Date: Mon, 10 Dec 2001 00:51:47 +0000
29641              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
29642      Branch: perl
29643            + lib/Term/ReadLine.t
29644            ! MANIFEST lib/Term/ReadLine.pm
29645 ____________________________________________________________________________
29646 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
29647         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
29648              From: Rocco Caputo <troc@netrus.net>
29649              Date: Sun, 9 Dec 2001 18:12:38 -0500
29650              Message-ID: <20011209181238.A803@eyrie.homenet>
29651      Branch: perl
29652            ! win32/win32.c
29653 ____________________________________________________________________________
29654 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
29655         Log: make sure that va_start() has matching va_end();
29656              from OpenBSD 3.0.
29657      Branch: perl
29658            ! x2p/util.c
29659 ____________________________________________________________________________
29660 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
29661         Log: h2ph updates from OpenBSD 3.0.
29662      Branch: perl
29663            ! utils/h2ph.PL
29664 ____________________________________________________________________________
29665 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
29666         Log: OpenBSD hints update from OpenBSD 3.0.
29667      Branch: perl
29668            ! hints/openbsd.sh
29669 ____________________________________________________________________________
29670 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
29671         Log: DJGPP tweaks from Laszlo Molnar.
29672      Branch: perl
29673            ! djgpp/config.over lib/File/Find/t/find.t
29674            ! lib/File/Find/t/taint.t t/pod/find.t
29675 ____________________________________________________________________________
29676 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
29677         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
29678              From: Michael G Schwern <schwern@pobox.com> 
29679              Date: Sun, 9 Dec 2001 19:28:12 -0500
29680              Message-ID: <20011210002812.GF13586@blackrider>
29681      Branch: perl
29682            ! README.cygwin
29683 ____________________________________________________________________________
29684 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
29685         Log: README.cygwin update from Gerrit P. Haase.
29686      Branch: perl
29687            ! README.cygwin
29688 ____________________________________________________________________________
29689 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
29690         Log: Apply NetBSD patch-ag: shared/static linking,
29691              but make the change less intrusive on non-NetBSD.
29692      Branch: perl
29693            ! lib/ExtUtils/MM_Unix.pm
29694 ____________________________________________________________________________
29695 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
29696         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
29697      Branch: perl
29698            ! lib/ExtUtils/Liblist.pm
29699 ____________________________________________________________________________
29700 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
29701         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
29702      Branch: perl
29703            ! regcomp.c
29704 ____________________________________________________________________________
29705 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
29706         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
29707      Branch: perl
29708            ! pp.c
29709 ____________________________________________________________________________
29710 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
29711         Log: Apply NetBSD patch-ac.
29712              (the fix has already been done: change #9706, fully qualified
29713              pathnames in packlists)
29714      Branch: perl
29715            ! lib/ExtUtils/Install.pm
29716 ____________________________________________________________________________
29717 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
29718         Log: Apply NetBSD patch-ab: NetBSD hints update.
29719      Branch: perl
29720            ! hints/netbsd.sh
29721 ____________________________________________________________________________
29722 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
29723         Log: metaconfig unit changes for #13560.
29724      Branch: metaconfig/U/perl
29725            ! dlsrc.U i_ieeefp.U libperl.U
29726 ____________________________________________________________________________
29727 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
29728         Log: NetBSD has <ieeefp.h> but hidden.
29729      Branch: perl
29730            ! hints/netbsd.sh
29731 ____________________________________________________________________________
29732 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
29733         Log: Implement NetBSD patch-aa.
29734      Branch: perl
29735            ! Configure
29736 ____________________________________________________________________________
29737 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
29738         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
29739              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
29740              Date: Sun, 09 Dec 2001 13:40:58 +0100
29741              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
29742              
29743              (The lstat()s were there in 5.6.1: what happened to them?)
29744      Branch: perl
29745            ! lib/File/Find.pm
29746 ____________________________________________________________________________
29747 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
29748         Log: Quickie documentation of the C UTF-8 API.
29749      Branch: perl
29750            ! pod/perlunicode.pod
29751 ____________________________________________________________________________
29752 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
29753         Log: Subject: bleadperl on cygwin weirdness...
29754              From: "Gerrit P. Haase" <gp@familiehaase.de>
29755              Date: Sun, 9 Dec 2001 20:31:28 +0100
29756              Message-ID: <13779422183.20011209203128@familiehaase.de>          
29757              
29758              (plus libperl*.dll version portability tweaks)
29759      Branch: perl
29760            ! lib/ExtUtils/Embed.t
29761 ____________________________________________________________________________
29762 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
29763         Log: Instead of muting symbol export error if under eval,
29764              delay the errors until the croak().
29765              
29766              (replaces #13408)
29767      Branch: perl
29768            ! lib/Exporter/Heavy.pm
29769 ____________________________________________________________________________
29770 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
29771         Log: Basegroup 0 is a cygwin_nt thing.
29772      Branch: perl
29773            ! t/op/groups.t
29774 ____________________________________________________________________________
29775 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
29776         Log: Also WinME is LoseLink.
29777      Branch: perl
29778            ! t/op/stat.t
29779 ____________________________________________________________________________
29780 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
29781         Log: Forgotten checkin.
29782      Branch: perl
29783            ! lib/User/grent.t
29784 ____________________________________________________________________________
29785 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
29786         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
29787              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29788              Date: Sun, 09 Dec 2001 13:45:06 +0100
29789              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
29790      Branch: perl
29791            ! lib/File/Find.pm
29792 ____________________________________________________________________________
29793 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
29794         Log: Tweakback.
29795      Branch: perl
29796            ! lib/Net/hostent.t
29797 ____________________________________________________________________________
29798 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
29799         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
29800              From: Michael G Schwern <schwern@pobox.com>
29801              Date: Sat, 8 Dec 2001 14:48:38 -0500
29802              Message-ID: <20011208194838.GA8650@blackrider>
29803      Branch: perl
29804            ! t/op/grent.t
29805 ____________________________________________________________________________
29806 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
29807         Log: Subject: [README.cygwin] Removing old expected test failures
29808              From: Michael G Schwern <schwern@pobox.com>
29809              Date: Sat, 8 Dec 2001 15:38:28 -0500
29810              Message-ID: <20011208203828.GB9017@blackrider>
29811      Branch: perl
29812            ! README.cygwin
29813 ____________________________________________________________________________
29814 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
29815         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
29816              From: Michael G Schwern <schwern@pobox.com>                
29817              Date: Sat, 8 Dec 2001 15:26:59 -0500
29818              Message-ID: <20011208202659.GA9017@blackrider> 
29819      Branch: perl
29820            ! lib/Net/hostent.t
29821 ____________________________________________________________________________
29822 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
29823         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
29824              From: Michael G Schwern <schwern@pobox.com> 
29825              Date: Sat, 8 Dec 2001 15:06:16 -0500
29826              Message-ID: <20011208200616.GA8915@blackrider>
29827      Branch: perl
29828            ! t/op/stat.t
29829 ____________________________________________________________________________
29830 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
29831         Log: Developer deprecations and an incompatibility.
29832      Branch: perl
29833            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29834 ____________________________________________________________________________
29835 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
29836         Log: Shoo.
29837      Branch: perl
29838            - lib/Attribute/Handlers.pm
29839 ____________________________________________________________________________
29840 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
29841         Log: Remove Attribute::Handlers, as per Damian's request.
29842              (Because of fixing the my variables to be now handled
29843              in run-time, the whole internals of the A::H needs to
29844              be rewritten and Damian will not have time for that
29845              for months.)
29846      Branch: perl
29847            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29848            - lib/Attribute/Handlers/demo/Demo.pm
29849            - lib/Attribute/Handlers/demo/Descriptions.pm
29850            - lib/Attribute/Handlers/demo/MyClass.pm
29851            - lib/Attribute/Handlers/demo/demo.pl
29852            - lib/Attribute/Handlers/demo/demo2.pl
29853            - lib/Attribute/Handlers/demo/demo3.pl
29854            - lib/Attribute/Handlers/demo/demo4.pl
29855            - lib/Attribute/Handlers/demo/demo_call.pl
29856            - lib/Attribute/Handlers/demo/demo_chain.pl
29857            - lib/Attribute/Handlers/demo/demo_cycle.pl
29858            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29859            - lib/Attribute/Handlers/demo/demo_phases.pl
29860            - lib/Attribute/Handlers/demo/demo_range.pl
29861            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29862            - lib/Attribute/Handlers/t/multi.t
29863            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
29864            ! pod/perlmodlib.pod pod/perltoc.pod
29865 ____________________________________________________________________________
29866 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
29867         Log: Subject: Re: attributes are broken
29868              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29869              Date: Sun, 09 Dec 2001 00:09:23 -0500
29870              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
29871      Branch: perl
29872            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
29873            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
29874            ! xsutils.c
29875 ____________________________________________________________________________
29876 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
29877         Log: Forgotten checkin.
29878      Branch: perl
29879            ! lib/Pod/Text.pm
29880 ____________________________________________________________________________
29881 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
29882         Log: uconfig.h update.
29883      Branch: perl
29884            ! uconfig.h
29885 ____________________________________________________________________________
29886 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
29887         Log: Update Changes.
29888      Branch: perl
29889            ! Changes patchlevel.h
29890 ____________________________________________________________________________
29891 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
29892         Log: Note that some of the Unicode features are
29893              dependent on perlio.
29894      Branch: perl
29895            ! pod/perluniintro.pod
29896 ____________________________________________________________________________
29897 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
29898         Log: Regen perlapi, regen toc.
29899      Branch: perl
29900            ! pod/perlapi.pod pod/perltoc.pod
29901 ____________________________________________________________________________
29902 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
29903         Log: FAQ sync.
29904      Branch: perl
29905            ! pod/perlfaq4.pod pod/perlfaq6.pod
29906 ____________________________________________________________________________
29907 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
29908         Log: Subject: [PATCH] Fix odd language in an sv.c comment
29909              From: coral@eekeek.org
29910              Date: Sat, 8 Dec 2001 12:19:39 -0500
29911              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
29912      Branch: perl
29913            ! sv.c
29914 ____________________________________________________________________________
29915 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
29916         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
29917              From: Michael G Schwern <schwern@pobox.com>
29918              Date: Fri, 7 Dec 2001 20:03:45 -0500
29919              Message-ID: <20011208010345.GD642@blackrider>
29920              
29921              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
29922              From: Michael G Schwern <schwern@pobox.com>
29923              Date: Fri, 7 Dec 2001 20:13:54 -0500
29924              Message-ID: <20011208011354.GE642@blackrider>
29925              
29926              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
29927              From: Michael G Schwern <schwern@pobox.com>
29928              Date: Fri, 7 Dec 2001 21:47:36 -0500
29929              Message-ID: <20011208024736.GH642@blackrider>
29930              
29931              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
29932              From: Michael G Schwern <schwern@pobox.com>
29933              Date: Fri, 7 Dec 2001 23:09:43 -0500
29934              Message-ID: <20011208040943.GK642@blackrider>
29935              
29936              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
29937              Message-Id: <a05101004b83754903506@[172.16.52.1]>
29938              Date: Fri, 7 Dec 2001 23:28:15 -0600
29939              From: "Craig A. Berry" <craigberry@mac.com>
29940      Branch: perl
29941            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
29942 ____________________________________________________________________________
29943 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
29944         Log: Integrate perlio:
29945              
29946              [ 13531]
29947              Tweak multi-arg open error messages
29948              
29949              [ 13530]
29950              Allow multi-arg open() if opening layer declares this legal.
29951      Branch: perl
29952           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
29953           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
29954 ____________________________________________________________________________
29955 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
29956         Log: Retract #11156 since Sarathy has found that it breaks code:
29957              http://bugs.ActiveState.com/show_bug.cgi?id=18457
29958              http://bugs.ActiveState.com/show_bug.cgi?id=18858
29959      Branch: perl
29960            ! op.c sv.c t/op/pos.t
29961 ____________________________________________________________________________
29962 [ 13532] By: nick                                  on 2001/12/08  14:11:12
29963         Log: Integrate mainline
29964      Branch: perlio
29965           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
29966           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
29967 ____________________________________________________________________________
29968 [ 13531] By: nick                                  on 2001/12/08  13:48:21
29969         Log: Tweak multi-arg open error messages
29970      Branch: perlio
29971            ! perlio.c
29972 ____________________________________________________________________________
29973 [ 13530] By: nick                                  on 2001/12/08  10:20:06
29974         Log: Allow multi-arg open() if opening layer declares this legal.
29975      Branch: perlio
29976            ! doio.c perlio.c perliol.h
29977 ____________________________________________________________________________
29978 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
29979         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
29980              From: Michael G Schwern <schwern@pobox.com>       
29981              Date: Fri, 7 Dec 2001 19:41:31 -0500
29982              Message-ID: <20011208004131.GC642@blackrider>
29983      Branch: perl
29984            ! t/run/switches.t t/test.pl
29985 ____________________________________________________________________________
29986 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
29987         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
29988              From: Michael G Schwern <schwern@pobox.com>       
29989              Date: Fri, 7 Dec 2001 19:12:44 -0500
29990              Message-ID: <20011208001244.GB642@blackrider>
29991      Branch: perl
29992            ! t/op/stat.t
29993 ____________________________________________________________________________
29994 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
29995         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
29996              From: Michael G Schwern <schwern@pobox.com>
29997              Date: Fri, 7 Dec 2001 17:28:57 -0500
29998              Message-ID: <20011207222857.GI23210@blackrider>
29999      Branch: perl
30000            ! t/op/magic.t
30001 ____________________________________________________________________________
30002 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
30003         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
30004      Branch: perl
30005            ! t/test.pl
30006 ____________________________________________________________________________
30007 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
30008         Log: which_perl: delay as much a possible till runtime.
30009      Branch: perl
30010            ! t/test.pl
30011 ____________________________________________________________________________
30012 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
30013         Log: Further tweakage to which_perl().
30014      Branch: perl
30015            ! t/test.pl
30016 ____________________________________________________________________________
30017 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
30018         Log: perluniintro tweaks.
30019      Branch: perl
30020            ! pod/perluniintro.pod
30021 ____________________________________________________________________________
30022 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
30023         Log: Tweak the $Perl computation.
30024      Branch: perl
30025            ! t/test.pl
30026 ____________________________________________________________________________
30027 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
30028         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
30029              From: Nicholas Clark <nick@ccl4.org>
30030              Date: Fri, 7 Dec 2001 17:06:56 +0000
30031              Message-ID: <20011207170656.G21702@plum.flirble.org>
30032      Branch: perl
30033            ! doop.c t/op/chop.t
30034 ____________________________________________________________________________
30035 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
30036         Log: Update Changes.
30037      Branch: perl
30038            ! Changes patchlevel.h
30039 ____________________________________________________________________________
30040 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
30041         Log: Missing ).
30042      Branch: perl
30043            ! t/test.pl
30044 ____________________________________________________________________________
30045 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
30046         Log: Allow several arguments to display().
30047      Branch: perl
30048            ! t/test.pl
30049 ____________________________________________________________________________
30050 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
30051         Log: /dev/stdout could be either a character special file
30052              or a named pipe, so let's pretend it doesn't exist.
30053      Branch: perl
30054            ! t/op/stat.t
30055 ____________________________________________________________________________
30056 [ 13516] By: nick                                  on 2001/12/07  15:09:23
30057         Log: Integrate again - can I catch up ?
30058      Branch: perlio
30059           !> t/test.pl
30060 ____________________________________________________________________________
30061 [ 13515] By: nick                                  on 2001/12/07  15:08:17
30062         Log: Integrate mainline some more
30063      Branch: perlio
30064           !> README.hpux hints/linux.sh pod/perlfunc.pod
30065 ____________________________________________________________________________
30066 [ 13514] By: nick                                  on 2001/12/07  15:07:15
30067         Log: Integrate mainline
30068      Branch: perlio
30069           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
30070           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
30071           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
30072           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
30073           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
30074           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
30075           +> t/lib/Math/BigInt/BareCalc.pm
30076            - ext/Devel/PPPort/harness/Harness.pm
30077            - ext/Devel/PPPort/harness/Harness.xs
30078            - ext/Devel/PPPort/harness/Makefile.PL
30079            - ext/Devel/PPPort/harness/module2.c
30080            - ext/Devel/PPPort/harness/module3.c
30081            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
30082            - lib/File/Spec/Functions.t
30083           !> (integrate 103 files)
30084 ____________________________________________________________________________
30085 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
30086         Log: Add display() for displaying icky scalars.
30087      Branch: perl
30088            ! t/test.pl
30089 ____________________________________________________________________________
30090 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
30091         Log: Subject: [ID 20011207.001] documentation bug for waitpid
30092              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
30093              Date: Fri, 7 Dec 2001 12:44:56 +0100
30094              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
30095      Branch: perl
30096            ! pod/perlfunc.pod
30097 ____________________________________________________________________________
30098 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
30099         Log: gcc version matching didn't.
30100      Branch: perl
30101            ! hints/linux.sh
30102 ____________________________________________________________________________
30103 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
30104         Log: Subject: HP renamed their servers              
30105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30106              Date: Fri, 07 Dec 2001 12:07:22 +0100
30107              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
30108      Branch: perl
30109            ! README.hpux
30110 ____________________________________________________________________________
30111 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
30112         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
30113              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30114              Date: Fri, 7 Dec 2001 00:24:55 -0500
30115              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
30116      Branch: perl
30117            ! pod/perlport.pod
30118 ____________________________________________________________________________
30119 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
30120         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
30121              From: Michael G Schwern <schwern@pobox.com> 
30122              Date: Thu, 6 Dec 2001 22:56:34 -0500
30123              Message-ID: <20011207035634.GO22648@blackrider>
30124      Branch: perl
30125            ! t/base/lex.t t/op/exec.t
30126 ____________________________________________________________________________
30127 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
30128         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
30129              From: Michael G Schwern <schwern@pobox.com>
30130              Date: Thu, 6 Dec 2001 22:45:44 -0500
30131              Message-ID: <20011207034544.GN22648@blackrider>
30132              
30133              (plus op/ref tweak)
30134      Branch: perl
30135            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
30136            ! t/run/kill_perl.t t/test.pl
30137 ____________________________________________________________________________
30138 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
30139         Log: Upgrade to Math::BigInt 1.48.
30140      Branch: perl
30141            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
30142            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30143            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30144            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30145            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30146            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
30147            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30148 ____________________________________________________________________________
30149 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
30150         Log: Mention also perl56delta in case someone is upgrading from
30151              Perl 5.005_03.
30152      Branch: perl
30153            ! pod/perldelta.pod
30154 ____________________________________________________________________________
30155 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
30156         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30157              From: Michael G Schwern <schwern@pobox.com>
30158              Date: Thu, 6 Dec 2001 15:15:28 -0500
30159              Message-ID: <20011206201528.GF16414@blackrider>
30160              
30161              (just the term.t, not the lex.t)
30162              
30163              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
30164              From: Michael G Schwern <schwern@pobox.com>
30165              Date: Thu, 6 Dec 2001 15:22:22 -0500
30166              Message-ID: <20011206202222.GG16414@blackrider>
30167              
30168              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
30169              From: Michael G Schwern <schwern@pobox.com>
30170              Date: Thu, 6 Dec 2001 15:31:58 -0500
30171              Message-ID: <20011206203158.GI16414@blackrider>
30172              
30173              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30174              From: Michael G Schwern <schwern@pobox.com>
30175              Date: Thu, 6 Dec 2001 17:38:55 -0500
30176              Message-ID: <20011206223855.GC22648@blackrider>
30177      Branch: perl
30178            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30179            ! t/test.pl
30180 ____________________________________________________________________________
30181 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30182         Log: Update the thr5005 situation.
30183      Branch: perl
30184            ! pod/perldelta.pod
30185 ____________________________________________________________________________
30186 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30187         Log: perldelta borrowings from perl561delta.
30188      Branch: perl
30189            ! pod/perldelta.pod
30190 ____________________________________________________________________________
30191 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30192         Log: Add the 5.6.1 perldelta as perl561delta.
30193              (Makes it easier to steal stuff for perldelta :-)
30194      Branch: perl
30195            + pod/perl561delta.pod
30196            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30197 ____________________________________________________________________________
30198 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30199         Log: Retract #13496 for now.
30200      Branch: perl
30201            ! t/base/lex.t t/base/term.t
30202 ____________________________________________________________________________
30203 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30204         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30205              From: "Craig A. Berry" <craigberry@mac.com>
30206              Date: Thu, 6 Dec 2001 14:54:36 -0600
30207              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30208      Branch: perl
30209            ! vms/ext/filespec.t
30210 ____________________________________________________________________________
30211 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30212         Log: (retracted by #13499)
30213              
30214              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30215              From: Michael G Schwern <schwern@pobox.com>
30216              Date: Thu, 6 Dec 2001 15:15:28 -0500
30217              Message-ID: <20011206201528.GF16414@blackrider>
30218      Branch: perl
30219            ! t/base/lex.t t/base/term.t
30220 ____________________________________________________________________________
30221 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30222         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30223              From: Michael G Schwern <schwern@pobox.com>
30224              Date: Thu, 6 Dec 2001 13:54:48 -0500
30225              Message-ID: <20011206185448.GC16414@blackrider>
30226      Branch: perl
30227            ! t/op/stat.t
30228 ____________________________________________________________________________
30229 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30230         Log: The #4 has nothing to do with Unicode.
30231      Branch: perl
30232            ! t/op/tr.t
30233 ____________________________________________________________________________
30234 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30235         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30236              From: Michael G Schwern <schwern@pobox.com>
30237              Date: Thu, 6 Dec 2001 13:45:48 -0500
30238              Message-ID: <20011206184548.GB16414@blackrider>
30239      Branch: perl
30240            ! t/op/tr.t
30241 ____________________________________________________________________________
30242 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30243         Log: Update Changes.
30244      Branch: perl
30245            ! Changes patchlevel.h
30246 ____________________________________________________________________________
30247 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30248         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30250              Date: Thu, 6 Dec 2001 11:41:25 EST
30251              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30252      Branch: perl
30253            ! vms/vms.c vms/vmsish.h
30254 ____________________________________________________________________________
30255 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30256         Log: Subject: [PATCH] Re: weirdness in regexps
30257              From: Robin Houston <robin@kitsite.com> 
30258              Date: Thu, 6 Dec 2001 14:44:01 +0000
30259              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30260      Branch: perl
30261            ! op.c t/lib/strict/subs
30262 ____________________________________________________________________________
30263 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30264         Log: Make the -b -c -S tests count all of the /dev, not just
30265              check the first one, as suggested by Benjamin Goldberg.
30266      Branch: perl
30267            ! t/op/stat.t
30268 ____________________________________________________________________________
30269 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30270         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30271              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30272              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30273              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30274      Branch: perl
30275            ! regexec.c
30276 ____________________________________________________________________________
30277 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30278         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30279      Branch: perl
30280            ! lib/DB.t
30281 ____________________________________________________________________________
30282 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30283         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
30284              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30285              Date: 6 Dec 2001 11:06:01 -0000
30286              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
30287      Branch: perl
30288            ! op.c t/op/tr.t
30289 ____________________________________________________________________________
30290 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
30291         Log: Subject: [PATCH: bleadperl] casefold backref
30292              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30293              Date: Wed, 05 Dec 2001 17:27:05 +0000
30294              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
30295      Branch: perl
30296            ! regexec.c t/op/re_tests
30297 ____________________________________________________________________________
30298 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
30299         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
30300              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30301              Date: Wed, 5 Dec 2001 22:34:53 EST
30302              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
30303      Branch: perl
30304            ! mg.c vms/vms.c vms/vmsish.h
30305 ____________________________________________________________________________
30306 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
30307         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
30308              From: Michael G Schwern <schwern@pobox.com>
30309              Date: Wed, 5 Dec 2001 19:52:58 -0500
30310              Message-ID: <20011205195257.A903@blackrider>
30311      Branch: perl
30312            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
30313            + lib/File/Spec/t/rel2abs2rel.t
30314            - lib/File/Spec.t lib/File/Spec/Functions.t
30315            ! MANIFEST
30316 ____________________________________________________________________________
30317 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
30318         Log: Subject: Re: Silly stat() portability questions                
30319              From: Benjamin Goldberg <goldbb2@earthlink.net>
30320              Date: Wed, 05 Dec 2001 22:52:35 -0500
30321              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
30322      Branch: perl
30323            ! pod/perlport.pod
30324 ____________________________________________________________________________
30325 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
30326         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
30327              From: "Craig A. Berry" <craigberry@mac.com>
30328              Date: Wed, 05 Dec 2001 16:41:59 -0600
30329              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
30330      Branch: perl
30331            ! README.vms configure.com lib/File/Spec/VMS.pm
30332            ! vms/ext/filespec.t
30333 ____________________________________________________________________________
30334 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
30335         Log: $apply->('club', $glibc_maintainers);
30336              
30337              (Nick Clark just reported that <langinfo.h> YESSTR
30338              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
30339      Branch: perl
30340            ! ext/I18N/Langinfo/Langinfo.t
30341 ____________________________________________________________________________
30342 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
30343         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
30344      Branch: perl
30345            ! pod/perlport.pod
30346 ____________________________________________________________________________
30347 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
30348         Log: tweak change#13474 (pad entries can apparently be null in some
30349              situations)
30350      Branch: maint-5.6/perl
30351            ! op.c
30352 ____________________________________________________________________________
30353 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
30354         Log: Restore the /dev -b -c -S part of the test.
30355      Branch: perl
30356            ! t/op/stat.t
30357 ____________________________________________________________________________
30358 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
30359         Log: Retract #13475 until Arthur gets back to the mine.
30360      Branch: perl
30361            ! op.c t/run/kill_perl.t
30362 ____________________________________________________________________________
30363 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
30364         Log: (retracted by #13476)
30365              
30366              Manually apply #13474; fixes stale reference to dead
30367              CvOUTSIDE(); this can happen when anonymous subroutines
30368              that aren't closures are returned from an eval""
30369              
30370              (threads/shared/sv_refs.t is coredump-unhappy about this change)
30371      Branch: perl
30372            ! op.c t/run/kill_perl.t
30373 ____________________________________________________________________________
30374 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
30375         Log: replacement for change#10451
30376              
30377              fixes stale reference to dead CvOUTSIDE(); this can happen when
30378              anonymous subroutines that aren't closures are returned from an
30379              eval""
30380      Branch: maint-5.6/perl
30381            ! op.c t/op/misc.t
30382 ____________________________________________________________________________
30383 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
30384         Log: revert change#10451,10472; it was a naive fix that simply
30385              reintroduced the memory leak!
30386      Branch: maint-5.6/perl
30387            ! op.c t/op/misc.t
30388 ____________________________________________________________________________
30389 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
30390         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
30391              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30392              Date: Wed, 05 Dec 2001 10:49:20 +0100
30393              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
30394      Branch: perl
30395            ! lib/File/Basename.pm lib/File/Basename.t
30396 ____________________________________________________________________________
30397 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
30398         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
30399              From: Michael G Schwern <schwern@pobox.com> 
30400              Date: Wed, 5 Dec 2001 02:47:59 -0500
30401              Message-ID: <20011205024759.H14333@blackrider>
30402      Branch: perl
30403            ! t/op/magic.t
30404 ____________________________________________________________________________
30405 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
30406         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
30407              From: Michael G Schwern <schwern@pobox.com>              
30408              Date: Wed, 5 Dec 2001 02:22:05 -0500
30409              Message-ID: <20011205022205.F14333@blackrider>
30410      Branch: perl
30411            ! t/op/stat.t vms/test.com
30412 ____________________________________________________________________________
30413 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
30414         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30415              From: Michael G Schwern <schwern@pobox.com> 
30416              Date: Tue, 4 Dec 2001 23:40:10 -0500
30417              Message-ID: <20011204234010.B14333@blackrider>
30418      Branch: perl
30419            ! t/op/stat.t
30420 ____________________________________________________________________________
30421 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
30422         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30423              From: Michael G Schwern <schwern@pobox.com> 
30424              Date: Tue, 4 Dec 2001 21:09:18 -0500           
30425              Message-ID: <20011204210918.D13279@blackrider>
30426              
30427              t/test.
30428      Branch: perl
30429            ! t/test.pl
30430 ____________________________________________________________________________
30431 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
30432         Log: (accidentally empty check-in)
30433      Branch: perl
30434            ! t/op/stat.t
30435 ____________________________________________________________________________
30436 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
30437         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
30438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30439              Date: Tue, 04 Dec 2001 23:40:27 +0100
30440              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
30441      Branch: perl
30442            ! mg.c
30443 ____________________________________________________________________________
30444 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
30445         Log: Subject: [PATCH] minor pod fix in Safe.pm
30446              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30447              Date: Tue, 4 Dec 2001 22:02:34 +0100
30448              Message-ID: <20011204220234.A17293@rafael>
30449      Branch: perl
30450            ! ext/Opcode/Safe.pm
30451 ____________________________________________________________________________
30452 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30453         Log: CRLF GRRR.
30454      Branch: perl
30455            ! djgpp/configure.bat
30456 ____________________________________________________________________________
30457 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30458         Log: DJGPP fixes from Laszlo Molnar.
30459      Branch: perl
30460            ! djgpp/configure.bat djgpp/djgpp.h
30461 ____________________________________________________________________________
30462 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30463         Log: Update Changes.
30464      Branch: perl
30465            ! Changes patchlevel.h
30466 ____________________________________________________________________________
30467 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30468         Log: Must wipe out the memory of real Socket before starting
30469              to use the new fake one.
30470      Branch: perl
30471            ! lib/Net/t/config.t
30472 ____________________________________________________________________________
30473 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30474         Log: LC_ALL might trump LANG.
30475      Branch: perl
30476            ! lib/open.t
30477 ____________________________________________________________________________
30478 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30479         Log: Make the eval runtime.
30480      Branch: perl
30481            ! lib/open.pm
30482 ____________________________________________________________________________
30483 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30484         Log: Make the Langinfo test both more lenient (allow
30485              for any symbol not to exists) and stricter (add
30486              more symbols).
30487      Branch: perl
30488            ! ext/I18N/Langinfo/Langinfo.t
30489 ____________________________________________________________________________
30490 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30491         Log: integrate change#13453 from maint-5.6
30492              
30493              tweak change#11399 to use an explicit flag rather than
30494              ass_u_ming w32_pseudo_id will only be zero for the real
30495              toplevel interpreter; avoids multiple hosts from diddling
30496              the environment at the same time
30497      Branch: perl
30498           !> win32/perlhost.h
30499 ____________________________________________________________________________
30500 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30501         Log: Subject: [PATCH] VMS update for perldelta.pod
30502              From: "Craig A. Berry" <craigberry@mac.com> 
30503              Date: Tue, 4 Dec 2001 00:23:12 -0600
30504              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30505      Branch: perl
30506            ! pod/perldelta.pod
30507 ____________________________________________________________________________
30508 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30509         Log: NetWare tweak from Ananth Kesari.
30510      Branch: perl
30511            ! NetWare/Makefile
30512 ____________________________________________________________________________
30513 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30514         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30515              Not adding the test suite because of its many assumptions.
30516      Branch: perl
30517            ! lib/Net/Ping.pm
30518 ____________________________________________________________________________
30519 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30520         Log: tweak change#11399 to use an explicit flag rather than
30521              ass_u_ming w32_pseudo_id will only be zero for the real
30522              toplevel interpreter; avoids multiple hosts from diddling
30523              the environment at the same time
30524      Branch: maint-5.6/perl
30525            ! win32/perlhost.h
30526 ____________________________________________________________________________
30527 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
30528         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
30529              from Len Makin.
30530      Branch: perl
30531            + hints/super-ux.sh
30532            ! MANIFEST
30533 ____________________________________________________________________________
30534 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
30535         Log: Add Mac OS X known failures to perldelta.
30536      Branch: perl
30537            ! pod/perldelta.pod
30538 ____________________________________________________________________________
30539 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
30540         Log: I think it's time to call the utf8 code non-test.
30541      Branch: perl
30542            ! utf8.c
30543 ____________________________________________________________________________
30544 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
30545         Log: Retract #13303, need rethink.
30546      Branch: perl
30547            ! utf8.c
30548 ____________________________________________________________________________
30549 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
30550         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
30551              From: "Craig A. Berry" <craigberry@mac.com>
30552              Date: Mon, 03 Dec 2001 16:28:06 -0600
30553              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
30554      Branch: perl
30555            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
30556 ____________________________________________________________________________
30557 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
30558         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
30559              From: Andy Dougherty <doughera@lafayette.edu>
30560              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
30561              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
30562      Branch: perl
30563            ! hints/solaris_2.sh
30564 ____________________________________________________________________________
30565 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
30566         Log: This test is not very robust on 8.3-constrained systems:
30567              all the "with truncated name" lines between "Autosplitting ..."
30568              and "some names are not unique" lines are unexpected,
30569              and the truncation message becomes:
30570              testtest.al, testtest.al truncate to testtest 
30571      Branch: perl
30572            ! lib/AutoSplit.t
30573 ____________________________________________________________________________
30574 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
30575         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
30576      Branch: perl
30577            ! ext/I18N/Langinfo/Langinfo.t
30578 ____________________________________________________________________________
30579 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
30580         Log: Test::Morify UCD.t
30581      Branch: perl
30582            ! lib/Unicode/UCD.t
30583 ____________________________________________________________________________
30584 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
30585         Log: If Socket has not been built (e.g. DJGPP) the libnet
30586              tests fall over with (too) much noise.
30587      Branch: perl
30588            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30589            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30590            ! lib/Net/t/smtp.t lib/Net/t/time.t
30591 ____________________________________________________________________________
30592 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
30593         Log: Subject: [PATCH] shared hash keys and ++/--
30594              From: Nicholas Clark <nick@ccl4.org>
30595              Date: Mon, 3 Dec 2001 16:37:16 +0000
30596              Message-ID: <20011203163716.C21702@plum.flirble.org>
30597      Branch: perl
30598            ! pp.c pp_hot.c sv.c t/op/inc.t
30599 ____________________________________________________________________________
30600 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
30601         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
30602              From: Jonathan Stowe <jns@gellyfish.com>
30603              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
30604              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
30605      Branch: perl
30606            ! lib/Term/Cap.pm
30607 ____________________________________________________________________________
30608 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
30609         Log: Update Changes.
30610      Branch: perl
30611            ! Changes patchlevel.h
30612 ____________________________________________________________________________
30613 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
30614         Log: perldelta tweaks.
30615      Branch: perl
30616            ! pod/perldelta.pod
30617 ____________________________________________________________________________
30618 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
30619         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
30620              From: Sam Tregar <sam@tregar.com> 
30621              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
30622              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
30623      Branch: perl
30624            ! pod/perlnewmod.pod
30625 ____________________________________________________________________________
30626 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
30627         Log: microperl casting nit.
30628      Branch: perl
30629            ! utf8.c
30630 ____________________________________________________________________________
30631 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
30632         Log: Make sharepvn a macro since all it does is a deref.
30633      Branch: perl
30634            ! embed.h embed.pl global.sym hv.c hv.h proto.h
30635 ____________________________________________________________________________
30636 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
30637         Log: perldelta updates.
30638      Branch: perl
30639            ! pod/perldelta.pod
30640 ____________________________________________________________________________
30641 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
30642         Log: PPPort update from Paul Marquess.
30643      Branch: perl
30644            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
30645            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30646            + ext/Devel/PPPort/t/test.t
30647            - ext/Devel/PPPort/harness/Harness.pm
30648            - ext/Devel/PPPort/harness/Harness.xs
30649            - ext/Devel/PPPort/harness/Makefile.PL
30650            - ext/Devel/PPPort/harness/module2.c
30651            - ext/Devel/PPPort/harness/module3.c
30652            - ext/Devel/PPPort/harness/t/test.t
30653            ! MANIFEST ext/Devel/PPPort/MANIFEST
30654            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30655            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30656            ! ext/Devel/PPPort/soak
30657 ____________________________________________________________________________
30658 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
30659         Log: No use talking about dynamic library search patch
30660              unless we are having a dynamic build.
30661      Branch: perl
30662            ! t/TEST
30663 ____________________________________________________________________________
30664 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
30665         Log: Be more explicit on the List::Util build trick,
30666              should also stop unneeded rebuilds on static builds.
30667      Branch: perl
30668            ! ext/List/Util/Makefile.PL
30669 ____________________________________________________________________________
30670 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
30671         Log: We need to replace the optimize (-O1) with
30672              the -h scalar0 -h vector0, not append them
30673              to the ccflags.
30674      Branch: perl
30675            ! hints/unicos.sh hints/unicosmk.sh
30676 ____________________________________________________________________________
30677 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
30678         Log: Subject: [PATCH] Shared hash keys 
30679              From: Nicholas Clark <nick@ccl4.org>
30680              Date: Sun, 2 Dec 2001 20:52:32 +0000
30681              Message-ID: <20011202205232.U21702@plum.flirble.org>
30682      Branch: perl
30683            ! doop.c t/op/tr.t
30684 ____________________________________________________________________________
30685 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
30686         Log: Better add new files to MANIFEST, too.
30687      Branch: perl
30688            ! MANIFEST
30689 ____________________________________________________________________________
30690 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
30691         Log: Subject: {PATCH] perlpacktut.pod
30692              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
30693              Date: Sun, 02 Dec 2001 19:55:06 +0100
30694              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
30695      Branch: perl
30696            ! pod/perlpacktut.pod
30697 ____________________________________________________________________________
30698 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
30699         Log: Various small nits found by DJGPP build.
30700      Branch: perl
30701            ! doio.c mg.c pp.c util.c
30702 ____________________________________________________________________________
30703 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
30704         Log: Subject: RE: More verbose POD for Carp
30705              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30706              Date: Sun, 2 Dec 2001 11:32:51 -0500
30707              Message-ID: <3C0A9748@operamail.com>
30708      Branch: perl
30709            ! lib/Carp.pm
30710 ____________________________________________________________________________
30711 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
30712         Log: Add a header for DJGPP with the function prototypes.
30713      Branch: perl
30714            + djgpp/djgpp.h
30715            ! MANIFEST djgpp/djgpp.c
30716 ____________________________________________________________________________
30717 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
30718         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
30719              From: Abe Timmerman <abe@ztreet.demon.nl>
30720              Date: Sun, 02 Dec 2001 02:41:25 +0100
30721              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
30722      Branch: perl
30723            ! pp_sys.c
30724 ____________________________________________________________________________
30725 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
30726         Log: There isn't PTR2INT(), there's PTR2IV().
30727      Branch: perl
30728            ! ext/Time/HiRes/HiRes.xs
30729 ____________________________________________________________________________
30730 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
30731         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
30732              From: Marc Lehmann <root@schmorp.de>
30733              Date: Sun, 02 Dec 2001 02:44:53 +0100
30734              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
30735      Branch: perl
30736            ! ext/Time/HiRes/HiRes.xs
30737 ____________________________________________________________________________
30738 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
30739         Log: encode()/decode() examples.
30740      Branch: perl
30741            ! ext/Encode/Encode.pm
30742 ____________________________________________________________________________
30743 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
30744         Log: DJGPP tweaks from Laszlo Molnar.
30745      Branch: perl
30746            ! djgpp/config.over djgpp/djgppsed.sh
30747 ____________________________________________________________________________
30748 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
30749         Log: Update Changes.
30750      Branch: perl
30751            ! Changes patchlevel.h
30752 ____________________________________________________________________________
30753 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
30754         Log: Integrate perlio:
30755              
30756              [ 13409]
30757              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30758              have file descriptors. Noticed a possibly worse problem in the process ...
30759      Branch: perl
30760           !> doio.c
30761 ____________________________________________________________________________
30762 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
30763         Log: Non-VMS-fixed and Win32-skipped version of
30764              
30765              Subject: [PATCH t/op/exec.t] Portabilty fix 
30766              From: Michael G Schwern <schwern@pobox.com> 
30767              Date: Fri, 30 Nov 2001 16:09:27 -0500
30768              Message-ID: <20011130160927.A10406@blackrider>
30769      Branch: perl
30770            ! t/op/exec.t
30771 ____________________________________________________________________________
30772 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
30773         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
30774              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30775              Date: Sat, 1 Dec 2001 07:01:09 -0500
30776              Message-ID: <3C0D2E39@operamail.com>
30777              
30778              Subject: More verbose POD for Carp
30779              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30780              Date: Sat, 1 Dec 2001 08:04:16 -0500
30781              Message-ID: <3C285C2B@operamail.com>
30782      Branch: perl
30783            ! lib/Carp.pm lib/Carp/Heavy.pm
30784 ____________________________________________________________________________
30785 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
30786         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
30787              From: chromatic <chromatic@rmci.net>
30788              Date: Sat, 01 Dec 2001 12:41:58 -0700
30789              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
30790      Branch: perl
30791            ! lib/DB.t
30792 ____________________________________________________________________________
30793 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
30794         Log: Try to make a missing RADIXCHAR a softer kinder error.
30795      Branch: perl
30796            ! ext/I18N/Langinfo/Langinfo.t
30797 ____________________________________________________________________________
30798 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
30799         Log: Have a little faith on nl_langinfo() itself.
30800      Branch: perl
30801            ! ext/I18N/Langinfo/Langinfo.xs
30802 ____________________________________________________________________________
30803 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
30804         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
30805              the max, not max plus one)
30806      Branch: perl
30807            ! ext/I18N/Langinfo/Langinfo.xs
30808 ____________________________________________________________________________
30809 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
30810         Log: Make reality agree with the comment.
30811      Branch: perl
30812            ! ext/I18N/Langinfo/Langinfo.xs
30813 ____________________________________________________________________________
30814 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
30815         Log: Try to protect against wild langinfo() arguments.
30816      Branch: perl
30817            ! ext/I18N/Langinfo/Langinfo.xs
30818 ____________________________________________________________________________
30819 [ 13409] By: nick                                  on 2001/12/01  18:19:59
30820         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30821              have file descriptors. Noticed a possibly worse problem in the process ...
30822      Branch: perlio
30823            ! doio.c
30824 ____________________________________________________________________________
30825 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
30826         Log: (replaced by #13556)
30827              
30828              If we are inside an eval, let's be silent about
30829              separate symbols and just croak() in the end.
30830      Branch: perl
30831            ! lib/Exporter/Heavy.pm
30832 ____________________________________________________________________________
30833 [ 13407] By: nick                                  on 2001/12/01  17:14:05
30834         Log: Integrate mainline
30835      Branch: perlio
30836           !> (integrate 26 files)
30837 ____________________________________________________________________________
30838 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
30839         Log: Subject: Fix for Exporter error reporting behaviour
30840              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30841              Date: Sat, 1 Dec 2001 06:34:48 -0500
30842              Message-ID: <3C0D1B9A@operamail.com>
30843      Branch: perl
30844            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30845 ____________________________________________________________________________
30846 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
30847         Log: Need to hide behind an eval to avoid a warning
30848              about :utf8 on non-perlio configs.
30849      Branch: perl
30850            ! lib/open.t
30851 ____________________________________________________________________________
30852 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
30853         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
30854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30855              Date: Fri, 30 Nov 2001 23:46:58 +0100
30856              Message-ID: <20011130234658.A717@rafael>
30857      Branch: perl
30858            ! op.c t/op/method.t
30859 ____________________________________________________________________________
30860 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
30861         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
30862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30863              Date: Thu, 29 Nov 2001 22:46:12 +0100
30864              Message-ID: <20011129224612.A699@rafael>
30865      Branch: perl
30866            ! ext/B/B/Xref.pm
30867 ____________________________________________________________________________
30868 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
30869         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
30870              From: Tels <perl_dummy@bloodgate.com>
30871              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
30872              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
30873      Branch: perl
30874            ! pod/perlfunc.pod
30875 ____________________________________________________________________________
30876 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
30877         Log: Subject: [REPATCH] reference pointer comparison
30878              From: Nicholas Clark <nick@ccl4.org>
30879              Date: Sat, 1 Dec 2001 13:00:17 +0000
30880              Message-ID: <20011201130017.I21702@plum.flirble.org>
30881      Branch: perl
30882            ! pp.c
30883 ____________________________________________________________________________
30884 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
30885         Log: Upgrade to Storable 1.0.14.
30886      Branch: perl
30887            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30888 ____________________________________________________________________________
30889 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
30890         Log: Add simple caches for ::viacode() and ::vianame().
30891      Branch: perl
30892            ! lib/charnames.pm lib/charnames.t
30893 ____________________________________________________________________________
30894 [ 13398] By: nick                                  on 2001/12/01  10:36:24
30895         Log: Integrate mainline.
30896      Branch: perlio
30897           +> (branch 44 files)
30898            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30899            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30900            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30901           !> (integrate 250 files)
30902 ____________________________________________________________________________
30903 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
30904         Log: Regen toc and modlib.
30905      Branch: perl
30906            ! pod/perlmodlib.pod pod/perltoc.pod
30907 ____________________________________________________________________________
30908 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
30909         Log: Upgrade to podlators-1.18.
30910      Branch: perl
30911            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
30912 ____________________________________________________________________________
30913 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
30914         Log: -h scalar0 -h vector0 seems to help for both
30915              UNICOS and UNICOS/mk on the unpack %65c problems.
30916              
30917              (replaces #13393)
30918      Branch: perl
30919            ! hints/unicos.sh hints/unicosmk.sh
30920 ____________________________________________________________________________
30921 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
30922         Log: More Socket constants.
30923      Branch: perl
30924            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
30925 ____________________________________________________________________________
30926 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
30927         Log: (replaced by #13395)
30928      Branch: perl
30929            ! hints/unicosmk.sh
30930 ____________________________________________________________________________
30931 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
30932         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
30933              From: Andy Dougherty <doughera@lafayette.edu>
30934              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
30935              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
30936              
30937              Simplify the test skippage criterion now that we are
30938              no more dependent on sed.
30939      Branch: perl
30940            ! t/comp/cpp.t t/run/switchPx.t
30941 ____________________________________________________________________________
30942 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
30943         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
30944              From: Michael G Schwern <schwern@pobox.com>
30945              Date: Fri, 30 Nov 2001 11:48:44 -0500
30946              Message-ID: <20011130114844.C1303@blackrider>
30947              
30948              (replaces #13381)
30949      Branch: perl
30950            ! t/op/stat.t
30951 ____________________________________________________________________________
30952 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
30953         Log: Let's not assume how much memory has been allocated
30954              to PVs.
30955      Branch: perl
30956            ! ext/Devel/Peek/Peek.t
30957 ____________________________________________________________________________
30958 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
30959         Log: VOS needs to know the modules, including pp_sort.
30960      Branch: perl
30961            ! vos/perl.bind
30962 ____________________________________________________________________________
30963 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
30964         Log: Unused variables.
30965      Branch: perl
30966            ! ext/Unicode/Normalize/Normalize.xs
30967 ____________________________________________________________________________
30968 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
30969         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
30970              From: John Peacock <jpeacock@rowman.com>     
30971              Date: Fri, 30 Nov 2001 10:24:00 -0500        
30972              Message-ID: <3C07A490.A22A76B0@rowman.com>   
30973      Branch: perl
30974            ! lib/ExtUtils/Embed.t
30975 ____________________________________________________________________________
30976 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
30977         Log: Tweak for the VOS building script from Paul Green.
30978      Branch: perl
30979            ! vos/configure_perl.cm
30980 ____________________________________________________________________________
30981 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
30982         Log: Update Changes.
30983      Branch: perl
30984            ! Changes patchlevel.h
30985 ____________________________________________________________________________
30986 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
30987         Log: Cannot test if cppstdin has not yet been installed.
30988      Branch: perl
30989            ! t/run/switchPx.t
30990 ____________________________________________________________________________
30991 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
30992         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
30993              From: Michael G Schwern <schwern@pobox.com> 
30994              Date: Thu, 29 Nov 2001 22:05:11 -0500
30995              Message-ID: <20011129220510.A18869@blackrider>
30996              
30997              TODO 1: if cppstdin is used and not yet installed,
30998              the Px.t will fail (must do the same as in cpp.t)
30999              
31000              TODO 2: does this work if no Perl whatsoever has
31001              yet been installed?  That is, we should be using
31002              the Perl we are building to execute the one-liner.
31003      Branch: perl
31004            + t/run/switchPx.aux t/run/switchPx.t
31005            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
31006            ! vms/test.com
31007 ____________________________________________________________________________
31008 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
31009         Log: Upgrade to Unicode::Normalize 0.12.
31010      Branch: perl
31011            ! ext/Unicode/Normalize/Changes
31012            ! ext/Unicode/Normalize/Normalize.pm
31013            ! ext/Unicode/Normalize/Normalize.xs
31014            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
31015            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
31016            ! ext/Unicode/Normalize/t/test.t
31017 ____________________________________________________________________________
31018 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
31019         Log: (replaced by #13391)
31020              
31021              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
31022              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
31023              Date: 30 Nov 2001 11:41:53 -0000             
31024              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
31025              
31026              No need to die if we have high-paranoia (non-chdirable)
31027              system directories.
31028      Branch: perl
31029            ! t/op/stat.t
31030 ____________________________________________________________________________
31031 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
31032         Log: Paragraph rewrapping.
31033      Branch: perl
31034            ! pod/perliol.pod
31035 ____________________________________________________________________________
31036 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
31037         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
31038              From: Stas Bekman <stas@stason.org>
31039              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
31040              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
31041      Branch: perl
31042            ! pod/perliol.pod
31043 ____________________________________________________________________________
31044 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
31045         Log: Whether select() gets restarted on signals is
31046              implementation dependent.
31047      Branch: perl
31048            ! ext/Time/HiRes/HiRes.t
31049 ____________________________________________________________________________
31050 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
31051         Log: More forgotten checkins.
31052      Branch: perl
31053            ! embed.h embed.pl proto.h
31054 ____________________________________________________________________________
31055 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
31056         Log: Add a note about folding vs lowercase.
31057      Branch: perl
31058            ! regexec.c
31059 ____________________________________________________________________________
31060 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
31061         Log: Use to_uni_fold (and add changed global.sym)
31062      Branch: perl
31063            ! global.sym utf8.c
31064 ____________________________________________________________________________
31065 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
31066         Log: Make to Unicode character functions to use UVs
31067              instead of U32s and add to_uni_fold().
31068      Branch: perl
31069            ! embed.pl proto.h utf8.c
31070 ____________________________________________________________________________
31071 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
31072         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
31073              From: Nicholas Clark <nick@ccl4.org>
31074              Date: Thu, 29 Nov 2001 22:47:32 +0000
31075              Message-ID: <20011129224732.W37621@plum.flirble.org>
31076      Branch: perl
31077            ! pod/perlpacktut.pod
31078 ____________________________________________________________________________
31079 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
31080         Log: README.vos updates from Paul Green.
31081      Branch: perl
31082            ! README.vos
31083 ____________________________________________________________________________
31084 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
31085         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
31086              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31087              Date: Thu, 29 Nov 2001 14:18:51 EST
31088              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
31089      Branch: perl
31090            ! mg.c vms/vms.c vms/vmsish.h
31091 ____________________________________________________________________________
31092 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
31093         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
31094              From: Michael G Schwern <schwern@pobox.com>
31095              Date: Thu, 29 Nov 2001 13:12:31 -0500
31096              Message-ID: <20011129131231.E11300@blackrider>
31097      Branch: perl
31098            ! README.vms
31099 ____________________________________________________________________________
31100 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
31101         Log: BGET_IV was missing.
31102      Branch: perl
31103            ! ext/ByteLoader/bytecode.h
31104 ____________________________________________________________________________
31105 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
31106         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
31107              From: Jonathan Stowe <gellyfish@gellyfish.com>
31108              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
31109              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
31110      Branch: perl
31111            ! lib/Term/Cap.pm
31112 ____________________________________________________________________________
31113 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
31114         Log: Porting/checkURL.pl was missing.
31115      Branch: perl
31116            ! MANIFEST
31117 ____________________________________________________________________________
31118 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
31119         Log: Subject: INSTALL and READMEs should be reviewed
31120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31121              Date: Thu, 29 Nov 2001 16:49:36 +0100
31122              Message-ID: <20011129164936.A17492@rafael>         
31123      Branch: perl
31124            ! README.cygwin
31125 ____________________________________________________________________________
31126 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
31127         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
31128              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
31129              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
31130              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
31131      Branch: perl
31132            ! README.os390
31133 ____________________________________________________________________________
31134 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
31135         Log: Update Changes.
31136      Branch: perl
31137            ! Changes patchlevel.h
31138 ____________________________________________________________________________
31139 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
31140         Log: The changes to the curliffed files didn't stick in #13348.
31141      Branch: perl
31142            ! README.dos README.win32
31143 ____________________________________________________________________________
31144 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
31145         Log: Subject: Re: Found the rev where File::Glob broke
31146              From: Andy Dougherty <doughera@lafayette.edu>
31147              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
31148              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
31149      Branch: perl
31150            ! lib/ExtUtils/MM_Unix.pm
31151 ____________________________________________________________________________
31152 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
31153         Log: Use __DATA__ instead of __END__.
31154      Branch: perl
31155            ! lib/Term/Cap.pm
31156 ____________________________________________________________________________
31157 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
31158         Log: Subject: [PATCH toke.c] autosplit into @F fix
31159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31160              Date: Thu, 29 Nov 2001 14:52:23 +0100
31161              Message-ID: <20011129145223.A25817@rafael>         
31162      Branch: perl
31163            ! toke.c
31164 ____________________________________________________________________________
31165 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
31166         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
31167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31168              Date: Thu, 29 Nov 2001 15:48:15 +0100
31169              Message-ID: <20011129154815.C25817@rafael>         
31170      Branch: perl
31171            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
31172 ____________________________________________________________________________
31173 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31174         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31175              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31176              Date: Wed, 28 Nov 2001 20:35:29 +0100
31177              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31178      Branch: perl
31179            ! pod/perlpacktut.pod
31180 ____________________________________________________________________________
31181 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31182         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31183              From: Stas Bekman <stas@stason.org>
31184              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31185              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31186              
31187              (with tweaks)
31188      Branch: perl
31189            ! pod/perlapio.pod
31190 ____________________________________________________________________________
31191 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31192         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31193              From: Tels <perl_dummy@bloodgate.com>
31194              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31195              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31196              
31197              (plus paragraph rewrapping)
31198      Branch: perl
31199            ! lib/Exporter.pm
31200 ____________________________________________________________________________
31201 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31202         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31203              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31204              Date: Wed, 28 Nov 2001 21:47:59 +0000
31205              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31206      Branch: perl
31207            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31208 ____________________________________________________________________________
31209 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31210         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31211              From: Andy Dougherty <doughera@lafayette.edu>
31212              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31213              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31214      Branch: perl
31215            ! INSTALL ext/Time/HiRes/HiRes.t
31216 ____________________________________________________________________________
31217 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31218         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31219              From: Michael G Schwern <schwern@pobox.com> 
31220              Date: Wed, 28 Nov 2001 16:37:01 -0500
31221              Message-ID: <20011128163701.H676@blackrider>
31222      Branch: perl
31223            ! t/run/kill_perl.t
31224 ____________________________________________________________________________
31225 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31226         Log: @INC tweak.
31227      Branch: perl
31228            ! t/op/ref.t
31229 ____________________________________________________________________________
31230 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31231         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31232              From: Nicholas Clark <nick@ccl4.org>
31233              Date: Wed, 28 Nov 2001 23:38:43 +0000
31234              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31235      Branch: perl
31236            ! installman
31237 ____________________________________________________________________________
31238 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31239         Log: Tweak the forking logic.
31240      Branch: perl
31241            ! Porting/checkURL.pl
31242 ____________________________________________________________________________
31243 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31244         Log: Update perlmodlib.PL as per #13348.  The L<> got
31245              changed back because that is coming from ParseLink.pm.
31246      Branch: perl
31247            ! pod/perlmodlib.PL pod/perlmodlib.pod
31248 ____________________________________________________________________________
31249 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31250         Log: URL fixups from Michael Schwern.
31251      Branch: perl
31252            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31253            ! README.os390 README.qnx README.solaris README.vos README.win32
31254            ! pod/perlmodlib.pod
31255 ____________________________________________________________________________
31256 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31257         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31258              From: Barrie Slaymaker <barries@slaysys.com>
31259              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31260              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31261      Branch: perl
31262            ! lib/Exporter.pm
31263 ____________________________________________________________________________
31264 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31265         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31266      Branch: perl
31267            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31268 ____________________________________________________________________________
31269 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31270         Log: Subject: [PATCH] Re: $\ very broken
31271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31272              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31273              Message-ID: <20011128223308.E732@rafael>   
31274              
31275              Subject: Re: [PATCH] Re: $\ very broken     
31276              From: Nicholas Clark <nick@ccl4.org>
31277              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31278              Message-ID: <20011128222859.K37621@plum.flirble.org>
31279      Branch: perl
31280            ! mg.c t/op/ref.t
31281 ____________________________________________________________________________
31282 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31283         Log: Add Abigail's link checker with the following tweaks:
31284              - known dummy URLs (Peter Prymmer)
31285              - do also READMEs and INSTALL (Michael Schwern)
31286              - do also ftp URLs
31287              - add fork retry loop in case the allowed number
31288              of processes per user is low
31289      Branch: perl
31290            + Porting/checkURL.pl
31291            ! MANIFEST
31292 ____________________________________________________________________________
31293 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
31294         Log: Update Changes.
31295      Branch: perl
31296            ! Changes patchlevel.h
31297 ____________________________________________________________________________
31298 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
31299         Log: In Linux if we have modern enough gcc and supported
31300              enough CPU, crank up the optimization level to -O3.
31301      Branch: perl
31302            ! hints/linux.sh
31303 ____________________________________________________________________________
31304 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
31305         Log: Add perlpacktut from Wolfgang Laun; regen toc.
31306      Branch: perl
31307            + pod/perlpacktut.pod
31308            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
31309            ! pod/perltoc.pod
31310 ____________________________________________________________________________
31311 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
31312         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
31313              From: PPrymmer@factset.com
31314              Date: Wed, 28 Nov 2001 07:51:26 -0500
31315              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
31316      Branch: perl
31317            ! vms/test.com
31318 ____________________________________________________________________________
31319 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
31320         Log: Test cases for the first half of #13338.
31321      Branch: perl
31322            ! t/lib/h2ph.h t/lib/h2ph.pht
31323 ____________________________________________________________________________
31324 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
31325         Log: Subject: Re: h2ph confused by comments in an enum.
31326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31327              Date: Wed, 28 Nov 2001 04:19:21 +0000
31328              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
31329              
31330              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
31331              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31332              Date: Wed, 28 Nov 2001 13:36:35 +0000
31333              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
31334      Branch: perl
31335            ! utils/h2ph.PL
31336 ____________________________________________________________________________
31337 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
31338         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
31339              From: Jonathan Stowe <gellyfish@gellyfish.com>
31340              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
31341              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
31342              
31343              (replace #13327)
31344      Branch: perl
31345            ! lib/Term/Cap.pm
31346 ____________________________________________________________________________
31347 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
31348         Log: Replace #13335 with
31349              
31350              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
31351              From: Russ Allbery <rra@stanford.edu>
31352              Date: 27 Nov 2001 20:42:49 -0800
31353              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
31354      Branch: perl
31355            ! lib/Pod/Text/Termcap.pm
31356 ____________________________________________________________________________
31357 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
31358         Log: (replaced by #13336)
31359              
31360              Subject: [PATCH perl@13323] Termcap.pm with no termios
31361              From: "Craig A. Berry" <craigberry@mac.com> 
31362              Date: Tue, 27 Nov 2001 22:28:50 -0600
31363              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
31364      Branch: perl
31365            ! lib/Pod/Text/Termcap.pm
31366 ____________________________________________________________________________
31367 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
31368         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
31369              From: "Craig A. Berry" <craigberry@mac.com> 
31370              Date: Tue, 27 Nov 2001 21:46:45 -0600
31371              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
31372      Branch: perl
31373            ! configure.com
31374 ____________________________________________________________________________
31375 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
31376         Log: Upgrade to podlators 1.17.
31377      Branch: perl
31378            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
31379            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31380 ____________________________________________________________________________
31381 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
31382         Log: Fix for "a\x{100}" =~ /A/i.
31383      Branch: perl
31384            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
31385            ! utf8.c
31386 ____________________________________________________________________________
31387 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
31388         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
31389              From: "Craig A. Berry" <craigberry@mac.com>
31390              Date: Tue, 27 Nov 2001 17:11:49 -0600
31391              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
31392      Branch: perl
31393            ! lib/DB.t
31394 ____________________________________________________________________________
31395 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
31396         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
31397              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31398              Date: Tue, 27 Nov 2001 14:55:23 -0500
31399              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
31400              
31401              Subject: [PATCH: perl@13324] updates to perldelta.pod 
31402              From: PPrymmer@factset.com
31403              Date: Tue, 27 Nov 2001 18:06:04 -0500
31404              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
31405              
31406              plus added some known problems.
31407      Branch: perl
31408            ! pod/perldelta.pod
31409 ____________________________________________________________________________
31410 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
31411         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
31412              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31413              Date: Tue, 27 Nov 2001 15:38:02 EST 
31414              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
31415      Branch: perl
31416            ! configure.com vms/vms.c vms/vmsish.h
31417 ____________________________________________________________________________
31418 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
31419         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
31420              From: Michael G Schwern <schwern@pobox.com> 
31421              Date: Tue, 27 Nov 2001 15:31:12 -0500
31422              Message-ID: <20011127153112.G20929@blackrider>
31423      Branch: perl
31424            ! t/run/kill_perl.t
31425 ____________________________________________________________________________
31426 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
31427         Log: (replaced by #13337)
31428              
31429              VMS can safely hardcode a termcap entry for VT100.
31430      Branch: perl
31431            ! lib/Term/Cap.pm
31432 ____________________________________________________________________________
31433 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
31434         Log: VMS piping fixes from Charles Lane (perl -P should
31435              be working now).
31436      Branch: perl
31437            ! vms/vms.c
31438 ____________________________________________________________________________
31439 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
31440         Log: Subject: [PATCH] perlvar.pod fix
31441              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31442              Date: Tue, 27 Nov 2001 13:11:47 -0500
31443              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
31444      Branch: perl
31445            ! pod/perlvar.pod
31446 ____________________________________________________________________________
31447 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31448         Log: Update Changes.
31449      Branch: perl
31450            ! Changes patchlevel.h
31451 ____________________________________________________________________________
31452 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31453         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31454              From: "Craig A. Berry" <craigberry@mac.com> 
31455              Date: Tue, 27 Nov 2001 10:21:18 -0600
31456              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31457      Branch: perl
31458            ! lib/ExtUtils/MM_VMS.pm
31459 ____________________________________________________________________________
31460 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31461         Log: Protect against accumulating -options -options -options.
31462      Branch: perl
31463            ! hints/hpux.sh
31464 ____________________________________________________________________________
31465 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31466         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31467              From: Barrie Slaymaker <barries@slaysys.com>
31468              Date: Tue, 27 Nov 2001 10:58:54 -0500
31469              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31470      Branch: perl
31471            ! lib/Benchmark.pm
31472 ____________________________________________________________________________
31473 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31474         Log: Tiny fix from John P. Linderman.
31475      Branch: perl
31476            ! lib/sort.pm
31477 ____________________________________________________________________________
31478 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31479         Log: The Story of sort(), from John P. Linderman.
31480      Branch: perl
31481            ! pod/perldelta.pod
31482 ____________________________________________________________________________
31483 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31484         Log: Add information what to do if you are reading
31485              perluniintro but using some older Perl.
31486      Branch: perl
31487            ! pod/perluniintro.pod
31488 ____________________________________________________________________________
31489 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31490         Log: Update the 'wide characters' FAQ entry.
31491      Branch: perl
31492            ! pod/perlfaq6.pod
31493 ____________________________________________________________________________
31494 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31495         Log: Fix for
31496              
31497              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31498              From: Marc Lehmann <root@schmorp.de>
31499              Date: Tue, 27 Nov 2001 14:27:14 +0100
31500              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31501      Branch: perl
31502            ! ext/Encode.t ext/Encode/Encode.xs
31503 ____________________________________________________________________________
31504 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31505         Log: Subject: [PATCH] DB_File 1.801
31506              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31507              Date: Tue, 27 Nov 2001 15:06:45 -0000
31508              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31509      Branch: perl
31510            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31511            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31512 ____________________________________________________________________________
31513 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31514         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31515      Branch: perl
31516            ! pod/perlmodlib.pod
31517 ____________________________________________________________________________
31518 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31519         Log: sort() doc tweaks from John P. Linderman.
31520      Branch: perl
31521            ! pod/perlfunc.pod
31522 ____________________________________________________________________________
31523 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
31524         Log: Subject: [PATCH] More perldelta.pod nits
31525              From: Simon Glover <scog@roe.ac.uk>
31526              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
31527              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
31528      Branch: perl
31529            ! pod/perldelta.pod
31530 ____________________________________________________________________________
31531 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
31532         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
31533              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31534              Date: Tue, 27 Nov 2001 11:52:31 -0000
31535              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
31536      Branch: perl
31537            ! ext/Devel/PPPort/harness/Makefile.PL
31538 ____________________________________________________________________________
31539 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
31540         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
31541              From: Michael G Schwern <schwern@pobox.com>
31542              Date: Tue, 27 Nov 2001 03:38:24 -0500
31543              Message-ID: <20011127033824.A17775@blackrider>
31544      Branch: perl
31545            ! t/TEST
31546 ____________________________________________________________________________
31547 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
31548         Log: Subject: Re: perlcc very broken
31549              From: John Peacock <jpeacock@rowman.com>
31550              Date: Tue, 27 Nov 2001 06:48:01 -0500
31551              Message-ID: <3C037D71.4030508@rowman.com>
31552      Branch: perl
31553            ! utils/perlcc.PL
31554 ____________________________________________________________________________
31555 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
31556         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
31557              From: David Dyck <dcd@tc.fluke.com>
31558              Date: Mon, 26 Nov 2001 22:04:38 -0800
31559              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
31560      Branch: perl
31561            ! t/op/pack.t
31562 ____________________________________________________________________________
31563 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
31564         Log: Subject: [ID 20011126.149] t/op/split fails step 37
31565              From: David Dyck <dcd@tc.fluke.com>
31566              Date: Mon, 26 Nov 2001 21:52:35 -0800
31567              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
31568      Branch: perl
31569            ! t/op/split.t
31570 ____________________________________________________________________________
31571 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
31572         Log: incorporate last minute change from libnet 1.0901-tobe
31573      Branch: perl
31574            ! lib/Net/SMTP.pm
31575 ____________________________________________________________________________
31576 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
31577         Log: Pass 7 at perldelta - random edits.
31578      Branch: perl
31579            ! pod/perldelta.pod
31580 ____________________________________________________________________________
31581 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
31582         Log: Portability and skippage tweaks.
31583      Branch: perl
31584            ! t/op/split.t
31585 ____________________________________________________________________________
31586 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
31587         Log: (retracted by #13449)
31588              Try to make Unicode casemapping to work for EBCDIC, too.
31589      Branch: perl
31590            ! utf8.c
31591 ____________________________________________________________________________
31592 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
31593         Log: Just printing 1..0 is not quite enough...
31594      Branch: perl
31595            ! lib/Dumpvalue.t
31596 ____________________________________________________________________________
31597 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
31598         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
31599              Delay the match until runtime.
31600      Branch: perl
31601            ! t/op/append.t
31602 ____________________________________________________________________________
31603 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
31604         Log: UTF-EBCDIC.
31605      Branch: perl
31606            ! ext/Devel/Peek/Peek.t
31607 ____________________________________________________________________________
31608 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
31609         Log: Be UTF-EBCDIC aware.
31610      Branch: perl
31611            ! lib/bytes.t
31612 ____________________________________________________________________________
31613 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
31614         Log: Bad assumption which way digits and letters sort.
31615      Branch: perl
31616            ! lib/English.t
31617 ____________________________________________________________________________
31618 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
31619         Log: If in EBCDIC but no Convert::EBCDIC
31620              the libnet tests will all fail.
31621      Branch: perl
31622            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31623            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31624            ! lib/Net/t/smtp.t lib/Net/t/time.t
31625 ____________________________________________________________________________
31626 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
31627         Log: Just sorting to guarantee order is not enough.
31628              (Think EBCDIC.) 
31629      Branch: perl
31630            ! lib/ExtUtils/Manifest.t
31631 ____________________________________________________________________________
31632 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
31633         Log: OS/390 cleanable gunk.
31634      Branch: perl
31635            ! lib/ExtUtils/MM_Unix.pm
31636 ____________________________________________________________________________
31637 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
31638         Log: Update the EBCDIC MD5 checksums.
31639      Branch: perl
31640            ! ext/Digest/MD5/t/files.t
31641 ____________________________________________________________________________
31642 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
31643         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31644              From: Nicholas Clark <nick@ccl4.org>
31645              Date: Mon, 26 Nov 2001 23:06:34 +0000
31646              Message-ID: <20011126230633.Q37621@plum.flirble.org>
31647      Branch: perl
31648            ! installman
31649 ____________________________________________________________________________
31650 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
31651         Log: sort tweaks from John P. Linderman.
31652      Branch: perl
31653            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
31654 ____________________________________________________________________________
31655 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
31656         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
31657              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
31658              Date: Mon, 26 Nov 2001 18:47:25 -0600
31659              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
31660              
31661              Craig Berry submitted half of this patch just yesterday.
31662              Spooky cosmic resonance.
31663      Branch: perl
31664            ! ext/Socket/Socket.xs
31665 ____________________________________________________________________________
31666 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
31667         Log: Subject: [PATCH] doio slightly smaller
31668              From: Nicholas Clark <nick@ccl4.org>
31669              Date: Tue, 27 Nov 2001 00:40:23 +0000      
31670              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
31671      Branch: perl
31672            ! doio.c
31673 ____________________________________________________________________________
31674 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
31675         Log: perldelta nits from Autrijus Tang and Ron Kimball.
31676      Branch: perl
31677            ! pod/perldelta.pod
31678 ____________________________________________________________________________
31679 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
31680         Log: Subject: [PATCH] unpack P* uses random length for item
31681              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
31682              Date: Mon, 26 Nov 2001 19:56:32 +0100
31683              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
31684      Branch: perl
31685            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31686 ____________________________________________________________________________
31687 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
31688         Log: Subject: [PATCH current] system and taintedness
31689              From: Radu Greab <radu@netsoft.ro>
31690              Date: Mon, 26 Nov 2001 18:42:29 +0200
31691              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
31692      Branch: perl
31693            ! pp_sys.c t/op/taint.t
31694 ____________________________________________________________________________
31695 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
31696         Log: Subject: [PATCH @ 13283] Devel::PPPort
31697              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31698              Date: Mon, 26 Nov 2001 14:37:17 -0000
31699              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
31700      Branch: perl
31701            + ext/Devel/PPPort/MANIFEST
31702            ! MANIFEST ext/Devel/PPPort/Makefile.PL
31703            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
31704            ! ext/Devel/PPPort/harness/Harness.xs
31705            ! ext/Devel/PPPort/harness/Makefile.PL
31706            ! ext/Devel/PPPort/harness/module2.c
31707            ! ext/Devel/PPPort/harness/module3.c
31708            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31709 ____________________________________________________________________________
31710 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
31711         Log: Update the test list.
31712      Branch: perl
31713            ! t/lib/1_compile.t
31714 ____________________________________________________________________________
31715 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
31716         Log: Sync-up tests with libnet distribution
31717      Branch: perl
31718            + lib/Net/t/netrc.t
31719            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
31720 ____________________________________________________________________________
31721 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
31722         Log: Update Changes.
31723      Branch: perl
31724            ! Changes patchlevel.h
31725 ____________________________________________________________________________
31726 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
31727         Log: Upgrade to podlators 1.16.
31728      Branch: perl
31729            + lib/Pod/t/basic.cap
31730            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
31731            ! lib/Pod/t/basic.t pod/pod2man.PL
31732 ____________________________________________________________________________
31733 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
31734         Log: Pass 6 at perldelta - sort enhancements, generic and
31735              platform specific bug fixes.
31736      Branch: perl
31737            ! pod/perldelta.pod
31738 ____________________________________________________________________________
31739 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
31740         Log: PROPAGATE documentation from Tony Cook.
31741      Branch: perl
31742            ! pod/perlfunc.pod
31743 ____________________________________________________________________________
31744 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
31745         Log: DJGPP cannot do signals that well.
31746      Branch: perl
31747            ! ext/POSIX/t/sigaction.t
31748 ____________________________________________________________________________
31749 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
31750         Log: Can't do subsecond alarms without ualarm; and break out
31751              early if alarms do not seem to be coming in as expected.
31752      Branch: perl
31753            ! ext/Time/HiRes/HiRes.t
31754 ____________________________________________________________________________
31755 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
31756         Log: No Socket, little Net.
31757      Branch: perl
31758            ! t/lib/1_compile.t
31759 ____________________________________________________________________________
31760 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
31761         Log: Take the taint brush to the getcwds.
31762      Branch: perl
31763            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
31764 ____________________________________________________________________________
31765 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
31766         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
31767              From: "Craig A. Berry" <craigberry@mac.com>
31768              Date: Sun, 25 Nov 2001 16:20:45 -0600
31769              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
31770      Branch: perl
31771            ! ext/Socket/Socket.xs
31772 ____________________________________________________________________________
31773 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
31774         Log: Since in some DOS filesystems the timestamp granularity
31775              may be only two seconds, better sleep for three to play safe.
31776              (Helps CygWin, at least.)
31777      Branch: perl
31778            ! lib/Memoize/t/expire_file.t
31779 ____________________________________________________________________________
31780 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
31781         Log: For some reason CygWin wasn't collapsing multiple
31782              slashes into one, which made some Spec.t tests to fail.
31783              Either CygWin was being too prudish or the collapsing
31784              logic needs to be rethunk.
31785      Branch: perl
31786            ! lib/File/Spec/Unix.pm
31787 ____________________________________________________________________________
31788 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
31789         Log: Cygwin needs to have libperl.dll around if trying to link
31790              with -lperl.  Note: this change cures the test but whether
31791              it cures CygPerl installation, I don't know: hopefully the
31792              libperl5_7_2.dll, or the version equivalent, gets installed
31793              also as libperl.dll to the proper place(s).
31794      Branch: perl
31795            ! lib/ExtUtils/Embed.t
31796 ____________________________________________________________________________
31797 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
31798         Log: -I../lib/.. and -L../lib/..?  Strange.
31799      Branch: perl
31800            ! lib/ExtUtils/Embed.t
31801 ____________________________________________________________________________
31802 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
31803         Log: $MM?
31804      Branch: perl
31805            ! lib/ExtUtils/Embed.pm
31806 ____________________________________________________________________________
31807 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
31808         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
31809              From: Dave Rolsky <autarch@urth.org>
31810              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
31811              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
31812      Branch: perl
31813            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
31814            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31815 ____________________________________________________________________________
31816 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
31817         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
31818              From: chromatic <chromatic@rmci.net>
31819              Date: Sat, 24 Nov 2001 14:56:57 -0700
31820              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
31821              
31822              plus a tweak for ithreads builds.
31823      Branch: perl
31824            + lib/DB.t
31825            ! MANIFEST lib/DB.pm
31826 ____________________________________________________________________________
31827 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
31828         Log: Win32 compilation tweaks for Blair Zajac.
31829      Branch: perl
31830            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
31831 ____________________________________________________________________________
31832 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
31833         Log: I don't think trying to bracket the hires time with lores
31834              times is going to be portable enough: Cygwin seems to be
31835              capable of getting hires ones rather consistently lower
31836              than the lores ones.  So let's try average difference instead.
31837      Branch: perl
31838            ! ext/Time/HiRes/HiRes.t
31839 ____________________________________________________________________________
31840 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
31841         Log: Subject: Re: benchmarks, sorts and reproducibility
31842              From: "John P. Linderman" <jpl@research.att.com>
31843              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
31844              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
31845              
31846              Randomize large partitions for quicksort to dodge the
31847              angry gods of quadratic.
31848      Branch: perl
31849            ! pp_sort.c
31850 ____________________________________________________________________________
31851 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
31852         Log: The joys of portable quoting.
31853      Branch: perl
31854            ! ext/Devel/PPPort/harness/Makefile.PL
31855 ____________________________________________________________________________
31856 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
31857         Log: sort pragma tweaks.
31858      Branch: perl
31859            ! lib/sort.pm
31860 ____________________________________________________________________________
31861 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
31862         Log: Skip the link= directives of utils.lst if no mandir
31863              (if no manpages).
31864      Branch: perl
31865            ! installman
31866 ____________________________________________________________________________
31867 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
31868         Log: integrate changes#8340,13260 from mainline
31869              
31870              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31871              
31872              change#3373 introduced a handle leak in backticks and piped open()s
31873              that fail
31874      Branch: maint-5.6/perl
31875            ! t/io/pipe.t util.c
31876 ____________________________________________________________________________
31877 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
31878         Log: change#3373 introduced a handle leak in backticks and piped open()s
31879              that fail
31880      Branch: perl
31881            ! util.c
31882 ____________________________________________________________________________
31883 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
31884         Log: metaconfig unit change for #13258.
31885      Branch: metaconfig/U/perl
31886            ! d_procselfexe.U
31887 ____________________________________________________________________________
31888 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
31889         Log: Extraenous breaks noticed by David Dyck.
31890      Branch: perl
31891            ! Configure
31892 ____________________________________________________________________________
31893 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
31894         Log: Revert the /proc/self/auxv experiment for now.
31895      Branch: perl
31896            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
31897 ____________________________________________________________________________
31898 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
31899         Log: Also ExtUtils.t had $^X assumptions.
31900      Branch: perl
31901            ! lib/ExtUtils.t
31902 ____________________________________________________________________________
31903 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
31904         Log: Now is Solaris if you start the t/perl in the t/
31905              as "./perl", the $^X will be "../perl", not "./perl".
31906      Branch: perl
31907            ! t/lib/1_compile.t
31908 ____________________________________________________________________________
31909 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
31910         Log: The new way of finding out $^X in Solaris
31911              requires a little tweak if the executable
31912              pathname is *not* absolute: prepend "./"
31913              (otherwise `$^X ...` will start perl from PATH...)
31914      Branch: perl
31915            ! perl.c
31916 ____________________________________________________________________________
31917 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
31918         Log: Avoid "will not stay shared" warnings.
31919      Branch: perl
31920            ! lib/ExtUtils/MM_Unix.pm
31921 ____________________________________________________________________________
31922 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
31923         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
31924              From: Michael G Schwern <schwern@pobox.com>
31925              Date: Sat, 24 Nov 2001 19:56:18 -0500
31926              Message-ID: <20011124195618.A14614@blackrider>            
31927      Branch: perl
31928            ! perl.c pp_sys.c t/op/magic.t util.c
31929 ____________________________________________________________________________
31930 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
31931         Log: In the MakeMaker pm_to_blib target don't copy all
31932              the files in one fell swoop, deal with them hunkwise,
31933              helps for CLIs with limited line lengths.
31934              (This seems to help for DJGPP building Encode,
31935              where there are dozens of files to copy.)
31936      Branch: perl
31937            ! lib/ExtUtils/MM_Unix.pm
31938 ____________________________________________________________________________
31939 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
31940         Log: testsuite leaves stray files behind on windows
31941      Branch: perl
31942            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
31943 ____________________________________________________________________________
31944 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
31945         Log: xsubpp produces a spurious warning on directories called 'typemap'
31946      Branch: perl
31947            ! lib/ExtUtils/xsubpp
31948 ____________________________________________________________________________
31949 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
31950         Log: xsubpp treats invalid (indented) cpp directives as comments
31951      Branch: perl
31952            ! ext/IO/IO.xs
31953 ____________________________________________________________________________
31954 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
31955         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
31956      Branch: perl
31957            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
31958 ____________________________________________________________________________
31959 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
31960         Log: The debug_pag needs to be visible at all times
31961              because of the re extension.
31962      Branch: perl
31963            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
31964 ____________________________________________________________________________
31965 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
31966         Log: Subject: Re: [PATCH] Tests are good
31967              From: Philip Newton <Philip.Newton@gmx.net>
31968              Date: Sat, 24 Nov 2001 21:24:00 +0100
31969              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
31970      Branch: perl
31971            ! pod/perlhack.pod
31972 ____________________________________________________________________________
31973 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
31974         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
31975              From: "Craig A. Berry" <craigberry@mac.com> 
31976              Date: Sat, 24 Nov 2001 12:45:44 -0600
31977              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
31978              
31979              (with tweaks, and combined with Sarathy's #13242)
31980      Branch: perl
31981            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
31982 ____________________________________________________________________________
31983 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
31984         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
31985              From: John Peacock <jpeacock@rowman.com>
31986              Date: Sat, 24 Nov 2001 14:27:46 -0500
31987              Message-ID: <3BFFF4B2.40509@rowman.com> 
31988      Branch: perl
31989            ! lib/Exporter/Heavy.pm
31990 ____________________________________________________________________________
31991 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
31992         Log: use portable quotes
31993      Branch: perl
31994            ! ext/Devel/PPPort/harness/Makefile.PL
31995 ____________________________________________________________________________
31996 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
31997         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31998              From: Nicholas Clark <nick@ccl4.org>
31999              Date: Sat, 24 Nov 2001 18:06:26 +0000
32000              Message-ID: <20011124180626.T37621@plum.flirble.org>
32001      Branch: perl
32002            ! installman
32003 ____________________________________________________________________________
32004 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
32005         Log: Subject: [PATCH] perl5005delta.pod L<>
32006              From: Nicholas Clark <nick@ccl4.org>
32007              Date: Sat, 24 Nov 2001 18:04:21 +0000
32008              Message-ID: <20011124180421.S37621@plum.flirble.org>
32009      Branch: perl
32010            ! pod/perl5005delta.pod
32011 ____________________________________________________________________________
32012 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
32013         Log: fix typo in config.vc; regenerate win32 config_H.* files
32014      Branch: perl
32015            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32016            ! win32/config_H.vc
32017 ____________________________________________________________________________
32018 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
32019         Log: Mention the charnames::vianame().
32020      Branch: perl
32021            ! pod/perluniintro.pod
32022 ____________________________________________________________________________
32023 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
32024         Log: Add charnames::vianame() in case people want to access
32025              the codes in run-time (as opposed to the compile-timeness
32026              of \N{...}).
32027      Branch: perl
32028            ! lib/charnames.pm lib/charnames.t
32029 ____________________________________________________________________________
32030 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
32031         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
32032              From: Nicholas Clark <nick@ccl4.org>
32033              Date: Sat, 24 Nov 2001 16:30:42 +0000
32034              Message-ID: <20011124163042.R37621@plum.flirble.org>
32035      Branch: perl
32036            ! regcomp.c regcomp.h
32037 ____________________________________________________________________________
32038 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
32039         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
32040              From: Nicholas Clark <nick@ccl4.org>
32041              Date: Sat, 24 Nov 2001 16:24:33 +0000
32042              Message-ID: <20011124162433.Q37621@plum.flirble.org>
32043              
32044              cmp fixes.
32045      Branch: perl
32046            ! pp.c
32047 ____________________________________________________________________________
32048 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
32049         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
32050              (It seems that "./perl" gets resolved to "perl" now.)
32051      Branch: perl
32052            ! perl.c
32053 ____________________________________________________________________________
32054 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
32055         Log: Subject: [PATCH] DB_File 1.800        
32056              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
32057              Date: Sat, 24 Nov 2001 11:41:41 -0000
32058              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
32059      Branch: perl
32060            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32061            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
32062            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32063            ! ext/DB_File/t/db-recno.t
32064 ____________________________________________________________________________
32065 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
32066         Log: Tweak the PUSHED documentation.
32067      Branch: perl
32068            ! ext/PerlIO/Via/Via.pm
32069 ____________________________________________________________________________
32070 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
32071         Log: Update 1_compile for new known tests.
32072      Branch: perl
32073            ! t/lib/1_compile.t
32074 ____________________________________________________________________________
32075 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
32076         Log: Move the MBF/MBI test modules to t/lib.
32077      Branch: perl
32078            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
32079            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32080            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32081            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
32082            ! lib/Math/BigInt/t/sub_mbi.t
32083 ____________________________________________________________________________
32084 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
32085         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
32086              From: "Craig A. Berry" <craigberry@mac.com> 
32087              Date: Fri, 23 Nov 2001 18:05:35 -0600
32088              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
32089      Branch: perl
32090            ! configure.com
32091 ____________________________________________________________________________
32092 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
32093         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
32094              From: PPrymmer@factset.com 
32095              Date: Fri, 23 Nov 2001 17:03:07 -0500
32096              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
32097      Branch: perl
32098            ! ext/Unicode/Normalize/mkheader
32099 ____________________________________________________________________________
32100 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
32101         Log: Here are the right helper files.
32102      Branch: perl
32103            + t/lib/Filter/Simple/ExportTest.pm
32104            + t/lib/Filter/Simple/FilterOnlyTest.pm
32105            + t/lib/Filter/Simple/FilterTest.pm
32106            + t/lib/Filter/Simple/ImportTest.pm
32107            ! MANIFEST
32108 ____________________________________________________________________________
32109 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
32110         Log: Update Changes.
32111      Branch: perl
32112            ! Changes patchlevel.h
32113 ____________________________________________________________________________
32114 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
32115         Log: Never mind.
32116      Branch: perl
32117            - lib/Filter/Simple/lib/ExportTest.pm
32118            - lib/Filter/Simple/lib/ImportTest.pm
32119 ____________________________________________________________________________
32120 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
32121         Log: Mis-add.
32122      Branch: perl
32123            + lib/Filter/Simple/lib/ExportTest.pm
32124            + lib/Filter/Simple/lib/ImportTest.pm
32125 ____________________________________________________________________________
32126 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
32127         Log: Upgrade to Filter::Simple 0.77.
32128      Branch: perl
32129            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
32130            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
32131            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32132            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
32133            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32134 ____________________________________________________________________________
32135 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
32136         Log: Missing p4 add.
32137      Branch: perl
32138            + lib/ExtUtils/MM_VMS.t
32139 ____________________________________________________________________________
32140 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
32141         Log: Pass 5 at perldelta - module and utility updates cleanup.
32142      Branch: perl
32143            ! pod/perldelta.pod
32144 ____________________________________________________________________________
32145 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
32146         Log: metaconfig unit change for #13219.
32147      Branch: metaconfig/U/perl
32148            ! d_procselfexe.U
32149 ____________________________________________________________________________
32150 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
32151         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
32152      Branch: perl
32153            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32154            ! pod/buildtoc.PL pod/perltoc.pod
32155 ____________________________________________________________________________
32156 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
32157         Log: Add procselfexe and d_dirfd to strange lands.
32158      Branch: perl
32159            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32160            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32161            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32162            ! win32/config.gc win32/config.vc win32/config.win64
32163            ! wince/config.ce
32164 ____________________________________________________________________________
32165 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
32166         Log: metaconfig unit change for #13216.
32167      Branch: metaconfig/U/perl
32168            ! d_procselfexe.U
32169 ____________________________________________________________________________
32170 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
32171         Log: Better to "quote" the pathname.
32172      Branch: perl
32173            ! Configure config_h.SH
32174 ____________________________________________________________________________
32175 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32176         Log: Use PROCSELFEXE_PATH.
32177      Branch: perl
32178            ! perl.c
32179 ____________________________________________________________________________
32180 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32181         Log: metaconfig unit change for #13213.
32182      Branch: metaconfig/U/perl
32183            ! d_procselfexe.U
32184 ____________________________________________________________________________
32185 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32186         Log: Add probing for BSD-like /proc/curproc/file.
32187      Branch: perl
32188            ! Configure config_h.SH
32189 ____________________________________________________________________________
32190 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32191         Log: metaconfig unit change for 13211.
32192      Branch: metaconfig/U/perl
32193            + d_dirfd.U
32194 ____________________________________________________________________________
32195 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32196         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32197      Branch: perl
32198            ! Configure config_h.SH perl.h
32199 ____________________________________________________________________________
32200 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32201         Log: ...and update the test count.
32202      Branch: perl
32203            ! lib/Pod/t/basic.t
32204 ____________________________________________________________________________
32205 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32206         Log: Must remove the cap test also from the test script.
32207      Branch: perl
32208            ! lib/Pod/t/basic.t
32209 ____________________________________________________________________________
32210 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32211         Log: Subject: [PATCH] Tests are good
32212              From: Nicholas Clark <nick@ccl4.org>
32213              Date: Fri, 23 Nov 2001 18:12:21 +0000
32214              Message-ID: <20011123181220.F37621@plum.flirble.org>
32215      Branch: perl
32216            ! pod/perlhack.pod
32217 ____________________________________________________________________________
32218 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32219         Log: The basic.cap from podlators 1.14 is not very portable.
32220      Branch: perl
32221            - lib/Pod/t/basic.cap
32222            ! MANIFEST
32223 ____________________________________________________________________________
32224 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32225         Log: Subject: Re: [DOC PATCHES] pod cleanups
32226              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32227              Date: 22 Nov 2001 12:54:16 -0000
32228              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32229      Branch: perl
32230            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32231            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32232 ____________________________________________________________________________
32233 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32234         Log: FAQ sync.
32235      Branch: perl
32236            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32237 ____________________________________________________________________________
32238 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32239         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32240              From: PPrymmer@factset.com
32241              Date: Fri, 23 Nov 2001 11:43:45 -0500
32242              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32243      Branch: perl
32244            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32245 ____________________________________________________________________________
32246 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32247         Log: Corify podlators 1.14 test.
32248      Branch: perl
32249            ! lib/Pod/t/basic.t
32250 ____________________________________________________________________________
32251 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32252         Log: Output tweak needed because of podlators 1.14.
32253      Branch: perl
32254            ! t/pod/multiline_items.xr
32255 ____________________________________________________________________________
32256 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32257         Log: Upgrade to podlators 1.14.
32258      Branch: perl
32259            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32260            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32261            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32262            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32263            ! lib/Pod/Text/Overstrike.pm
32264 ____________________________________________________________________________
32265 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32266         Log: perlmodinstall tweaks from Philip Newton.
32267      Branch: perl
32268            ! pod/perlmodinstall.pod
32269 ____________________________________________________________________________
32270 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32271         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32272              From: Autrijus Tang <autrijus@autrijus.org>           
32273              Date: Fri, 23 Nov 2001 23:55:53 +0800
32274              Message-ID: <20011123235553.A2310@not.autrijus.org>
32275      Branch: perl
32276            ! Porting/genlog
32277 ____________________________________________________________________________
32278 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32279         Log: Subject: Re: regex oddness with \Z and $&
32280              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32281              Date: Fri, 23 Nov 2001 15:15:24 +0000
32282              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32283      Branch: perl
32284            ! regcomp.c t/op/re_tests
32285 ____________________________________________________________________________
32286 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
32287         Log: regen_headers.
32288      Branch: perl
32289            ! embed.h global.sym pod/perlapi.pod proto.h
32290 ____________________________________________________________________________
32291 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
32292         Log: Forgotten check-in.
32293      Branch: perl
32294            ! pod/perlapi.pod
32295 ____________________________________________________________________________
32296 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
32297         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
32298      Branch: perl
32299            ! lib/Test/Simple.pm
32300 ____________________________________________________________________________
32301 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
32302         Log: Retract #13173 (effectively retract Net::Ping 2.06,
32303              go back to 2.04, the 2.06 hasn't seen the patches
32304              that have gone to the blead version.)
32305      Branch: perl
32306            - lib/Net/Ping/CHANGES lib/Net/Ping/README
32307            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32308            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32309            - lib/Net/Ping/t/200_ping_tcp.t
32310            ! MANIFEST lib/Net/Ping.pm
32311 ____________________________________________________________________________
32312 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
32313         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
32314              From: Robin Barker <rmb1@cise.npl.co.uk>
32315              Date: Thu, 22 Nov 2001 11:00:38 GMT
32316              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
32317      Branch: perl
32318            ! utils/perldoc.PL
32319 ____________________________________________________________________________
32320 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
32321         Log: metaconfig unit change for #13191.
32322      Branch: metaconfig/U/perl
32323            ! d_procselfexe.U
32324 ____________________________________________________________________________
32325 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
32326         Log: procselfexe tweak: for some reason I had a ls in
32327              /proc/self/exe, not the ls Configure thought it
32328              would found.
32329      Branch: perl
32330            ! Configure
32331 ____________________________________________________________________________
32332 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
32333         Log: Corify the Net::Ping tests; skip the tests
32334              unless $ENV{PERL_TEST_Net_Ping} is true.
32335      Branch: perl
32336            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32337            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32338            ! lib/Net/Ping/t/200_ping_tcp.t
32339 ____________________________________________________________________________
32340 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
32341         Log: metaconfig units changes for #13188.
32342      Branch: metaconfig
32343            ! U/modified/Head.U
32344      Branch: metaconfig/U/perl
32345            ! issymlink.U
32346 ____________________________________________________________________________
32347 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
32348         Log: The #13182 didn't really help.  The real problem
32349              seems to be that 'sh' can in AIX mean at least three
32350              different things, and we can't know which one it is
32351              unless we export $newsh from an earlier run (and it's
32352              the 'bsh' aka 'sh' that has the the broken test -h).
32353      Branch: perl
32354            ! Configure
32355 ____________________________________________________________________________
32356 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
32357         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
32358      Branch: perl
32359            ! op.c t/op/override.t
32360 ____________________________________________________________________________
32361 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
32362         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
32363              From: PPrymmer@factset.com 
32364              Date: Wed, 21 Nov 2001 20:17:25 -0500
32365              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
32366      Branch: perl
32367            ! lib/Shell.t
32368 ____________________________________________________________________________
32369 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
32370         Log: Reapply perlmodinstall parts of #12897.
32371      Branch: perl
32372            ! pod/perlmodinstall.pod
32373 ____________________________________________________________________________
32374 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
32375         Log: perlmodinstall 2.01 from Jon Orwant.
32376      Branch: perl
32377            ! pod/perlmodinstall.pod
32378 ____________________________________________________________________________
32379 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
32380         Log: Subject: [PATCH @10907] REXX on OS/2
32381              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32382              Date: Wed, 21 Nov 2001 15:26:11 -0500
32383              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
32384      Branch: perl
32385            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32386            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
32387 ____________________________________________________________________________
32388 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
32389         Log: metaconfig unit change for #13181.
32390      Branch: metaconfig/U/perl
32391            ! issymlink.U
32392 ____________________________________________________________________________
32393 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
32394         Log: AIX has broken builtin 'test'.
32395      Branch: perl
32396            ! Configure
32397 ____________________________________________________________________________
32398 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
32399         Log: Subject: [PATCH 5.7.x] INSTALL size update
32400              From: Andy Dougherty <doughera@lafayette.edu>
32401              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
32402              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
32403      Branch: perl
32404            ! INSTALL
32405 ____________________________________________________________________________
32406 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
32407         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
32408              to pp_sort.c.  Includes the quicksort stabilizing layer
32409              from John P. Linderman.  -Msort=qsort or -Msort=fast is
32410              faster than without (or with -Msort=mergesort or -Msort=safe)
32411              for short random inputs, but for some reason not quite as fast
32412              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
32413              optimizing definitely needed.
32414      Branch: perl
32415            + lib/sort.pm lib/sort.t pp_sort.c
32416            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
32417            ! embed.pl global.sym perl.h pp_ctl.c proto.h
32418            ! vms/descrip_mms.template vos/build.cm win32/Makefile
32419            ! win32/makefile.mk wince/Makefile.ce
32420 ____________________________________________________________________________
32421 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
32422         Log: Sync file with libnet-1.0901-tobe
32423      Branch: perl
32424            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
32425            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
32426            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
32427            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
32428            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
32429 ____________________________________________________________________________
32430 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
32431         Log: Subject: [PATCH perldoc] problems with pod2man
32432              From: Robin Barker <rmb1@cise.npl.co.uk>
32433              Date: Wed, 21 Nov 2001 17:48:51 GMT
32434              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
32435      Branch: perl
32436            ! utils/perldoc.PL
32437 ____________________________________________________________________________
32438 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
32439         Log: debug_pad only visible when debugging.
32440      Branch: perl
32441            ! makedef.pl
32442 ____________________________________________________________________________
32443 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
32444         Log: metaconfig units changes for #13174.
32445      Branch: metaconfig/U/perl
32446            + d_procselfexe.U
32447            - procselfexe.U
32448 ____________________________________________________________________________
32449 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32450         Log: procselfexe tweaks.
32451      Branch: perl
32452            ! Configure config_h.SH
32453 ____________________________________________________________________________
32454 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32455         Log: Upgrade to Net::Ping 2.06.
32456      Branch: perl
32457            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32458            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32459            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32460            + lib/Net/Ping/t/200_ping_tcp.t
32461            ! MANIFEST lib/Net/Ping.pm
32462 ____________________________________________________________________________
32463 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32464         Log: Upgrade to Math::BigInt 1.47.
32465      Branch: perl
32466            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32467            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32468            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32469            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32470            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32471            ! lib/Math/BigInt/t/sub_mbi.t
32472 ____________________________________________________________________________
32473 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32474         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32475      Branch: perl
32476            ! hints/posix-bc.sh
32477 ____________________________________________________________________________
32478 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32479         Log: Strange: the same mysterious regex study bug
32480              seems to be present both in OS/390 and POSIX-BC.
32481              Deep EBCDIC magic that regex engine gets wrong,
32482              or a bug in some compiler/library shared by the
32483              two platforms?  From Thomas Dorner.
32484      Branch: perl
32485            ! t/op/study.t
32486 ____________________________________________________________________________
32487 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32488         Log: More lost and found.
32489      Branch: perl
32490            + lib/Test/Simple/README
32491            ! MANIFEST
32492 ____________________________________________________________________________
32493 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32494         Log: MANIFESTly missing.
32495      Branch: perl
32496            ! MANIFEST
32497 ____________________________________________________________________________
32498 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32499         Log: Subject: Re: PERFORCE change 13162 for review               
32500              From: Philip Newton <Philip.Newton@gmx.net> 
32501              Date: Wed, 21 Nov 2001 16:44:30 +0100
32502              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32503      Branch: perl
32504            ! ext/Devel/PPPort/PPPort.pm
32505 ____________________________________________________________________________
32506 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32507         Log: Update Changes.
32508      Branch: perl
32509            ! Changes patchlevel.h
32510 ____________________________________________________________________________
32511 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32512         Log: Small doc tweaks.
32513      Branch: perl
32514            ! ext/PerlIO/Via/Via.pm
32515 ____________________________________________________________________________
32516 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32517         Log: Redundant return.
32518      Branch: perl
32519            ! ext/MIME/Base64/QuotedPrint.pm
32520 ____________________________________________________________________________
32521 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32522         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32523              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
32524              Date: Wed, 21 Nov 2001 10:23:16 +0100
32525              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
32526      Branch: perl
32527            ! pp_pack.c t/op/pack.t
32528 ____________________________________________________________________________
32529 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
32530         Log: Add Devel::PPPort originally from Kenneth Albanowski,
32531              revigorated by Paul Marquess: gives h2xs a Perl version
32532              portability boost.
32533      Branch: perl
32534            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
32535            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32536            + ext/Devel/PPPort/harness/Harness.pm
32537            + ext/Devel/PPPort/harness/Harness.xs
32538            + ext/Devel/PPPort/harness/Makefile.PL
32539            + ext/Devel/PPPort/harness/module2.c
32540            + ext/Devel/PPPort/harness/module3.c
32541            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32542            ! MANIFEST lib/h2xs.t utils/h2xs.PL
32543 ____________________________________________________________________________
32544 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
32545         Log: Oops.
32546      Branch: perl
32547            ! lib/Test/Simple/t/filehandles.t
32548 ____________________________________________________________________________
32549 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
32550         Log: Subject: Re: PERFORCE change 13152 for review               
32551              From: Philip Newton <Philip.Newton@gmx.net> 
32552              Date: Wed, 21 Nov 2001 09:04:05 +0100
32553              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
32554      Branch: perl
32555            ! lib/Test/Builder.pm
32556 ____________________________________________________________________________
32557 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
32558         Log: Subject: Re: PERFORCE change 13142 for review
32559              From: Philip Newton <Philip.Newton@gmx.net>
32560              Date: Wed, 21 Nov 2001 09:04:03 +0100
32561              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
32562              
32563              plus rewrap few paragraphs.
32564      Branch: perl
32565            ! lib/Pod/LaTeX.pm
32566 ____________________________________________________________________________
32567 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
32568         Log: Integrate #13154 from macperl; Remove comments.
32569      Branch: perl
32570           !> lib/File/Spec/Mac.pm
32571 ____________________________________________________________________________
32572 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
32573         Log: Update the list of modules having tests.
32574      Branch: perl
32575            ! t/lib/1_compile.t
32576 ____________________________________________________________________________
32577 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
32578         Log: Slight doc changes.
32579      Branch: maint-5.6/macperl
32580            ! macos/macperl/MacPerl.podhelp
32581 ____________________________________________________________________________
32582 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
32583         Log: Add UTF-16 coercion.
32584      Branch: maint-5.6/macperl
32585            ! macos/lib/Mac/AppleEvents/Simple.pm
32586 ____________________________________________________________________________
32587 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
32588         Log: Remove comments.
32589      Branch: maint-5.6/macperl
32590            ! lib/File/Spec/Mac.pm
32591 ____________________________________________________________________________
32592 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
32593         Log: Fix FSpGetCatInfo (and other functions) corrupting
32594              memory with bad filespecs (bug #471867)
32595      Branch: maint-5.6/macperl
32596            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
32597 ____________________________________________________________________________
32598 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
32599         Log: Upgrade to Test::Simple 0.33.
32600      Branch: perl
32601            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
32602            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
32603            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
32604 ____________________________________________________________________________
32605 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
32606         Log: Upgrade to Test::Harness 1.26.
32607      Branch: perl
32608            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32609 ____________________________________________________________________________
32610 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
32611         Log: Integrate change #13145 from maintperl;
32612              another compatibility tweak to change#12559: avoid quoting
32613              arguments that already have quotes; add test case
32614      Branch: perl
32615           !> t/op/system_tests win32/win32.c
32616 ____________________________________________________________________________
32617 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
32618         Log: integrate change#13147 from mainline (fixes nit in change#10091)
32619              
32620              Subject: [PATCH] spaceship and refs
32621      Branch: maint-5.6/perl
32622            ! pp.c pp_hot.c t/op/cmp.t
32623 ____________________________________________________________________________
32624 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
32625         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
32626              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
32627              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
32628              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
32629      Branch: perl
32630            + lib/Pod/t/utils.t
32631            ! MANIFEST
32632 ____________________________________________________________________________
32633 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
32634         Log: Subject: [PATCH] spaceship and refs
32635              From: Nicholas Clark <nick@ccl4.org>
32636              Date: Tue, 20 Nov 2001 21:59:51 +0000
32637              Message-ID: <20011120215951.U62891@plum.flirble.org> 
32638      Branch: perl
32639            ! pp.c pp_hot.c t/op/cmp.t
32640 ____________________________________________________________________________
32641 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
32642         Log: Try to clarify which I/O call operates on bytes,
32643              which on characters, which on either.
32644      Branch: perl
32645            ! pod/perlfunc.pod
32646 ____________________________________________________________________________
32647 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
32648         Log: another compatibility tweak to change#12559: avoid quoting
32649              arguments that already have quotes; add test case
32650      Branch: maint-5.6/perl
32651            ! t/op/system_tests win32/win32.c
32652 ____________________________________________________________________________
32653 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
32654         Log: Give a simple example of writing PerlIO::Via handlers
32655              in Perl.
32656      Branch: perl
32657            ! ext/PerlIO/Via/Via.pm
32658 ____________________________________________________________________________
32659 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
32660         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
32661      Branch: perl
32662            + lib/Pod/t/latex.t
32663            ! MANIFEST
32664 ____________________________________________________________________________
32665 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
32666         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
32667              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32668              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
32669              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
32670      Branch: perl
32671            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
32672 ____________________________________________________________________________
32673 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
32674         Log: Spread d_procselfexe to far-off lands (undefined).
32675      Branch: perl
32676            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32677            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32678            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32679            ! win32/config.gc win32/config.vc win32/config.win64
32680            ! wince/config.ce
32681 ____________________________________________________________________________
32682 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
32683         Log: Integrate perlio:
32684              
32685              [ 13138]
32686              perl.c change to use HAS_PROCSELFEXE, also
32687              tweak to $^X test to comprehend full path to real executable
32688              being returned (like Cygwin as it happens...)
32689      Branch: perl
32690           !> Configure config_h.SH perl.c t/op/magic.t
32691 ____________________________________________________________________________
32692 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
32693         Log: Really define do_report_used() only if DEBUGGING.
32694      Branch: perl
32695            ! sv.c
32696 ____________________________________________________________________________
32697 [ 13138] By: nick                                  on 2001/11/20  20:01:05
32698         Log: perl.c change to use HAS_PROCSELFEXE, also
32699              tweak to $^X test to comprehend full path to real executable
32700              being returned (like Cygwin as it happens...)
32701      Branch: perlio
32702            ! perl.c t/op/magic.t
32703 ____________________________________________________________________________
32704 [ 13137] By: nick                                  on 2001/11/20  19:46:00
32705         Log: Integrate mainline
32706      Branch: perlio
32707           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32708           +> lib/NEXT/t/unseen.t
32709            - lib/NEXT/test.pl
32710           !> (integrate 34 files)
32711 ____________________________________________________________________________
32712 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
32713         Log: Subject: [?PATCH] terser pp_eq
32714              From: Nicholas Clark <nick@ccl4.org>
32715              Date: Mon, 19 Nov 2001 23:09:02 +0000
32716              Message-ID: <20011119230901.O62891@plum.flirble.org>
32717      Branch: perl
32718            ! pp_hot.c
32719 ____________________________________________________________________________
32720 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
32721         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
32722      Branch: perl
32723            ! pod/perldelta.pod
32724 ____________________________________________________________________________
32725 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
32726         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32727              From: Andy Dougherty <doughera@lafayette.edu>
32728              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
32729              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
32730      Branch: perl
32731            ! ext/re/Makefile.PL ext/re/re.xs
32732 ____________________________________________________________________________
32733 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
32734         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32735              From: Andy Dougherty <doughera@lafayette.edu>
32736              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
32737              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
32738      Branch: perl
32739            ! ext/re/re.xs
32740 ____________________________________________________________________________
32741 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
32742         Log: Integrate change #13119 from macperl.
32743              (No changes since already applied the patch,
32744              just keep perforce happy and well-fed.)
32745      Branch: perl
32746           !> lib/Pod/Html.pm
32747 ____________________________________________________________________________
32748 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
32749         Log: Subject: [PATCH] filter-util.pl for Mac OS
32750              From: Chris Nandor <pudge@pobox.com>
32751              Date: Tue, 20 Nov 2001 00:16:11 -0500
32752              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
32753      Branch: perl
32754            ! t/lib/filter-util.pl
32755 ____________________________________________________________________________
32756 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
32757         Log: Subject: [PATCH] Portability fix for Pod::Html
32758              From: Chris Nandor <pudge@pobox.com>
32759              Date: Tue, 20 Nov 2001 00:01:05 -0500
32760              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
32761      Branch: perl
32762            ! lib/Pod/Html.pm
32763 ____________________________________________________________________________
32764 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
32765         Log: Need to skip more tests if not perlio.
32766      Branch: perl
32767            ! lib/open.t
32768 ____________________________________________________________________________
32769 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
32770         Log: Pass 3 at perldelta - sort the lists of new modules,
32771              module improvements, and new platforms.
32772      Branch: perl
32773            ! pod/perldelta.pod
32774 ____________________________________________________________________________
32775 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
32776         Log: Document ${^OPEN}.
32777      Branch: perl
32778            ! pod/perlvar.pod
32779 ____________________________________________________________________________
32780 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
32781         Log: Make configpm work with extra keys
32782      Branch: maint-5.6/macperl
32783            ! macos/configpm
32784 ____________________________________________________________________________
32785 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
32786         Log: Version and doc updates
32787      Branch: maint-5.6/macperl
32788            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
32789 ____________________________________________________________________________
32790 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
32791         Log: More fixes for error message parsing (bug #470316)
32792      Branch: maint-5.6/macperl
32793            ! macos/macish.c
32794 ____________________________________________________________________________
32795 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
32796         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
32797              remove obsolete function (bug #465225)
32798      Branch: maint-5.6/macperl
32799            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
32800            ! macos/macperl/MPScript.c
32801 ____________________________________________________________________________
32802 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
32803         Log: Add p2as droplet to distribution.
32804      Branch: maint-5.6/macperl
32805            + macos/macperl/Droplets/p2as.plx
32806 ____________________________________________________________________________
32807 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
32808         Log: Bundle File::Sort.
32809      Branch: maint-5.6/macperl
32810            + macos/bundled_lib/blib/lib/File/Sort.pm
32811 ____________________________________________________________________________
32812 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
32813         Log: Various bundled module fixes.
32814      Branch: maint-5.6/macperl
32815            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
32816            ! macos/bundled_ext/Digest/MD5/t/files.t
32817            ! macos/bundled_ext/Filter/t/filter-util.pl
32818            ! macos/bundled_lib/blib/lib/Net/Config.pm
32819            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32820 ____________________________________________________________________________
32821 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
32822         Log: Portability fix for Pod::Html.
32823      Branch: maint-5.6/macperl
32824            ! lib/Pod/Html.pm
32825 ____________________________________________________________________________
32826 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
32827         Log: Upgrade to Text::Balanced 1.89.
32828      Branch: perl
32829            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
32830            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
32831            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
32832            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
32833            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
32834            ! lib/Text/Balanced/t/gentag.t
32835 ____________________________________________________________________________
32836 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
32837         Log: Upgrade to NEXT 0.50.
32838      Branch: perl
32839            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32840            + lib/NEXT/t/unseen.t
32841            - lib/NEXT/test.pl
32842            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32843 ____________________________________________________________________________
32844 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
32845         Log: Integrate with maint-5.6/perl.
32846      Branch: maint-5.6/macperl
32847           !> win32/win32.c
32848 ____________________________________________________________________________
32849 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
32850         Log: Update the README.threads scary header a bit.
32851      Branch: perl
32852            ! README.threads
32853 ____________________________________________________________________________
32854 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
32855         Log: Pass 2 at perldelta: add some changes since 5.7.2.
32856      Branch: perl
32857            ! pod/perldelta.pod
32858 ____________________________________________________________________________
32859 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
32860         Log: Subject: [DOC PATCH] perlfaq4.pod 
32861              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32862              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
32863              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
32864      Branch: perl
32865            ! pod/perlfaq4.pod
32866 ____________________________________________________________________________
32867 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
32868         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
32869              From: Michael G Schwern <schwern@pobox.com> 
32870              Date: Mon, 19 Nov 2001 19:53:12 -0500
32871              Message-ID: <20011119195311.I11883@blackrider>
32872      Branch: perl
32873            ! perl.c
32874 ____________________________________________________________________________
32875 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
32876         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
32877              From: PPrymmer@factset.com
32878              Date: Mon, 19 Nov 2001 17:08:59 -0500
32879              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
32880      Branch: perl
32881            ! vms/descrip_mms.template
32882 ____________________________________________________________________________
32883 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
32884         Log: Create a per-interpeter debug scratchpad container
32885              and use that for the regexec debugging.
32886      Branch: perl
32887            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
32888 ____________________________________________________________________________
32889 [ 13109] By: nick                                  on 2001/11/19  22:01:45
32890         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
32891              Configure unit detects the feature).
32892      Branch: metaconfig/U/perl
32893            + procselfexe.U
32894      Branch: perlio
32895            ! Configure config_h.SH
32896 ____________________________________________________________________________
32897 [ 13108] By: nick                                  on 2001/11/19  20:39:17
32898         Log: Integrate mainline
32899      Branch: perlio
32900           +> t/op/or.t
32901           !> (integrate 44 files)
32902 ____________________________________________________________________________
32903 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
32904         Log: sysseek tweak.
32905      Branch: perl
32906            ! pod/perlfunc.pod
32907 ____________________________________________________________________________
32908 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
32909         Log: Move the sysio tests from io/utf8 to lib/open.
32910      Branch: perl
32911            ! lib/open.t t/io/utf8.t
32912 ____________________________________________________________________________
32913 [ 13105] By: nick                                  on 2001/11/19  20:15:39
32914         Log: Add a .package and a README to //depot/metaconfig
32915      Branch: metaconfig
32916            + .package README
32917 ____________________________________________________________________________
32918 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
32919         Log: Thou shalt not mix stdio and sysio.
32920      Branch: perl
32921            ! t/io/utf8.t
32922 ____________________________________________________________________________
32923 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
32924         Log: Update Changes.
32925      Branch: perl
32926            ! Changes patchlevel.h
32927 ____________________________________________________________________________
32928 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
32929         Log: The runops_debug needs to be present always, otherwise
32930              places like AIX which need an explicit symbol export list
32931              will croak when trying to build Devel::Peek (which uses
32932              the runops_debug).
32933      Branch: perl
32934            ! makedef.pl
32935 ____________________________________________________________________________
32936 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
32937         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
32938              From: PPrymmer@factset.com 
32939              Date: Mon, 19 Nov 2001 11:34:22 -0500
32940              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
32941      Branch: perl
32942            ! lib/Memoize/t/tie_sdbm.t
32943 ____________________________________________________________________________
32944 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
32945         Log: Retract #13088: it seems that unless dump.c is extensively
32946              reorganized as to what symbols it shows, when, and to whom,
32947              we are stuck with having the dump.o symbols in the libperl
32948              and thusly in the main Perl binary.
32949      Branch: perl
32950            ! embedvar.h perlapi.h perlvars.h
32951 ____________________________________________________________________________
32952 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
32953         Log: The _uni_display should not be in dump.c since they
32954              are used under normal operation (S_not_a_number()).
32955      Branch: perl
32956            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
32957 ____________________________________________________________________________
32958 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
32959         Log: Protect sv_dump() from being included unless DEBUGGING,
32960              as noticed by Ilya.
32961      Branch: perl
32962            ! sv.c
32963 ____________________________________________________________________________
32964 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
32965         Log: Pending further investigation skip the tell() tests.
32966              The tell() is okay on Solaris, HP-UX and Tru64, but fails
32967              (by returning too much) in Linux.
32968      Branch: perl
32969            ! t/io/utf8.t
32970 ____________________________________________________________________________
32971 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
32972         Log: Retract #13082 until a better solution is found:
32973              statics break ithreads.
32974      Branch: perl
32975            ! regexec.c
32976 ____________________________________________________________________________
32977 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
32978         Log: Figures 1 and 2 for UTF-8.
32979      Branch: perl
32980            ! pod/perlunicode.pod
32981 ____________________________________________________________________________
32982 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
32983         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
32984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32985              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
32986              Message-ID: <20011119132645.A15034@rafael>
32987      Branch: perl
32988            ! op.c pod/perldiag.pod t/lib/warnings/op
32989 ____________________________________________________________________________
32990 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
32991         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
32992              From: Michael G Schwern <schwern@pobox.com> 
32993              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
32994              Message-ID: <20011119031112.E786@blackrider>
32995      Branch: perl
32996            ! t/op/closure.t
32997 ____________________________________________________________________________
32998 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
32999         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
33000              From: Michael G Schwern <schwern@pobox.com>
33001              Date: Mon, 19 Nov 2001 03:42:56 -0500
33002              Message-ID: <20011119034256.I786@blackrider>
33003      Branch: perl
33004            + t/op/or.t
33005            ! MANIFEST
33006 ____________________________________________________________________________
33007 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
33008         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
33009              From: "Craig A. Berry" <craigberry@mac.com>
33010              Date: Sun, 18 Nov 2001 14:33:48 -0600
33011              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
33012      Branch: perl
33013            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
33014 ____________________________________________________________________________
33015 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
33016         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33017              From: Dave Rolsky <autarch@urth.org>
33018              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
33019              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33020      Branch: perl
33021            ! lib/ExtUtils/Manifest.pm
33022 ____________________________________________________________________________
33023 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
33024         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33025              From: Dave Rolsky <autarch@urth.org>
33026              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
33027              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33028      Branch: perl
33029            ! lib/ExtUtils/Install.pm
33030 ____________________________________________________________________________
33031 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
33032         Log: The runops_dbg should not be needed.
33033      Branch: perl
33034            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
33035 ____________________________________________________________________________
33036 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
33037         Log: do_spawn() cleanup from Charles Lane.
33038      Branch: perl
33039            ! vms/vms.c
33040 ____________________________________________________________________________
33041 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
33042         Log: Update the list of tests.
33043      Branch: perl
33044            ! t/lib/1_compile.t
33045 ____________________________________________________________________________
33046 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
33047         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
33048              From: Michael G Schwern <schwern@pobox.com> 
33049              Date: Fri, 16 Nov 2001 17:37:04 -0500
33050              Message-ID: <20011116173703.L30160@blackrider>
33051      Branch: perl
33052            ! t/lib/warnings/sv
33053 ____________________________________________________________________________
33054 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
33055         Log: FAQ sync.
33056      Branch: perl
33057            ! pod/perlfaq4.pod
33058 ____________________________________________________________________________
33059 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
33060         Log: Integrate perlio:
33061              
33062              [ 13081]
33063              Win32 layer has a dup which needs to match new prototype.
33064              
33065              [ 13080]
33066              Wrong way to get stdio mode used.
33067              
33068              [ 13072]
33069              Allow dup'ing of PerlIO::Scalar etc.
33070      Branch: perl
33071           !> perlio.c win32/win32io.c
33072 ____________________________________________________________________________
33073 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
33074         Log: (retracted by #13096)
33075              Debugging would be badly skewed by a malloc per regex dump.
33076      Branch: perl
33077            ! regexec.c
33078 ____________________________________________________________________________
33079 [ 13081] By: nick                                  on 2001/11/18  19:08:40
33080         Log: Win32 layer has a dup which needs to match new prototype.
33081      Branch: perlio
33082            ! win32/win32io.c
33083 ____________________________________________________________________________
33084 [ 13080] By: nick                                  on 2001/11/18  19:05:02
33085         Log: Wrong way to get stdio mode used.
33086      Branch: perlio
33087            ! perlio.c
33088 ____________________________________________________________________________
33089 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
33090         Log: Retract #13048: that introduced a malloc() (through savepvn())
33091              to *every* m//, which killed the performance quite badly.
33092      Branch: perl
33093            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33094 ____________________________________________________________________________
33095 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
33096         Log: Pass 1 at perldelta.pod: sort the section contents
33097              together, drop all but the 5.7.2 known problems,
33098              leave the 5.7.1 security note since that's the
33099              fullest explanation (update the date on that).
33100      Branch: perl
33101            ! pod/perldelta.pod
33102 ____________________________________________________________________________
33103 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
33104         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
33105              
33106              Tiny problem in the test for 20011113.110: I hope
33107              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
33108      Branch: perl
33109            ! pp.c t/op/repeat.t
33110 ____________________________________________________________________________
33111 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
33112         Log: All of syswrite/send/sendto need to return character counts,
33113              and character counts from the offset, not the beginning of
33114              the scalar.
33115      Branch: perl
33116            ! pp_sys.c
33117 ____________________________________________________________________________
33118 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
33119         Log: Integrate PerlIO: duping fixes.
33120      Branch: perl
33121           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33122           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33123           !> perliol.h sv.c
33124 ____________________________________________________________________________
33125 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
33126         Log: syswrite() was still returning byte counts, not character counts.
33127      Branch: perl
33128            ! pp_sys.c t/io/utf8.t
33129 ____________________________________________________________________________
33130 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
33131         Log: Add test for sysread().
33132      Branch: perl
33133            ! t/io/utf8.t
33134 ____________________________________________________________________________
33135 [ 13072] By: nick                                  on 2001/11/18  16:15:31
33136         Log: Allow dup'ing of PerlIO::Scalar etc.
33137      Branch: perlio
33138            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33139            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33140            ! perliol.h sv.c
33141 ____________________________________________________________________________
33142 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
33143         Log: Prepend a null byte to the test set.
33144      Branch: perl
33145            ! t/io/utf8.t
33146 ____________________________________________________________________________
33147 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
33148         Log: Document how "no utf8;" can become handy.
33149      Branch: perl
33150            ! lib/utf8.pm
33151 ____________________________________________________________________________
33152 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
33153         Log: Integrate perlio:
33154              
33155              [ 13068]
33156              embed.pl generated changes I forgot to include
33157              
33158              [ 13067]
33159              Force inclusion of both Perl_runops_* in perl itself,
33160              so they are available for Peek.xs etc.
33161              
33162              [ 12874]
33163              Keep It Simple and Stupid version of readonly hash support.
33164              - Test for SvREAONLY(hv) at a few spots in hv.c
33165              - add the error message to perldiag.pod
33166              - (dubious) add access::readonly() to univeral.c
33167              - add test using above
33168              - fixup ext/B/t/stash.t to account for access:: existing
33169      Branch: perl
33170           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
33171 ____________________________________________________________________________
33172 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33173         Log: embed.pl generated changes I forgot to include
33174      Branch: perlio
33175            ! embedvar.h perlapi.h pod/perlapi.pod
33176 ____________________________________________________________________________
33177 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33178         Log: Force inclusion of both Perl_runops_* in perl itself,
33179              so they are available for Peek.xs etc.
33180      Branch: perlio
33181            ! perlvars.h
33182 ____________________________________________________________________________
33183 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33184         Log: Integrate mainline - a few Devel::Peak fails.
33185      Branch: perlio
33186           +> (branch 29 files)
33187            - ext/Thread/Thread.pm lib/Benchmark.t
33188            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33189            - lib/Lingua/KO/Hangul/Util/README
33190            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33191            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33192            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33193            - vms/ext/vmsish.pm vms/ext/vmsish.t
33194            ! hv.c
33195           !> (integrate 389 files)
33196 ____________________________________________________________________________
33197 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33198         Log: Start working on perldelta.  This is not yet any sort of
33199              editing; just concatenating perl570delta, perl571delta,
33200              and perl572delta.  Any sorting not done, any duplicate
33201              removal not done, any removal or update of obsolete items
33202              not done, any changes since 5.7.2 not included.  So there.
33203      Branch: perl
33204            ! pod/perldelta.pod
33205 ____________________________________________________________________________
33206 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33207         Log: Banish "use utf8".
33208      Branch: perl
33209            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33210 ____________________________________________________________________________
33211 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33212         Log: Tweak from Charles Lane.
33213      Branch: perl
33214            ! vms/vms.c
33215 ____________________________________________________________________________
33216 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33217         Log: Integrate change #13058 from maintperl;
33218              change#12559 breaks things on Win9x because command.com doesn't
33219              grok dquotes at all; disable all the system() smarts for
33220              command.com
33221      Branch: perl
33222           !> win32/win32.c
33223 ____________________________________________________________________________
33224 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33225         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33226              From: Jonathan Stowe <gellyfish@gellyfish.com>
33227              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33228              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33229      Branch: perl
33230            ! lib/Term/Cap.pm
33231 ____________________________________________________________________________
33232 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33233         Log: Subject: [PATCH9 File/Find.pm doc nits
33234              From: Tels <perl_dummy@bloodgate.com>
33235              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33236      Branch: perl
33237            ! lib/File/Find.pm
33238 ____________________________________________________________________________
33239 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33240         Log: Subject: [PATCH] Benchmark.pm nit
33241              From: Tels <perl_dummy@bloodgate.com>
33242              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33243      Branch: perl
33244            ! lib/Benchmark.pm
33245 ____________________________________________________________________________
33246 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33247         Log: change#12559 breaks things on Win9x because command.com doesn't
33248              grok dquotes at all; disable all the system() smarts for
33249              command.com
33250      Branch: maint-5.6/perl
33251            ! win32/win32.c
33252 ____________________________________________________________________________
33253 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33254         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33255              From: Andy Dougherty <doughera@lafayette.edu>
33256              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33257              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33258      Branch: perl
33259            ! lib/Unicode/UCD.t
33260 ____________________________________________________________________________
33261 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33262         Log: Subject: [Patch Perl@13023] VMS system() warning
33263              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33264              Date: Fri, 16 Nov 2001 15:20:11 EST
33265              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33266      Branch: perl
33267            ! vms/vms.c
33268 ____________________________________________________________________________
33269 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33270         Log: It's neither-nor, and protect against the impossible.
33271      Branch: perl
33272            ! lib/Thread.pm
33273 ____________________________________________________________________________
33274 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33275         Log: 5005threads didn't work because $Thread::VERSION wasn't
33276              visible.  Oops.
33277      Branch: perl
33278            ! ext/Thread/Makefile.PL lib/Thread.pm
33279 ____________________________________________________________________________
33280 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33281         Log: Robustness against Linux using something else than gcc;
33282              based on
33283              
33284              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
33285              From: Charles Randall <cfriv@yahoo.com>
33286              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
33287              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
33288      Branch: perl
33289            ! ext/Errno/Errno_pm.PL
33290 ____________________________________________________________________________
33291 [ 13052] By: ams                                   on 2001/11/16  16:46:39
33292         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
33293              From: Russ Allbery <rra@stanford.edu>
33294              Date: 16 Nov 2001 09:44:21 -0800
33295              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
33296      Branch: perl
33297            ! lib/Pod/ParseLink.pm
33298 ____________________________________________________________________________
33299 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
33300         Log: Update perluniintro on the UTF-8 output matters
33301              (that -w will warn unless the stream is explicitly UTF-8-ified).
33302      Branch: perl
33303            ! pod/perluniintro.pod
33304 ____________________________________________________________________________
33305 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
33306         Log: Adding new files to MANIFEST is nice.
33307      Branch: perl
33308            ! MANIFEST
33309 ____________________________________________________________________________
33310 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
33311         Log: Update Changes.
33312      Branch: perl
33313            ! Changes patchlevel.h
33314 ____________________________________________________________________________
33315 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
33316         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
33317              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
33318              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
33319              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
33320      Branch: perl
33321            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33322 ____________________________________________________________________________
33323 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
33324         Log: Rename perlunintro to perluniintro; regen toc.
33325      Branch: perl
33326            + pod/perluniintro.pod
33327            - pod/perlunintro.pod
33328            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33329 ____________________________________________________________________________
33330 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
33331         Log: Document the negated lookahead trick to emulate
33332              character class subtraction.
33333      Branch: perl
33334            ! pod/perlunicode.pod
33335 ____________________________________________________________________________
33336 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
33337         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
33338              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33339              Date: Fri, 16 Nov 2001 23:31:04 +0900
33340              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
33341              
33342              (with the tweak that Cntrl is not C, it's Cc)
33343      Branch: perl
33344            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
33345            ! lib/unicore/mktables
33346 ____________________________________________________________________________
33347 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
33348         Log: Subject: [PATCH current] runtime runops switch
33349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33350              Date: Fri, 16 Nov 2001 00:48:09 -0500
33351              Message-ID: <20011116004809.A934@math.ohio-state.edu>
33352      Branch: perl
33353            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
33354            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
33355            ! pod/perlintern.pod proto.h run.c
33356 ____________________________________________________________________________
33357 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
33358         Log: Further discourage old Thread code; tell how to tell
33359              the difference.
33360      Branch: perl
33361            ! lib/Thread.pm
33362 ____________________________________________________________________________
33363 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
33364         Log: A missing return; from Charles Lane.
33365      Branch: perl
33366            ! vms/vms.c
33367 ____________________________________________________________________________
33368 [ 13041] By: ams                                   on 2001/11/16  12:11:14
33369         Log: Subject: [PATCH] Doc spellcheck + podcheck
33370              From: Autrijus Tang <autrijus@egb.elixus.org>
33371              Date: Thu, 15 Nov 2001 22:49:05 -0800
33372              Message-Id: <20011116064905.GA44092@egb.elixus.org>
33373              
33374              Subject: [PATCH] podcheck+spellcheck, the rest of the story
33375              From: Autrijus Tang <autrijus@egb.elixus.org>
33376              Date: Fri, 16 Nov 2001 00:42:20 -0800
33377              Message-Id: <20011116084220.GA44295@egb.elixus.org>
33378              
33379              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
33380              From: Nicholas Clark <nick@ccl4.org>
33381              Date: Fri, 16 Nov 2001 10:32:01 +0000
33382              Message-Id: <20011116103200.F62891@plum.flirble.org>
33383              (Applied after suitable de-mangling.)
33384      Branch: perl
33385            ! README.aix README.dgux README.dos README.epoc README.hpux
33386            ! README.mint README.mpeix README.netware README.os2
33387            ! README.os390 README.plan9 README.qnx README.solaris
33388            ! README.threads doio.c pod/perl571delta.pod
33389            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
33390            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
33391            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
33392            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
33393            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
33394            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
33395 ____________________________________________________________________________
33396 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
33397         Log: Avoid redefinedness warning for now.
33398      Branch: perl
33399            ! lib/Thread.pm
33400 ____________________________________________________________________________
33401 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
33402         Log: use strict.
33403      Branch: perl
33404            ! lib/Thread.pm
33405 ____________________________________________________________________________
33406 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
33407         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
33408              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
33409              Date: Thu, 15 Nov 2001 22:54:47 EST 
33410              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
33411      Branch: perl
33412            ! vms/vms.c vms/vmspipe.com
33413 ____________________________________________________________________________
33414 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
33415         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
33416              From: "chromatic" <chromatic@rmci.net>
33417              Date: Thu, 15 Nov 2001 19:54:23 -0700
33418              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
33419      Branch: perl
33420            ! lib/File/stat.t
33421 ____________________________________________________________________________
33422 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
33423         Log: Make Thread a wrapper for both ithreads and 5005threads.
33424              Needs a lot of work and Arthur's eyeballing (and finishing
33425              few missing odds and ends of threads.pm).  Now Thread
33426              is an extension without its own .pm.
33427              
33428              If there are people who have experience working with
33429              either the 5005threads or the ithreads: cleaning up
33430              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
33431              and porting the various Thread::* modules, like Thread::Queue,
33432              to work also with ithreads, is needed.
33433              
33434              Removed the 5005threads requirement from the 5005 tests
33435              for easier testing (not all of them work yet since
33436              they use the Thread::* modules that have not been made
33437              to work with ithreads).  Leave the 5005 tests named as
33438              *.tx so that they are not run by "make test".
33439      Branch: perl
33440            + lib/Thread.pm
33441            - ext/Thread/Thread.pm
33442            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
33443            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
33444            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
33445            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33446            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33447            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33448            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33449 ____________________________________________________________________________
33450 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33451         Log: $VERSION "a5" doesn't quite work.
33452      Branch: perl
33453            ! ext/B/Makefile.PL
33454 ____________________________________________________________________________
33455 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33456         Log: Add the fruits of Larry Shatzer's version verifying script.
33457              (There are some straddlers, but they will be fixed in the
33458              upcoming releases of the modules.)
33459      Branch: perl
33460            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33461            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33462            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33463            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33464            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33465            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33466            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33467            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33468            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33469            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33470            ! wince/FindExt.pm
33471 ____________________________________________________________________________
33472 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33473         Log: Add Larry Shatzer's VERSION verifying script.
33474      Branch: perl
33475            + Porting/checkVERSION.pl
33476            ! MANIFEST Porting/pumpkin.pod
33477 ____________________________________________________________________________
33478 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33479         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33480              From: Michael G Schwern <schwern@pobox.com>
33481              Date: Thu, 15 Nov 2001 19:26:40 -0500
33482              Message-ID: <20011115192640.R31399@blackrider>
33483      Branch: perl
33484            ! t/test.pl
33485 ____________________________________________________________________________
33486 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33487         Log: Document the MY_CXT business; from Paul Marquess.
33488      Branch: perl
33489            ! pod/perlxs.pod
33490 ____________________________________________________________________________
33491 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33492         Log: VMSCMD synch attempt.
33493      Branch: perl
33494            ! vms/vms.c vms/vmsish.h
33495 ____________________________________________________________________________
33496 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33497         Log: Advise against -P as instructed by Schwern.
33498      Branch: perl
33499            ! pod/perlrun.pod
33500 ____________________________________________________________________________
33501 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33502         Log: Subject: [PATCH] v-strings as Objects Step 1
33503              From: John Peacock <jpeacock@rowman.com>
33504              Date: Thu, 15 Nov 2001 12:41:04 -0500
33505              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33506      Branch: perl
33507            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33508            ! util.c
33509 ____________________________________________________________________________
33510 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33511         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33512              From: Michael G Schwern <schwern@pobox.com>
33513              Date: Thu, 15 Nov 2001 12:47:59 -0500
33514              Message-ID: <20011115124759.E31399@blackrider>
33515      Branch: perl
33516            + t/run/switchx.aux t/run/switchx.t
33517            ! MANIFEST t/run/switches.t
33518 ____________________________________________________________________________
33519 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33520         Log: Upgrade to Getopt::Long 2.26_03.
33521      Branch: perl
33522            ! lib/Getopt/Long.pm
33523 ____________________________________________________________________________
33524 [ 13025] By: ams                                   on 2001/11/15  20:46:22
33525         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
33526              From: Michael G Schwern <schwern@pobox.com>
33527              Date: Thu, 15 Nov 2001 16:24:11 -0500
33528              Message-Id: <20011115162411.M31399@blackrider>
33529      Branch: perl
33530            ! vms/vms.c
33531 ____________________________________________________________________________
33532 [ 13024] By: ams                                   on 2001/11/15  19:32:06
33533         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
33534              From: rspier@pobox.com (Robert Spier)
33535              Date: Thu, 15 Nov 2001 11:19:21 -0800
33536              Message-Id: <15348.5433.732364.963687@rls.cx>
33537      Branch: perl
33538            ! op.c
33539 ____________________________________________________________________________
33540 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
33541         Log: Update Changes.
33542      Branch: perl
33543            ! Changes patchlevel.h
33544 ____________________________________________________________________________
33545 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
33546         Log: Subject: [PATCH] new tests for command-line switches
33547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33548              Date: Thu, 15 Nov 2001 17:00:30 +0100
33549              Message-ID: <20011115170030.A14193@rafael>
33550      Branch: perl
33551            + t/run/switches.t
33552            ! MANIFEST
33553 ____________________________________________________________________________
33554 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
33555         Log: Upgrade to podlators 1.13.
33556      Branch: perl
33557            + lib/Pod/ParseLink.pm
33558            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33559            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
33560            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
33561            ! t/pod/pod2usage.xr t/pod/podselect.xr
33562 ____________________________________________________________________________
33563 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
33564         Log: skip "might be used uninitialized".
33565      Branch: perl
33566            ! pp_sys.c
33567 ____________________________________________________________________________
33568 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
33569         Log: Fix for "perlio bug in koi8-r encoding".  The problem
33570              seemed to be that binmode() always flushed the handle,
33571              which is not so good when switching encodings.  Fixed,
33572              added Matt Sergeant's testcase, documented in perlfunc/binmode,
33573              also added a pointer about disciplines to perlfunc/open,
33574              and in general cleaned up and reformatted the open entry.
33575      Branch: perl
33576            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
33577 ____________________________________________________________________________
33578 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
33579         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
33580              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33581              Date: 15 Nov 2001 08:57:06 -0000
33582              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
33583              
33584              chop() and chomp() are not real list functions,
33585              so let's not have them overrideable.  (Casey will
33586              be confused since in #7071 he patched the other way.)
33587      Branch: perl
33588            ! pod/perlfunc.pod toke.c
33589 ____________________________________________________________________________
33590 [ 13017] By: ams                                   on 2001/11/15  12:56:49
33591         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
33592              From: Robin Barker <rmb1@cise.npl.co.uk>
33593              Date: Thu, 15 Nov 2001 13:48:34 GMT
33594              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
33595              (Applied with tweaks.)
33596      Branch: perl
33597            ! pod/perltrap.pod
33598 ____________________________________________________________________________
33599 [ 13016] By: ams                                   on 2001/11/15  09:12:48
33600         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
33601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33602              Date: Thu, 15 Nov 2001 09:06:39 +0100
33603              Message-Id: <20011115090639.A13005@rafael>
33604      Branch: perl
33605            ! pod/perlrun.pod
33606 ____________________________________________________________________________
33607 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
33608         Log: "link =" from utils.lst was being processed oddly.
33609      Branch: perl
33610            ! installman
33611 ____________________________________________________________________________
33612 [ 13014] By: ams                                   on 2001/11/15  02:52:52
33613         Log: Subject: [PATCH current] CreateTTY in -d
33614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33615              Date: Wed, 14 Nov 2001 21:26:31 -0500
33616              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
33617      Branch: perl
33618            ! lib/perl5db.pl
33619 ____________________________________________________________________________
33620 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
33621         Log: Corify the Filter::Simple tests. 
33622      Branch: perl
33623            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
33624            ! lib/Filter/Simple/t/filter_only.t
33625 ____________________________________________________________________________
33626 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
33627         Log: Upgrade to Filter::Simple 0.70.
33628      Branch: perl
33629            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
33630            + t/lib/FilterOnlyTest.pm
33631            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
33632            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33633            ! t/lib/FilterTest.pm
33634 ____________________________________________________________________________
33635 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
33636         Log: Cleanliness inspired by Cygwin.
33637      Branch: perl
33638            ! Makefile.SH x2p/Makefile.SH
33639 ____________________________________________________________________________
33640 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
33641         Log: Add perlunintro (formerly known as perlunitut); regen toc.
33642      Branch: perl
33643            + pod/perlunintro.pod
33644            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33645 ____________________________________________________________________________
33646 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
33647         Log: FAQ sync.
33648      Branch: perl
33649            ! pod/perlfaq6.pod
33650 ____________________________________________________________________________
33651 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
33652         Log: Quieten pgcc 2.91.66 worries.
33653      Branch: perl
33654            ! gv.c pp_ctl.c utf8.c
33655 ____________________________________________________________________________
33656 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
33657         Log: Upgrade to Switch 2.06.
33658      Branch: perl
33659            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33660            ! lib/Switch/t/nested.t
33661 ____________________________________________________________________________
33662 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
33663         Log: Upgrade to Attribute::Handlers 0.76.
33664      Branch: perl
33665            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
33666            ! lib/Attribute/Handlers/README
33667            ! lib/Attribute/Handlers/demo/Demo.pm
33668            ! lib/Attribute/Handlers/demo/Descriptions.pm
33669            ! lib/Attribute/Handlers/demo/MyClass.pm
33670            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33671            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33672            ! lib/Attribute/Handlers/t/multi.t
33673 ____________________________________________________________________________
33674 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
33675         Log: Signedness nit.
33676      Branch: perl
33677            ! regexec.c
33678 ____________________________________________________________________________
33679 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
33680         Log: VERSIONize.
33681      Branch: perl
33682            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
33683            ! lib/integer.pm
33684 ____________________________________________________________________________
33685 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
33686         Log: No pod in internal Net::FTP classes.
33687      Branch: perl
33688            ! pod/buildtoc.PL
33689 ____________________________________________________________________________
33690 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
33691         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
33692              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33693              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
33694              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
33695      Branch: perl
33696            ! regexec.c
33697 ____________________________________________________________________________
33698 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
33699         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
33700              Pudge correctly).
33701      Branch: perl
33702            ! t/test.pl
33703 ____________________________________________________________________________
33704 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
33705         Log: Add comments to mark where $^X is being handled.
33706      Branch: perl
33707            ! perl.c toke.c
33708 ____________________________________________________________________________
33709 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
33710         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
33711              From: Michael G Schwern <schwern@pobox.com>
33712              Date: Wed, 14 Nov 2001 16:38:25 -0500
33713              Message-ID: <20011114163825.D6519@blackrider>
33714      Branch: perl
33715            ! t/op/repeat.t
33716 ____________________________________________________________________________
33717 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
33718         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
33719              From: Michael G Schwern <schwern@pobox.com>
33720              Date: Wed, 14 Nov 2001 13:19:15 -0500
33721              Message-ID: <20011114131915.K5096@blackrider>
33722      Branch: perl
33723            ! t/op/die_exit.t
33724 ____________________________________________________________________________
33725 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
33726         Log: Subject: Re: [PATCH] new version of runperl()
33727              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33728              Date: Wed, 14 Nov 2001 15:39:12 EST
33729              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
33730              
33731              "VMS $^X pipes etc" patch.
33732      Branch: perl
33733            ! vms/vms.c
33734 ____________________________________________________________________________
33735 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
33736         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
33737              and add "verbose" option to show the final command.
33738      Branch: perl
33739            ! t/test.pl
33740 ____________________________________________________________________________
33741 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
33742         Log: Goof in some of the comment fields of #12994.
33743      Branch: perl
33744            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
33745            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
33746            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
33747            ! lib/unicore/In/9.pl
33748 ____________________________________________________________________________
33749 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
33750         Log: The First, Last ranges in the Unicode data weren't
33751              getting their general categories added properly;
33752              noticed by Jeffrey Friedl.
33753      Branch: perl
33754            ! lib/unicore/Category.pl lib/unicore/In/0.pl
33755            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
33756            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
33757            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
33758            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
33759            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
33760            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
33761            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
33762            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
33763            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
33764            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
33765            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
33766            ! lib/unicore/mktables
33767 ____________________________________________________________________________
33768 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
33769         Log: Subject: [PATCH] new version of runperl()
33770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33771              Date: Wed, 14 Nov 2001 12:23:01 +0100
33772              Message-ID: <20011114122301.A29384@rafael>
33773      Branch: perl
33774            ! t/io/argv.t t/test.pl
33775 ____________________________________________________________________________
33776 [ 12992] By: ams                                   on 2001/11/14  13:40:39
33777         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
33778              From: Michael G Schwern <schwern@pobox.com>
33779              Date: Tue, 13 Nov 2001 23:17:54 -0500
33780              Message-Id: <20011113231754.S32567@blackrider>
33781      Branch: perl
33782            ! perl.c
33783 ____________________________________________________________________________
33784 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
33785         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
33786              From: Philip Newton <Philip.Newton@gmx.net>
33787              Date: Wed, 14 Nov 2001 10:59:53 +0100
33788              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
33789              
33790              plus a lot of paragraph reformatting because of long lines.
33791      Branch: perl
33792            ! pod/perlapio.pod
33793 ____________________________________________________________________________
33794 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
33795         Log: A bool is not a pointer.
33796      Branch: perl
33797            ! pp_sys.c
33798 ____________________________________________________________________________
33799 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
33800         Log: AUTHORS updates.
33801      Branch: perl
33802            ! AUTHORS
33803 ____________________________________________________________________________
33804 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
33805         Log: There are several MIME RFCs.
33806      Branch: perl
33807            ! ext/Encode/Encode.pm
33808 ____________________________________________________________________________
33809 [ 12987] By: ams                                   on 2001/11/14  01:09:28
33810         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
33811              From: Michael G Schwern <schwern@pobox.com>
33812              Date: Tue, 13 Nov 2001 20:59:13 -0500
33813              Message-Id: <20011113205913.H32567@blackrider>
33814      Branch: perl
33815            ! t/op/groups.t vms/test.com
33816 ____________________________________________________________________________
33817 [ 12986] By: ams                                   on 2001/11/14  01:07:06
33818         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
33819              From: Michael G Schwern <schwern@pobox.com>
33820              Date: Tue, 13 Nov 2001 20:51:34 -0500
33821              Message-Id: <20011113205134.F32567@blackrider>
33822      Branch: perl
33823            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
33824 ____________________________________________________________________________
33825 [ 12985] By: ams                                   on 2001/11/14  00:43:59
33826         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
33827              From: Michael G Schwern <schwern@pobox.com>
33828              Date: Tue, 13 Nov 2001 20:38:42 -0500
33829              Message-Id: <20011113203842.E32567@blackrider>
33830      Branch: perl
33831            ! pod/perlport.pod
33832 ____________________________________________________________________________
33833 [ 12984] By: ams                                   on 2001/11/14  00:32:15
33834         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
33835              From: Michael G Schwern <schwern@pobox.com>
33836              Date: Tue, 13 Nov 2001 20:27:02 -0500
33837              Message-Id: <20011113202702.D32567@blackrider>
33838      Branch: perl
33839            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
33840            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
33841            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
33842            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
33843 ____________________________________________________________________________
33844 [ 12983] By: ams                                   on 2001/11/14  00:00:27
33845         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
33846              From: Michael G Schwern <schwern@pobox.com>
33847              Date: Tue, 13 Nov 2001 19:51:59 -0500
33848              Message-Id: <20011113195159.B32567@blackrider>
33849      Branch: perl
33850            ! pod/perlport.pod
33851 ____________________________________________________________________________
33852 [ 12982] By: ams                                   on 2001/11/13  23:53:11
33853         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
33854              From: Larry Shatzer <fugazi@zippy.zyx.net>
33855              Date: Tue, 13 Nov 2001 17:27:59 -0700
33856              Message-Id: <20011113172759.E27768@zippy.zyx.net>
33857      Branch: perl
33858            ! pod/perlapio.pod
33859 ____________________________________________________________________________
33860 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
33861         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
33862              "large enough" Unicode characters returned more than one
33863              as their "Unicode size".
33864      Branch: perl
33865            ! pp_sys.c t/io/utf8.t
33866 ____________________________________________________________________________
33867 [ 12980] By: ams                                   on 2001/11/13  19:32:33
33868         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
33869              From: "Craig A. Berry" <craigberry@mac.com>
33870              Date: Tue, 13 Nov 2001 14:33:25 -0600
33871              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
33872      Branch: perl
33873            ! vms/gen_shrfls.pl
33874 ____________________________________________________________________________
33875 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
33876         Log: Subject: Minor patch to Encode.pm (detypo)
33877              From: "Philip Newton" <Philip.Newton@gmx.net>
33878              Date: Tue, 13 Nov 2001 20:11:01 +0100
33879              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
33880      Branch: perl
33881            ! ext/Encode/Encode.pm
33882 ____________________________________________________________________________
33883 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
33884         Log: Evil tabulators.
33885      Branch: perl
33886            ! ext/Encode/Encode.pm
33887 ____________________________________________________________________________
33888 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
33889         Log: Document the available encodings.
33890      Branch: perl
33891            ! ext/Encode/Encode.pm
33892 ____________________________________________________________________________
33893 [ 12976] By: ams                                   on 2001/11/13  17:14:07
33894         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33895              From: Barrie Slaymaker <barries@slaysys.com>
33896              Date: Tue, 13 Nov 2001 12:41:36 -0500
33897              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
33898      Branch: perl
33899            ! t/op/universal.t
33900 ____________________________________________________________________________
33901 [ 12975] By: ams                                   on 2001/11/13  16:24:21
33902         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33903              From: Barrie Slaymaker <barries@slaysys.com>
33904              Date: Tue, 13 Nov 2001 10:56:20 -0500
33905              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
33906              (Test applied with minor tweaks and ->isa("HASH") omission.)
33907      Branch: perl
33908            ! lib/UNIVERSAL.pm t/op/universal.t
33909 ____________________________________________________________________________
33910 [ 12974] By: ams                                   on 2001/11/13  15:46:07
33911         Log: Subject: [PATCH Benchmark.pm] docco tweaks
33912              From: Barrie Slaymaker <barries@slaysys.com>
33913              Date: Tue, 13 Nov 2001 11:34:45 -0500
33914              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
33915      Branch: perl
33916            ! lib/Benchmark.pm
33917 ____________________________________________________________________________
33918 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
33919         Log: Subject: [PATCH] Attack of the C loops, round 1
33920              From: Richard Soderberg <rs@oregonnet.com>
33921              Date: Mon, 12 Nov 2001 12:07:29 -0800
33922              Message-Id: <200111122007.MAA01994@oregonnet.com>
33923              
33924              Subject: [PATCH] bytecode.pl (tiny patch)
33925              From: Richard Soderberg <rs@oregonnet.com>
33926              Date: Mon, 12 Nov 2001 12:53:24 -0800
33927              Message-Id: <200111122053.MAA06272@oregonnet.com>
33928      Branch: perl
33929            ! bytecode.pl installhtml
33930 ____________________________________________________________________________
33931 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
33932         Log: Subject: [PATCH] Update to Filter::Util::Call
33933              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33934              Date: Sun, 11 Nov 2001 22:33:33 -0000
33935              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
33936              
33937              Use the new CXT* macros.
33938      Branch: perl
33939            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33940 ____________________________________________________________________________
33941 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
33942         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
33943              From: Michael G Schwern <schwern@pobox.com>
33944              Date: Mon, 12 Nov 2001 20:50:34 -0500
33945              Message-ID: <20011112205034.H2888@blackrider>
33946      Branch: perl
33947            + lib/vmsish.pm lib/vmsish.t
33948            - vms/ext/vmsish.pm vms/ext/vmsish.t
33949            ! MANIFEST vms/descrip_mms.template
33950 ____________________________________________________________________________
33951 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
33952         Log: :utf8 works only with perlio.
33953      Branch: perl
33954            ! lib/open.t
33955 ____________________________________________________________________________
33956 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
33957         Log: Subject: Re: @Config -"des" not quite working on VMS
33958              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33959              Date: Tue, 13 Nov 2001 08:35:13 EST 
33960              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
33961      Branch: perl
33962            ! configure.com
33963 ____________________________________________________________________________
33964 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
33965         Log: Subject: [PATCH] lib/charnames.pm 
33966              From: Jeffrey Friedl <jfriedl@yahoo.com>
33967              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
33968              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
33969      Branch: perl
33970            ! lib/charnames.pm
33971 ____________________________________________________________________________
33972 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
33973         Log: Docs for Mac::err.
33974      Branch: maint-5.6/macperl
33975            ! macos/ext/Mac/err/err.pm
33976 ____________________________________________________________________________
33977 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
33978         Log: Some cleanup; change some globals to references for
33979              possible persistence later.
33980      Branch: maint-5.6/macperl
33981            ! macos/lib/Mac/Glue.pm
33982 ____________________________________________________________________________
33983 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
33984         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
33985      Branch: maint-5.6/macperl
33986            ! macos/ext/Mac/Files/Files.pm
33987 ____________________________________________________________________________
33988 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
33989         Log: Get Mac::Navigation to compile (bug #464684).
33990      Branch: maint-5.6/macperl
33991            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33992            ! macos/ext/Mac/Navigation/Makefile.PL
33993            ! macos/ext/Mac/Navigation/Navigation.xs
33994            ! macos/macperl/Makefile.mk
33995 ____________________________________________________________________________
33996 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
33997         Log: Add in modules and POD to help menu.
33998      Branch: maint-5.6/macperl
33999            ! macos/macperl/MacPerl.podhelp
34000 ____________________________________________________________________________
34001 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
34002         Log: Update bundled modules.
34003      Branch: maint-5.6/macperl
34004            + macos/bundled_ext/Filter/t/FilterTest.pm
34005            + macos/bundled_ext/List/Util/t/shuffle.t
34006            + macos/bundled_ext/Storable/t/compat06.t
34007            + macos/bundled_ext/Storable/t/st-dump.pl
34008            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
34009            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
34010            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
34011            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
34012            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
34013            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
34014            + macos/bundled_lib/blib/lib/lwpcook.pod
34015            + macos/bundled_lib/t/Filter/Simple/filter.t
34016            + macos/bundled_lib/t/Switch/t/given.t
34017            + macos/bundled_lib/t/Switch/t/nested.t
34018            + macos/bundled_lib/t/Switch/t/switch.t
34019            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
34020            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
34021            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
34022            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
34023            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
34024            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
34025            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
34026            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
34027            + macos/bundled_lib/t/URI/rfc2732.t
34028            + macos/bundled_lib/t/libnet/config.t
34029            + macos/bundled_lib/t/libnet/libnet_t.pl
34030            + macos/bundled_lib/t/libwww-perl/live/google.t
34031            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
34032            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
34033            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
34034            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
34035            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
34036            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
34037            + macos/bundled_lib/t/libwww-perl/live/validator.t
34038            - macos/bundled_ext/Filter/t/MyFilter.pm
34039            - macos/bundled_ext/Storable/t/compat-0.6.t
34040            - macos/bundled_ext/Storable/t/dump.pl
34041            - macos/bundled_ext/Time/Piece/Makefile.PL
34042            - macos/bundled_ext/Time/Piece/Piece.pm
34043            - macos/bundled_ext/Time/Piece/Piece.t
34044            - macos/bundled_ext/Time/Piece/Piece.xs
34045            - macos/bundled_ext/Time/Piece/README
34046            - macos/bundled_ext/Time/Piece/Seconds.pm
34047            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
34048            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
34049            - macos/bundled_lib/blib/lib/Net/PH.pm
34050            - macos/bundled_lib/blib/lib/Net/SNPP.pm
34051            - macos/bundled_lib/blib/lib/Text/Balanced.pod
34052            - macos/bundled_lib/t/Filter/Simple/test.pl
34053            - macos/bundled_lib/t/Switch/test.pl
34054            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
34055            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
34056            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
34057            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
34058            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
34059            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
34060            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
34061            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
34062            - macos/bundled_lib/t/libnet/ph.t
34063            ! (edit 125 files)
34064 ____________________________________________________________________________
34065 [ 12961] By: ams                                   on 2001/11/13  00:45:08
34066         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
34067              From: Michael G Schwern <schwern@pobox.com>
34068              Date: Mon, 12 Nov 2001 20:16:45 -0500
34069              Message-Id: <20011112201644.G2888@blackrider>
34070      Branch: perl
34071            ! pod/perlport.pod
34072 ____________________________________________________________________________
34073 [ 12960] By: ams                                   on 2001/11/12  23:54:00
34074         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
34075              Recoving dup tests for VMS
34076              From: Michael G Schwern <schwern@pobox.com>
34077              Date: Mon, 12 Nov 2001 19:35:33 -0500
34078              Message-Id: <20011112193533.D2888@blackrider>
34079      Branch: perl
34080            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
34081 ____________________________________________________________________________
34082 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
34083         Log: Update Changes.
34084      Branch: perl
34085            ! Changes patchlevel.h
34086 ____________________________________________________________________________
34087 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
34088         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
34089              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
34090              Date: Mon, 12 Nov 2001 12:35:18 EST 
34091              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
34092      Branch: perl
34093            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
34094            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
34095 ____________________________________________________________________________
34096 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
34097         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
34098              From: Barrie Slaymaker <barries@slaysys.com>
34099              Date: Mon, 12 Nov 2001 11:19:52 -0500
34100              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
34101      Branch: perl
34102            ! lib/File/Spec.t lib/File/Spec/Win32.pm
34103 ____________________________________________________________________________
34104 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
34105         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
34106              From: Barrie Slaymaker <barries@slaysys.com>
34107              Date: Mon, 12 Nov 2001 11:07:36 -0500
34108              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
34109      Branch: perl
34110            ! lib/Benchmark.pm
34111 ____________________________________________________________________________
34112 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
34113         Log: Misplaced test, noticed by Barrie Slaymaker.
34114              (We are missing Benchmark tests, then.)
34115      Branch: perl
34116            + ext/Devel/DProf/DProf.t
34117            - lib/Benchmark.t
34118            ! MANIFEST
34119 ____________________________________________________________________________
34120 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
34121         Log: Subject: [PATCH] a few typo fixes 
34122              From: Jeffrey Friedl <jfriedl@yahoo.com>
34123              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
34124              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
34125              
34126              Patching README.foo instead of pod/perlfoo.pod,
34127              not patching Math::BigInt (Tels will take care of that),
34128              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
34129              and perldoc.PL instead of libnetcfg and perldoc, patching
34130              ext/Digest/MD5/t/files.t since MD5.pm was changed.
34131      Branch: perl
34132            ! (edit 109 files)
34133 ____________________________________________________________________________
34134 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
34135         Log: Add a note about the dangers of bad UTF-8.
34136      Branch: perl
34137            ! pod/perlunicode.pod
34138 ____________________________________________________________________________
34139 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
34140         Log: NetWare Nit from Ananth Kesari.
34141      Branch: perl
34142            ! NetWare/config.wc
34143 ____________________________________________________________________________
34144 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
34145         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
34146      Branch: perl
34147            ! ext/Encode/Encode.pm
34148 ____________________________________________________________________________
34149 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
34150         Log: (retracted by #12951)
34151      Branch: perl
34152            ! ext/Encode/Encode.pm
34153 ____________________________________________________________________________
34154 [ 12949] By: ams                                   on 2001/11/12  06:40:18
34155         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34156              From: Robert Spier <rspier@pobox.com>
34157              Date: Sun, 11 Nov 2001 18:50:18 -0800
34158              Message-Id: <15343.14570.121505.233336@rls.cx>
34159              
34160              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34161              From: Rick Delaney <rick.delaney@home.com>
34162              Date: 12 Nov 2001 00:15:52 -0500
34163              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
34164      Branch: perl
34165            ! pp_hot.c t/op/taint.t
34166 ____________________________________________________________________________
34167 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
34168         Log: It seems that we actually have this detail implemented
34169              as for as Level 1 Support of Unicode regex support is
34170              concerned: at Level 1 only 1:1 support for loose
34171              (aka caseless, aka caseigoring ) matching is required.
34172      Branch: perl
34173            ! pod/perlunicode.pod
34174 ____________________________________________________________________________
34175 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34176         Log: (retracted by #12951)
34177      Branch: perl
34178            ! ext/Encode/Encode.pm
34179 ____________________________________________________________________________
34180 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34181         Log: BOM, bom, Bom.
34182      Branch: perl
34183            ! pod/perlunicode.pod
34184 ____________________________________________________________________________
34185 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34186         Log: Upgrade to Math::BigInt 1.46.
34187      Branch: perl
34188            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34189            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34190            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34191            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34192            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34193 ____________________________________________________________________________
34194 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34195         Log: Subject: Re: PERFORCE change 12943 for review
34196              From: "Philip Newton" <Philip.Newton@gmx.net>
34197              Date: Sun, 11 Nov 2001 20:53:36 +0100
34198              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34199      Branch: perl
34200            ! pod/perlunicode.pod
34201 ____________________________________________________________________________
34202 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34203         Log: Doc updates; make the Unicode discussions a little
34204              bit less alarming, and add information about encodings,
34205              surrogates, and BOMs.
34206      Branch: perl
34207            ! pod/perlunicode.pod
34208 ____________________________________________________________________________
34209 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34210         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34211              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34212              Date: Mon, 12 Nov 2001 00:22:57 +0900
34213              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34214      Branch: perl
34215            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34216            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34217 ____________________________________________________________________________
34218 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34219         Log: Subject: Re: PERFORCE change 12929 for review
34220              From: "Philip Newton" <Philip.Newton@gmx.net>
34221              Date: Sun, 11 Nov 2001 14:27:44 +0100
34222              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34223      Branch: perl
34224            ! MANIFEST
34225 ____________________________________________________________________________
34226 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34227         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34228              From: Michael G Schwern <schwern@pobox.com>
34229              Date: Thu, 8 Nov 2001 22:56:45 -0500
34230              Message-Id: <20011108225645.H5587@blackrider>
34231      Branch: perl
34232            ! t/op/chdir.t
34233 ____________________________________________________________________________
34234 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34235         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34236              From: Michael G Schwern <schwern@pobox.com>
34237              Date: Sun, 11 Nov 2001 00:54:43 -0500
34238              Message-Id: <20011111005443.A24450@blackrider>
34239      Branch: perl
34240            ! ext/Cwd/t/cwd.t
34241 ____________________________________________________________________________
34242 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34243         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34244              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34245              From: "chromatic" <chromatic@rmci.net>
34246              Date: Sat, 10 Nov 2001 21:03:20 -0700
34247              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34248      Branch: perl
34249            ! lib/File/stat.pm lib/File/stat.t
34250 ____________________________________________________________________________
34251 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34252         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34253              From: "Craig A. Berry" <craigberry@mac.com>
34254              Date: Sat, 10 Nov 2001 17:23:52 -0600
34255              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34256      Branch: perl
34257            ! t/op/magic.t
34258 ____________________________________________________________________________
34259 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34260         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34261      Branch: perl
34262            ! lib/open.pm lib/open.t
34263 ____________________________________________________________________________
34264 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34265         Log: The Official name of ASCII.
34266      Branch: perl
34267            ! ext/Encode/Encode.pm
34268 ____________________________________________________________________________
34269 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34270         Log: The KOI8-R example wasn't quite right.
34271      Branch: perl
34272            ! lib/open.pm lib/open.t
34273 ____________________________________________________________________________
34274 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34275         Log: Enhance the open pragma to support :utf8, :locale,
34276              and :encoding directly as special cases, and rename
34277              the INOUT to IO.
34278      Branch: perl
34279            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34280 ____________________________________________________________________________
34281 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34282         Log: Document the UTF-16 surrogate encoding and decoding.
34283      Branch: perl
34284            ! ext/Encode/Encode.pm
34285 ____________________________________________________________________________
34286 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
34287         Log: A potential recursion breaker.
34288      Branch: perl
34289            ! sv.c
34290 ____________________________________________________________________________
34291 [ 12930] By: ams                                   on 2001/11/10  07:46:53
34292         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
34293              (was Re: perl@12892)
34294              From: "chromatic" <chromatic@rmci.net>
34295              Date: Sat, 10 Nov 2001 01:28:09 -0700
34296              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
34297      Branch: perl
34298            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34299            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34300            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34301            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34302 ____________________________________________________________________________
34303 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
34304         Log: Add a test for the bytes pragma.
34305      Branch: perl
34306            + lib/bytes.t
34307            ! MANIFEST
34308 ____________________________________________________________________________
34309 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
34310         Log: Doc update.
34311      Branch: perl
34312            ! lib/bytes.pm
34313 ____________________________________________________________________________
34314 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
34315         Log: Cease to exist.
34316      Branch: perl
34317            - lib/Unicode/Normalize.pm
34318 ____________________________________________________________________________
34319 [ 12926] By: ams                                   on 2001/11/10  03:23:16
34320         Log: Subject: [patch] my_setenv speedup + fixes
34321              From: Doug MacEachern <dougm@covalent.net>
34322              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
34323              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
34324      Branch: perl
34325            ! util.c
34326 ____________________________________________________________________________
34327 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
34328         Log: Newline trouble.
34329      Branch: perl
34330            ! lib/ExtUtils/Embed.t
34331 ____________________________________________________________________________
34332 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
34333         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
34334              From: "Craig A. Berry" <craigberry@mac.com>
34335              Date: Fri, 09 Nov 2001 18:13:16 -0600
34336              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
34337      Branch: perl
34338            ! vms/munchconfig.c
34339 ____________________________________________________________________________
34340 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
34341         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
34342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34343              Date: Sat, 10 Nov 2001 00:10:45 +0100
34344              Message-ID: <20011110001045.A11945@rafael>
34345      Branch: perl
34346            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
34347            + t/run/switchn.t t/run/switchp.t
34348            ! MANIFEST
34349 ____________________________________________________________________________
34350 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
34351         Log: Subject: [PATCH] some tests not cleaning up properly               
34352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
34353              Date: Fri, 9 Nov 2001 22:13:10 +0100
34354              Message-ID: <20011109221310.A11115@rafael>
34355      Branch: perl
34356            ! ext/Cwd/t/cwd.t t/io/argv.t
34357 ____________________________________________________________________________
34358 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
34359         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
34360              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34361              Date: Fri, 9 Nov 2001 15:07:19 EST
34362              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
34363      Branch: perl
34364            ! lib/ExtUtils/Embed.t
34365 ____________________________________________________________________________
34366 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
34367         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
34368              have been copied so it shouldn't be freed in perl_destruct()
34369      Branch: perl
34370            ! perl.c
34371 ____________________________________________________________________________
34372 [ 12919] By: ams                                   on 2001/11/09  15:36:22
34373         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
34374              From: Michael G Schwern <schwern@pobox.com>
34375              Date: Fri, 9 Nov 2001 00:38:59 -0500
34376              Message-Id: <20011109003859.K5587@blackrider>
34377              (Applied with directory name changes suggested by Craig Berry.)
34378      Branch: perl
34379            ! ext/Cwd/t/cwd.t
34380 ____________________________________________________________________________
34381 [ 12918] By: ams                                   on 2001/11/09  15:29:15
34382         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
34383              From: Michael G Schwern <schwern@pobox.com>
34384              Date: Fri, 9 Nov 2001 01:44:14 -0500
34385              Message-Id: <20011109014414.N5587@blackrider>
34386      Branch: perl
34387            ! vms/ext/filespec.t
34388 ____________________________________________________________________________
34389 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
34390         Log: Update Changes.
34391      Branch: perl
34392            ! Changes patchlevel.h
34393 ____________________________________________________________________________
34394 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
34395         Log: Regen toc.
34396      Branch: perl
34397            ! pod/perltoc.pod
34398 ____________________________________________________________________________
34399 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
34400         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
34401              see http://www.jepstone.net/bjepson//jpl/cvs.html
34402      Branch: perl
34403            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34404 ____________________________________________________________________________
34405 [ 12914] By: ams                                   on 2001/11/09  14:05:12
34406         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
34407              From: Michael G Schwern <schwern@pobox.com>
34408              Date: Thu, 8 Nov 2001 22:05:49 -0500
34409              Message-Id: <20011108220549.F5587@blackrider>
34410      Branch: perl
34411            ! vms/test.com
34412 ____________________________________________________________________________
34413 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
34414         Log: NetWare update from Ananth Kesari.
34415      Branch: perl
34416            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
34417 ____________________________________________________________________________
34418 [ 12912] By: ams                                   on 2001/11/09  13:40:26
34419         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
34420              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34421              Date: Fri, 9 Nov 2001 14:32:28 +0100
34422              Message-Id: <20011109143228.A18996@rafael>
34423      Branch: perl
34424            ! perl.c
34425 ____________________________________________________________________________
34426 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
34427         Log: FAQ sync.
34428      Branch: perl
34429            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34430            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34431            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34432 ____________________________________________________________________________
34433 [ 12910] By: ams                                   on 2001/11/09  07:33:49
34434         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
34435              From: Michael G Schwern <schwern@pobox.com>
34436              Date: Fri, 9 Nov 2001 00:41:56 -0500
34437              Message-Id: <20011109004156.L5587@blackrider>
34438      Branch: perl
34439            ! lib/File/Find/t/find.t
34440 ____________________________________________________________________________
34441 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
34442         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
34443              The CPAN distribution has both pm and XS implementations,
34444              and for performance reasons we choose the XS.
34445              Another reason to choose the XS is that it doesn't
34446              require Lingua::KO::Hangul::Util, which means that
34447              we can delete that-- which in turn means that Unicode::UCD
34448              cannot expect that: support it, but don't expect.
34449              Ditto Unicode::Collate.
34450              
34451              Note that Unicode::Normalize Makefile.PL and
34452              Normalize.xs have been modified from the CPAN 0.10
34453              versions: the first one to be simpler (no pm) and
34454              clean up the generated unf*.h files, the second one
34455              to quench compiler grumblings.  Must notify Sadahiro
34456              about these changes.
34457      Branch: perl
34458            + ext/Unicode/Normalize/Changes
34459            + ext/Unicode/Normalize/Makefile.PL
34460            + ext/Unicode/Normalize/Normalize.pm
34461            + ext/Unicode/Normalize/Normalize.pod
34462            + ext/Unicode/Normalize/Normalize.xs
34463            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34464            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34465            + ext/Unicode/Normalize/t/test.t
34466            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34467            - lib/Lingua/KO/Hangul/Util/README
34468            - lib/Lingua/KO/Hangul/Util/t/test.t
34469            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34470            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34471            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34472            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34473            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34474            ! win32/makefile.mk
34475 ____________________________________________________________________________
34476 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34477         Log: Test miscounting.
34478      Branch: perl
34479            ! ext/POSIX/t/posix.t
34480 ____________________________________________________________________________
34481 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34482         Log: Quote the variables in failures messages more nicely.
34483      Branch: perl
34484            ! t/test.pl
34485 ____________________________________________________________________________
34486 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34487         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34488              From: Michael G Schwern <schwern@pobox.com>
34489              Date: Thu, 8 Nov 2001 17:24:49 -0500
34490              Message-ID: <20011108172449.A5587@blackrider>
34491              
34492              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34493              From: "Craig A. Berry" <craigberry@mac.com>
34494              Date: Thu, 8 Nov 2001 16:35:00 -0600
34495              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34496      Branch: perl
34497            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34498 ____________________________________________________________________________
34499 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34500         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34501              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34502              Date: Thu, 8 Nov 2001 22:52:50 -0000
34503              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34504      Branch: perl
34505            ! ext/DB_File/t/db-recno.t
34506 ____________________________________________________________________________
34507 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34508         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34509              (Probably not an EBCDIC issue the way one would think
34510              since no chr() et alia are used in UCD.pm.)
34511      Branch: perl
34512            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34513 ____________________________________________________________________________
34514 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34515         Log: Whether overwriting the $self->{...} values (see #12902)
34516              is a good policy or not is debatable, but let's at least
34517              be consistent.
34518      Branch: perl
34519            ! lib/ExtUtils/MM_Unix.pm
34520 ____________________________________________________________________________
34521 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34522         Log: The MakeMaker argument () quoting patch that sneaked
34523              in at #12883 didn't handle make macros like this $(...).
34524              Leaning toothpicks, we've got them.
34525      Branch: perl
34526            ! lib/ExtUtils/MM_Unix.pm
34527 ____________________________________________________________________________
34528 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
34529         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
34530              From: Michael G Schwern <schwern@pobox.com>
34531              Date: Wed, 7 Nov 2001 02:02:29 -0500
34532              Message-ID: <20011107020229.K2858@blackrider>
34533      Branch: perl
34534            ! t/io/argv.t t/test.pl vms/test.com
34535 ____________________________________________________________________________
34536 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
34537         Log: Subject: [PATCH 20011106.084] -s on #! line 
34538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34539              Date: Wed, 7 Nov 2001 22:23:39 +0100
34540              Message-ID: <20011107222339.E729@rafael>
34541      Branch: perl
34542            ! embed.h embed.pl perl.c proto.h toke.c
34543 ____________________________________________________________________________
34544 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
34545         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
34546              From: Michael G Schwern <schwern@pobox.com>
34547              Date: Wed, 7 Nov 2001 16:52:49 -0500
34548              Message-ID: <20011107165249.I7346@blackrider>
34549      Branch: perl
34550            ! pod/perlhack.pod
34551 ____________________________________________________________________________
34552 [ 12898] By: ams                                   on 2001/11/08  13:02:19
34553         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34554              From: Mark-Jason Dominus <mjd@plover.com>
34555              Date: Thu, 08 Nov 2001 08:59:02 -0500
34556              Message-Id: <20011108135902.2275.qmail@plover.com>
34557      Branch: perl
34558            ! INSTALL README README.amiga README.os2 README.vms
34559            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
34560            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
34561 ____________________________________________________________________________
34562 [ 12897] By: ams                                   on 2001/11/08  12:49:28
34563         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34564              From: mjd@plover.com
34565              Date: 8 Nov 2001 13:33:18 -0000
34566              Message-Id: <20011108133318.1786.qmail@plover.com>
34567      Branch: perl
34568            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
34569            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34570            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34571            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
34572            ! pod/perlport.pod pod/perlvar.pod
34573 ____________________________________________________________________________
34574 [ 12896] By: ams                                   on 2001/11/08  11:22:12
34575         Log: open(FH, $file) should strip leading and trailing whitespace.
34576      Branch: perl
34577            ! doio.c
34578 ____________________________________________________________________________
34579 [ 12895] By: ams                                   on 2001/11/08  10:17:14
34580         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
34581              From: "Craig A. Berry" <craigberry@mac.com>
34582              Date: Wed, 07 Nov 2001 13:41:50 -0600
34583              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
34584      Branch: perl
34585            ! t/op/glob.t
34586 ____________________________________________________________________________
34587 [ 12894] By: ams                                   on 2001/11/08  08:32:20
34588         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
34589              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
34590              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
34591              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
34592      Branch: perl
34593            ! makedepend.SH
34594 ____________________________________________________________________________
34595 [ 12893] By: ams                                   on 2001/11/08  08:26:31
34596         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
34597              From: mjd@plover.com
34598              Date: 8 Nov 2001 08:08:07 -0000
34599              Message-Id: <20011108080807.30147.qmail@plover.com>
34600              
34601              Subject: bleadperl perl.pod
34602              From: mjd@plover.com
34603              Date: 8 Nov 2001 08:10:47 -0000
34604              Message-Id: <20011108081047.30178.qmail@plover.com>
34605              
34606              Subject: more bleadperl perl.pod
34607              From: mjd@plover.com
34608              Date: 8 Nov 2001 08:16:28 -0000
34609              Message-Id: <20011108081628.30229.qmail@plover.com>
34610      Branch: perl
34611            ! pod/perl.pod pod/perldebug.pod
34612 ____________________________________________________________________________
34613 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
34614         Log: Tweak for Cray-friendliness from Nicholas Clark.
34615      Branch: perl
34616            ! sv.c
34617 ____________________________________________________________________________
34618 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
34619         Log: VMS patch redo from Charles Lane.
34620      Branch: perl
34621            ! vms/gen_shrfls.pl
34622 ____________________________________________________________________________
34623 [ 12890] By: ams                                   on 2001/11/07  15:16:10
34624         Log: Subject: [ID 20011107.088] two perl pod nits
34625              From: lvirden@cas.org
34626              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
34627              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
34628      Branch: perl
34629            ! pod/perl.pod pod/perlfaq3.pod
34630 ____________________________________________________________________________
34631 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
34632         Log: Update Changes.
34633      Branch: perl
34634            ! Changes patchlevel.h
34635 ____________________________________________________________________________
34636 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
34637         Log: The (emulated) "no utf8" must be in a BEGIN block
34638              to be effective.
34639      Branch: perl
34640            ! lib/CGI/t/html.t
34641 ____________________________________________________________________________
34642 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
34643         Log: "v-strings" is the right term.
34644      Branch: perl
34645            ! pod/perltodo.pod
34646 ____________________________________________________________________________
34647 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
34648         Log: Add vstrings-as-objects need to perltodo.
34649      Branch: perl
34650            ! pod/perltodo.pod
34651 ____________________________________________________________________________
34652 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
34653         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
34654              From: Nicholas Clark <nick@ccl4.org>
34655              Date: Wed, 7 Nov 2001 14:36:32 +0000
34656              Message-ID: <20011107143631.I24980@plum.flirble.org>
34657      Branch: perl
34658            ! t/op/pack.t
34659 ____________________________________________________________________________
34660 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
34661         Log: The Embed test requires a major rewrite for VMS
34662              (plus it reveals a couple of annoying glitches
34663              in buffering), so skip the test for now; from
34664              Charles Lane.
34665      Branch: perl
34666            ! lib/ExtUtils/Embed.t
34667 ____________________________________________________________________________
34668 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
34669         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
34670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34671              Date: Wed, 7 Nov 2001 09:23:28 EST
34672              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
34673              
34674              (Also i seems that an unrelated experimental patch
34675              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
34676      Branch: perl
34677            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
34678 ____________________________________________________________________________
34679 [ 12882] By: ams                                   on 2001/11/07  05:14:04
34680         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
34681              From: Mark-Jason Dominus <mjd@plover.com>
34682              Date: Wed, 07 Nov 2001 00:43:46 -0500
34683              Message-Id: <20011107054346.14428.qmail@plover.com>
34684      Branch: perl
34685            ! gv.c op.c toke.c
34686 ____________________________________________________________________________
34687 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
34688         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
34689              From: Michael G Schwern <schwern@pobox.com>             
34690              Date: Tue, 6 Nov 2001 22:04:39 -0500
34691              Message-ID: <20011106220439.D2858@blackrider>              
34692      Branch: perl
34693            ! lib/perl5db.pl
34694 ____________________________________________________________________________
34695 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
34696         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
34697              stress))
34698              From: Jonathan Stowe <gellyfish@gellyfish.com>
34699              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
34700              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
34701              
34702              (except for one hunk where indentation differs)
34703      Branch: perl
34704            ! lib/Term/Cap.t
34705 ____________________________________________________________________________
34706 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
34707         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
34708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34709              Date: Tue, 6 Nov 2001 21:45:01 +0100
34710              Message-ID: <20011106214501.A704@rafael>
34711      Branch: perl
34712            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
34713            ! lib/File/Spec/Win32.pm
34714 ____________________________________________________________________________
34715 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
34716         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
34717              From: Michael G Schwern <schwern@pobox.com>              
34718              Date: Tue, 6 Nov 2001 20:58:45 -0500
34719              Message-ID: <20011106205845.G29411@blackrider>
34720      Branch: perl
34721            ! t/test.pl
34722 ____________________________________________________________________________
34723 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
34724         Log: Subject: making do_sprintf public       
34725              From: Doug MacEachern <dougm@covalent.net>    
34726              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
34727              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
34728      Branch: perl
34729            ! embed.h embed.pl global.sym
34730 ____________________________________________________________________________
34731 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
34732         Log: Update to CGI.pm 2.78.
34733              
34734              TODO: the test suite needs to be merged so that
34735              when in core, the core version is tested, and when
34736              using the CPAN version, testing the CPAN version.
34737              (the changes need to be sent to Lincoln, too...)
34738      Branch: perl
34739            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34740            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
34741            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34742            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34743            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34744            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34745 ____________________________________________________________________________
34746 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
34747         Log: Integrate with perlio; (strictly) readonly hashes via XS.
34748      Branch: perl
34749           +> t/lib/access.t
34750           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34751 ____________________________________________________________________________
34752 [ 12874] By: nick                                  on 2001/11/06  21:05:16
34753         Log: Keep It Simple and Stupid version of readonly hash support.
34754              - Test for SvREAONLY(hv) at a few spots in hv.c
34755              - add the error message to perldiag.pod
34756              - (dubious) add access::readonly() to univeral.c
34757              - add test using above
34758              - fixup ext/B/t/stash.t to account for access:: existing
34759      Branch: perlio
34760            + t/lib/access.t
34761            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34762 ____________________________________________________________________________
34763 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
34764         Log: Fix incorrect warnings about broken globbing;
34765              from Andy Dougherty.
34766      Branch: perl
34767            ! hints/linux.sh
34768 ____________________________________________________________________________
34769 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
34770         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
34771              toggle-on from the encoding pragma.
34772      Branch: perl
34773            ! regcomp.c regexec.c
34774 ____________________________________________________________________________
34775 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
34776         Log: Retract #12824, doesn't help and is ignored
34777              by Configure anyway.
34778      Branch: perl
34779            ! hints/beos.sh
34780 ____________________________________________________________________________
34781 [ 12870] By: ams                                   on 2001/11/06  10:40:37
34782         Log: Subject: Cosmetic change
34783              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34784              Date: Tue, 06 Nov 2001 12:30:52 +0100
34785              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
34786      Branch: perl
34787            ! README.hpux
34788 ____________________________________________________________________________
34789 [ 12869] By: nick                                  on 2001/11/06  08:26:40
34790         Log: Integrate mainline
34791      Branch: perlio
34792           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
34793           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
34794 ____________________________________________________________________________
34795 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
34796         Log: The parentheses are protected enough.
34797      Branch: perl
34798            ! hints/os390.sh
34799 ____________________________________________________________________________
34800 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
34801         Log: ccflags, not ldflags.
34802      Branch: perl
34803            ! hints/os390.sh
34804 ____________________________________________________________________________
34805 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
34806         Log: ... and the proto to go with #12865.
34807      Branch: perl
34808            ! proto.h
34809 ____________________________________________________________________________
34810 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
34811         Log: Oops.  Luckily nothing was using this symbol yet.
34812      Branch: perl
34813            ! global.sym
34814 ____________________________________________________________________________
34815 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
34816         Log: Implement the encoding pragma for regex literals.
34817      Branch: perl
34818            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
34819 ____________________________________________________________________________
34820 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
34821         Log: More UTF8 EXACT fixing.
34822      Branch: perl
34823            ! regexec.c
34824 ____________________________________________________________________________
34825 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
34826         Log: More re debugging.
34827      Branch: perl
34828            ! regexec.c
34829 ____________________________________________________________________________
34830 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
34831         Log: EXACT correction attempt.  Continued in #12863.
34832      Branch: perl
34833            ! regexec.c
34834 ____________________________________________________________________________
34835 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
34836         Log: Unterminated L<.
34837      Branch: perl
34838            ! ext/DB_File/DB_File.pm
34839 ____________________________________________________________________________
34840 [ 12859] By: nick                                  on 2001/11/05  19:15:17
34841         Log: Integrate mainline
34842      Branch: perlio
34843           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34844           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34845           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
34846           +> lib/Math/BigInt/t/sub_mbi.t
34847            - lib/Math/BigInt/t/Math/Subclass.pm
34848            - lib/Math/BigInt/t/subclass.t
34849           !> (integrate 30 files)
34850 ____________________________________________________________________________
34851 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
34852         Log: Regex debugging fixes from Hugo.
34853      Branch: perl
34854            ! regcomp.c regexec.c
34855 ____________________________________________________________________________
34856 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
34857         Log: IRIX: at some point the cc -version has started
34858              to output to stderr, not stdout any more.
34859      Branch: perl
34860            ! hints/irix_6.sh
34861 ____________________________________________________________________________
34862 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
34863         Log: Update Changes.
34864      Branch: perl
34865            ! Changes patchlevel.h
34866 ____________________________________________________________________________
34867 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
34868         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
34869      Branch: perl
34870            ! lib/File/Spec/Unix.pm
34871 ____________________________________________________________________________
34872 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
34873         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
34874              From: rgarciasuarez@free.fr
34875              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
34876              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
34877      Branch: perl
34878            ! lib/File/Spec/Unix.pm
34879 ____________________________________________________________________________
34880 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
34881         Log: Use config.arch in OS/390 where the combination of
34882              IEEE floats and ldflags is tricky.
34883      Branch: perl
34884            ! hints/os390.sh
34885 ____________________________________________________________________________
34886 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
34887         Log: Metaconfig unit change for #12851.
34888      Branch: metaconfig
34889            ! U/modified/Config_sh.U
34890 ____________________________________________________________________________
34891 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
34892         Log: Support a config.arch file, similar to config.over,
34893              but loaded just before it.
34894      Branch: perl
34895            ! Configure INSTALL
34896 ____________________________________________________________________________
34897 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
34898         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
34899              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34900              Date: Mon, 5 Nov 2001 14:26:24 +0100
34901              Message-ID: <20011105142624.C31977@rafael>
34902      Branch: perl
34903            ! lib/Symbol.pm lib/Symbol.t
34904 ____________________________________________________________________________
34905 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
34906         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
34907              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34908              Date: Sun, 4 Nov 2001 22:28:57 +0100
34909              Message-ID: <20011104222857.C696@rafael>
34910      Branch: perl
34911            ! pod/perldebug.pod pod/perlpodspec.pod
34912 ____________________________________________________________________________
34913 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
34914         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
34915      Branch: perl
34916            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
34917 ____________________________________________________________________________
34918 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
34919         Log: Math::Big* test tweaks to work better with core:
34920              but the coast still not clear.
34921      Branch: perl
34922            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34923            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34924 ____________________________________________________________________________
34925 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
34926         Log: Protect against high load: measure how much wall
34927              clock time went by while sleeping.  Avoids some
34928              false negatives, while may introduce some false
34929              positives.  Life is hard.
34930      Branch: perl
34931            ! ext/Time/HiRes/HiRes.t
34932 ____________________________________________________________________________
34933 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
34934         Log: More forgotten from #12843.
34935      Branch: perl
34936            ! lib/Math/BigInt/t/bigfltpm.inc
34937 ____________________________________________________________________________
34938 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
34939         Log: Forgot from #12843.
34940      Branch: perl
34941            + lib/Math/BigInt/t/bigintpm.inc
34942            ! MANIFEST
34943 ____________________________________________________________________________
34944 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
34945         Log: Upgrade to Math::BigInt 1.45; from Tels.
34946              NOTE: some of the tests are failing but that's because
34947              the core integration is not yet done.
34948      Branch: perl
34949            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34950            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34951            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34952            - lib/Math/BigInt/t/Math/Subclass.pm
34953            - lib/Math/BigInt/t/subclass.t
34954            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
34955            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
34956            ! lib/Math/BigInt/t/mbimbf.t
34957 ____________________________________________________________________________
34958 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
34959         Log: VMS: adds capability to control more configuration stuff with
34960              -D and -U switches; parsing config.sh to extract previous config
34961              info in VMS-form, and a rewrite of the "prompt/response" routine;
34962              from Charles Lane.
34963      Branch: perl
34964            ! configure.com
34965 ____________________________________________________________________________
34966 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
34967         Log: Subject: Typo correction in perldebguts.pod
34968              From: mjd@plover.com
34969              Date: 4 Nov 2001 16:20:05 -0000
34970              Message-ID: <20011104162005.16699.qmail@plover.com>
34971      Branch: perl
34972            ! pod/perldebguts.pod
34973 ____________________________________________________________________________
34974 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
34975         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
34976              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34977              Date: Sun, 4 Nov 2001 11:47:30 +0100
34978              Message-ID: <20011104114730.A715@rafael>
34979              
34980              Remove -T from the test, wrong place for that.
34981      Branch: perl
34982            ! lib/File/Temp/t/mktemp.t
34983 ____________________________________________________________________________
34984 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
34985         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
34986              From: Nicholas Clark <nick@ccl4.org>
34987              Date: Sun, 4 Nov 2001 10:41:24 +0000
34988              Message-ID: <20011104104123.U20123@plum.flirble.org>
34989      Branch: perl
34990            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
34991 ____________________________________________________________________________
34992 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
34993         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34994              From: Michael G Schwern <schwern@pobox.com>
34995              Date: Sat, 3 Nov 2001 15:41:47 -0500
34996              Message-ID: <20011103154147.C600@blackrider>
34997      Branch: perl
34998            ! lib/Term/Cap.t
34999 ____________________________________________________________________________
35000 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
35001         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
35002              From: "Craig A. Berry" <craigberry@mac.com>     
35003              Date: Sat, 03 Nov 2001 16:02:28 -0600
35004              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
35005      Branch: perl
35006            ! ext/Time/HiRes/HiRes.t
35007 ____________________________________________________________________________
35008 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
35009         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35010              From: "chromatic" <chromatic@rmci.net>
35011              Date: Sat, 03 Nov 2001 12:28:17 -0700
35012              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
35013      Branch: perl
35014            ! lib/Term/Cap.t
35015 ____________________________________________________________________________
35016 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
35017         Log: Don't bother doing POSIX charclass parsing if it
35018              possibly cannot be so.  Prepares way for charclass
35019              syntax like [[abc]||[def]] (or just [[abc][def]])
35020              for union, [[\w]&&[$a]] for intersection,
35021              and [[a-z]&&[^def]] for subtraction.
35022              
35023              Currently /[[a]/ (or /[a[]/) parses as a character
35024              class containing two characters, "[" and "a",
35025              this may have to be broken for the syntax described
35026              above, otherwise we would have to scan the whole pattern
35027              to find out whether the square brackets match pairwise.
35028              Luckily, the special case of "[" doesn't seem to be
35029              documented (as opposed to "]" and "-"), so we may have
35030              better story for breaking it...  One can always use \[
35031              if one wants a literal "[", so there.
35032      Branch: perl
35033            ! regcomp.c
35034 ____________________________________________________________________________
35035 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
35036         Log: Comment correction.
35037      Branch: perl
35038            ! regcomp.c
35039 ____________________________________________________________________________
35040 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
35041         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
35042              The latter is a RedHatism.
35043      Branch: perl
35044            ! lib/ExtUtils/MakeMaker.pm
35045 ____________________________________________________________________________
35046 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
35047         Log: Integrate perlio:
35048              
35049              [ 12830]
35050              Fix clone_leak problem.
35051              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35052              as vestige of calling PerlLIO_dup().
35053              
35054              [ 12829]
35055              Tweaks attempting to locate Doug's clone_leak leak.
35056              - add some PerlIO_debug()
35057              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35058              - Even if it closing stdout etc. do a fflush()
35059      Branch: perl
35060           !> perlio.c
35061 ____________________________________________________________________________
35062 [ 12831] By: nick                                  on 2001/11/03  11:42:15
35063         Log: Integrate mainline
35064      Branch: perlio
35065           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
35066           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35067           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
35068           !> sv.c t/test.pl
35069 ____________________________________________________________________________
35070 [ 12830] By: nick                                  on 2001/11/03  10:27:34
35071         Log: Fix clone_leak problem.
35072              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35073              as vestige of calling PerlLIO_dup().
35074      Branch: perlio
35075            ! perlio.c
35076 ____________________________________________________________________________
35077 [ 12829] By: nick                                  on 2001/11/03  09:40:46
35078         Log: Tweaks attempting to locate Doug's clone_leak leak.
35079              - add some PerlIO_debug()
35080              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35081              - Even if it closing stdout etc. do a fflush()
35082      Branch: perlio
35083            ! perlio.c
35084 ____________________________________________________________________________
35085 [ 12828] By: nick                                  on 2001/11/03  08:34:31
35086         Log: Integrate mainline
35087      Branch: perlio
35088           !> (integrate 54 files)
35089 ____________________________________________________________________________
35090 [ 12827] By: ams                                   on 2001/11/03  03:45:19
35091         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
35092              remove this later). Based on a patch from Robert Spier in
35093              <15330.61459.14452.795263@rls.cx>.
35094      Branch: perl
35095            ! sv.c
35096 ____________________________________________________________________________
35097 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
35098         Log: microperl sync.
35099      Branch: perl
35100            ! doio.c perl.c perl.h perlio.c regexec.c
35101 ____________________________________________________________________________
35102 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
35103         Log: Definitions for the Unicode Newline Guidelines.
35104      Branch: perl
35105            ! perl.h
35106 ____________________________________________________________________________
35107 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
35108         Log: (retracted by #12871)
35109              
35110              There is no csh of any kind in default BeOS.
35111              For the purposes of miniperl globbing, bash
35112              will do.
35113      Branch: perl
35114            ! hints/beos.sh
35115 ____________________________________________________________________________
35116 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
35117         Log: Integrate change #12820 from macperl to maint and blead;
35118              
35119              Fix up (dynaloading) to work properly with multiplicity
35120      Branch: maint-5.6/perl
35121           !> ext/DynaLoader/dl_mac.xs
35122      Branch: perl
35123           !> ext/DynaLoader/dl_mac.xs
35124 ____________________________________________________________________________
35125 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
35126         Log: Several fixes for various exit problems and clearing out
35127              task queue, as well as another (incomplete) go at
35128              fixing error message handling
35129      Branch: maint-5.6/macperl
35130            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
35131 ____________________________________________________________________________
35132 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
35133         Log: Add source files for bleadperl builds
35134      Branch: maint-5.6/macperl
35135            ! macos/Makefile.mk
35136 ____________________________________________________________________________
35137 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
35138         Log: Fix up to work properly with multiplicity
35139      Branch: maint-5.6/macperl
35140            ! ext/DynaLoader/dl_mac.xs
35141 ____________________________________________________________________________
35142 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
35143         Log: Integrate with maintperl.
35144      Branch: maint-5.6/macperl
35145           +> t/op/system.t t/op/system_tests
35146           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
35147           !> pod/perltodo.pod util.c win32/win32.c
35148 ____________________________________________________________________________
35149 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
35150         Log: Locate _PATH_LOG if it's a socket even if not #defined
35151              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
35152              via Nick Clark.
35153      Branch: perl
35154            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35155 ____________________________________________________________________________
35156 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
35157         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
35158              From: Michael G Schwern <schwern@pobox.com>
35159              Date: Fri, 2 Nov 2001 15:36:41 -0500
35160              Message-ID: <20011102153641.E23234@blackrider>
35161      Branch: perl
35162            ! t/test.pl
35163 ____________________________________________________________________________
35164 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
35165         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
35166              From: merlyn@stonehenge.com (Randal L. Schwartz)
35167              Date: 02 Nov 2001 09:33:34 -0800
35168              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
35169              
35170              (two of the changes)
35171              
35172              Better coexistence with extensions.
35173      Branch: perl
35174            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35175 ____________________________________________________________________________
35176 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35177         Log: Subject: Re: [PATCH] the the double double word word fix fix
35178              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35179              Date: Fri, 02 Nov 2001 19:43:07 +0100
35180              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35181      Branch: perl
35182            ! pod/perldebug.pod
35183 ____________________________________________________________________________
35184 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35185         Log: Update Changes.
35186      Branch: perl
35187            ! Changes patchlevel.h
35188 ____________________________________________________________________________
35189 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35190         Log: More encoding testing.
35191      Branch: perl
35192            ! lib/encoding.pm lib/encoding.t
35193 ____________________________________________________________________________
35194 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35195         Log: Slight modification of #12811.
35196      Branch: perl
35197            ! op.c
35198 ____________________________________________________________________________
35199 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35200         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35201              From: Radu Greab <radu@netsoft.ro>
35202              Date: Fri, 2 Nov 2001 15:28:58 +0200
35203              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35204      Branch: perl
35205            ! op.c t/op/stat.t
35206 ____________________________________________________________________________
35207 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35208         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35209              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35210              Date: Thu, 1 Nov 2001 22:35:50 +0100
35211              Message-ID: <20011101223550.A10849@rafael>
35212      Branch: perl
35213            ! lib/ExtUtils/Embed.t
35214 ____________________________________________________________________________
35215 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35216         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35217              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35218              Date: 2 Nov 2001 14:48:51 -0000
35219              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35220      Branch: perl
35221            ! lib/File/Find.pm
35222 ____________________________________________________________________________
35223 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35224         Log: Add documentation.
35225      Branch: perl
35226            ! embed.pl pod/perlapi.pod utf8.c
35227 ____________________________________________________________________________
35228 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35229         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35230              a more useful mapping for caseless aka case-ignoring than
35231              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35232              algorithm for creating the foldings uses equivalence classes,
35233              see http://www.unicode.org/unicode/reports/tr21/
35234              Hopefully this feature will be used in //i.
35235              (The folding tables were introduced by #12689.)
35236      Branch: perl
35237            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35238            ! utf8.c
35239 ____________________________________________________________________________
35240 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35241         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35242              From: "Craig A. Berry" <craigberry@mac.com>
35243              Date: Fri, 02 Nov 2001 00:03:52 -0600
35244              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35245      Branch: perl
35246            ! lib/AutoSplit.t
35247 ____________________________________________________________________________
35248 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35249         Log: Subject: Trivial doc patch
35250              From: andreas.koenig@anima.de (Andreas J. Koenig)
35251              Date: 02 Nov 2001 06:11:35 +0100
35252              Message-ID: <m37kt94v08.fsf@anima.de>
35253      Branch: perl
35254            ! pod/perlport.pod
35255 ____________________________________________________________________________
35256 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35257         Log: Make encoding and charnames pragmas coexist.
35258      Branch: perl
35259            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35260 ____________________________________________________________________________
35261 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35262         Log: The basic character classes seem to go untested with Unicode.
35263      Branch: perl
35264            ! t/op/pat.t
35265 ____________________________________________________________________________
35266 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35267         Log: Subject: [PATCH] the the double double word word fix fix
35268              From: Richard Soderberg <rs@oregonnet.com>
35269              Date: Thu, 1 Nov 2001 13:12:03 -0800
35270              Message-Id: <200111012112.NAA23288@oregonnet.com>
35271              
35272              Subject: Re: [PATCH] the the double double word word fix fix
35273              From: Mark-Jason Dominus <mjd@plover.com>
35274              Date: Thu, 01 Nov 2001 16:43:40 -0500
35275              Message-Id: <20011101214340.2044.qmail@plover.com>
35276              
35277              Subject: Re: [PATCH] the the double double word word fix fix
35278              From: Mark-Jason Dominus <mjd@plover.com>
35279              Date: Thu, 01 Nov 2001 16:51:39 -0500
35280              Message-Id: <20011101215139.2196.qmail@plover.com>
35281      Branch: perl
35282            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35283            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
35284            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
35285            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
35286            ! pod/perltodo.pod pod/perlxstut.pod
35287 ____________________________________________________________________________
35288 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
35289         Log: Comment tweaks.
35290      Branch: perl
35291            ! toke.c
35292 ____________________________________________________________________________
35293 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
35294         Log: FAQ sync.
35295      Branch: perl
35296            ! pod/perlfaq9.pod
35297 ____________________________________________________________________________
35298 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
35299         Log: If an encoding is set by -M/-m, it must be in
35300              effect only for the actual script, not any other
35301              required/-M/-m'ed module, otherwise we enter a nasty
35302              recursion in regexec.c while trying to init the simple
35303              UTF-8 charclasses like PL_utf8_alnum.
35304      Branch: perl
35305            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
35306 ____________________________________________________________________________
35307 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
35308         Log: A bit more descriptive name.
35309      Branch: perl
35310            ! mg.c
35311 ____________________________________________________________________________
35312 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
35313         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
35314              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35315              Date: Wed, 31 Oct 2001 13:47:04 EST
35316              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
35317      Branch: perl
35318            ! ext/Time/HiRes/HiRes.t
35319 ____________________________________________________________________________
35320 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
35321         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
35322              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35323              Date: Wed, 31 Oct 2001 13:43:29 EST
35324              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
35325      Branch: perl
35326            ! mg.c
35327 ____________________________________________________________________________
35328 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
35329         Log: Subject: [PATCH] Various test cleanups
35330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35331              Date: Tue, 30 Oct 2001 21:56:26 +0100
35332              Message-ID: <20011030215626.A28503@rafael>
35333      Branch: perl
35334            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35335            ! ext/DB_File/t/db-recno.t ext/Encode.t
35336 ____________________________________________________________________________
35337 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
35338         Log: Update Changes.
35339      Branch: perl
35340            ! Changes patchlevel.h
35341 ____________________________________________________________________________
35342 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
35343         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
35344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
35345              Date: Wed, 31 Oct 2001 17:16:39 +0100
35346              Message-ID: <20011031171639.A32511@rafael>
35347      Branch: perl
35348            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
35349 ____________________________________________________________________________
35350 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
35351         Log: Skip message nit.
35352      Branch: perl
35353            ! t/io/fs.t
35354 ____________________________________________________________________________
35355 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
35356         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
35357              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35358              Date: 31 Oct 2001 14:49:37 -0000
35359              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
35360      Branch: perl
35361            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
35362 ____________________________________________________________________________
35363 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
35364         Log: Extend the effect of the encoding pragma to chr() and ord().
35365              
35366              TODO: regex literals, reentrancy problems with the utf8
35367              and charnames pragmas.
35368      Branch: perl
35369            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
35370 ____________________________________________________________________________
35371 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
35372         Log: Doc tweaks.
35373      Branch: perl
35374            ! lib/encoding.pm
35375 ____________________________________________________________________________
35376 [ 12788] By: nick                                  on 2001/10/31  08:59:56
35377         Log: Integrate mainline
35378      Branch: perlio
35379           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
35380           !> (integrate 49 files)
35381 ____________________________________________________________________________
35382 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
35383         Log: Forgot new proto.
35384      Branch: perl
35385            ! proto.h
35386 ____________________________________________________________________________
35387 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
35388         Log: Clarification: use encoding cannot be used to
35389              change the default encoding of "your whole script";
35390              only the default encoding of the *data*.  Also, it
35391              seems that "use encoding" does not mix with "use utf8"
35392              (a coredumping recursion ensues).  Should not be a huge
35393              problem since "use utf8" is pretty marginal nowadays.
35394      Branch: perl
35395            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
35396 ____________________________________________________________________________
35397 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
35398         Log: More documentation for the encode pragma.
35399      Branch: perl
35400            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
35401            ! pod/perlapi.pod pod/perlunicode.pod sv.c
35402 ____________________________________________________________________________
35403 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
35404         Log: Thinko in #12783.
35405      Branch: perl
35406            ! sv.c
35407 ____________________________________________________________________________
35408 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
35409         Log: Make sv_recode_to_utf8() a real API: the encoding
35410              is a parameter, instead of a global.  Document the
35411              PERL_ENCODING.
35412      Branch: perl
35413            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
35414            ! toke.c
35415 ____________________________________________________________________________
35416 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
35417         Log: Enable -Mencoding=foobar also for string literals.
35418      Branch: perl
35419            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
35420            ! pod/perlapi.pod proto.h sv.c toke.c
35421 ____________________________________________________________________________
35422 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
35423         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35424              From: Andy Dougherty <doughera@lafayette.edu>
35425              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
35426              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
35427      Branch: perl
35428            ! ext/POSIX/hints/svr4.pl
35429 ____________________________________________________________________________
35430 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
35431         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
35432              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35433              Date: Mon, 29 Oct 2001 23:11:58 -0000
35434              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35435              
35436              Add compat.h.
35437      Branch: perl
35438            ! lib/h2xs.t utils/h2xs.PL
35439 ____________________________________________________________________________
35440 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
35441         Log: Subject: PerlIOBuf_dup
35442              From: Nicholas Clark <nick@ccl4.org>              
35443              Date: Mon, 29 Oct 2001 21:52:35 +0000             
35444              Message-ID: <20011029215235.K41204@plum.flirble.org>
35445              
35446              Add prototype.
35447      Branch: perl
35448            ! perliol.h
35449 ____________________________________________________________________________
35450 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35451         Log: Subject: [PATCH] Make malloc.c errors more useful
35452              From: Richard Soderberg <rs@oregonnet.com>
35453              Date: Mon, 29 Oct 2001 22:28:02 -0800
35454              Message-Id: <200110300628.WAA11025@oregonnet.com>
35455      Branch: perl
35456            ! malloc.c
35457 ____________________________________________________________________________
35458 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35459         Log: Retract #12776 - the bug 19990906.001 is still valid.
35460      Branch: perl
35461            ! t/run/kill_perl.t
35462 ____________________________________________________________________________
35463 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35464         Log: (Retracted by #12777)
35465              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35466              From: Michael G Schwern <schwern@pobox.com> 
35467              Date: Mon, 29 Oct 2001 23:01:08 -0500
35468              Message-ID: <20011029230108.G18053@blackrider>
35469      Branch: perl
35470            ! t/run/kill_perl.t
35471 ____________________________________________________________________________
35472 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35473         Log: Comment nits.
35474      Branch: perl
35475            ! lib/encoding.t
35476 ____________________________________________________________________________
35477 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35478         Log: integrate change#12772 from mainline
35479              
35480              Subject: [PATCH] Mommy, what's a pointer cast?
35481      Branch: maint-5.6/perl
35482            ! perl.h
35483 ____________________________________________________________________________
35484 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35485         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35486              From: Richard Soderberg <rs@oregonnet.com>
35487              Date: Mon, 29 Oct 2001 17:01:10 -0800
35488              Message-Id: <200110300101.RAA31561@oregonnet.com>
35489              
35490              (threads* parts)
35491      Branch: perl
35492            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35493 ____________________________________________________________________________
35494 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35495         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35496              From: Richard Soderberg <rs@oregonnet.com>
35497              Date: Mon, 29 Oct 2001 17:01:10 -0800
35498              Message-Id: <200110300101.RAA31561@oregonnet.com>
35499              
35500              (the perl.h part)
35501      Branch: perl
35502            ! perl.h
35503 ____________________________________________________________________________
35504 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35505         Log: Subject: [PATCH] OpenBSD likes signal.h 
35506              From: Richard Soderberg <rs@oregonnet.com>
35507              Date: Mon, 29 Oct 2001 17:00:31 -0800
35508              Message-Id: <200110300100.RAA31533@oregonnet.com>
35509      Branch: perl
35510            ! unixish.h
35511 ____________________________________________________________________________
35512 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35513         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35514              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35515              Date: Mon, 29 Oct 2001 23:04:23 -0000
35516              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35517      Branch: perl
35518            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35519            ! ext/DB_File/t/db-recno.t
35520 ____________________________________________________________________________
35521 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35522         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35523              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35524              Date: Mon, 29 Oct 2001 12:34:07 -0600
35525              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
35526      Branch: perl
35527            ! ext/Time/HiRes/HiRes.t
35528 ____________________________________________________________________________
35529 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
35530         Log: Update Changes.
35531      Branch: perl
35532            ! Changes patchlevel.h
35533 ____________________________________________________________________________
35534 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35535         Log: AIX needs an explicit symbol export list.
35536      Branch: perl
35537            ! lib/ExtUtils/Embed.t
35538 ____________________________________________________________________________
35539 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
35540         Log: The test (and the module) would require some
35541              quality hacking time to work on EBCDIC.  Based on
35542              the test results nothing seems to be majorly broken,
35543              the module just seems to have strange assumptions:
35544              got: ''\226\225\205'
35545              expected: ''one'
35546              The \226\225\205 being, of course, 'one', in EBCDIC.
35547      Branch: perl
35548            ! lib/Dumpvalue.t
35549 ____________________________________________________________________________
35550 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
35551         Log: Mark the test known to be failing in EBCDIC.
35552      Branch: perl
35553            ! t/op/tr.t
35554 ____________________________________________________________________________
35555 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
35556         Log: None of the libnet modules are going to work in
35557              EBCDIC without the Convert::EBCDIC.
35558      Branch: perl
35559            ! t/lib/1_compile.t
35560 ____________________________________________________________________________
35561 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
35562         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
35563      Branch: perl
35564            ! t/op/pack.t
35565 ____________________________________________________________________________
35566 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
35567         Log: UTF-EBCDIC ain't UTF-8.
35568      Branch: perl
35569            ! t/op/pack.t
35570 ____________________________________________________________________________
35571 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
35572         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
35573      Branch: perl
35574            ! t/lib/1_compile.t
35575 ____________________________________________________________________________
35576 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
35577         Log: Let's not assume ASCII.
35578      Branch: perl
35579            ! t/op/lc.t
35580 ____________________________________________________________________________
35581 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
35582         Log: Call the new perlio symbols differently.
35583      Branch: perl
35584            ! makedef.pl
35585 ____________________________________________________________________________
35586 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
35587         Log: Don't expect ASCII ordering.
35588      Branch: perl
35589            ! lib/ExtUtils/Manifest.t
35590 ____________________________________________________________________________
35591 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
35592         Log: Forgot from #12756.
35593      Branch: perl
35594            ! perlio.h
35595 ____________________________________________________________________________
35596 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
35597         Log: BeOS tweaks:
35598              - fseeko and ftello can be found by Configure but
35599              we do not seem to have prototypes for them so
35600              let's make up some
35601              - BeOS didn't use to have real sockets (sockets as
35602              filedescriptors) but the BONE package is supposed
35603              to fix this.  I do not know how to detect BONEness,
35604              see hints/beos.sh for a spot that needs to fixed.
35605              - BeOS has O_TEXT != O_BINARY but has no setmode()
35606      Branch: perl
35607            ! hints/beos.sh perlio.c
35608 ____________________________________________________________________________
35609 [ 12755] By: sky                                   on 2001/10/29  12:56:12
35610         Log: Ugly fix to not die when a thread creator is holding locks.
35611      Branch: perl
35612            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35613            ! ext/threads/threads.xs
35614 ____________________________________________________________________________
35615 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
35616         Log: Integrate change #12752 from maintperl;
35617              
35618              croak(Nullch) wasn't printing the contents of ERRSV if there was
35619              no outer eval (bug in change#6125)
35620      Branch: perl
35621           !> util.c
35622 ____________________________________________________________________________
35623 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
35624         Log: Subject: [PATCH h2xs] Use of static data in XS modules
35625              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35626              Date: Sun, 28 Oct 2001 21:19:07 -0000
35627              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
35628              
35629              with nits from Sarathy.
35630      Branch: perl
35631            ! utils/h2xs.PL
35632 ____________________________________________________________________________
35633 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
35634         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
35635              no outer eval (bug in change#6125)
35636      Branch: maint-5.6/perl
35637            ! util.c
35638 ____________________________________________________________________________
35639 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
35640         Log: More todo for the encoding pragma.
35641      Branch: perl
35642            ! lib/encoding.pm
35643 ____________________________________________________________________________
35644 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
35645         Log: Add the encoding pragma to control the "upgrade"
35646              from the native eight bit data to Unicode.
35647              
35648              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
35649      Branch: perl
35650            + lib/encoding.pm lib/encoding.t
35651            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
35652            ! pod/perlunicode.pod pod/perlvar.pod sv.c
35653 ____________________________________________________________________________
35654 [ 12749] By: sky                                   on 2001/10/28  21:02:33
35655         Log: Update documentation.
35656      Branch: perl
35657            ! ext/threads/shared/shared.pm
35658 ____________________________________________________________________________
35659 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
35660         Log: Integrate change #12747 from maintperl;
35661              
35662              finishing touches to system() fixes on windows:
35663              * detect cmd shell correctly even if it had full path in it
35664              * more quoting needed for single-arg system if the argument
35665              really had multiple quoted arguments within it
35666              * be smarter about not calling the shell when the executable
35667              has spaces, but otherwise does not need shell involvement
35668              * add a testsuite (windows-specific currently)
35669      Branch: perl
35670           +> t/op/system.t t/op/system_tests
35671            ! MANIFEST pod/perltodo.pod
35672           !> win32/win32.c
35673 ____________________________________________________________________________
35674 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
35675         Log: finishing touches to system() fixes on windows:
35676              * detect cmd shell correctly even if it had full path in it
35677              * more quoting needed for single-arg system if the argument
35678              really had multiple quoted arguments within it
35679              * be smarter about not calling the shell when the executable
35680              has spaces, but otherwise does not need shell involvement
35681              * add a testsuite (windows-specific currently)
35682      Branch: maint-5.6/perl
35683            + t/op/system.t t/op/system_tests
35684            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
35685 ____________________________________________________________________________
35686 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
35687         Log: Integrate perlio:
35688              
35689              [ 12745]
35690              Mingw32 fixup for Embed.t
35691              
35692              [ 12744]
35693              GCC vs MS 64-bit constant syntax
35694      Branch: perl
35695           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
35696 ____________________________________________________________________________
35697 [ 12745] By: nick                                  on 2001/10/28  16:08:14
35698         Log: Mingw32 fixup for Embed.t
35699      Branch: perlio
35700            ! lib/ExtUtils/Embed.t
35701 ____________________________________________________________________________
35702 [ 12744] By: nick                                  on 2001/10/28  15:54:14
35703         Log: GCC vs MS 64-bit constant syntax
35704      Branch: perlio
35705            ! ext/Time/HiRes/HiRes.xs
35706 ____________________________________________________________________________
35707 [ 12743] By: nick                                  on 2001/10/28  15:42:55
35708         Log: Integrate mainline
35709      Branch: perlio
35710           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
35711 ____________________________________________________________________________
35712 [ 12742] By: sky                                   on 2001/10/28  14:47:10
35713         Log: Manpage updates.
35714      Branch: perl
35715            ! ext/threads/threads.pm
35716 ____________________________________________________________________________
35717 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
35718         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
35719      Branch: perl
35720            ! lib/ExtUtils/Embed.t
35721 ____________________________________________________________________________
35722 [ 12740] By: nick                                  on 2001/10/28  14:14:24
35723         Log: Integrate mainline
35724      Branch: perlio
35725           !> lib/ExtUtils/Embed.t win32/win32.c
35726 ____________________________________________________________________________
35727 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
35728         Log: Need to be ./executed.
35729      Branch: perl
35730            ! lib/ExtUtils/Embed.t
35731 ____________________________________________________________________________
35732 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
35733         Log: Integrate perlio:
35734              
35735              [ 12737]
35736              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35737              by gcc -xc++.
35738              
35739              [ 12736]
35740              Have :stdio layer update an honour the fd refcnt table.
35741              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35742      Branch: perl
35743           !> perlio.c win32/win32.h
35744 ____________________________________________________________________________
35745 [ 12737] By: nick                                  on 2001/10/28  13:53:45
35746         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35747              by gcc -xc++.
35748      Branch: perlio
35749            ! win32/win32.h
35750 ____________________________________________________________________________
35751 [ 12736] By: nick                                  on 2001/10/28  13:50:50
35752         Log: Have :stdio layer update an honour the fd refcnt table.
35753              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35754      Branch: perlio
35755            ! perlio.c
35756 ____________________________________________________________________________
35757 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
35758         Log: Integrate changes #12724 and #12725 from maintperl;
35759              multiarg system now works.
35760      Branch: perl
35761           !> win32/win32.c
35762 ____________________________________________________________________________
35763 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
35764         Log: Integrate perlio:
35765              
35766              [ 12733]
35767              Use fd refcounts to solve the problem highlighted by new Embed.t, at
35768              least for PERLIO=perlio unthreaded case
35769              
35770              [ 12732]
35771              Typo in exe name
35772              
35773              [ 12730]
35774              Fixup Embed.t for Win32/VC++
35775              
35776              [ 12729]
35777              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35778              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35779              ExtUtils::Embed.
35780              
35781              [ 12711]
35782              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35783              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35784              
35785              [ 12557]
35786              All tests pass (legitimately) on ithreads
35787              
35788              [ 12555]
35789              Restore non-ithreads build. Interestingly binmode test passes
35790              non-ithreads - so crlf layer is not damaged and ithreads fail
35791              is a symptom ...
35792              
35793              [ 12552]
35794              Win32 PerlIO_cleanup special cases should no longer be required.
35795              
35796              [ 12551]
35797              Multiple win32io.o is fatal for GCC (and noise with VC++)
35798              
35799              [ 12547]
35800              Convert rest of PerlIO's memory tables to per-interp and add clone functions
35801              for them. Call explicit cleanup during destruct process.
35802              - one binmode test is failing
35803              - also ext/threads/t/basic.t fails under make test, and is noisy under
35804              harness. (Threads results are intermingled and don't match order expected.)
35805              
35806              [ 12544]
35807              PerlIO layer table as PL_perlio (per-interpreter)
35808              
35809              [ 12541]
35810              Fix typos in new locking on MemShared
35811              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35812              - seems to make segfaults more deterministic - suspect they are 
35813              attempt to free() after Interp and Host have gone.
35814              
35815              [ 12540]
35816              Remove the MemShared re-#define (again)
35817              
35818              [ 12539]
35819              Use locks on MemShared
35820      Branch: perl
35821           +> lib/ExtUtils/Embed.t
35822           !> MANIFEST perlio.c
35823 ____________________________________________________________________________
35824 [ 12733] By: nick                                  on 2001/10/28  13:07:16
35825         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
35826              least for PERLIO=perlio unthreaded case
35827      Branch: perlio
35828            ! perlio.c
35829 ____________________________________________________________________________
35830 [ 12732] By: nick                                  on 2001/10/28  11:10:24
35831         Log: Typo in exe name
35832      Branch: perlio
35833            ! lib/ExtUtils/Embed.t
35834 ____________________________________________________________________________
35835 [ 12731] By: nick                                  on 2001/10/28  11:09:59
35836         Log: Integrate Mainline
35837      Branch: perlio
35838           !> Changes configure.com ext/DB_File/DB_File.pm
35839           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
35840           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
35841           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
35842           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
35843           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
35844           !> t/TEST t/op/regexp.t win32/buildext.pl
35845 ____________________________________________________________________________
35846 [ 12730] By: nick                                  on 2001/10/28  11:05:35
35847         Log: Fixup Embed.t for Win32/VC++
35848      Branch: perlio
35849            ! lib/ExtUtils/Embed.t
35850 ____________________________________________________________________________
35851 [ 12729] By: nick                                  on 2001/10/28  09:36:20
35852         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35853              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35854              ExtUtils::Embed.
35855      Branch: perlio
35856            + lib/ExtUtils/Embed.t
35857            ! MANIFEST
35858 ____________________________________________________________________________
35859 [ 12728] By: sky                                   on 2001/10/28  08:12:53
35860         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
35861              line manually!
35862      Branch: perl
35863            ! lib/ExtUtils/xsubpp
35864 ____________________________________________________________________________
35865 [ 12727] By: sky                                   on 2001/10/28  08:02:09
35866         Log: And here we use the prototypes.
35867      Branch: perl
35868            ! ext/threads/shared/shared.xs
35869 ____________________________________________________________________________
35870 [ 12726] By: sky                                   on 2001/10/28  08:00:48
35871         Log: Support [] style prototypes.
35872      Branch: perl
35873            ! lib/ExtUtils/xsubpp
35874 ____________________________________________________________________________
35875 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
35876         Log: yet another multi-arg system() fix on windows: batch files as the
35877              first argument (i.e. directly executed by CreateProcess()) need
35878              extra quoting to escape shell-shock
35879      Branch: maint-5.6/perl
35880            ! win32/win32.c
35881 ____________________________________________________________________________
35882 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
35883         Log: another multi-arg system() fix on windows: passing empty arguments
35884              now works
35885      Branch: maint-5.6/perl
35886            ! win32/win32.c
35887 ____________________________________________________________________________
35888 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
35889         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
35890              No final #else #error because we do not seem to
35891              be using #error?
35892      Branch: perl
35893            ! op.h
35894 ____________________________________________________________________________
35895 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
35896         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
35897              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
35898              Date: Sat, 27 Oct 2001 23:28:44 EST 
35899              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
35900      Branch: perl
35901            ! ext/Time/HiRes/HiRes.xs
35902 ____________________________________________________________________________
35903 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
35904         Log: Regen perlapi, perltoc.
35905      Branch: perl
35906            ! pod/perlapi.pod pod/perltoc.pod
35907 ____________________________________________________________________________
35908 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
35909         Log: Subject: [PATCH] sv.h documentation
35910              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
35911              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
35912              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
35913      Branch: perl
35914            ! sv.h
35915 ____________________________________________________________________________
35916 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
35917         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
35918              system("nmake -nologo", "clean") and there is no executable
35919              called "nmake -nologo"; this used to "work" pre-change#12559 due
35920              to bugs in multiarg system() that have since been fixed
35921      Branch: perl
35922            ! win32/buildext.pl
35923 ____________________________________________________________________________
35924 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
35925         Log: Update Changes.
35926      Branch: perl
35927            ! Changes patchlevel.h
35928 ____________________________________________________________________________
35929 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35930         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
35931              From: Richard.Foley@t-online.de (Richard Foley)            
35932              Date: Sun, 28 Oct 2001 00:48:32 +0200
35933              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
35934      Branch: perl
35935            ! pod/perlhack.pod
35936 ____________________________________________________________________________
35937 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
35938         Log: Must store pointers with the right width.
35939      Branch: perl
35940            ! op.h
35941 ____________________________________________________________________________
35942 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
35943         Log: Integrate change #12711 from perlio;
35944              
35945              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35946              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35947      Branch: perl
35948           !> perlio.c
35949 ____________________________________________________________________________
35950 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
35951         Log: Subject: [PATCH] make minitest
35952              From: Nicholas Clark <nick@ccl4.org>
35953              Date: Sat, 27 Oct 2001 22:56:16 +0100
35954              Message-ID: <20011027225616.L20275@plum.flirble.org>
35955      Branch: perl
35956            ! t/TEST
35957 ____________________________________________________________________________
35958 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
35959         Log: Patch #12661 missed this.
35960      Branch: perl
35961            ! ext/DB_File/DB_File.pm
35962 ____________________________________________________________________________
35963 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
35964         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
35965              From: "Craig A. Berry" <craigberry@mac.com>
35966              Date: Sat, 27 Oct 2001 16:07:47 -0500
35967              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
35968      Branch: perl
35969            ! configure.com perlio.c
35970 ____________________________________________________________________________
35971 [ 12711] By: nick                                  on 2001/10/27  19:49:25
35972         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35973              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35974      Branch: perlio
35975            ! perlio.c
35976 ____________________________________________________________________________
35977 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
35978         Log: Let's not replace reason if there's one already supplied.
35979      Branch: perl
35980            ! t/op/regexp.t
35981 ____________________________________________________________________________
35982 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
35983         Log: is not good.
35984      Branch: perl
35985            ! t/op/regexp.t
35986 ____________________________________________________________________________
35987 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
35988         Log: ldlibpth can exist but be unset.
35989      Branch: perl
35990            ! t/TEST
35991 ____________________________________________________________________________
35992 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
35993         Log: Unicode: property alias naming cleanup.
35994      Branch: perl
35995            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
35996 ____________________________________________________________________________
35997 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
35998         Log: FAQ sync.
35999      Branch: perl
36000            ! pod/perlfaq4.pod
36001 ____________________________________________________________________________
36002 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
36003         Log: Integrate change #12703 from maintperl;
36004              
36005              typemap stuff intervenes before declaration, move it to PREINIT
36006              section
36007              
36008              (an empty integrate, but now the files are in sync
36009              between the branches)
36010      Branch: perl
36011           !> ext/ODBM_File/ODBM_File.xs
36012 ____________________________________________________________________________
36013 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
36014         Log: More PerlIO symbols.
36015      Branch: perl
36016            ! makedef.pl
36017 ____________________________________________________________________________
36018 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
36019         Log: typemap stuff intervenes before declaration, move it to PREINIT
36020              section
36021      Branch: maint-5.6/perl
36022            ! ext/ODBM_File/ODBM_File.xs
36023 ____________________________________________________________________________
36024 [ 12702] By: nick                                  on 2001/10/27  14:09:35
36025         Log: Integrate mainline
36026      Branch: perlio
36027           +> ext/threads/shared/t/av_simple.t
36028           +> ext/threads/shared/t/hv_refs.t
36029           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
36030           !> (integrate 109 files)
36031 ____________________________________________________________________________
36032 [ 12700] By: ams                                   on 2001/10/26  21:22:23
36033         Log: Subject: [PATCH] tweak divide
36034              From: Nicholas Clark <nick@ccl4.org>
36035              Date: Fri, 26 Oct 2001 22:52:17 +0100
36036              Message-Id: <20011026225217.B20275@plum.flirble.org>
36037      Branch: perl
36038            ! pp.c
36039 ____________________________________________________________________________
36040 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
36041         Log: Integrate a buncha things from maintperl.
36042      Branch: maint-5.6/macperl
36043           !> (integrate 32 files)
36044 ____________________________________________________________________________
36045 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
36046         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
36047              From: Andy Dougherty <doughera@lafayette.edu>
36048              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
36049              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
36050      Branch: perl
36051            ! hints/svr4.sh
36052 ____________________________________________________________________________
36053 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
36054         Log: When you're root, many things become writable.
36055      Branch: perl
36056            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
36057 ____________________________________________________________________________
36058 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
36059         Log: Update Changes.
36060      Branch: perl
36061            ! Changes patchlevel.h
36062 ____________________________________________________________________________
36063 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
36064         Log: Term/Cap.t attempts to access the floppy drive for no good reason
36065              on dosish systems
36066      Branch: perl
36067            ! lib/Term/Cap.t
36068 ____________________________________________________________________________
36069 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
36070         Log: fix misleading comment on known inadequacy in B::Terse, and skip
36071              it correctly
36072      Branch: perl
36073            ! ext/B/t/terse.t
36074 ____________________________________________________________________________
36075 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
36076         Log: fix spurious AutoSplit.t failure under windows
36077      Branch: perl
36078            ! lib/AutoSplit.t
36079 ____________________________________________________________________________
36080 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
36081         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
36082      Branch: perl
36083            ! ext/Time/HiRes/HiRes.t
36084 ____________________________________________________________________________
36085 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
36086         Log: More logical to use %04"UVXf" than %"UVuf" since
36087              the Unicode standard prefers hex.
36088      Branch: perl
36089            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
36090            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36091            ! lib/unicore/mktables utf8.c
36092 ____________________________________________________________________________
36093 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
36094         Log: change#12065 seems to have broken Encode build on windows; fix
36095      Branch: perl
36096            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
36097 ____________________________________________________________________________
36098 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
36099         Log: Unicode: add the case folding table.
36100      Branch: perl
36101            + lib/unicore/To/Fold.pl
36102            ! MANIFEST lib/unicore/mktables
36103 ____________________________________________________________________________
36104 [ 12688] By: sky                                   on 2001/10/26  13:51:29
36105         Log: Get the new functions right, do not export lock since we use builtin lock.
36106              TODO: fix xsubpp to support the new prototypes
36107      Branch: perl
36108            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36109 ____________________________________________________________________________
36110 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
36111         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
36112              as suggested by Sarathy.
36113      Branch: perl
36114            ! mg.c
36115 ____________________________________________________________________________
36116 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
36117         Log: avoid compiler warning
36118      Branch: perl
36119            ! win32/win32.c
36120 ____________________________________________________________________________
36121 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
36122         Log: WinCE update from Rainer Keuchel.
36123      Branch: perl
36124            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
36125            ! wince/wince.c
36126 ____________________________________________________________________________
36127 [ 12684] By: sky                                   on 2001/10/26  13:34:33
36128         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
36129      Branch: perl
36130            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36131 ____________________________________________________________________________
36132 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
36133         Log: More fixes that were made to the core and not in the libnet src
36134      Branch: perl
36135            ! lib/Net/Domain.pm
36136 ____________________________________________________________________________
36137 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
36138         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
36139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
36140              Date: Fri, 26 Oct 2001 13:55:21 +0200
36141              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
36142              
36143              (plus make the db-recno.t#59 accept both \n and \r\n)
36144      Branch: perl
36145            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36146            ! ext/DB_File/t/db-recno.t
36147 ____________________________________________________________________________
36148 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
36149         Log: Fix tests to be able to run in the core and the CPAN dist
36150      Branch: perl
36151            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36152            ! lib/Net/t/require.t lib/Net/t/smtp.t
36153 ____________________________________________________________________________
36154 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
36155         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
36156              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36157              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
36158              Date: Fri, 26 Oct 2001 08:34:46 EDT
36159      Branch: perl
36160            ! ext/Time/HiRes/HiRes.t
36161 ____________________________________________________________________________
36162 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
36163         Log: Sync libnet modules with what will be libnet-1.08
36164      Branch: perl
36165            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
36166            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
36167            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
36168            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
36169 ____________________________________________________________________________
36170 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
36171         Log: Integrate maintperl changes #12268 and #12669;
36172              
36173              final touches to the audit for statics and thread-unsafe code
36174              * make DB_File, ODBM_File thread-safe 
36175              * remove unnecessary/dangerous statics and protect others
36176              from not getting accidentally enabled under threaded perls
36177              
36178              windows support functions get_childdir() et al aren't exported
36179              correctly under vanilla build
36180              
36181              Testing under win32 appreciated since changes there had
36182              to be manually merged and I cannot test how badly did I do.
36183      Branch: perl
36184           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36185           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36186           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36187           !> win32/vmem.h win32/win32.c win32/win32iop.h
36188 ____________________________________________________________________________
36189 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36190         Log: More Config::threads to threads::threads changes
36191      Branch: perl
36192            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36193 ____________________________________________________________________________
36194 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36195         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36196      Branch: perl
36197            ! ext/threads/threads.pm ext/threads/threads.xs
36198 ____________________________________________________________________________
36199 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36200         Log: Allocing a TLS in runtime is not too hot.
36201      Branch: perl
36202            ! ext/threads/threads.xs
36203 ____________________________________________________________________________
36204 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36205         Log: Don't display debug data.
36206      Branch: perl
36207            ! ext/threads/threads.pm
36208 ____________________________________________________________________________
36209 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36210         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36211              complete bar support for blessed objects.
36212              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36213      Branch: perl
36214            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36215 ____________________________________________________________________________
36216 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36217         Log: Fix case where shared reference does not exist in current thread.
36218      Branch: perl
36219            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36220 ____________________________________________________________________________
36221 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36222         Log: Support for references in shared arrays.
36223      Branch: perl
36224            ! ext/threads/shared/shared.xs
36225 ____________________________________________________________________________
36226 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36227         Log: Add tests for references in hashes.
36228      Branch: perl
36229            + ext/threads/shared/t/hv_refs.t
36230            ! MANIFEST
36231 ____________________________________________________________________________
36232 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36233         Log: windows support functions get_childdir() et al aren't exported
36234              correctly under vanilla build
36235      Branch: maint-5.6/perl
36236            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36237 ____________________________________________________________________________
36238 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36239         Log: final touches to the audit for statics and thread-unsafe code
36240              * make DB_File, ODBM_File thread-safe 
36241              * remove unnecessary/dangerous statics and protect others
36242              from not getting accidentally enabled under threaded perls
36243      Branch: maint-5.6/perl
36244            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36245            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36246            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36247            ! win32/win32.c
36248 ____________________________________________________________________________
36249 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36250         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36251              From: "Richard Soderberg" <rs@crystalflame.net>
36252              Date: Thu, 25 Oct 2001 23:42:50 -0400
36253              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36254      Branch: perl
36255            ! sharedsv.c
36256 ____________________________________________________________________________
36257 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36258         Log: Integrate change #12664 from maintperl;
36259              
36260              the newest GCCs don't seem to like C<"string1"##STRING2>
36261              so keep it as C<"string1" STRING2> (latter appears to
36262              work everywhere)
36263      Branch: perl
36264           !> ext/DynaLoader/dlutils.c
36265 ____________________________________________________________________________
36266 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36267         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36268              From: Chris Nandor <pudge@pobox.com>
36269              Date: Thu, 25 Oct 2001 22:15:03 -0400
36270              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36271      Branch: perl
36272            ! perl.h
36273 ____________________________________________________________________________
36274 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36275         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36276              C<"string1" STRING2> (latter appears to work everywhere)
36277      Branch: maint-5.6/perl
36278            ! ext/DynaLoader/dlutils.c
36279 ____________________________________________________________________________
36280 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36281         Log: AUTHORS update.
36282      Branch: perl
36283            ! AUTHORS
36284 ____________________________________________________________________________
36285 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
36286         Log: Integrate change #12660 from maintperl;
36287              
36288              make the dMY_CXT stuff available under all of
36289              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36290      Branch: perl
36291           !> perl.h
36292 ____________________________________________________________________________
36293 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
36294         Log: Subject: [PATCH] DB_File-1.79
36295              From: "Paul Marquess" <paul.marquess@openwave.com>
36296              Date: Fri, 26 Oct 2001 00:03:54 +0100
36297              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
36298      Branch: perl
36299            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
36300            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
36301 ____________________________________________________________________________
36302 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
36303         Log: make the dMY_CXT stuff available under all of
36304              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36305      Branch: maint-5.6/perl
36306            ! perl.h
36307 ____________________________________________________________________________
36308 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
36309         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
36310              From: Michael G Schwern <schwern@pobox.com>
36311              Date: Thu, 25 Oct 2001 18:28:12 -0400
36312              Message-ID: <20011025182812.M4811@blackrider>
36313      Branch: perl
36314            ! t/run/kill_perl.t
36315 ____________________________________________________________________________
36316 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
36317         Log: STRLEN != int.
36318      Branch: perl
36319            ! regcomp.c regexec.c
36320 ____________________________________________________________________________
36321 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
36322         Log: Subject: [PATCH] remove small IVop redundancy
36323              From: Nicholas Clark <nick@ccl4.org>
36324              Date: Thu, 25 Oct 2001 22:48:28 +0100
36325              Message-ID: <20011025224827.M66471@plum.flirble.org>
36326      Branch: perl
36327            ! pp.c pp_hot.c
36328 ____________________________________________________________________________
36329 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
36330         Log: Metaconfig unit change for #12655.
36331      Branch: metaconfig/U/perl
36332            ! Extensions.U
36333 ____________________________________________________________________________
36334 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
36335         Log: Subject: Re: Not OK @12650
36336              From: Andy Dougherty <doughera@lafayette.edu>
36337              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
36338              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
36339      Branch: perl
36340            ! Configure
36341 ____________________________________________________________________________
36342 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
36343         Log: Integrate changes #12652 and #12653 from maintperl;
36344              
36345              more tweaks to change#12626
36346              * move the boilerplate code over to perl.h and make DynaLoader
36347              use it
36348              * make re, Opcode, File::Glob and B threadsafe
36349              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36350              C<no re;> anywhere)
36351              
36352              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36353              
36354              File::Glob required a bit more work in bleadperl
36355              because of ExtUtils::Constant (see the Makefile.PL change)
36356      Branch: perl
36357            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
36358           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36359           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36360 ____________________________________________________________________________
36361 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
36362         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36363      Branch: maint-5.6/perl
36364            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36365            ! ext/Opcode/Opcode.xs ext/re/re.xs
36366 ____________________________________________________________________________
36367 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
36368         Log: more tweaks to change#12626
36369              * move the boilerplate code over to perl.h and make DynaLoader
36370              use it
36371              * make re, Opcode, File::Glob and B threadsafe
36372              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36373              C<no re;> anywhere)
36374      Branch: maint-5.6/perl
36375            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36376            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36377 ____________________________________________________________________________
36378 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
36379         Log: Metaconfig unit change for #12650.
36380      Branch: metaconfig/U/perl
36381            ! Extensions.U
36382 ____________________________________________________________________________
36383 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
36384         Log: Subject: Re: ithreads doesn't like usedl=n
36385              From: Andy Dougherty <doughera@lafayette.edu>
36386              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
36387              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
36388              
36389              Special-case threads::shared.
36390      Branch: perl
36391            ! Configure
36392 ____________________________________________________________________________
36393 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
36394         Log: Getting fancier...
36395      Branch: perl
36396            ! t/TEST
36397 ____________________________________________________________________________
36398 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
36399         Log: csh - what a pain.
36400      Branch: perl
36401            ! t/TEST
36402 ____________________________________________________________________________
36403 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
36404         Log: Update Changes.
36405      Branch: perl
36406            ! Changes patchlevel.h
36407 ____________________________________________________________________________
36408 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
36409         Log: Allow resetting the locale system for the duration
36410              of the build (Mac OS X default setting LANG=En_US
36411              ist kaputt)
36412      Branch: perl
36413            ! Makefile.SH
36414 ____________________________________________________________________________
36415 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
36416         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
36417      Branch: perl
36418            ! ext/Digest/MD5/t/files.t
36419 ____________________________________________________________________________
36420 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
36421         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
36422              From: Andy Dougherty <doughera@lafayette.edu>
36423              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
36424              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
36425      Branch: perl
36426            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
36427            ! ext/threads/shared/Makefile.PL
36428 ____________________________________________________________________________
36429 [ 12643] By: sky                                   on 2001/10/25  12:28:26
36430         Log: Add support for reference members of hashes.
36431      Branch: perl
36432            ! ext/threads/shared/shared.xs
36433 ____________________________________________________________________________
36434 [ 12642] By: ams                                   on 2001/10/25  12:21:13
36435         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
36436              From: "Norton Allen" <nort@qnx.com>
36437              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
36438              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
36439      Branch: perl
36440            ! ext/Digest/MD5/MD5.xs
36441 ____________________________________________________________________________
36442 [ 12641] By: sky                                   on 2001/10/25  10:27:39
36443         Log: Tests shared hashes.
36444      Branch: perl
36445            + ext/threads/shared/t/hv_simple.t
36446            ! MANIFEST
36447 ____________________________________________________________________________
36448 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36449         Log: Fix threadcounts for arrays and hashes.
36450      Branch: perl
36451            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36452 ____________________________________________________________________________
36453 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36454         Log: Note to self, doing *src_ary++ in a macro that evaluates
36455              the value more than once is a good way to dump core.
36456      Branch: perl
36457            ! sharedsv.c
36458 ____________________________________________________________________________
36459 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36460         Log: Integrate change #12636 from maintperl; more dl fixups.
36461      Branch: perl
36462           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36463           !> ext/DynaLoader/dl_vms.xs
36464 ____________________________________________________________________________
36465 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36466         Log: Like dl_hpux, like dl_dld.
36467      Branch: perl
36468            ! ext/DynaLoader/dl_dld.xs
36469 ____________________________________________________________________________
36470 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36471         Log: followups to change#12635
36472      Branch: maint-5.6/perl
36473            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36474            ! ext/DynaLoader/dl_vms.xs
36475 ____________________________________________________________________________
36476 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36477         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36478              in maint-5.6 doesn't have the branch that had the problem in
36479              mainline
36480      Branch: maint-5.6/perl
36481            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36482 ____________________________________________________________________________
36483 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36484         Log: Fixes for #12627.
36485      Branch: perl
36486            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36487 ____________________________________________________________________________
36488 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36489         Log: Since pv_uni_display and sv_uni_display are now used
36490              in the re extension, their symbols have to be exported.
36491      Branch: perl
36492            ! embed.pl global.sym
36493 ____________________________________________________________________________
36494 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36495         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36496              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36497              Date: Tue, 23 Oct 2001 21:40:33 EDT
36498              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36499      Branch: perl
36500            ! configure.com
36501 ____________________________________________________________________________
36502 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36503         Log: This takes care of some of the re 'debug' cases but
36504              not all cases since the information whether the pattern
36505              or the target are utf8 seems to be either lost or not
36506              spread widely enough, sigh.
36507      Branch: perl
36508            ! regcomp.c
36509 ____________________________________________________________________________
36510 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36511         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36512              From: John Peacock <jpeacock@rowman.com>
36513              Date: Wed, 24 Oct 2001 16:53:29 -0400
36514              Message-ID: <3BD72A49.1508D152@rowman.com>
36515      Branch: perl
36516            ! configure.com
36517 ____________________________________________________________________________
36518 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36519         Log: Upgrade NetWare and WinCE as in #12626.
36520      Branch: perl
36521            ! NetWare/dl_netware.xs wince/dl_win32.xs
36522 ____________________________________________________________________________
36523 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
36524         Log: Tru64 compiler nit.
36525      Branch: perl
36526            ! ext/threads/shared/shared.xs
36527 ____________________________________________________________________________
36528 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
36529         Log: Integrate change #12626 from maintperl;
36530              make DynaLoader threadsafe by moving all statics into
36531              interpreter-local space
36532              
36533              TODO: Netware, OS/2, WinCE
36534      Branch: perl
36535           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36536           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36537           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36538           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36539           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36540           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36541           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
36542 ____________________________________________________________________________
36543 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
36544         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
36545              space
36546      Branch: maint-5.6/perl
36547            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36548            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36549            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36550            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36551            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36552            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36553            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
36554 ____________________________________________________________________________
36555 [ 12625] By: sky                                   on 2001/10/24  20:05:26
36556         Log: Change #12623 inflicted an infinite hang. Fixed.
36557      Branch: perl
36558            ! ext/threads/shared/shared.xs
36559 ____________________________________________________________________________
36560 [ 12624] By: sky                                   on 2001/10/24  19:06:55
36561         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
36562      Branch: perl
36563            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36564 ____________________________________________________________________________
36565 [ 12623] By: sky                                   on 2001/10/24  18:06:34
36566         Log: We need to do sharedsv_find in the original perl context.
36567      Branch: perl
36568            ! ext/threads/shared/shared.xs
36569 ____________________________________________________________________________
36570 [ 12622] By: sky                                   on 2001/10/24  17:26:51
36571         Log: Add support for basic support for AVs, references not supported yet.
36572              Add test for AVs.
36573              Add more tests to sv_refs
36574              Fix documentation issues.  
36575      Branch: perl
36576            + ext/threads/shared/t/av_simple.t
36577            ! MANIFEST ext/threads/shared/shared.pm
36578            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
36579 ____________________________________________________________________________
36580 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
36581         Log: Dump Unicode better for re 'debug'.  The regprop()
36582              is unfinished since have to figure out how to detect
36583              Unicodeness in there.
36584      Branch: perl
36585            ! regcomp.c regexec.c
36586 ____________________________________________________________________________
36587 [ 12620] By: sky                                   on 2001/10/24  13:18:07
36588         Log: Add support for finding shared arrays and hashes.
36589      Branch: perl
36590            ! sharedsv.c
36591 ____________________________________________________________________________
36592 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
36593         Log: Rewrite sv_uni_display() as pv_uni_display() as
36594              reimplement sv_uni_display() using that.
36595      Branch: perl
36596            ! dump.c embed.h embed.pl proto.h
36597 ____________________________________________________________________________
36598 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
36599         Log: Integrate change #12615 from maintperl;
36600              on Windows, IO::File::new_tmpfile() fails after being called
36601              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36602              process-wide limit
36603      Branch: perl
36604           !> win32/win32.c
36605 ____________________________________________________________________________
36606 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
36607         Log: Don't try to print ints as IVs.
36608      Branch: perl
36609            ! ext/Time/HiRes/HiRes.xs
36610 ____________________________________________________________________________
36611 [ 12616] By: sky                                   on 2001/10/24  11:06:35
36612         Log: We only need to fetch the SV from the backend if the index
36613              is not the same as mg_private.     In theory this could be
36614              a problem if there are an exact multiple of U16 changes
36615              of a shared variable between two access in a given thread,
36616              we choose to avoid theory for now.
36617      Branch: perl
36618            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
36619 ____________________________________________________________________________
36620 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
36621         Log: on Windows, IO::File::new_tmpfile() fails after being called
36622              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36623              process-wide limit
36624      Branch: maint-5.6/perl
36625            ! win32/win32.c
36626 ____________________________________________________________________________
36627 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
36628         Log: Negation and Unicode: sort of solves 20010303.010,
36629              except not quite like reported in the Subject
36630              (Perl_warner is still utf8-ignorant).
36631      Branch: perl
36632            ! pp.c t/lib/warnings/sv
36633 ____________________________________________________________________________
36634 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
36635         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
36636      Branch: perl
36637            ! sv.c t/lib/warnings/sv
36638 ____________________________________________________________________________
36639 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
36640         Log: sv_uni_display(): do not add the "...", let the caller
36641              do it if wanted, and be prepared for more display options.
36642      Branch: perl
36643            ! dump.c embed.h embed.pl proto.h
36644 ____________________________________________________________________________
36645 [ 12611] By: nick                                  on 2001/10/23  20:28:07
36646         Log: Integrate mainline
36647      Branch: perlio
36648           !> Changes configure.com cygwin/cygwin.c
36649           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
36650           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
36651           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
36652           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
36653           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
36654           !> utils/h2xs.PL utils/perldoc.PL
36655 ____________________________________________________________________________
36656 [ 12610] By: sky                                   on 2001/10/23  19:39:24
36657         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
36658              don't call themselves READONLY but still die with modification
36659              attempt. We only call bless for ext and umagic.
36660      Branch: perl
36661            ! sv.c
36662 ____________________________________________________________________________
36663 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
36664         Log: Croak() on negative time; doc tweaks.
36665      Branch: perl
36666            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36667            ! ext/Time/HiRes/HiRes.xs
36668 ____________________________________________________________________________
36669 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
36670         Log: FAQ sync.
36671      Branch: perl
36672            ! pod/perlfaq4.pod pod/perlfaq7.pod
36673 ____________________________________________________________________________
36674 [ 12607] By: sky                                   on 2001/10/23  18:27:27
36675         Log: Call setmagic on the referent we are blessing.
36676      Branch: perl
36677            ! sv.c
36678 ____________________________________________________________________________
36679 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
36680         Log: Small test nits.
36681      Branch: perl
36682            ! t/op/lc.t
36683 ____________________________________________________________________________
36684 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
36685         Log: Update Changes.
36686      Branch: perl
36687            ! Changes patchlevel.h
36688 ____________________________________________________________________________
36689 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
36690         Log: Make the PerlIO_init() prototypes consistent.
36691      Branch: perl
36692            ! perlio.c
36693 ____________________________________________________________________________
36694 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
36695         Log: Upping the test count is a good idea.
36696      Branch: perl
36697            ! t/op/lc.t
36698 ____________________________________________________________________________
36699 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
36700         Log: Document the final sigma spot.
36701      Branch: perl
36702            ! pp.c
36703 ____________________________________________________________________________
36704 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
36705         Log: Fix multicharacter titlecase (ucfirst).
36706      Branch: perl
36707            ! pod/perlunicode.pod pp.c t/op/lc.t
36708 ____________________________________________________________________________
36709 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
36710         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
36711              From: Mikhail Zabaluev <mhz@alt-linux.org>
36712              Date: Tue, 23 Oct 2001 10:40:37 +0400
36713              Message-ID: <20011023104037.A12761@localhost.localdomain>
36714              
36715              (#12406 replaced with this)
36716      Branch: perl
36717            ! utils/perldoc.PL
36718 ____________________________________________________________________________
36719 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
36720         Log: MacOS Classic updates from Pudge.
36721      Branch: perl
36722            ! lib/File/Spec.t lib/File/Spec/Mac.pm
36723 ____________________________________________________________________________
36724 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
36725         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
36726              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36727              Date: Sun, 14 Oct 2001 23:14:46 +0200
36728              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
36729              
36730              except for the 2->4 changes.
36731      Branch: perl
36732            ! lib/AutoSplit.t
36733 ____________________________________________________________________________
36734 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
36735         Log: integrate macperl contents into maint-5.6
36736      Branch: maint-5.6/perl
36737            ! mg.c
36738           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
36739           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
36740           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
36741           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36742           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
36743           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
36744           !> t/lib/filefind.t t/lib/filespec.t
36745 ____________________________________________________________________________
36746 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
36747         Log: At some point the #6234 has been lost from the mainline
36748              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
36749      Branch: perl
36750            ! lib/File/Spec/Win32.pm
36751 ____________________________________________________________________________
36752 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
36753         Log: Cygwin seems to round up (or closest, but not down)
36754              for time(), so half of the time (bad pun intended)
36755              Time::HiRes::time() is less than time(), half of
36756              the time it's more.  So let's try harder in the loop.
36757      Branch: perl
36758            ! ext/Time/HiRes/HiRes.t
36759 ____________________________________________________________________________
36760 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
36761         Log: MacOS Classic timeofday(), from Chris Nandor. 
36762      Branch: perl
36763            ! ext/Time/HiRes/HiRes.xs
36764 ____________________________________________________________________________
36765 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
36766         Log: Integrate changes #12580 and #12581 from macperl;
36767              
36768              Fix path construction.
36769              
36770              (Copyright) Nit.
36771      Branch: perl
36772           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
36773 ____________________________________________________________________________
36774 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
36775         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
36776              doesn't seem to help (the error being output to console, maybe?)
36777      Branch: perl
36778            ! lib/Net/Domain.pm
36779 ____________________________________________________________________________
36780 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
36781         Log: Taint the getcwd() result also in Cygwin.
36782              (TODO: which other platforms need the same thing?)
36783      Branch: perl
36784            ! cygwin/cygwin.c
36785 ____________________________________________________________________________
36786 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
36787         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
36788      Branch: perl
36789            ! t/op/taint.t
36790 ____________________________________________________________________________
36791 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
36792         Log: getpwuid() fragility continues.
36793      Branch: perl
36794            ! utils/h2xs.PL
36795 ____________________________________________________________________________
36796 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
36797         Log: getpwuid() might succeed but that's no guarantee
36798              that the $home will be defined.
36799      Branch: perl
36800            ! ext/File/Glob/t/basic.t
36801 ____________________________________________________________________________
36802 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
36803         Log: It's safer to to expand the variable, too... (see #12571)
36804      Branch: perl
36805            ! t/TEST
36806 ____________________________________________________________________________
36807 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
36808         Log: Integrate with maintperl.
36809      Branch: maint-5.6/macperl
36810           !> win32/bin/pl2bat.pl win32/win32.c
36811 ____________________________________________________________________________
36812 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
36813         Log: Oops, forgot to include Win32 ... just as well, since it
36814              seems in bleadperl, change #7764 was not included
36815              (adding C:\temp).  Re-added.  Rip it back out if it
36816              doesn't belong.  :-)
36817      Branch: maint-5.6/macperl
36818            ! lib/File/Spec/Win32.pm
36819 ____________________________________________________________________________
36820 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
36821         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
36822              From: "Craig A. Berry" <craigberry@mac.com>
36823              Date: Mon, 22 Oct 2001 15:25:19 -0500
36824              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
36825      Branch: perl
36826            ! configure.com
36827 ____________________________________________________________________________
36828 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
36829         Log: Add in lots of File::Spec changes, from Thomas Wegner,
36830              and sync with changes from bleadperl.
36831      Branch: maint-5.6/macperl
36832            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
36833            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36834            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36835            ! lib/File/Spec/Win32.pm t/lib/filespec.t
36836 ____________________________________________________________________________
36837 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
36838         Log: Sync with latest File::Find and tests from bleadperl.
36839      Branch: maint-5.6/macperl
36840            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
36841 ____________________________________________________________________________
36842 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
36843         Log: Nit.
36844      Branch: maint-5.6/macperl
36845            ! perl.c
36846 ____________________________________________________________________________
36847 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
36848         Log: Fix path construction.
36849      Branch: maint-5.6/macperl
36850            ! ext/DynaLoader/DynaLoader_pm.PL
36851 ____________________________________________________________________________
36852 [ 12579] By: nick                                  on 2001/10/22  19:08:35
36853         Log: Integrate mainline (for Arthurs thread.xs fix)
36854      Branch: perlio
36855           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
36856 ____________________________________________________________________________
36857 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
36858         Log: Fix up exported symbols, move relevant docs
36859              over from macperl.pod.
36860      Branch: maint-5.6/macperl
36861            ! macos/ext/MacPerl/MacPerl.pm
36862 ____________________________________________________________________________
36863 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
36864         Log: Make ADDRESS called optionally as a method.
36865      Branch: maint-5.6/macperl
36866            ! macos/lib/Mac/Glue.pm
36867 ____________________________________________________________________________
36868 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
36869         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
36870              Apple event.
36871      Branch: maint-5.6/macperl
36872            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
36873            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
36874            ! macos/macperl/MPTerminology.aete
36875 ____________________________________________________________________________
36876 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
36877         Log: Clean up some build utilities. Change Entab to Duplicate;
36878              fix docs and error reporting; improve macify() of paths;
36879              remove requirement for Exporter.pm presence.
36880      Branch: maint-5.6/macperl
36881            ! macos/InstallBLIB macos/MacPerlTests.cmd
36882            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
36883 ____________________________________________________________________________
36884 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
36885         Log: Sync Time::HiRes with bleadperl
36886      Branch: maint-5.6/macperl
36887            ! macos/bundled_ext/Time/HiRes/HiRes.pm
36888            ! macos/bundled_ext/Time/HiRes/HiRes.t
36889            ! macos/bundled_ext/Time/HiRes/HiRes.xs
36890 ____________________________________________________________________________
36891 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
36892         Log: Fix up Changes
36893      Branch: maint-5.6/macperl
36894            ! macos/Changes
36895 ____________________________________________________________________________
36896 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
36897         Log: A user might belong to only a single group
36898              (the group equal to the group id).
36899      Branch: perl
36900            ! t/op/groups.t
36901 ____________________________________________________________________________
36902 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
36903         Log: Prepending (instead of replacing with) the pwd is safer. 
36904      Branch: perl
36905            ! t/TEST
36906 ____________________________________________________________________________
36907 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
36908         Log: Be more robust if no hostname or domainname
36909              (especially the latter)
36910      Branch: perl
36911            ! lib/Net/Domain.pm
36912 ____________________________________________________________________________
36913 [ 12569] By: sky                                   on 2001/10/22  17:41:07
36914         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
36915      Branch: perl
36916            ! ext/threads/threads.xs
36917 ____________________________________________________________________________
36918 [ 12568] By: nick                                  on 2001/10/22  16:31:24
36919         Log: Integrate mainline
36920      Branch: perlio
36921           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
36922           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36923           +> ext/threads/shared/t/sv_refs.t
36924           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
36925            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36926            - lib/unicore/To/SpecUpper.pl
36927           !> (integrate 42 files)
36928 ____________________________________________________________________________
36929 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
36930         Log: Update Changes.
36931      Branch: perl
36932            ! Changes patchlevel.h
36933 ____________________________________________________________________________
36934 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
36935         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36936              From: Michael G Schwern <schwern@pobox.com>
36937              Date: Mon, 22 Oct 2001 03:48:38 -0400
36938              Message-ID: <20011022034838.B1676@blackrider>
36939      Branch: perl
36940            ! pod/perlvar.pod
36941 ____________________________________________________________________________
36942 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
36943         Log: Pod nits, as suggested by Stas Bekman.
36944      Branch: perl
36945            ! ext/threads/shared/shared.pm ext/threads/threads.pm
36946 ____________________________________________________________________________
36947 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
36948         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
36949              From: "Paul Marquess" <paul.marquess@openwave.com> 
36950              Date: Sun, 21 Oct 2001 21:11:15 +0100
36951              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
36952      Branch: perl
36953            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36954            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
36955            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
36956            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
36957            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
36958            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
36959            ! ext/SDBM_File/sdbm.t
36960 ____________________________________________________________________________
36961 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
36962         Log: Integrate change #12559 from maintperl;
36963              various fixes for system() and backticks under windows
36964      Branch: perl
36965           !> win32/win32.c
36966 ____________________________________________________________________________
36967 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
36968         Log: Integrate change #12560 from maintperl;
36969              make pl2bat use %0 rather than "%0" (the latter fails to work
36970              in a lot of common cases)
36971      Branch: perl
36972           !> win32/bin/pl2bat.pl
36973 ____________________________________________________________________________
36974 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
36975         Log: Integrate changes #12549 and #12550 from maintperl;
36976              
36977              readline() doesn't work with our variables; it confuses them with
36978              my variables (change#4227 was incomplete)
36979      Branch: perl
36980            ! t/lib/strict/vars
36981           !> t/base/rs.t toke.c
36982 ____________________________________________________________________________
36983 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
36984         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
36985              in a lot of common cases)
36986      Branch: maint-5.6/perl
36987            ! win32/bin/pl2bat.pl
36988 ____________________________________________________________________________
36989 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
36990         Log: various fixes for system() and backticks under windows:
36991              
36992              * avoid munging whitespace that is passed within quotes
36993              * work around a cmd.exe misfeature that made multi-arg
36994              system() unreliable when there is more than one quoted
36995              argument
36996              * make multi-arg system() autoquote arguments as needed
36997              before passing them to the shell (this avoids having to
36998              second guess the shell quoting)
36999              * perl's -Dp switch can be used to trace the innards
37000      Branch: maint-5.6/perl
37001            ! win32/win32.c
37002 ____________________________________________________________________________
37003 [ 12558] By: nick                                  on 2001/10/22  08:58:42
37004         Log: Integrate ithreads buffer flush fix from perlio
37005      Branch: perl
37006           !> ext/threads/t/basic.t perl.c
37007 ____________________________________________________________________________
37008 [ 12557] By: nick                                  on 2001/10/22  08:35:09
37009         Log: All tests pass (legitimately) on ithreads
37010      Branch: perlio
37011            ! ext/threads/t/basic.t perl.c
37012 ____________________________________________________________________________
37013 [ 12556] By: nick                                  on 2001/10/22  06:51:22
37014         Log: Integrate non-ithreads fix to mainline
37015      Branch: perl
37016           !> perlio.c
37017 ____________________________________________________________________________
37018 [ 12555] By: nick                                  on 2001/10/22  06:48:33
37019         Log: Restore non-ithreads build. Interestingly binmode test passes
37020              non-ithreads - so crlf layer is not damaged and ithreads fail
37021              is a symptom ...
37022      Branch: perlio
37023            ! perlio.c
37024 ____________________________________________________________________________
37025 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
37026         Log: Integrate from perlio; restructuring.
37027      Branch: perl
37028           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37029           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
37030           !> win32/perlhost.h
37031 ____________________________________________________________________________
37032 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
37033         Log: Integrate from maintperl
37034              (Changes 12350, 12496, 12548, 12549, 12550)
37035      Branch: maint-5.6/macperl
37036           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
37037           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
37038 ____________________________________________________________________________
37039 [ 12552] By: nick                                  on 2001/10/21  19:18:12
37040         Log: Win32 PerlIO_cleanup special cases should no longer be required.
37041      Branch: perlio
37042            ! perl.c
37043 ____________________________________________________________________________
37044 [ 12551] By: nick                                  on 2001/10/21  19:16:56
37045         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
37046      Branch: perlio
37047            ! win32/makefile.mk
37048 ____________________________________________________________________________
37049 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
37050         Log: change#12549 wasn't aware of strictures
37051      Branch: maint-5.6/perl
37052            ! t/pragma/strict-vars toke.c
37053 ____________________________________________________________________________
37054 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
37055         Log: readline() doesn't work with our variables; it confuses them with
37056              my variables (change#4227 was incomplete)
37057      Branch: maint-5.6/perl
37058            ! t/base/rs.t toke.c
37059 ____________________________________________________________________________
37060 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
37061         Log: change#12220 appears to have pulled in a mainline change that
37062              isn't applicable to maint-5.6 (some platforms don't taint
37063              cwd)
37064      Branch: maint-5.6/perl
37065            ! t/lib/filefind-taint.t
37066 ____________________________________________________________________________
37067 [ 12547] By: nick                                  on 2001/10/21  17:15:54
37068         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
37069              for them. Call explicit cleanup during destruct process.
37070              - one binmode test is failing
37071              - also ext/threads/t/basic.t fails under make test, and is noisy under
37072              harness. (Threads results are intermingled and don't match order expected.)
37073      Branch: perlio
37074            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37075            ! perlio.h perliol.h pod/perlapi.pod sv.c
37076 ____________________________________________________________________________
37077 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
37078         Log: Implement multicharacter case mappings where a single
37079              Unicode character can be mapped into several.
37080      Branch: perl
37081            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37082            - lib/unicore/To/SpecUpper.pl
37083            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
37084            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
37085            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
37086            ! proto.h t/op/lc.t utf8.c
37087 ____________________________________________________________________________
37088 [ 12545] By: sky                                   on 2001/10/21  15:25:16
37089         Log: First support of threads::shared, support shared svs and references.
37090      Branch: perl
37091            + ext/threads/shared/Makefile.PL ext/threads/shared/README
37092            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37093            + ext/threads/shared/t/sv_refs.t
37094            + ext/threads/shared/t/sv_simple.t
37095            ! MANIFEST sharedsv.c
37096 ____________________________________________________________________________
37097 [ 12544] By: nick                                  on 2001/10/21  14:52:35
37098         Log: PerlIO layer table as PL_perlio (per-interpreter)
37099      Branch: perlio
37100            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
37101            ! pod/perlapi.pod sv.c
37102 ____________________________________________________________________________
37103 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
37104         Log: Prettyprinting.
37105      Branch: perl
37106            ! pod/perlunicode.pod
37107 ____________________________________________________________________________
37108 [ 12542] By: ams                                   on 2001/10/21  03:50:25
37109         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
37110              From: "Sean M. Burke" <sburke@cpan.org>
37111              Date: Sat, 20 Oct 2001 17:51:09 -0600
37112              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
37113      Branch: perl
37114            + pod/perlpodspec.pod
37115            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
37116            ! pod/perltoc.pod
37117 ____________________________________________________________________________
37118 [ 12541] By: nick                                  on 2001/10/20  22:23:53
37119         Log: Fix typos in new locking on MemShared
37120              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
37121              - seems to make segfaults more deterministic - suspect they are 
37122              attempt to free() after Interp and Host have gone.
37123      Branch: perlio
37124            ! perlio.c win32/perlhost.h
37125 ____________________________________________________________________________
37126 [ 12540] By: nick                                  on 2001/10/20  21:50:46
37127         Log: Remove the MemShared re-#define (again)
37128      Branch: perlio
37129            ! perlio.c
37130 ____________________________________________________________________________
37131 [ 12539] By: nick                                  on 2001/10/20  21:49:06
37132         Log: Use locks on MemShared
37133      Branch: perlio
37134            ! win32/perlhost.h
37135 ____________________________________________________________________________
37136 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
37137         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
37138              From: "chromatic" <chromatic@rmci.net>
37139              Date: Sat, 20 Oct 2001 11:13:47 -0600
37140              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
37141      Branch: perl
37142            ! installhtml
37143 ____________________________________________________________________________
37144 [ 12537] By: nick                                  on 2001/10/20  16:44:03
37145         Log: Integrate mainline
37146      Branch: perlio
37147           !> (integrate 48 files)
37148 ____________________________________________________________________________
37149 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
37150         Log: Update Changes.
37151      Branch: perl
37152            ! Changes patchlevel.h
37153 ____________________________________________________________________________
37154 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
37155         Log: Upgrade to podlators 1.11, from Russ Allbery.
37156      Branch: perl
37157            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37158            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37159            ! pod/pod2man.PL pod/pod2text.PL
37160 ____________________________________________________________________________
37161 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
37162         Log: Integrate perlio:
37163              
37164              [ 12532]
37165              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37166              Use for non-PERLIO fdupopen().
37167      Branch: perl
37168           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
37169 ____________________________________________________________________________
37170 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
37171         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
37172      Branch: perl
37173            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37174 ____________________________________________________________________________
37175 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37176         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37177              Use for non-PERLIO fdupopen().
37178      Branch: perlio
37179            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37180 ____________________________________________________________________________
37181 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37182         Log: Integrate perlio:
37183              
37184              [ 12530]
37185              Fixed in two places - p4 resolve
37186              
37187              [ 12529]
37188              Fix for ithreads/stdio build
37189              
37190              [ 12525]
37191              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37192              Perl_sv_setsv_flags directly.
37193              
37194              [ 12524]
37195              Add a new flag character 'm' to embed.pl set to represent
37196              "functions" which are really macros. Use it foe the troublesome
37197              sv_setsv() etc. macros in sv.h - changing latter to define
37198              sv_setsv rather than sv_setsv_macro etc.
37199              
37200              [ 12523]
37201              Add comments explaining why win32.h/embed.h are included where they are
37202              in perl.h 
37203              
37204              [ 12522]
37205              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37206              being used yet.
37207              
37208              [ 12511]
37209              Fix gross win32 build issues
37210      Branch: perl
37211           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37212           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37213           !> proto.h sv.h win32/win32io.c
37214 ____________________________________________________________________________
37215 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37216         Log: Fixed in two places - p4 resolve
37217      Branch: perlio
37218            ! perlsdio.h
37219 ____________________________________________________________________________
37220 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37221         Log: Fix for ithreads/stdio build
37222      Branch: perlio
37223            ! perlio.c perlsdio.h
37224 ____________________________________________________________________________
37225 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37226         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37227              From: Michael G Schwern <schwern@pobox.com>
37228              Date: Sat, 20 Oct 2001 01:41:21 -0400
37229              Message-Id: <20011020014121.I3681@blackrider>
37230      Branch: perl
37231            ! installman
37232 ____________________________________________________________________________
37233 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37234         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37235              From: Michael G Schwern <schwern@pobox.com>
37236              Date: Sat, 20 Oct 2001 02:04:21 -0400
37237              Message-Id: <20011020020421.A11732@blackrider>
37238      Branch: perl
37239            ! lib/Pod/Checker.pm
37240 ____________________________________________________________________________
37241 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37242         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37243              From: "chromatic" <chromatic@rmci.net>
37244              Date: Fri, 19 Oct 2001 22:46:39 -0600
37245              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37246      Branch: perl
37247            ! lib/Net/Config.pm
37248 ____________________________________________________________________________
37249 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37250         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37251              Perl_sv_setsv_flags directly.
37252      Branch: perlio
37253            ! ext/threads/threads.xs
37254 ____________________________________________________________________________
37255 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37256         Log: Add a new flag character 'm' to embed.pl set to represent
37257              "functions" which are really macros. Use it foe the troublesome
37258              sv_setsv() etc. macros in sv.h - changing latter to define
37259              sv_setsv rather than sv_setsv_macro etc.
37260      Branch: perlio
37261            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37262            ! pod/perlapi.pod proto.h sv.h
37263 ____________________________________________________________________________
37264 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37265         Log: Add comments explaining why win32.h/embed.h are included where they are
37266              in perl.h 
37267      Branch: perlio
37268            ! perl.h
37269 ____________________________________________________________________________
37270 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37271         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37272              being used yet.
37273      Branch: perlio
37274            ! win32/win32io.c
37275 ____________________________________________________________________________
37276 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37277         Log: Wording tweaks.
37278      Branch: perl
37279            ! t/TEST
37280 ____________________________________________________________________________
37281 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37282         Log: Subject: IO module with nonblocking socket connect patch 
37283              From: Raul Dias <raul@dias.com.br>
37284              Date: Fri, 19 Oct 2001 22:45:32 -0300
37285              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
37286      Branch: perl
37287            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37288 ____________________________________________________________________________
37289 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
37290         Log: Test vertical whitespace combined with /x in \p{}.
37291      Branch: perl
37292            ! t/op/pat.t
37293 ____________________________________________________________________________
37294 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
37295         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
37296              From: Gisle Aas <gisle@ActiveState.com> 
37297              Date: 19 Oct 2001 16:46:02 -0700
37298              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
37299      Branch: perl
37300            ! lib/ExtUtils/MakeMaker.pm
37301 ____________________________________________________________________________
37302 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
37303         Log: No more this symbol.
37304      Branch: perl
37305            ! makedef.pl
37306 ____________________________________________________________________________
37307 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
37308         Log: Integrate change #12511; fix gross win32 build issues.
37309      Branch: perl
37310           !> makedef.pl sv.c
37311 ____________________________________________________________________________
37312 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
37313         Log: Unpack in scalar context should return the first value
37314              returned in list context, as pointed out by Ton Hospel
37315              in 2001-05-21 (this is how it works already in blead,
37316              just adding the test).
37317      Branch: perl
37318            ! t/op/pack.t
37319 ____________________________________________________________________________
37320 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
37321         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
37322              From: "Craig A. Berry" <craigberry@mac.com>
37323              Date: Fri, 19 Oct 2001 16:59:30 -0500
37324              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
37325      Branch: perl
37326            ! utils/perldoc.PL
37327 ____________________________________________________________________________
37328 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
37329         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
37330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37331              Date: Fri, 19 Oct 2001 17:45:23 EDT
37332              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
37333      Branch: perl
37334            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
37335            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
37336            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
37337            ! vms/vmsish.h
37338 ____________________________________________________________________________
37339 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
37340         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
37341              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37342              Date: Fri, 19 Oct 2001 17:26:35 EDT
37343              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
37344      Branch: perl
37345            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
37346 ____________________________________________________________________________
37347 [ 12511] By: nick                                  on 2001/10/19  19:55:36
37348         Log: Fix gross win32 build issues
37349      Branch: perlio
37350            ! makedef.pl sv.c
37351 ____________________________________________________________________________
37352 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
37353         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
37354              From: David Dyck <dcd@tc.fluke.com>
37355              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
37356              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
37357      Branch: perl
37358            ! lib/File/Find.pm
37359 ____________________________________________________________________________
37360 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
37361         Log: Subject: Re: PerlIO and Encode
37362              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37363              Date: Tue, 16 Oct 2001 01:50:16 +0900
37364              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
37365      Branch: perl
37366            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
37367            ! ext/Encode/Encode/Tcl.t
37368 ____________________________________________________________________________
37369 [ 12508] By: ams                                   on 2001/10/19  17:59:16
37370         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
37371              (See #12499)
37372      Branch: perl
37373            ! pod/perlintro.pod
37374 ____________________________________________________________________________
37375 [ 12507] By: nick                                  on 2001/10/19  16:30:43
37376         Log: Integrate mainline
37377      Branch: perlio
37378           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37379           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37380           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37381           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37382           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37383           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37384           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37385           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
37386           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
37387           +> win32/config_H.win64
37388            - lib/Test/Utils.pm lib/unicore/mktables.PL
37389            - t/lib/Test/Simple/Catch/More.pm
37390           !> (integrate 84 files)
37391 ____________________________________________________________________________
37392 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
37393         Log: Retract the #10451 which seems to be the cause
37394              of the major leakage from while(){eval"sub{}"}
37395      Branch: perl
37396            ! op.c t/run/kill_perl.t
37397 ____________________________________________________________________________
37398 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
37399         Log: Regen toc.
37400      Branch: perl
37401            ! pod/perltoc.pod
37402 ____________________________________________________________________________
37403 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
37404         Log: Tiny tweaks.
37405      Branch: perl
37406            ! pod/perl.pod
37407 ____________________________________________________________________________
37408 [ 12503] By: ams                                   on 2001/10/19  13:34:24
37409         Log: Subject: Re: perlintro.pod
37410              From: Abe Timmerman <abe@ztreet.demon.nl>
37411              Date: Fri, 19 Oct 2001 14:12:40 +0200
37412              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
37413      Branch: perl
37414            ! pod/perlintro.pod
37415 ____________________________________________________________________________
37416 [ 12502] By: ams                                   on 2001/10/19  13:24:12
37417         Log: Slight reorganisation of references.
37418      Branch: perl
37419            ! pod/perl.pod
37420 ____________________________________________________________________________
37421 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
37422         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
37423              From: Kay Röpke <kroepke@dolphin-services.de>
37424              Date: Fri, 19 Oct 2001 14:04:01 +0200 
37425              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
37426      Branch: perl
37427            ! lib/ExtUtils/MakeMaker.pm
37428 ____________________________________________________________________________
37429 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
37430         Log: Unicode categories continue:
37431              implement Category=, Script=, Block=
37432              (these are based on an upcoming update of TR#18)
37433              Fix a bug where we got two In categories named "old italic",
37434              and another where shortcut for the Is categories wasn't taken.
37435      Branch: perl
37436            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
37437            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
37438            ! pod/perlunicode.pod t/op/pat.t
37439 ____________________________________________________________________________
37440 [ 12499] By: ams                                   on 2001/10/19  01:42:29
37441         Log: Subject: a small patch to perlintro.pod.
37442              From: Autrijus Tang <autrijus@autrijus.org>
37443              Date: Fri, 19 Oct 2001 01:45:51 +0800
37444              Message-Id: <20011019014551.A35625@not.autrijus.org>
37445              (Applied by hand with nits.)
37446      Branch: perl
37447            ! pod/perlintro.pod
37448 ____________________________________________________________________________
37449 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37450         Log: Subject: [PATCH] OpenBSD hints for ithreads
37451              From: Andy Dougherty <doughera@lafayette.edu>
37452              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37453              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37454      Branch: perl
37455            ! hints/openbsd.sh
37456 ____________________________________________________________________________
37457 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37458         Log: Retract #12446; the problem solved by #12474.
37459      Branch: perl
37460            ! hints/aix.sh
37461 ____________________________________________________________________________
37462 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37463         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37464              message and suppress line number info (from Steve Hay
37465              <Steve.Hay@uk.radan.com>)
37466      Branch: maint-5.6/perl
37467            ! lib/Carp/Heavy.pm
37468 ____________________________________________________________________________
37469 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37470         Log: More documented In categories.
37471      Branch: perl
37472            ! pod/perlunicode.pod
37473 ____________________________________________________________________________
37474 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37475         Log: Update Changes.
37476      Branch: perl
37477            ! Changes patchlevel.h
37478 ____________________________________________________________________________
37479 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37480         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37481      Branch: perl
37482            ! MANIFEST
37483 ____________________________________________________________________________
37484 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37485         Log: Wrong skip() arguments.
37486      Branch: perl
37487            ! ext/B/t/terse.t
37488 ____________________________________________________________________________
37489 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37490         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37491              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37492              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37493              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37494      Branch: perl
37495            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37496            ! pod/perlapi.pod vms/vms.c
37497 ____________________________________________________________________________
37498 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37499         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37500              From: Mark-Jason Dominus <mjd@plover.com>
37501              Date: Thu, 18 Oct 2001 06:25:35 -0400
37502              Message-Id: <20011018102535.19264.qmail@plover.com>
37503      Branch: perl
37504            ! pod/perl.pod
37505 ____________________________________________________________________________
37506 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37507         Log: Prettyprinting.
37508      Branch: perl
37509            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37510 ____________________________________________________________________________
37511 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37512         Log: Regen toc.
37513      Branch: perl
37514            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37515 ____________________________________________________________________________
37516 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37517         Log: Add perlintro, from Skud.
37518      Branch: perl
37519            + pod/perlintro.pod
37520            ! MANIFEST
37521 ____________________________________________________________________________
37522 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37523         Log: FAQ sync.
37524      Branch: perl
37525            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37526            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
37527            ! pod/perlfaq8.pod pod/perlfaq9.pod
37528 ____________________________________________________________________________
37529 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
37530         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
37531              in speed (upto 20% speedup in certain operations) but meanwhile
37532              regexps and arithmetics got slower (5-10%) (according to
37533              perlbench average speedup is negligible, and within measuring
37534              flutter, 1%).  Therefore retracting all the changes
37535              aimed at getting -std1 to compile cleanly:  #12475, #12476,
37536              #12479, #12480, #12481, #12482, #12483, #12484.
37537      Branch: perl
37538            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
37539            ! pp_hot.c pp_sys.c toke.c
37540 ____________________________________________________________________________
37541 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
37542         Log: (retracted by #12485)
37543              Strict ANSI doesn't like the third argument of main()
37544              so enable ignoring it if using ultra picky compiler.
37545      Branch: perl
37546            ! miniperlmain.c
37547 ____________________________________________________________________________
37548 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
37549         Log: (retracted by #12485)
37550              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
37551      Branch: perl
37552            ! perl.h
37553 ____________________________________________________________________________
37554 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
37555         Log: (retracted by #12485)
37556              Add explanatory comment.
37557      Branch: perl
37558            ! mg.c
37559 ____________________________________________________________________________
37560 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
37561         Log: (retracted by #12485)
37562              More dollar$hiding.
37563      Branch: perl
37564            ! doio.c perl.h pp_sys.c
37565 ____________________________________________________________________________
37566 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
37567         Log: (retracted by #12485)
37568              KISS.
37569      Branch: perl
37570            ! mg.c
37571 ____________________________________________________________________________
37572 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
37573         Log: (retracted by #12485)
37574              Thou shalt not #ifdef inside macro invocations,
37575              noticed by Rafael Garcia-Suarez.
37576      Branch: perl
37577            ! mg.c
37578 ____________________________________________________________________________
37579 [ 12478] By: ams                                   on 2001/10/17  18:50:55
37580         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
37581              From: Anton Berezin <tobez@tobez.org>
37582              Date: Wed, 17 Oct 2001 18:25:48 +0200
37583              Message-Id: <20011017182548.A12082@heechee.tobez.org>
37584      Branch: perl
37585            ! pp_sys.c
37586 ____________________________________________________________________________
37587 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
37588         Log: (retracted by #12485)
37589              Unterminated #ifdef.
37590      Branch: perl
37591            ! mg.c
37592 ____________________________________________________________________________
37593 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
37594         Log: (retracted by #12485)
37595              Avoid dollar signs in identifiers (in non-VMS) to
37596              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
37597      Branch: perl
37598            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
37599            ! toke.c
37600 ____________________________________________________________________________
37601 [ 12474] By: ams                                   on 2001/10/17  15:14:50
37602         Log: Subject: Two AIX patches
37603              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37604              Date: Wed, 17 Oct 2001 18:04:35 +0200
37605              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
37606      Branch: perl
37607            ! hints/aix.sh makedef.pl
37608 ____________________________________________________________________________
37609 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
37610         Log: Limiting the Time::HiRes::sleep and usleep to
37611              one second is not a good policy if drop-in
37612              replacement is still a goal.
37613      Branch: perl
37614            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37615            ! ext/Time/HiRes/HiRes.xs
37616 ____________________________________________________________________________
37617 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
37618         Log: Subject: [PATCH] Test::Simple 0.32
37619              From: Michael G Schwern <schwern@pobox.com> 
37620              Date: Wed, 17 Oct 2001 03:42:41 -0400
37621              Message-ID: <20011017034241.A25038@blackrider>
37622      Branch: perl
37623            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37624            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37625            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37626            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37627            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37628            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37629            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
37630            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
37631            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
37632            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37633            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
37634            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
37635            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
37636            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
37637            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
37638            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
37639            ! t/lib/Test/Simple/Catch.pm
37640            ! t/lib/Test/Simple/sample_tests/five_fail.plx
37641 ____________________________________________________________________________
37642 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
37643         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
37644              From: Michael G Schwern <schwern@pobox.com> 
37645              Date: Wed, 17 Oct 2001 04:04:13 -0400
37646              Message-ID: <20011017040413.C25550@blackrider>
37647      Branch: perl
37648            ! t/TEST t/harness vms/test.com
37649 ____________________________________________________________________________
37650 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
37651         Log: Regen doc with perlmodstyle added.
37652      Branch: perl
37653            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37654 ____________________________________________________________________________
37655 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
37656         Log: Pod cleanup.
37657      Branch: perl
37658            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
37659 ____________________________________________________________________________
37660 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
37661         Log: Subject: perlmodstyle as a patch
37662              From: Kirrily Robert <skud@infotrope.net>
37663              Date: Tue, 16 Oct 2001 22:47:23 -0400
37664              Message-ID: <20011016224723.A20673@infotrope.net>
37665      Branch: perl
37666            + pod/perlmodstyle.pod
37667            ! MANIFEST
37668 ____________________________________________________________________________
37669 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
37670         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
37671              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
37672              Date: Thu, 6 Sep 2001 11:09:40 +0100
37673              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
37674              
37675              Mention also the develooper p5p archive.
37676      Branch: perl
37677            ! pod/perlhack.pod
37678 ____________________________________________________________________________
37679 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
37680         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
37681              From: Kay Röpke <kroepke@dolphin-services.de>
37682              Date: Tue, 16 Oct 2001 17:23:52 +0200
37683              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
37684      Branch: perl
37685            ! lib/ExtUtils/MakeMaker.pm
37686 ____________________________________________________________________________
37687 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
37688         Log: Add the special casing mappings (from SpecCase.txt)
37689              (except for the hyper special case mappings that have
37690              the condition list); the special casing mappings are
37691              unused for now.  Small tidying up on mktables.
37692      Branch: perl
37693            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37694            + lib/unicore/To/SpecUpper.pl
37695            ! lib/unicore/mktables
37696 ____________________________________________________________________________
37697 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
37698         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
37699              From: "David H. Adler" <dha@panix.com>       
37700              Date: Tue, 16 Oct 2001 11:59:35 -0400
37701              Message-ID: <20011016115935.A13078@panix.com>
37702              
37703              Subject: [ PATCH ] perldata patch, revised
37704              From: "David H. Adler" <dha@panix.com>     
37705              Date: Tue, 16 Oct 2001 18:26:49 -0400
37706              Message-ID: <20011016182649.C23970@panix.com>
37707      Branch: perl
37708            ! pod/perldata.pod pod/perlop.pod
37709 ____________________________________________________________________________
37710 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
37711         Log: Integrate perlio:
37712              
37713              [ 12462]
37714              PerlIOXxxx_dups for all but Win32
37715              
37716              [ 12461]
37717              Implement PerlIOStdio_dup (explains core dumps - dup
37718              was not setting up a FILE * to be fclosed()).
37719              
37720              [ 12460]
37721              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37722              overflow.
37723              
37724              [ 12456]
37725              Builds under ithreads (but fails all threads tests)
37726              
37727              [ 12451]
37728              Skeleton of "PerlIO_dup" coded.
37729              Still-passes all tests non-threaded (well it would wouldn't it!)
37730              
37731              [ 12447]
37732              Beginings of PerlIO_dup support (unstable)
37733              
37734              [ 11615]
37735              Avoid testing for (non-)existance of "encoding(xxxx)"
37736              layer is called "encoding" the (xxxx) is an argument.
37737      Branch: perl
37738           !> embed.h embed.pl ext/Encode/Encode.xs
37739           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
37740           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37741           !> win32/win32io.c
37742 ____________________________________________________________________________
37743 [ 12462] By: nick                                  on 2001/10/16  19:11:30
37744         Log: PerlIOXxxx_dups for all but Win32
37745      Branch: perlio
37746            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37747            ! ext/PerlIO/Via/Via.xs
37748 ____________________________________________________________________________
37749 [ 12461] By: nick                                  on 2001/10/16  18:28:48
37750         Log: Implement PerlIOStdio_dup (explains core dumps - dup
37751              was not setting up a FILE * to be fclosed()).
37752      Branch: perlio
37753            ! perlio.c
37754 ____________________________________________________________________________
37755 [ 12460] By: nick                                  on 2001/10/16  17:31:47
37756         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37757              overflow.
37758      Branch: perlio
37759            ! perlio.c
37760 ____________________________________________________________________________
37761 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
37762         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
37763              From: "Craig A. Berry" <craigberry@mac.com>
37764              Date: Tue, 16 Oct 2001 13:08:38 -0500
37765              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
37766      Branch: perl
37767            ! configure.com
37768 ____________________________________________________________________________
37769 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
37770         Log: Can't expect too much accuracy from a sleep of one second.
37771              (I think this will also fail with high load.)
37772      Branch: perl
37773            ! ext/Time/HiRes/HiRes.t
37774 ____________________________________________________________________________
37775 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
37776         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
37777              From: "Werner, Randolf" <randolf.werner@sap.com>
37778              Date: Tue, 16 Oct 2001 18:33:02 +0200
37779              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
37780      Branch: perl
37781            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
37782            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
37783 ____________________________________________________________________________
37784 [ 12456] By: nick                                  on 2001/10/16  14:08:16
37785         Log: Builds under ithreads (but fails all threads tests)
37786      Branch: perlio
37787            ! hv.c perlio.c sv.c
37788 ____________________________________________________________________________
37789 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
37790         Log: I think the Perl_sortsv needs *not* be skipped?
37791      Branch: perl
37792            ! makedef.pl
37793 ____________________________________________________________________________
37794 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
37795         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
37796              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37797              Date: Tue, 16 Oct 2001 15:32:44 +0200
37798              Message-ID: <3BCC531C.11494.3E433F@localhost>
37799      Branch: perl
37800            ! t/op/groups.t
37801 ____________________________________________________________________________
37802 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
37803         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
37804              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37805              Date: Tue, 16 Oct 2001 15:01:04 +0200
37806              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
37807      Branch: perl
37808            ! t/io/fs.t
37809 ____________________________________________________________________________
37810 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
37811         Log: A forgotten deletion.
37812      Branch: perl
37813            - lib/unicore/mktables.PL
37814 ____________________________________________________________________________
37815 [ 12451] By: nick                                  on 2001/10/16  11:32:48
37816         Log: Skeleton of "PerlIO_dup" coded.
37817              Still-passes all tests non-threaded (well it would wouldn't it!)
37818      Branch: perlio
37819            ! embed.h embed.pl ext/Encode/Encode.xs
37820            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
37821            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37822            ! win32/win32io.c
37823 ____________________________________________________________________________
37824 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
37825         Log: Document the problem with the swash_fetch() API that affects
37826              more complex case conversions.
37827      Branch: perl
37828            ! lib/utf8_heavy.pl utf8.c
37829 ____________________________________________________________________________
37830 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
37831         Log: Make Time::HiRes::sleep() and usleep() to return
37832              the number of seconds (a floating point value) and 
37833              microseconds (an integer) actually slept (well,
37834              modulo the time spent in measuring the time actually
37835              slept...), to be a better drop-in replacement for
37836              the builtin sleep().  Noticed by Chris Nandor.
37837              
37838              Also make usleep() to croak if fed illegal number
37839              of useconds (anything greater than 1_000_000).
37840      Branch: perl
37841            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37842            ! ext/Time/HiRes/HiRes.xs
37843 ____________________________________________________________________________
37844 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
37845         Log: A missing SvREFCNT_dec.
37846      Branch: perl
37847            ! perl.c
37848 ____________________________________________________________________________
37849 [ 12447] By: nick                                  on 2001/10/15  20:27:53
37850         Log: Beginings of PerlIO_dup support (unstable)
37851      Branch: perlio
37852            ! perlio.c perliol.h
37853 ____________________________________________________________________________
37854 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
37855         Log: (retracted by #12497)
37856              In AIX vac 5 just can't seem to get regcomp right.
37857      Branch: perl
37858            ! hints/aix.sh
37859 ____________________________________________________________________________
37860 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
37861         Log: Bump the version number to agree with the maintperl one.
37862      Branch: perl
37863            ! lib/Tie/RefHash.pm
37864 ____________________________________________________________________________
37865 [ 12444] By: nick                                  on 2001/10/15  15:59:57
37866         Log: Integrate mainline
37867      Branch: perlio
37868           +> lib/Math/BigInt/t/Math/Subclass.pm
37869           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37870           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
37871           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
37872           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
37873           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
37874           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
37875           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37876           +> lib/unicore/mktables
37877            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37878            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37879            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37880            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37881            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37882            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37883            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37884            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37885            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37886            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37887            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37888            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37889            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37890            - lib/unicore/syllables.txt
37891           !> (integrate 344 files)
37892 ____________________________________________________________________________
37893 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
37894         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
37895      Branch: perl
37896            ! ext/DB_File/DB_File.xs
37897 ____________________________________________________________________________
37898 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
37899         Log: Sync the skip() amounts with the number of tests.
37900      Branch: perl
37901            ! lib/Term/Complete.t
37902 ____________________________________________________________________________
37903 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
37904         Log: Update Changes.
37905      Branch: perl
37906            ! Changes patchlevel.h
37907 ____________________________________________________________________________
37908 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
37909         Log: MacOS Classic catdir() rewrite from Thomas Wegner
37910              (backward incompatibility, but a deliberate one,
37911              the old version simply is broken in its logic),
37912              also documentation updates, and as suggested replicated
37913              the File::Spec::Unix documentation updates also on the
37914              File::Spec documentation.
37915              
37916              TODO: there seems to be duplication of documentation
37917              between File::Spec and File::Spec::Unix.  I think
37918              the ::Unix should be left only with specific UNIXisms,
37919              and all the generic documentation should be in ::Spec.
37920      Branch: perl
37921            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
37922            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
37923            ! lib/File/Spec/Unix.pm
37924 ____________________________________________________________________________
37925 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
37926         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
37927              From: Blair Zajac <blair@orcaware.com>
37928              Date: Mon, 24 Sep 2001 11:48:58 -0700
37929              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
37930              
37931              (the skip() messages)
37932      Branch: perl
37933            ! t/op/magic.t
37934 ____________________________________________________________________________
37935 [ 12438] By: ams                                   on 2001/10/14  23:43:59
37936         Log: Subject: [PATCH] make PerlIO default on VMS
37937              From: "Craig A. Berry" <craigberry@mac.com>
37938              Date: Sun, 14 Oct 2001 15:27:18 -0500
37939              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
37940      Branch: perl
37941            ! configure.com
37942 ____________________________________________________________________________
37943 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
37944         Log: Retract #12436 (Abhijit already did this at #12426)
37945      Branch: perl
37946            ! lib/ExtUtils/MM_Unix.pm
37947 ____________________________________________________________________________
37948 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
37949         Log: (retracted by #12437)
37950              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
37951              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
37952              Date: Sat, 13 Oct 2001 20:33:55 +0200
37953              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
37954      Branch: perl
37955            ! lib/ExtUtils/MM_Unix.pm
37956 ____________________________________________________________________________
37957 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
37958         Log: Subject: h2xs grammar nit
37959              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37960              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
37961              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
37962      Branch: perl
37963            ! utils/h2xs.PL
37964 ____________________________________________________________________________
37965 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
37966         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
37967              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37968              Date: Sun, 14 Oct 2001 11:25:08 +0100
37969              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
37970      Branch: perl
37971            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
37972            ! warnings.pl
37973 ____________________________________________________________________________
37974 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
37975         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
37976              for File::Spec::Mac::catfile)
37977      Branch: perl
37978            ! lib/h2xs.t
37979 ____________________________________________________________________________
37980 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
37981         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
37982              From: Nicholas Clark <nick@ccl4.org>
37983              Date: Sat, 13 Oct 2001 00:07:31 +0100
37984              Message-ID: <20011013000731.D67535@plum.flirble.org>
37985      Branch: perl
37986            ! lib/h2xs.t utils/h2xs.PL
37987 ____________________________________________________________________________
37988 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
37989         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
37990              before DEFINE and INC), and repent by taking DEFINE and
37991              INC away from PASTHRU.
37992      Branch: perl
37993            ! lib/ExtUtils/MM_Unix.pm
37994 ____________________________________________________________________________
37995 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
37996         Log: More MANIFEST anomalies.
37997      Branch: perl
37998            ! MANIFEST
37999 ____________________________________________________________________________
38000 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
38001         Log: Not that many.
38002      Branch: perl
38003            ! MANIFEST
38004 ____________________________________________________________________________
38005 [ 12428] By: sky                                   on 2001/10/13  20:59:27
38006         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
38007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38008              Date: Sat, 13 Oct 2001 23:15:55 +0200
38009              Message-ID: <20011013231555.A18071@rafael>
38010      Branch: perl
38011            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
38012            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
38013 ____________________________________________________________________________
38014 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
38015         Log: Rewrite mktables from scratch.
38016              - Cleaner.
38017              - Faster: 15-20 seconds as opposed to several minutes.
38018              - More dynamic: the names of the various categories
38019              such as the linebreak ones are dynamic, not static.
38020              - Is.pl: long names for the general category properties
38021              are now available.
38022              - Ranges (<... ,First>, <..., Last>) from the general
38023              categories work now.
38024              - No more mktables.PL because the mktables.PL is not
38025              and never has been run to create a mktables.
38026              - syllables.txt and Is/Syl*.pl removed: non-standard
38027              (not part of the Unicode), and the whole concept is
38028              being reworked (http://syllabary.sourceforge.net/),
38029              the old way wouldn't even work with the new Syllables.txt
38030              (it would result in 1000+ new categories)
38031      Branch: perl
38032            + lib/unicore/In/163.pl lib/unicore/In/164.pl
38033            + lib/unicore/In/165.pl lib/unicore/In/166.pl
38034            + lib/unicore/In/167.pl lib/unicore/In/168.pl
38035            + lib/unicore/In/169.pl lib/unicore/In/170.pl
38036            + lib/unicore/In/171.pl lib/unicore/Is.pl
38037            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38038            + lib/unicore/mktables
38039            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38040            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38041            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38042            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38043            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38044            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38045            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38046            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38047            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38048            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38049            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38050            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38051            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38052            - lib/unicore/syllables.txt
38053            ! (edit 304 files)
38054 ____________________________________________________________________________
38055 [ 12426] By: ams                                   on 2001/10/13  18:05:36
38056         Log: ExtUtils::MM_Unix should ignore comments when searching for
38057              $VERSION.
38058      Branch: perl
38059            ! lib/ExtUtils/MM_Unix.pm
38060 ____________________________________________________________________________
38061 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
38062         Log: Subject: Re: New module XML::Clean
38063              From: andreas.koenig@anima.de (Andreas J. Koenig)
38064              Date: 13 Oct 2001 10:17:09 +0200
38065              Message-ID: <m37ku0t0my.fsf@anima.de>
38066      Branch: perl
38067            ! pod/perlnewmod.pod
38068 ____________________________________________________________________________
38069 [ 12424] By: sky                                   on 2001/10/13  09:39:59
38070         Log: Set thread stack size if needed.
38071      Branch: perl
38072            ! ext/threads/threads.xs
38073 ____________________________________________________________________________
38074 [ 12423] By: sky                                   on 2001/10/13  09:36:49
38075         Log: We do want to set the attribute to joinable even on modern posix
38076              platforms.
38077      Branch: perl
38078            ! ext/threads/threads.xs
38079 ____________________________________________________________________________
38080 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
38081         Log: Subject: [PATCH ext/Data/Dumper.xs]
38082              From: Brian Ingerson <ingy@ttul.org>
38083              Date: Fri, 12 Oct 2001 19:32:35 -0700
38084              Message-ID: <20011012193235.B889@ttul.org>
38085      Branch: perl
38086            ! ext/Data/Dumper/Dumper.xs
38087 ____________________________________________________________________________
38088 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
38089         Log: Update Changes.
38090      Branch: perl
38091            ! Changes patchlevel.h
38092 ____________________________________________________________________________
38093 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
38094         Log: FAQ sync.
38095      Branch: perl
38096            ! pod/perlfaq3.pod pod/perlfaq4.pod
38097 ____________________________________________________________________________
38098 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
38099         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
38100              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38101              Date: Fri, 12 Oct 2001 11:51:05 -0700
38102              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
38103      Branch: perl
38104            ! lib/File/Copy.pm
38105 ____________________________________________________________________________
38106 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
38107         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
38108              From: "chromatic" <chromatic@rmci.net>     
38109              Date: Thu, 11 Oct 2001 10:57:55 -0600
38110              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
38111              
38112              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
38113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38114              Date: Thu, 11 Oct 2001 22:34:21 +0200
38115              Message-ID: <20011011223421.A693@rafael>     
38116              
38117              plus undef $Term::Complete::stty as suggested by Rafael.
38118      Branch: perl
38119            ! lib/Term/Complete.pm lib/Term/Complete.t
38120 ____________________________________________________________________________
38121 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
38122         Log: UUnndduupplleexx..
38123      Branch: perl
38124            ! perl.h
38125 ____________________________________________________________________________
38126 [ 12416] By: sky                                   on 2001/10/12  20:16:19
38127         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
38128              From: Andy Dougherty <doughera@lafayette.edu>
38129              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
38130              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
38131              (Potentially only band-aid)
38132      Branch: perl
38133            ! sv.c
38134 ____________________________________________________________________________
38135 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
38136         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
38137              mishandles kill(), and therefore the sigaction test
38138              should be skipped, from Charles Lane.
38139      Branch: perl
38140            ! ext/POSIX/t/sigaction.t
38141 ____________________________________________________________________________
38142 [ 12414] By: sky                                   on 2001/10/12  18:47:49
38143         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
38144      Branch: perl
38145            ! op.h
38146 ____________________________________________________________________________
38147 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
38148         Log: Upgrade to Math::BigInt 1.44 from Tels and
38149              further fixes from John Peacock.
38150      Branch: perl
38151            + lib/Math/BigInt/t/Math/Subclass.pm
38152            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38153            + lib/Math/BigInt/t/subclass.t
38154            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38155            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38156            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38157            ! lib/Math/BigInt/t/mbimbf.t
38158 ____________________________________________________________________________
38159 [ 12412] By: sky                                   on 2001/10/12  18:28:23
38160         Log: perhaps pthread_attr_t really needs to be set for the old api
38161      Branch: perl
38162            ! ext/threads/threads.xs
38163 ____________________________________________________________________________
38164 [ 12411] By: sky                                   on 2001/10/12  18:11:45
38165         Log: pthread_keycreate not pthread_key_create under the here be dragons API
38166      Branch: perl
38167            ! ext/threads/threads.h
38168 ____________________________________________________________________________
38169 [ 12410] By: sky                                   on 2001/10/12  18:07:37
38170         Log: Apperently OLD PTHREADS API is a bit retarded.
38171              This should fix another set of compile failures in HP-UX 10.20.
38172      Branch: perl
38173            ! ext/threads/threads.h ext/threads/threads.xs
38174 ____________________________________________________________________________
38175 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38176         Log: Blind integrate of mainline
38177      Branch: perlio
38178           +> (branch 32 files)
38179            - lib/unicode/README
38180           !> (integrate 121 files)
38181 ____________________________________________________________________________
38182 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38183         Log: Let us avoid being smart for now.
38184      Branch: perl
38185            ! ext/threads/threads.h
38186 ____________________________________________________________________________
38187 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38188         Log: (void*) the argument to make sure we work with picky compilers
38189      Branch: perl
38190            ! ext/threads/threads.xs
38191 ____________________________________________________________________________
38192 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38193         Log: (replaced with #12600)
38194              
38195              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38196              From: Mikhail Zabaluev <mhz@alt-linux.org>
38197              Date: Fri, 12 Oct 2001 12:47:47 +0400
38198              Message-Id: <20011012124747.E13918@localhost.localdomain>
38199      Branch: perl
38200            ! utils/perldoc.PL
38201 ____________________________________________________________________________
38202 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38203         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38204              From: andreas.koenig@anima.de (Andreas J. Koenig)
38205              Date: 12 Oct 2001 11:12:07 +0200
38206              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38207      Branch: perl
38208            ! lib/Memoize/t/speed.t
38209 ____________________________________________________________________________
38210 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38211         Log: A) Support OLD_PTHREADS_API
38212              B) Change from using pthread_t to using a TLS to store the
38213              index of the thread in an hash, this is to avoid problems when
38214              in fact pthread_t was not a seralizable type.
38215              Both these changes are because of HP-UX 10.20
38216              This has not been tested on win32 but should work there.
38217              Need to add support for NetWare.
38218      Branch: perl
38219            ! ext/threads/threads.h ext/threads/threads.xs
38220 ____________________________________________________________________________
38221 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38222         Log: Subject: Re: New module XML::Clean
38223              From: andreas.koenig@anima.de (Andreas J. Koenig)
38224              Date: 12 Oct 2001 10:20:35 +0200
38225              Message-Id: <m3elo9uv58.fsf@anima.de>
38226      Branch: perl
38227            ! pod/perlnewmod.pod
38228 ____________________________________________________________________________
38229 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38230         Log: More HP model tweaks from Merijn.
38231      Branch: perl
38232            ! README.hpux
38233 ____________________________________________________________________________
38234 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38235         Log: Update Changes.
38236      Branch: perl
38237            ! Changes patchlevel.h
38238 ____________________________________________________________________________
38239 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38240         Log: HP-UX update from H.Merijn Brand.
38241      Branch: perl
38242            ! README.hpux
38243 ____________________________________________________________________________
38244 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38245         Log: Subject: [PATCH] fix link rot in README.vms
38246              From: "Craig A. Berry" <craigberry@mac.com>
38247              Date: Wed, 10 Oct 2001 17:17:00 -0500
38248              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38249      Branch: perl
38250            ! README.vms
38251 ____________________________________________________________________________
38252 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38253         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38254              From: "chromatic" <chromatic@rmci.net>
38255              Date: Wed, 10 Oct 2001 15:50:30 -0600
38256              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38257      Branch: perl
38258            ! lib/Term/Complete.t
38259 ____________________________________________________________________________
38260 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38261         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38262              From: "chromatic" <chromatic@rmci.net>
38263              Date: Wed, 10 Oct 2001 15:45:42 -0600
38264              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38265      Branch: perl
38266            + lib/ExtUtils/Packlist.t
38267            ! MANIFEST
38268 ____________________________________________________________________________
38269 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38270         Log: VMS needs quotes around the -I option to keep it from
38271              being downcased, from Charles Lane.
38272      Branch: perl
38273            ! t/run/kill_perl.t
38274 ____________________________________________________________________________
38275 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38276         Log: Subject: [PATCH lib/FindBin.pm]
38277              From: Stas Bekman <stas@stason.org>
38278              Date: Tue, 09 Oct 2001 23:57:10 +0800
38279              Message-Id: <3BC31E56.60805@stason.org>
38280      Branch: perl
38281            ! lib/FindBin.pm
38282 ____________________________________________________________________________
38283 [ 12394] By: ams                                   on 2001/10/10  16:09:53
38284         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
38285              From: Abhijit Menon-Sen <ams@wiw.org>
38286              Date: Wed, 10 Oct 2001 21:59:33 +0530
38287              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
38288      Branch: perl
38289            ! ext/Data/Dumper/Dumper.xs
38290 ____________________________________________________________________________
38291 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
38292         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
38293              from Charles Lane.
38294      Branch: perl
38295            ! lib/File/Spec/VMS.pm
38296 ____________________________________________________________________________
38297 [ 12392] By: ams                                   on 2001/10/10  14:49:43
38298         Log: Subject: [PATCH] two s/// bugfixes
38299              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38300              Date: Wed, 10 Oct 2001 17:23:44 +0200
38301              Message-Id: <20011010172344.C22440@rafael>
38302      Branch: perl
38303            ! pp_ctl.c regexec.c t/op/subst.t
38304 ____________________________________________________________________________
38305 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
38306         Log: Fix/improve handling of the [000000] special "root"
38307              directory, by putting cwd in canonical form when doing
38308              abs2rel, and prepending a 000000 to directory "chunks"
38309              if missing from base or path.  Also adjust test to
38310              reflect the (improved) output from abs2rel.
38311              From Charles Lane.
38312      Branch: perl
38313            ! lib/File/Spec.t lib/File/Spec/VMS.pm
38314 ____________________________________________________________________________
38315 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
38316         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
38317              all of the extra VMSish attributes (such as "treat this logical
38318              as a device name") that are necessary to make programs run.
38319              A tainted %ENV does not hinder VMS.  From Charles Lane.
38320      Branch: perl
38321            ! lib/File/Find/t/taint.t
38322 ____________________________________________________________________________
38323 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
38324         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
38325              
38326              o  VMS is case-insensitive, RTL downcases filenames read
38327              by perl... so need to re-upcase filenames like MANIFEST
38328              and MANIFEST.SKIP
38329              
38330              o  Need to convert VMS-style to Unix-style filenames when comparing
38331              names in MANIFEST to names in filesystem.
38332              
38333              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
38334              since VMS won't let you (easily) delete non-empty directories.
38335              
38336              From Charles Lane.
38337      Branch: perl
38338            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
38339 ____________________________________________________________________________
38340 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
38341         Log: Unix and VMS agree on "*" as a "match any number of any chars"
38342              wildcards, but differ ("?"  vs.  "%") for their "match any single
38343              char" wildcard.  This patch changes "?"  chars to "%" before doing a
38344              VMS glob...at no loss of functionality, since "?"  isn't a valid
38345              filename char on VMS.  From Charles Lane.
38346      Branch: perl
38347            ! doio.c
38348 ____________________________________________________________________________
38349 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
38350         Log: (accidentally empty submit; new life as #12390)
38351      Branch: perl
38352            ! lib/File/Find/t/taint.t
38353 ____________________________________________________________________________
38354 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
38355         Log: Even more VMS tweakage from Charles Lane:
38356              
38357              Tweak #1:  splitdir only works on directory part of filespec,
38358              split off volume first
38359              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
38360              (it's a horrible kludge in the run-time library,
38361              improved in later versions). Check the
38362              $Config{'d_setenv'} flag before attempting to set it.
38363      Branch: perl
38364            ! t/op/chdir.t
38365 ____________________________________________________________________________
38366 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
38367         Log: VMS tweakage from Charles Lane.
38368              
38369              . command.com doubles an output line when prompting for extensions
38370              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
38371              . perl5db doesn't clean up after itself
38372      Branch: perl
38373            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
38374 ____________________________________________________________________________
38375 [ 12384] By: sky                                   on 2001/10/09  19:16:11
38376         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38378              Date: Tue, 9 Oct 2001 22:10:26 +0200
38379              Message-ID: <20011009221026.A8579@rafael>
38380      Branch: perl
38381            ! pod/perldata.pod
38382 ____________________________________________________________________________
38383 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
38384         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
38385              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38386              Date: 9 Oct 2001 15:15:06 -0000
38387              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
38388      Branch: perl
38389            ! t/op/subst.t
38390 ____________________________________________________________________________
38391 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
38392         Log: Update Changes.
38393      Branch: perl
38394            ! Changes patchlevel.h
38395 ____________________________________________________________________________
38396 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
38397         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
38398              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
38399              when a NULL is passed for the filename string pointer.
38400              From Charles Lane.
38401      Branch: perl
38402            ! vms/vms.c
38403 ____________________________________________________________________________
38404 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
38405         Log: Subject: HP systems update
38406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38407              Date: Tue, 09 Oct 2001 15:59:22 +0200
38408              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
38409      Branch: perl
38410            ! README.hpux
38411 ____________________________________________________________________________
38412 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
38413         Log: CPAN::Nox does now have a test.
38414      Branch: perl
38415            ! t/lib/1_compile.t
38416 ____________________________________________________________________________
38417 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
38418         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
38419              From: David Dyck <dcd@tc.fluke.com>
38420              Date: Mon, 1 Oct 2001 12:17:36 -0700
38421              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
38422      Branch: perl
38423            ! installperl
38424 ____________________________________________________________________________
38425 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
38426         Log: NetWare update from Ananth Kesari.
38427      Branch: perl
38428            ! NetWare/nwperlsys.h makedef.pl
38429 ____________________________________________________________________________
38430 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
38431         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
38432              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38433              Date: Tue, 9 Oct 2001 08:40:57 EDT
38434              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
38435      Branch: perl
38436            ! lib/File/Find/t/find.t
38437 ____________________________________________________________________________
38438 [ 12374] By: ams                                   on 2001/10/09  05:31:45
38439         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
38440              ExtUtils::Mkbootstrap
38441              From: "chromatic" <chromatic@rmci.net>
38442              Date: Tue, 09 Oct 2001 00:08:37 -0600
38443              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
38444      Branch: perl
38445            + lib/ExtUtils/Mkbootstrap.t
38446            ! MANIFEST
38447 ____________________________________________________________________________
38448 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38449         Log: Enable more debugging.
38450      Branch: perl
38451            ! lib/utf8_heavy.pl
38452 ____________________________________________________________________________
38453 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38454         Log: #12370 forgot to modify is_gv_magical().
38455      Branch: perl
38456            ! gv.c
38457 ____________________________________________________________________________
38458 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38459         Log: Make the toupper/lower/title API for Unicode not right
38460              but at least less wrong: prepare for the mapping being
38461              more than just one-character-to-one-character.
38462      Branch: perl
38463            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38464            ! regexec.c utf8.c
38465 ____________________________________________________________________________
38466 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38467         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38468              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38469              Date: Mon, 8 Oct 2001 22:18:23 -0400
38470              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38471      Branch: perl
38472            ! pod/perlvar.pod t/op/taint.t
38473 ____________________________________________________________________________
38474 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38475         Log: FAQ sync.
38476      Branch: perl
38477            ! pod/perlfaq3.pod pod/perlfaq4.pod
38478 ____________________________________________________________________________
38479 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38480         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38481              From: "chromatic" <chromatic@rmci.net>
38482              Date: Mon, 08 Oct 2001 14:05:32 -0600
38483              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38484      Branch: perl
38485            ! lib/Term/Cap.t
38486 ____________________________________________________________________________
38487 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38488         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38489              From: Michael G Schwern <schwern@pobox.com>
38490              Date: Mon, 8 Oct 2001 17:00:14 -0400
38491              Message-ID: <20011008170014.L17083@blackrider>
38492      Branch: perl
38493            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38494 ____________________________________________________________________________
38495 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38496         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38498              Date: Mon, 8 Oct 2001 16:01:33 EDT
38499              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38500      Branch: perl
38501            ! ext/Time/HiRes/HiRes.xs
38502 ____________________________________________________________________________
38503 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38504         Log: Subject: [PATCH] Autosplit patch for VMS
38505              From: "Craig A. Berry" <craigberry@mac.com>
38506              Date: Mon, 08 Oct 2001 15:40:43 -0500
38507              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38508      Branch: perl
38509            ! lib/AutoSplit.pm lib/AutoSplit.t
38510 ____________________________________________________________________________
38511 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38512         Log: Don't assume that everybody is running OS X 10.1 yet;
38513              from Kay Röpke.
38514      Branch: perl
38515            ! hints/darwin.sh
38516 ____________________________________________________________________________
38517 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38518         Log: Update Changes.
38519      Branch: perl
38520            ! Changes patchlevel.h
38521 ____________________________________________________________________________
38522 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38523         Log: Retract #12358 for now.
38524      Branch: perl
38525            ! lib/Term/Cap.t
38526 ____________________________________________________________________________
38527 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
38528         Log: Can't figure out what this is testing.
38529              (If it is trying to catch SIGKILL, it should stop
38530              trying because that is by definition impossible.)
38531      Branch: perl
38532            ! lib/sigtrap.t
38533 ____________________________________________________________________________
38534 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
38535         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
38536              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38537              Date: Sun, 30 Sep 2001 21:15:13 +0200
38538              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
38539      Branch: perl
38540            ! lib/ExtUtils/MM_Win32.pm
38541 ____________________________________________________________________________
38542 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
38543         Log: Clarify the ldlibpth part and condense the overall text.
38544      Branch: perl
38545            ! t/TEST
38546 ____________________________________________________________________________
38547 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
38548         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
38549              From: "chromatic" <chromatic@rmci.net>
38550              Date: Sun, 07 Oct 2001 16:59:26 -0600
38551              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
38552      Branch: perl
38553            ! lib/Term/Cap.t
38554 ____________________________________________________________________________
38555 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
38556         Log: Update the list because fo #12265.
38557      Branch: perl
38558            ! t/lib/1_compile.t
38559 ____________________________________________________________________________
38560 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
38561         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
38562              From: Nicholas Clark <nick@ccl4.org>
38563              Date: Sun, 7 Oct 2001 20:53:33 +0100
38564              Message-ID: <20011007205333.S38756@plum.flirble.org>   
38565      Branch: perl
38566            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
38567            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38568            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
38569            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
38570            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38571            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
38572            ! lib/Switch/t/switch.t lib/Term/Complete.t
38573            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
38574            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
38575            ! t/op/my_stash.t
38576 ____________________________________________________________________________
38577 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
38578         Log: Integrate patch #12350 from maintperl; typo in
38579              IO::Seekable doc.
38580      Branch: perl
38581           !> ext/IO/lib/IO/Seekable.pm
38582 ____________________________________________________________________________
38583 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
38584         Log: Detypo.
38585      Branch: perl
38586            ! hints/darwin.sh
38587 ____________________________________________________________________________
38588 [ 12353] By: sky                                   on 2001/10/07  17:16:14
38589         Log: Change 12349 didn't really get it right.
38590      Branch: perl
38591            ! lib/Unicode/README
38592 ____________________________________________________________________________
38593 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
38594         Log: If running the harness the dynamic library search path
38595              may need setting.
38596      Branch: perl
38597            ! t/TEST
38598 ____________________________________________________________________________
38599 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
38600         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
38601              in ldflags.
38602      Branch: perl
38603            ! hints/darwin.sh
38604 ____________________________________________________________________________
38605 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
38606         Log: typo in IO::Seekable doc
38607      Branch: maint-5.6/perl
38608            ! ext/IO/lib/IO/Seekable.pm
38609 ____________________________________________________________________________
38610 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
38611         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
38612              doesn't work on Mac OS X 10.1 (when unpacking the tar the
38613              latter gets renamed as lib/unicode:1, assumedly for security
38614              reasons not to overwrite stuff)
38615      Branch: perl
38616            + lib/Unicode/README
38617            - lib/unicode/README
38618            ! MANIFEST
38619 ____________________________________________________________________________
38620 [ 12348] By: ams                                   on 2001/10/07  05:33:40
38621         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
38622              From: "chromatic" <chromatic@rmci.net>
38623              Date: Sat, 06 Oct 2001 21:42:03 -0600
38624              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
38625      Branch: perl
38626            + lib/CPAN/t/Nox.t
38627            ! MANIFEST
38628 ____________________________________________________________________________
38629 [ 12347] By: ams                                   on 2001/10/07  00:48:10
38630         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
38631              From: "chromatic" <chromatic@rmci.net>
38632              Date: Sat, 06 Oct 2001 18:52:10 -0600
38633              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
38634      Branch: perl
38635            + lib/sigtrap.t
38636            ! MANIFEST
38637 ____________________________________________________________________________
38638 [ 12346] By: ams                                   on 2001/10/06  23:14:01
38639         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
38640              h2xs write?)
38641              From: Nicholas Clark <nick@ccl4.org>
38642              Date: Sat, 6 Oct 2001 21:46:43 +0100
38643              Message-Id: <20011006214643.L38756@plum.flirble.org>
38644      Branch: perl
38645            ! utils/h2xs.PL
38646 ____________________________________________________________________________
38647 [ 12345] By: ams                                   on 2001/10/06  17:39:53
38648         Log: Subject: [PATCH] Memoize tests
38649              From: Nicholas Clark <nick@ccl4.org>
38650              Date: Sat, 6 Oct 2001 18:04:21 +0100
38651              Message-Id: <20011006180421.J38756@plum.flirble.org>
38652      Branch: perl
38653            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
38654            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
38655            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
38656            ! lib/Memoize/t/expire_module_n.t
38657            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38658            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38659            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38660            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38661            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38662            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38663 ____________________________________________________________________________
38664 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
38665         Log: Retract the latter part of #12343.
38666      Branch: perl
38667            ! ext/IO/lib/IO/Socket/INET.pm
38668 ____________________________________________________________________________
38669 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
38670         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38671              From: David Dyck <dcd@tc.fluke.com>
38672              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
38673              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
38674              
38675              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38676              From: David Dyck <dcd@tc.fluke.com>
38677              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
38678              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
38679      Branch: perl
38680            ! ext/IO/lib/IO/Socket/INET.pm
38681 ____________________________________________________________________________
38682 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
38683         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
38684              From: Robin Barker <rmb1@cise.npl.co.uk>
38685              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
38686              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
38687      Branch: perl
38688            ! t/TEST
38689 ____________________________________________________________________________
38690 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
38691         Log: Don't assume that %x is good for displaying UVs.
38692      Branch: perl
38693            ! dump.c
38694 ____________________________________________________________________________
38695 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
38696         Log: Update Changes.
38697      Branch: perl
38698            ! Changes patchlevel.h
38699 ____________________________________________________________________________
38700 [ 12339] By: ams                                   on 2001/10/05  10:22:34
38701         Log: Subject: [PATCH] perlfunc/select
38702              From: Nicholas Clark <nick@ccl4.org>
38703              Date: Fri, 5 Oct 2001 11:33:58 +0100
38704              Message-Id: <20011005113358.Z38756@plum.flirble.org>
38705      Branch: perl
38706            ! pod/perlfunc.pod
38707 ____________________________________________________________________________
38708 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
38709         Log: Retract #12313 and #12249.
38710      Branch: perl
38711            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38712            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
38713            ! pod/perlebcdic.pod
38714 ____________________________________________________________________________
38715 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
38716         Log: Subject: [PATCH] perlvms.pod update
38717              From: "Craig A. Berry" <craigberry@mac.com>
38718              Date: Thu, 04 Oct 2001 12:55:52 -0500
38719              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
38720      Branch: perl
38721            ! vms/perlvms.pod
38722 ____________________________________________________________________________
38723 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
38724         Log: Subject: PATCH: Tie::SubstrHash
38725              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38726              Date: Thu, 04 Oct 2001 12:12:41 +0100
38727              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
38728      Branch: perl
38729            ! lib/Tie/SubstrHash.pm
38730 ____________________________________________________________________________
38731 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
38732         Log: Unicode properties saga continues.
38733      Branch: perl
38734            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
38735            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
38736 ____________________________________________________________________________
38737 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
38738         Log: Yet more Unicode properties.
38739      Branch: perl
38740            + lib/unicore/In/137.pl lib/unicore/In/138.pl
38741            + lib/unicore/In/139.pl lib/unicore/In/140.pl
38742            + lib/unicore/In/141.pl lib/unicore/In/142.pl
38743            + lib/unicore/In/143.pl lib/unicore/In/144.pl
38744            + lib/unicore/In/145.pl lib/unicore/In/146.pl
38745            + lib/unicore/In/147.pl lib/unicore/In/148.pl
38746            + lib/unicore/In/149.pl lib/unicore/In/150.pl
38747            + lib/unicore/In/151.pl lib/unicore/In/152.pl
38748            + lib/unicore/In/153.pl lib/unicore/In/154.pl
38749            + lib/unicore/In/155.pl lib/unicore/In/156.pl
38750            + lib/unicore/In/157.pl lib/unicore/In/158.pl
38751            + lib/unicore/In/159.pl lib/unicore/In/160.pl
38752            + lib/unicore/In/161.pl lib/unicore/In/162.pl
38753            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
38754            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
38755            ! pod/perlunicode.pod
38756 ____________________________________________________________________________
38757 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
38758         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
38759              From: "Craig A. Berry" <craigberry@mac.com>
38760              Date: Wed, 03 Oct 2001 17:45:25 -0500
38761              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
38762              
38763              (the lib/Term/Complete.t patched differently by #12332)
38764      Branch: perl
38765            ! lib/ExtUtils/Command.t
38766 ____________________________________________________________________________
38767 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
38768         Log: Restore only if something to restore.
38769      Branch: perl
38770            ! lib/Term/Complete.t
38771 ____________________________________________________________________________
38772 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
38773         Log: Update various resources for credits,
38774              minor icons fixes, and versions.
38775      Branch: maint-5.6/macperl
38776            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
38777            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
38778            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
38779 ____________________________________________________________________________
38780 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
38781         Log: Quiet the warnings about using undef value
38782      Branch: maint-5.6/macperl
38783            ! lib/File/Temp.pm
38784 ____________________________________________________________________________
38785 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
38786         Log: Fix up Ballon Help and Help menu docs (first pass);
38787              remove balloon rez file, and autogenerate with
38788              Balloon2Rez instead.
38789      Branch: maint-5.6/macperl
38790            + macos/macperl/macscripts/Balloon2Rez
38791            - macos/macperl/MPBalloons.r
38792            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
38793 ____________________________________________________________________________
38794 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
38795         Log: Allow overriding of defaults, for change #12327.
38796      Branch: maint-5.6/macperl
38797            ! perl.h
38798 ____________________________________________________________________________
38799 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
38800         Log: Override PerlProc_exit.
38801      Branch: maint-5.6/macperl
38802            ! macos/macish.h
38803 ____________________________________________________________________________
38804 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
38805         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
38806      Branch: maint-5.6/macperl
38807            + macos/bundled_lib/blib/lib/MD5.pm
38808            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
38809            + macos/lib/Mac/AETE/Dialect.pm
38810            + macos/lib/Mac/AETE/Format/Converter.pm
38811            + macos/lib/Mac/AETE/Format/Dictionary.pm
38812            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
38813            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
38814            + macos/lib/Mac/Toolbox.pod
38815            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
38816 ____________________________________________________________________________
38817 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
38818         Log: Sync up silly CVS headers ... I should commit CVS
38819              first to avoid this ...
38820      Branch: maint-5.6/macperl
38821            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
38822            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
38823            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
38824            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
38825 ____________________________________________________________________________
38826 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
38827         Log: Fix Matthias' address, and attributions.
38828      Branch: maint-5.6/macperl
38829            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
38830            ! pod/perlport.pod
38831 ____________________________________________________________________________
38832 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
38833         Log: Fix Matthias' address, and attributions.
38834      Branch: maint-5.6/macperl
38835            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
38836            ! macos/ext/Mac/Components/Components.pm
38837            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
38838            ! macos/ext/Mac/Dialogs/Dialogs.pm
38839            ! macos/ext/Mac/Events/Events.pm
38840            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
38841            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
38842            ! macos/ext/Mac/Gestalt/Gestalt.pm
38843            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
38844            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
38845            ! macos/ext/Mac/Menus/Menus.pm
38846            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
38847            ! macos/ext/Mac/Movies/Movies.pm
38848            ! macos/ext/Mac/Navigation/Navigation.pm
38849            ! macos/ext/Mac/Notification/Notification.pm
38850            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
38851            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
38852            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
38853            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
38854            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
38855            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
38856            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
38857            ! macos/ext/Mac/StandardFile/StandardFile.pm
38858            ! macos/ext/Mac/TextEdit/TextEdit.pm
38859            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
38860            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
38861            ! macos/lib/Mac/LowMem.pm
38862 ____________________________________________________________________________
38863 [ 12322] By: sky                                   on 2001/10/03  18:41:07
38864         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38865              From: "Craig A. Berry" <craigberry@mac.com>
38866              Date: Wed, 03 Oct 2001 14:30:55 -0500
38867              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38868      Branch: perl
38869            ! vms/vms.c
38870 ____________________________________________________________________________
38871 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
38872         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38873              From: "Craig A. Berry" <craigberry@mac.com>
38874              Date: Wed, 03 Oct 2001 14:30:55 -0500
38875              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38876      Branch: perl
38877            ! vms/vms.c
38878 ____________________________________________________________________________
38879 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
38880         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
38881              only IsL&) and Inherited (negative lookahead good);
38882              add tests for Common, Inherited, and L&.
38883      Branch: perl
38884            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
38885 ____________________________________________________________________________
38886 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
38887         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
38888              (The Unicode standard uses L& quite often.)
38889      Branch: perl
38890            ! lib/utf8_heavy.pl
38891 ____________________________________________________________________________
38892 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
38893         Log: Add the 'Common' Unicode property (code points not
38894              explicitly assigned to any other script).
38895      Branch: perl
38896            + lib/unicore/In/136.pl
38897            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
38898 ____________________________________________________________________________
38899 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
38900         Log: Skip the RV printing test under threads until fixed.
38901      Branch: perl
38902            ! ext/B/t/terse.t
38903 ____________________________________________________________________________
38904 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
38905         Log: Subject: 12309 / cygwin / win2k
38906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38907              Date: Wed, 03 Oct 2001 15:25:15 +0200
38908              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
38909      Branch: perl
38910            ! makedef.pl
38911 ____________________________________________________________________________
38912 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
38913         Log: Metaconfig unit change for #12314.
38914      Branch: metaconfig
38915            ! U/modified/Head.U
38916 ____________________________________________________________________________
38917 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
38918         Log: Subject: Both cygwin and djgpp on one machine
38919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38920              Date: Wed, 03 Oct 2001 15:02:59 +0200
38921              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
38922      Branch: perl
38923            ! Configure
38924 ____________________________________________________________________________
38925 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
38926         Log: (retracted by #12338)
38927              
38928              Subject: [PATCH] Code clean up for perlboot.pod
38929              From: Casey West <casey@geeknest.com>
38930              Date: Tue, 2 Oct 2001 19:24:43 -0400
38931              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
38932              
38933              Subject: [PATCH] Code clean up for perlbot.diff
38934              From: Casey West <casey@geeknest.com>
38935              Date: Tue, 2 Oct 2001 19:25:22 -0400
38936              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
38937              
38938              Subject: [PATCH] Code clean up for perlcall.pod
38939              From: Casey West <casey@geeknest.com>
38940              Date: Tue, 2 Oct 2001 19:25:57 -0400
38941              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
38942              
38943              Subject: [PATCH] Code clean up for perldata.pod
38944              From: Casey West <casey@geeknest.com>
38945              Date: Tue, 2 Oct 2001 19:26:29 -0400
38946              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
38947              
38948              Subject: [PATCH] Code clean up for perldbmfilter.pod
38949              From: Casey West <casey@geeknest.com>
38950              Date: Tue, 2 Oct 2001 19:26:59 -0400
38951              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
38952              
38953              Subject: [PATCH] Code clean up for perlebcdic.pod
38954              From: Casey West <casey@geeknest.com>
38955              Date: Tue, 2 Oct 2001 19:27:37 -0400
38956              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
38957      Branch: perl
38958            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38959            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
38960 ____________________________________________________________________________
38961 [ 12312] By: ams                                   on 2001/10/02  23:43:55
38962         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
38963              From: Michael G Schwern <schwern@pobox.com>
38964              Date: Tue, 2 Oct 2001 17:00:49 -0400
38965              Message-Id: <20011002170049.A9955@blackrider>
38966      Branch: perl
38967            ! lib/ExtUtils/MakeMaker.pm
38968 ____________________________________________________________________________
38969 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
38970         Log: FAQ sync.
38971      Branch: perl
38972            ! pod/perlfaq3.pod
38973 ____________________________________________________________________________
38974 [ 12310] By: nick                                  on 2001/10/02  16:09:49
38975         Log: Integrate mainline
38976      Branch: perlio
38977           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
38978           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38979           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
38980           !> patchlevel.h t/op/pat.t
38981 ____________________________________________________________________________
38982 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
38983         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
38984              not just one single space.
38985      Branch: perl
38986            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
38987 ____________________________________________________________________________
38988 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
38989         Log: AUTHORS updates.
38990      Branch: perl
38991            ! AUTHORS
38992 ____________________________________________________________________________
38993 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
38994         Log: Update Changes.
38995      Branch: perl
38996            ! Changes patchlevel.h
38997 ____________________________________________________________________________
38998 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
38999         Log: Work around old buggy glibcs for langinfo constants,
39000              from Nicholas Clark and David Dyck.
39001      Branch: perl
39002            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39003 ____________________________________________________________________________
39004 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
39005         Log: Eradicate Time::Piece; add an example.
39006      Branch: perl
39007            ! ext/I18N/Langinfo/Langinfo.pm
39008 ____________________________________________________________________________
39009 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
39010         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
39011              From: Robert Spier <rspier@pobox.com>
39012              Date: Mon, 1 Oct 2001 23:20:16 -0700
39013              Message-ID: <15289.23712.422087.878224@rls.cx>
39014      Branch: perl
39015            ! lib/Pod/Html.pm
39016 ____________________________________________________________________________
39017 [ 12303] By: sky                                   on 2001/10/02  10:40:57
39018         Log: Fixes obscure bug that manifests itself by.
39019              local $!=0;undef*STDOUT;#segfaults
39020              Has been around for a while. Possible other magic IO vars are
39021              possibly affected as well. Reported by Jos Boumans.
39022      Branch: perl
39023            ! mg.c
39024 ____________________________________________________________________________
39025 [ 12302] By: nick                                  on 2001/10/02  09:00:52
39026         Log: Integrate mainline
39027      Branch: perlio
39028           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
39029           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
39030           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
39031 ____________________________________________________________________________
39032 [ 12301] By: nick                                  on 2001/10/02  08:40:57
39033         Log: Integrate mainline + lib/open.t patch from Chromatic
39034      Branch: perlio
39035           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
39036            ! lib/open.t
39037           !> (integrate 29 files)
39038 ____________________________________________________________________________
39039 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
39040         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
39041              Until it has, better stop early if someone requests threads.
39042      Branch: perl
39043            ! hints/darwin.sh
39044 ____________________________________________________________________________
39045 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
39046         Log: Subject: [ID 20011001.011] redundant code in t/TEST
39047              From: David Dyck <dcd@tc.fluke.com>
39048              Date: Mon, 1 Oct 2001 12:56:24 -0700
39049              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
39050      Branch: perl
39051            ! t/TEST
39052 ____________________________________________________________________________
39053 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
39054         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
39055              From: "chromatic" <chromatic@rmci.net>
39056              Date: Mon, 01 Oct 2001 12:27:12 -0600
39057              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
39058      Branch: perl
39059            ! lib/Term/Cap.t
39060 ____________________________________________________________________________
39061 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
39062         Log: UNICOS testing patches from Nicholas Clark.
39063      Branch: perl
39064            ! t/op/arith.t t/op/pack.t
39065 ____________________________________________________________________________
39066 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
39067         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
39068              From: "chromatic" <chromatic@rmci.net>
39069              Date: Mon, 01 Oct 2001 10:21:51 -0600
39070              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
39071      Branch: perl
39072            ! lib/open.t
39073 ____________________________________________________________________________
39074 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
39075         Log: Make missing the RADIXCHAR a softer, gentler error.
39076      Branch: perl
39077            ! ext/I18N/Langinfo/Langinfo.t
39078 ____________________________________________________________________________
39079 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
39080         Log: Nuke also the LANG because of glibc.
39081      Branch: perl
39082            ! lib/open.t
39083 ____________________________________________________________________________
39084 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
39085         Log: Also the ^Is is optional.
39086      Branch: perl
39087            ! pod/perlunicode.pod t/op/pat.t
39088 ____________________________________________________________________________
39089 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
39090         Log: Be careful to pull chars from the varargs stack when
39091              formatting chars.
39092      Branch: perl
39093            ! regcomp.c
39094 ____________________________________________________________________________
39095 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
39096         Log: sortsv not in place anymore, noticed by John P. Linderman.
39097      Branch: perl
39098            ! pod/perlapi.pod pp_ctl.c
39099 ____________________________________________________________________________
39100 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
39101         Log: Make the diagnostic messages more neutral.
39102      Branch: perl
39103            ! ext/B/t/terse.t
39104 ____________________________________________________________________________
39105 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
39106         Log: Forgotten from #12288.
39107      Branch: perl
39108            ! ext/Data/Dumper/Dumper.pm
39109 ____________________________________________________________________________
39110 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
39111         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
39112              From: Brian Ingerson <ingy@ttul.org>
39113              Date: Sun, 30 Sep 2001 21:45:56 -0700
39114              Message-ID: <20010930214556.D26392@ttul.org>
39115              
39116              (remember also the #12289)
39117      Branch: perl
39118            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39119 ____________________________________________________________________________
39120 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
39121         Log: More Unicode property tests for the abbreviated
39122              general properties.
39123      Branch: perl
39124            ! t/op/pat.t
39125 ____________________________________________________________________________
39126 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
39127         Log: Further tweaks to the Unicode properties.
39128      Branch: perl
39129            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
39130 ____________________________________________________________________________
39131 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
39132         Log: Retract #12284.
39133      Branch: perl
39134            ! lib/Term/Cap.t
39135 ____________________________________________________________________________
39136 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
39137         Log: (Retracted by #12285)
39138      Branch: perl
39139            ! lib/Term/Cap.t
39140 ____________________________________________________________________________
39141 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
39142         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
39143              From: "chromatic" <chromatic@rmci.net>  
39144              Date: Sun, 30 Sep 2001 16:10:02 -0600
39145              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
39146      Branch: perl
39147            + lib/Term/Cap.t
39148            ! MANIFEST
39149 ____________________________________________________________________________
39150 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
39151         Log: Use stty -g to restore the terminal state, do not even
39152              try to run the tests if stty -g is not available.
39153      Branch: perl
39154            ! lib/Term/Complete.t
39155 ____________________________________________________________________________
39156 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
39157         Log: Cleanup utf8_heavy; allow dropping the In prefix from
39158              Unicode script/block properties.
39159      Branch: perl
39160            ! lib/utf8_heavy.pl
39161 ____________________________________________________________________________
39162 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
39163         Log: Retract the #12259 for now.
39164      Branch: perl
39165            ! embed.h embed.pl sv.h
39166 ____________________________________________________________________________
39167 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
39168         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
39169      Branch: perl
39170            + lib/Text/TabsWrap/CHANGELOG
39171            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
39172 ____________________________________________________________________________
39173 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39174         Log: #12272 wasn't right, it introduced an extra ().
39175      Branch: perl
39176            ! lib/utf8_heavy.pl
39177 ____________________________________________________________________________
39178 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39179         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39180              From: Jonathan Stowe <gellyfish@gellyfish.com>
39181              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39182              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39183      Branch: perl
39184            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39185 ____________________________________________________________________________
39186 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39187         Log: Subject: Patch to put qsortsv in the public API
39188              From: Brian Ingerson <ingy@ttul.org>
39189              Date: Sat, 29 Sep 2001 17:41:13 -0700
39190              Message-ID: <20010929174113.A30223@ttul.org>
39191      Branch: perl
39192            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39193 ____________________________________________________________________________
39194 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39195         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39197              Date: Sat, 29 Sep 2001 23:54:48 +0200
39198              Message-ID: <20010929235448.A5017@rafael>
39199      Branch: perl
39200            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39201 ____________________________________________________________________________
39202 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39203         Log: FAQ sync.
39204      Branch: perl
39205            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39206            ! pod/perlfaq9.pod
39207 ____________________________________________________________________________
39208 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39209         Log: Resync with mainline
39210      Branch: vmsperl
39211           +> (branch 1207 files)
39212            - (delete 324 files)
39213           !> (integrate 866 files)
39214 ____________________________________________________________________________
39215 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39216         Log: Nasty recursion trap if one would match Unicode.
39217      Branch: perl
39218            ! lib/utf8_heavy.pl
39219 ____________________________________________________________________________
39220 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39221         Log: More Unicode todo.
39222      Branch: perl
39223            ! pod/perltodo.pod
39224 ____________________________________________________________________________
39225 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39226         Log: Explain a bit the new more flexible \p\P syntax.
39227      Branch: perl
39228            ! pod/perlunicode.pod
39229 ____________________________________________________________________________
39230 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39231         Log: More leniency to the \p and \P: now can have whitespace
39232              between the property definition and the curlies; now can
39233              invert the property by having a caret between the open
39234              curly and the property.
39235      Branch: perl
39236            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39237 ____________________________________________________________________________
39238 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39239         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39240              one test (lib/open.t) fails
39241      Branch: perlio
39242           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39243           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39244           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39245           +> lib/Tie/Scalar.t lib/open.t
39246            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39247            - ext/B/Stash.t
39248           !> (integrate 62 files)
39249 ____________________________________________________________________________
39250 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39251         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39252      Branch: perl
39253            ! t/op/chdir.t
39254 ____________________________________________________________________________
39255 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39256         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39257              From: "Craig A. Berry" <craigberry@mac.com> 
39258              Date: Sat, 29 Sep 2001 09:35:33 -0500
39259              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39260      Branch: perl
39261            ! t/op/chdir.t
39262 ____________________________________________________________________________
39263 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39264         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39265              From: "chromatic" <chromatic@rmci.net>
39266              Date: Fri, 28 Sep 2001 21:20:12 -0600
39267              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39268      Branch: perl
39269            + lib/Tie/Scalar.t
39270            ! MANIFEST lib/Tie/Scalar.pm
39271 ____________________________________________________________________________
39272 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39273         Log: Allow for more flexibility in the \p{In...} names, now
39274              case doesn't matter, and any space or dash can be
39275              matched by any space, dash, underbar, or empty.
39276              (may be going too far on leniency)
39277      Branch: perl
39278            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39279            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39280            ! t/op/pat.t
39281 ____________________________________________________________________________
39282 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39283         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
39284              From: "chromatic" <chromatic@rmci.net>
39285              Date: Fri, 28 Sep 2001 17:39:50 -0600
39286              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
39287      Branch: perl
39288            + lib/open.t
39289            ! MANIFEST
39290 ____________________________________________________________________________
39291 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
39292         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
39293              From: "Craig A. Berry" <craigberry@mac.com>
39294              Date: Fri, 28 Sep 2001 16:24:51 -0500
39295              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
39296      Branch: perl
39297            ! ext/File/Glob/t/basic.t
39298 ____________________________________________________________________________
39299 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
39300         Log: Subject: [DOC PATCH] Carp.pm pod typo
39301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39302              Date: Fri, 28 Sep 2001 23:14:51 +0200
39303              Message-ID: <20010928231451.E16889@rafael>
39304      Branch: perl
39305            ! lib/Carp.pm
39306 ____________________________________________________________________________
39307 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
39308         Log: Subject: [PATCH] Allow an @INC hook to set %INC
39309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39310              Date: Fri, 28 Sep 2001 22:18:13 +0200
39311              Message-ID: <20010928221813.A16889@rafael>
39312      Branch: perl
39313            ! pp_ctl.c
39314 ____________________________________________________________________________
39315 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
39316         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
39317              From: Nicholas Clark <nick@ccl4.org>
39318              Date: Fri, 28 Sep 2001 23:39:33 +0100
39319              Message-ID: <20010928233933.C23673@plum.flirble.org>
39320      Branch: perl
39321            ! embed.h embed.pl sv.h
39322 ____________________________________________________________________________
39323 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
39324         Log: Update Changes.
39325      Branch: perl
39326            ! Changes patchlevel.h
39327 ____________________________________________________________________________
39328 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
39329         Log: Move the B tests to B/t.
39330      Branch: perl
39331            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39332            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39333            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
39334            - ext/B/Showlex.t ext/B/Stash.t
39335            ! MANIFEST
39336 ____________________________________________________________________________
39337 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
39338         Log: Forgot from #12254.
39339      Branch: perl
39340            + ext/B/B/Terse.t
39341 ____________________________________________________________________________
39342 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
39343         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
39344              From: "chromatic" <chromatic@rmci.net>
39345              Date: Thu, 27 Sep 2001 23:22:17 -0600
39346              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
39347      Branch: perl
39348            ! MANIFEST
39349 ____________________________________________________________________________
39350 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
39351         Log: Test numbering mismatch.
39352      Branch: perl
39353            ! t/op/chdir.t
39354 ____________________________________________________________________________
39355 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
39356         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
39357              From: "Craig A. Berry" <craigberry@mac.com>
39358              Date: Wed, 26 Sep 2001 17:43:14 -0500
39359              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
39360      Branch: perl
39361            ! iperlsys.h t/op/chdir.t
39362 ____________________________________________________________________________
39363 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
39364         Log: Subject: [PATCH gv.c] make __ANON__ global
39365              From: Robin Barker <rmb1@cise.npl.co.uk>
39366              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
39367              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
39368      Branch: perl
39369            ! gv.c t/op/anonsub.t t/op/runlevel.t
39370 ____________________________________________________________________________
39371 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
39372         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
39373              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39374              Date: Thu, 27 Sep 2001 22:34:32 +0200
39375              Message-ID: <20010927223432.A1485@rafael>
39376      Branch: perl
39377            ! ext/B/B/Terse.pm
39378 ____________________________________________________________________________
39379 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
39380         Log: (retracted by #12338)
39381              
39382              Subject: [PATCH] Cleanup of perldsc.pod      
39383              From: Casey West <casey@geeknest.com>
39384              Date: Thu, 27 Sep 2001 11:13:17 -0400
39385              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
39386      Branch: perl
39387            ! pod/perldsc.pod
39388 ____________________________________________________________________________
39389 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
39390         Log: Not everyone is using ithreads...
39391      Branch: perl
39392            ! ext/Devel/Peek/Peek.t
39393 ____________________________________________________________________________
39394 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
39395         Log: Document the nss_delete core dump workaround for HP-UX
39396              and Solaris, bug IDs 20010805.018 and 20010629.004.
39397      Branch: perl
39398            ! README.hpux README.solaris
39399 ____________________________________________________________________________
39400 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
39401         Log: Dump Unicode hash keys also as Unicode,
39402              not just as a byte string.
39403      Branch: perl
39404            ! dump.c ext/Devel/Peek/Peek.t
39405 ____________________________________________________________________________
39406 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
39407         Log: Integrate changes #12241 and #12242 from macperl:
39408              
39409              Remove unneeded disabling of umask() calls
39410              
39411              Note (get|set)sockopt are available.
39412      Branch: perl
39413           !> lib/File/Temp.pm pod/perlport.pod
39414 ____________________________________________________________________________
39415 [ 12244] By: sky                                   on 2001/09/27  08:53:00
39416         Log: Flush buffers on thread closedown.
39417      Branch: perl
39418            ! ext/threads/threads.xs
39419 ____________________________________________________________________________
39420 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
39421         Log: Dump SvUTF8(sv)s also as \x{...}.
39422              
39423              TODO: dump the SvUTF8() hash keys similarly. 
39424      Branch: perl
39425            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
39426 ____________________________________________________________________________
39427 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
39428         Log: Note (get|set)sockopt are available.
39429      Branch: maint-5.6/macperl
39430            ! pod/perlport.pod
39431 ____________________________________________________________________________
39432 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
39433         Log: Remove unneeded disabling of umask() calls
39434      Branch: maint-5.6/macperl
39435            ! lib/File/Temp.pm
39436 ____________________________________________________________________________
39437 [ 12240] By: sky                                   on 2001/09/26  18:44:56
39438         Log: Documention update
39439      Branch: perl
39440            ! ext/threads/threads.pm
39441 ____________________________________________________________________________
39442 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
39443         Log: Update Changes.
39444      Branch: perl
39445            ! Changes patchlevel.h
39446 ____________________________________________________________________________
39447 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39448         Log: Check that all environment variables are tainted.
39449      Branch: perl
39450            ! t/op/taint.t
39451 ____________________________________________________________________________
39452 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39453         Log: Manual integration error in #12235.
39454      Branch: perl
39455            ! lib/File/DosGlob.t
39456 ____________________________________________________________________________
39457 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39458         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39459              From: "chromatic" <chromatic@rmci.net>
39460              Date: Tue, 25 Sep 2001 23:57:07 -0600
39461              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39462      Branch: perl
39463            ! perlio.c
39464 ____________________________________________________________________________
39465 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39466         Log: Integrate macperl changes from Chris Nandor:
39467              12192 11817 11815 11813 11778 11775
39468              
39469              Update CPAN.pm to work with new Mac::BuildTools instead
39470              of ExtUtils::MM_MacOS "orphan" functions
39471              
39472              Fix test
39473              
39474              Make syntax check report in MPW style, fix tests
39475              to use Mac::err=unix to get normal-style error
39476              messages.
39477              
39478              More module and test ports from Thomas Wegner et al
39479              
39480              Fix open of /dev/null for Mac OS
39481              
39482              Allow for platforms to override formatting of errors
39483              on output from Matthias Neeracher (core files)
39484      Branch: perl
39485            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39486            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39487            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39488           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39489           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39490           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39491 ____________________________________________________________________________
39492 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39493         Log: grrr.
39494      Branch: perl
39495            ! t/op/gv.t
39496 ____________________________________________________________________________
39497 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39498         Log: Retract #12232.
39499      Branch: perl
39500            ! t/op/gv.t
39501 ____________________________________________________________________________
39502 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39503         Log: (Retracted by #12233.)
39504      Branch: perl
39505            ! t/op/gv.t
39506 ____________________________________________________________________________
39507 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39508         Log: Detypo.
39509      Branch: perl
39510            ! ext/Encode/Makefile.PL
39511 ____________________________________________________________________________
39512 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39513         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39514              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39515      Branch: perl
39516            + ext/threads/t/stress_cv.t
39517            ! MANIFEST ext/threads/t/stress_string.t
39518 ____________________________________________________________________________
39519 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39520         Log: NetWare tweak from Ananth Kesari.
39521      Branch: perl
39522            ! NetWare/t/Readme.txt
39523 ____________________________________________________________________________
39524 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
39525         Log: Trick to fool case-blind filesystems.
39526      Branch: perl
39527            ! ext/Encode/Makefile.PL
39528 ____________________________________________________________________________
39529 [ 12227] By: sky                                   on 2001/09/26  11:06:50
39530         Log: Threads can start executing in a different order than they were
39531              created.... so we cannot ok() inside the threadstarter.
39532      Branch: perl
39533            ! ext/threads/t/stress_string.t
39534 ____________________________________________________________________________
39535 [ 12226] By: sky                                   on 2001/09/26  07:41:45
39536         Log: Add in stress_string.t to stress test threads a bit more.
39537      Branch: perl
39538            + ext/threads/t/stress_string.t
39539            ! MANIFEST
39540 ____________________________________________________________________________
39541 [ 12225] By: sky                                   on 2001/09/26  07:04:21
39542         Log: Fix negative refcount introduced by #12223.
39543      Branch: perl
39544            ! ext/threads/threads.xs
39545 ____________________________________________________________________________
39546 [ 12224] By: sky                                   on 2001/09/26  06:57:58
39547         Log: Update documentation to match change #12223
39548      Branch: perl
39549            ! sharedsv.c
39550 ____________________________________________________________________________
39551 [ 12223] By: sky                                   on 2001/09/26  06:54:32
39552         Log: Use a separate interpreter for the sharedsv space. Another
39553              negative sv leak. Sigh.
39554      Branch: perl
39555            ! sharedsv.c
39556 ____________________________________________________________________________
39557 [ 12222] By: sky                                   on 2001/09/26  05:58:35
39558         Log: Do the environ assignment in perl_contruct to match perl_destruct.
39559              Now we don't need to perl_parse/perl_run. However environ is a
39560              global....
39561      Branch: perl
39562            ! perl.c
39563 ____________________________________________________________________________
39564 [ 12221] By: sky                                   on 2001/09/26  05:41:02
39565         Log: Move the creation of PL_strtab to perl_construct so we can work
39566              with HV and HEs without running perl_parse.
39567      Branch: perl
39568            ! perl.c
39569 ____________________________________________________________________________
39570 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
39571         Log: integrate macperl changes into maint-5.6
39572      Branch: maint-5.6/perl
39573           !> (integrate 26 files)
39574 ____________________________________________________________________________
39575 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
39576         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
39577              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
39578      Branch: maint-5.6/macperl
39579            ! macos/ext/Mac/Fonts/Fonts.xs
39580            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
39581 ____________________________________________________________________________
39582 [ 12218] By: ams                                   on 2001/09/25  23:31:33
39583         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39584              From: Nicholas Clark <nick@ccl4.org>
39585              Date: Wed, 26 Sep 2001 01:20:20 +0100
39586              Message-Id: <20010926012020.B48092@plum.flirble.org>
39587      Branch: perl
39588            ! lib/AutoSplit.t
39589 ____________________________________________________________________________
39590 [ 12217] By: ams                                   on 2001/09/25  22:33:05
39591         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
39592              From: "Craig A. Berry" <craigberry@mac.com>
39593              Date: Tue, 25 Sep 2001 18:08:42 -0500
39594              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
39595      Branch: perl
39596            ! vms/vms.c
39597 ____________________________________________________________________________
39598 [ 12216] By: ams                                   on 2001/09/25  21:41:01
39599         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
39600              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
39601              From: Michael G Schwern <schwern@pobox.com>
39602              Date: Wed, 26 Sep 2001 00:38:21 -0400
39603              Message-Id: <20010926003821.A627@blackrider>
39604      Branch: perl
39605            ! lib/AutoSplit.t
39606 ____________________________________________________________________________
39607 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
39608         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
39609              From: Michael G Schwern <schwern@pobox.com>
39610              Date: Tue, 25 Sep 2001 17:43:49 -0400
39611              Message-ID: <20010925174349.B19534@blackrider>
39612      Branch: perl
39613            ! lib/Test/Simple.pm lib/Test/Utils.pm
39614 ____________________________________________________________________________
39615 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
39616         Log: Integrate changes from bleadperl.
39617      Branch: maint-5.6/macperl
39618           !> pod/perlport.pod
39619 ____________________________________________________________________________
39620 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
39621         Log: skip($mess) should result in one skip.
39622      Branch: perl
39623            ! t/test.pl
39624 ____________________________________________________________________________
39625 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
39626         Log: Integrate change #12200 from maintperl.
39627      Branch: maint-5.6/macperl
39628           !> win32/perlhost.h
39629 ____________________________________________________________________________
39630 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
39631         Log: Fix file types to "apple"
39632      Branch: maint-5.6/macperl
39633            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
39634            ! macos/ext/Mac/SAT/t/Collision.rsrc
39635 ____________________________________________________________________________
39636 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
39637         Log: Fix rsrc file as snd file; fix path in t file.
39638      Branch: maint-5.6/macperl
39639            ! macos/ext/Mac/Notification/t/Notification.rsrc
39640            ! macos/ext/Mac/Notification/t/Notification.t
39641 ____________________________________________________________________________
39642 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
39643         Log: Sync up with File::Find from bleadperl.
39644      Branch: maint-5.6/macperl
39645            ! lib/File/Find.pm t/lib/filefind-taint.t
39646 ____________________________________________________________________________
39647 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
39648         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
39649              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
39650              of hundreds)
39651      Branch: maint-5.6/macperl
39652            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
39653            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
39654            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
39655 ____________________________________________________________________________
39656 [ 12207] By: nick                                  on 2001/09/25  19:04:36
39657         Log: Integrate mainline (untested while modem is up)
39658      Branch: perlio
39659           +> lib/AutoSplit.t t/test.pl
39660            - lib/warnings/register.t
39661           !> (integrate 28 files)
39662 ____________________________________________________________________________
39663 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
39664         Log: perldiag entry for #12205.
39665      Branch: perl
39666            ! pod/perldiag.pod
39667 ____________________________________________________________________________
39668 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
39669         Log: Subject: [PATCH] warning on v-string in use/require
39670              From: John Peacock <jpeacock@rowman.com>
39671              Date: Mon, 24 Sep 2001 17:29:03 -0400
39672              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
39673      Branch: perl
39674            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
39675 ____________________________________________________________________________
39676 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
39677         Log: perltooc et al updates.
39678      Branch: perl
39679            ! plan9/mkfile pod/roffitall
39680 ____________________________________________________________________________
39681 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
39682         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
39683              From: Michael G Schwern <schwern@pobox.com>
39684              Date: Sun, 23 Sep 2001 00:07:12 -0400
39685              Message-ID: <20010923000712.A7005@blackrider>
39686      Branch: perl
39687            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
39688 ____________________________________________________________________________
39689 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
39690         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
39691              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39692              Date: Wed, 26 Sep 2001 01:25:10 +0900
39693              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
39694      Branch: perl
39695            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
39696            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
39697            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
39698 ____________________________________________________________________________
39699 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
39700         Log: Integrate change #12200 from maintperl;
39701              on windows, virtualized environment could propagate deleted variables
39702              into children if they happen to be at the very end of the table
39703      Branch: perl
39704           !> win32/perlhost.h
39705 ____________________________________________________________________________
39706 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
39707         Log: on windows, virtualized environment could propagate deleted variables
39708              into children if they happen to be at the very end of the table
39709              (thanks for succinct test case from Johan Holmberg, and fix from
39710              Doug Lankshear)
39711      Branch: maint-5.6/perl
39712            ! win32/perlhost.h
39713 ____________________________________________________________________________
39714 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
39715         Log: avoid the use of ftime() (it does a useless, potentially
39716              expensive call to GetTimeZoneInformation()); this potentially
39717              also results in three more digits of precision from
39718              Time::HiRes::time()
39719      Branch: perl
39720            ! ext/Time/HiRes/HiRes.xs
39721 ____________________________________________________________________________
39722 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
39723         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
39724              
39725              Note: io/binmode is failing, have to figure out why.
39726      Branch: perl
39727            + t/test.pl
39728            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
39729            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
39730            ! t/run/exit.t
39731 ____________________________________________________________________________
39732 [ 12197] By: ams                                   on 2001/09/25  13:48:55
39733         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39734              From: Nicholas Clark <nick@ccl4.org>
39735              Date: Tue, 25 Sep 2001 00:37:40 +0100
39736              Message-Id: <20010925003740.S4971@plum.flirble.org>
39737              (Further changes expected.)
39738      Branch: perl
39739            + lib/AutoSplit.t
39740            ! MANIFEST
39741 ____________________________________________________________________________
39742 [ 12196] By: sky                                   on 2001/09/25  13:37:12
39743         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
39744              _ftime to try and be more robust.
39745      Branch: perl
39746            ! ext/Time/HiRes/HiRes.xs
39747 ____________________________________________________________________________
39748 [ 12194] By: ams                                   on 2001/09/25  11:40:00
39749         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
39750              From: "Craig A. Berry" <craigberry@mac.com>
39751              Date: Mon, 24 Sep 2001 17:54:20 -0500
39752              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
39753      Branch: perl
39754            ! vms/descrip_mms.template
39755 ____________________________________________________________________________
39756 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
39757         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
39758              not working, cursor not spinning (Bug #422129); external
39759              editor problems (Bug #456329); escape/cmd-. not activating
39760              "Cancel" in Save dialog box (Bug #446960); Runtimes not
39761              executing on launch (Bug #464441).
39762      Branch: maint-5.6/macperl
39763            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
39764            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
39765            ! macos/macperl/MacPerl.r
39766 ____________________________________________________________________________
39767 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
39768         Log: Update CPAN.pm to work with new Mac::BuildTools instead
39769              of ExtUtils::MM_MacOS "orphan" functions
39770      Branch: maint-5.6/macperl
39771            ! lib/CPAN.pm
39772 ____________________________________________________________________________
39773 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
39774         Log: Fix up another xsubpp problem (Matthias Neeracher)
39775      Branch: maint-5.6/macperl
39776            ! macos/xsubpp
39777 ____________________________________________________________________________
39778 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
39779         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
39780      Branch: maint-5.6/macperl
39781            ! macos/lib/ExtUtils/MM_MacOS.pm
39782 ____________________________________________________________________________
39783 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
39784         Log: Fix up Makefiles for more Mac:: modules (and prepare for
39785              static build ...?)
39786      Branch: maint-5.6/macperl
39787            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
39788            ! macos/macperl/Makefile.mk
39789 ____________________________________________________________________________
39790 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
39791         Log: Fix up tests
39792      Branch: maint-5.6/macperl
39793            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
39794 ____________________________________________________________________________
39795 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
39796         Log: Make malloc smarter, fix bugs.  (Bug #404030)
39797      Branch: maint-5.6/macperl
39798            ! macos/icemalloc.c macos/icemalloc.h
39799 ____________________________________________________________________________
39800 [ 12186] By: nick                                  on 2001/09/24  19:18:17
39801         Log: Integrate mainline
39802      Branch: perlio
39803           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39804           +> lib/filetest.t
39805           !> (integrate 30 files)
39806 ____________________________________________________________________________
39807 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
39808         Log: Retract #12136, the warnings::register is already
39809              tested by t/lib/warnings/9enabled, as pointed out
39810              by Paul Marquess.
39811      Branch: perl
39812            - lib/warnings/register.t
39813            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
39814 ____________________________________________________________________________
39815 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
39816         Log: fix Time::HiRes implementation of gettimeofday() on windows
39817              (HiRes.t#14 now passes)
39818      Branch: perl
39819            ! ext/Time/HiRes/HiRes.xs
39820 ____________________________________________________________________________
39821 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
39822         Log: File::Spec::catfile() canonifies everything to blackslashes on
39823              windows :-(
39824      Branch: perl
39825            ! lib/ExtUtils/Manifest.t
39826 ____________________________________________________________________________
39827 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
39828         Log: test number mismatch
39829      Branch: perl
39830            ! t/op/magic.t
39831 ____________________________________________________________________________
39832 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
39833         Log: ok().
39834      Branch: perl
39835            ! t/op/pack.t
39836 ____________________________________________________________________________
39837 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
39838         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
39839              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39840      Branch: perl
39841            ! pp_pack.c t/op/pack.t
39842 ____________________________________________________________________________
39843 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
39844         Log: Update Changes.
39845      Branch: perl
39846            ! Changes patchlevel.h
39847 ____________________________________________________________________________
39848 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
39849         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
39850              From: Michael G Schwern <schwern@pobox.com>
39851              Date: Mon, 24 Sep 2001 11:12:13 -0400
39852              Message-ID: <20010924111213.G27885@blackrider>
39853      Branch: perl
39854            ! lib/ExtUtils/Manifest.pm
39855 ____________________________________________________________________________
39856 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
39857         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
39858              From: Michael G Schwern <schwern@pobox.com> 
39859              Date: Mon, 24 Sep 2001 11:02:07 -0400
39860              Message-ID: <20010924110207.E27885@blackrider>
39861      Branch: perl
39862            ! vms/test.com
39863 ____________________________________________________________________________
39864 [ 12176] By: ams                                   on 2001/09/24  14:01:59
39865         Log: Update Changes.
39866      Branch: perl
39867            ! Changes
39868 ____________________________________________________________________________
39869 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
39870         Log: Various cleanups.
39871      Branch: perl
39872            ! ext/threads/Makefile.PL ext/threads/threads.xs
39873 ____________________________________________________________________________
39874 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
39875         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
39876      Branch: maint-5.6/macperl
39877           !> (integrate 33 files)
39878 ____________________________________________________________________________
39879 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
39880         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
39881              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39882              Date: Mon, 24 Sep 2001 20:04:58 +0900
39883              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
39884      Branch: perl
39885            ! ext/Encode/Encode/gb2312.enc
39886 ____________________________________________________________________________
39887 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
39888         Log: Clarifying comment to #12164.
39889      Branch: perl
39890            ! lib/Cwd.pm
39891 ____________________________________________________________________________
39892 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
39893         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
39894              From: Nicholas Clark <nick@ccl4.org>
39895              Date: Sun, 23 Sep 2001 23:00:56 +0100
39896              Message-ID: <20010923230055.Y4971@plum.flirble.org>
39897              
39898              (with "sample_constants" changed to "fallback")
39899      Branch: perl
39900            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39901            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
39902            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
39903            ! lib/h2xs.t utils/h2xs.PL
39904 ____________________________________________________________________________
39905 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
39906         Log: Metaconfig unit change for #12167.
39907      Branch: metaconfig
39908            ! U/modified/Cppsym.U
39909 ____________________________________________________________________________
39910 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
39911         Log: Add a few glibc cpp symbols to probe for.
39912      Branch: perl
39913            ! Configure
39914 ____________________________________________________________________________
39915 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
39916         Log: DJGPP tweaks for Laszlo Molnar.
39917      Branch: perl
39918            ! djgpp/djgppsed.sh dosish.h
39919 ____________________________________________________________________________
39920 [ 12165] By: ams                                   on 2001/09/24  10:07:08
39921         Log: Subject: [PATCH t/op/inccode.t] More tests
39922              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39923              Date: 24 Sep 2001 10:01:44 -0000
39924              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
39925      Branch: perl
39926            ! t/op/inccode.t
39927 ____________________________________________________________________________
39928 [ 12164] By: ams                                   on 2001/09/24  09:43:29
39929         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
39930              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
39931              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
39932              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
39933      Branch: perl
39934            ! lib/Cwd.pm
39935 ____________________________________________________________________________
39936 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
39937         Log: 1_compile updates.
39938      Branch: perl
39939            ! t/lib/1_compile.t
39940 ____________________________________________________________________________
39941 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
39942         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
39943              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39944              Date: Wed, 19 Sep 2001 22:47:14 +0200
39945              Message-ID: <20010919224714.A6382@rafael>
39946      Branch: perl
39947            ! pod/perlvar.pod pp_ctl.c
39948 ____________________________________________________________________________
39949 [ 12161] By: ams                                   on 2001/09/23  17:40:02
39950         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
39951              filetest Pragma
39952              From: "chromatic" <chromatic@rmci.net>
39953              Date: Sun, 23 Sep 2001 12:07:25 -0600
39954              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
39955      Branch: perl
39956            + lib/filetest.t
39957            ! MANIFEST t/lib/1_compile.t
39958 ____________________________________________________________________________
39959 [ 12160] By: ams                                   on 2001/09/23  16:32:11
39960         Log: Additional minor chdir() tweak.
39961      Branch: perl
39962            ! pod/perlfunc.pod
39963 ____________________________________________________________________________
39964 [ 12159] By: ams                                   on 2001/09/23  16:25:01
39965         Log: Subject: PATCH lib/ExtUtils/Command.t
39966              From: Abe Timmerman <abe@ztreet.demon.nl>
39967              Date: Sun, 23 Sep 2001 19:11:44 +0200
39968              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
39969      Branch: perl
39970            ! lib/ExtUtils/Command.t
39971 ____________________________________________________________________________
39972 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
39973         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
39974              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39975              Date: Sun, 23 Sep 2001 02:02:26 +0200
39976              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
39977      Branch: perl
39978            ! makedef.pl
39979 ____________________________________________________________________________
39980 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
39981         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
39982              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
39983              Date: Sat, 22 Sep 2001 12:54:39 -0500
39984              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
39985      Branch: perl
39986            ! t/op/study.t
39987 ____________________________________________________________________________
39988 [ 12156] By: nick                                  on 2001/09/23  07:48:44
39989         Log: Integrate mainline
39990      Branch: perlio
39991            - check83.pl
39992           !> ext/Encode/Encode/2022-cn.enc
39993 ____________________________________________________________________________
39994 [ 12155] By: nick                                  on 2001/09/23  07:48:01
39995         Log: Integrate mainline
39996      Branch: perlio
39997           +> (branch 64 files)
39998            - ext/Encode/Encode/cns11643-1.enc
39999            - ext/Encode/Encode/cns11643-2.enc
40000            - ext/Encode/Encode/iso2022-cn.enc
40001            - ext/Encode/Encode/iso2022-jp.enc
40002            - ext/Encode/Encode/iso2022-jp1.enc
40003            - ext/Encode/Encode/iso2022-jp2.enc
40004            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40005            - ext/Encode/Encode/iso8859-1.enc
40006            - ext/Encode/Encode/iso8859-1.ucm
40007            - ext/Encode/Encode/iso8859-10.enc
40008            - ext/Encode/Encode/iso8859-10.ucm
40009            - ext/Encode/Encode/iso8859-13.enc
40010            - ext/Encode/Encode/iso8859-13.ucm
40011            - ext/Encode/Encode/iso8859-14.enc
40012            - ext/Encode/Encode/iso8859-14.ucm
40013            - ext/Encode/Encode/iso8859-15.enc
40014            - ext/Encode/Encode/iso8859-15.ucm
40015            - ext/Encode/Encode/iso8859-16.enc
40016            - ext/Encode/Encode/iso8859-16.ucm
40017            - ext/Encode/Encode/iso8859-2.enc
40018            - ext/Encode/Encode/iso8859-2.ucm
40019            - ext/Encode/Encode/iso8859-3.enc
40020            - ext/Encode/Encode/iso8859-3.ucm
40021            - ext/Encode/Encode/iso8859-4.enc
40022            - ext/Encode/Encode/iso8859-4.ucm
40023            - ext/Encode/Encode/iso8859-5.enc
40024            - ext/Encode/Encode/iso8859-5.ucm
40025            - ext/Encode/Encode/iso8859-6.enc
40026            - ext/Encode/Encode/iso8859-6.ucm
40027            - ext/Encode/Encode/iso8859-7.enc
40028            - ext/Encode/Encode/iso8859-7.ucm
40029            - ext/Encode/Encode/iso8859-8.enc
40030            - ext/Encode/Encode/iso8859-8.ucm
40031            - ext/Encode/Encode/iso8859-9.enc
40032            - ext/Encode/Encode/iso8859-9.ucm
40033            - ext/Encode/Encode/isoir-197.enc
40034            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
40035            - t/lib/sample-tests/header_at_end
40036            - t/lib/sample-tests/header_at_end_fail
40037           !> (integrate 174 files)
40038 ____________________________________________________________________________
40039 [ 12154] By: ams                                   on 2001/09/23  07:11:46
40040         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
40041              by Blair Zajac.
40042      Branch: perl
40043            ! pod/perlfunc.pod
40044 ____________________________________________________________________________
40045 [ 12153] By: ams                                   on 2001/09/23  06:56:32
40046         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
40047              Forgotten deprecation of *glob{FILEHANDLE}?
40048              From: "chromatic" <chromatic@rmci.net>
40049              Date: Sat, 22 Sep 2001 21:27:56 -0600
40050              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
40051      Branch: perl
40052            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
40053 ____________________________________________________________________________
40054 [ 12152] By: ams                                   on 2001/09/23  06:42:58
40055         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
40056              From: Michael G Schwern <schwern@pobox.com>
40057              Date: Sun, 23 Sep 2001 03:34:39 -0400
40058              Message-Id: <20010923033439.E7005@blackrider>
40059      Branch: perl
40060            ! lib/File/Find.pm
40061 ____________________________________________________________________________
40062 [ 12151] By: ams                                   on 2001/09/23  06:37:57
40063         Log: Subject: Re: t/op/magic.t missing tests on Win32
40064              From: Michael G Schwern <schwern@pobox.com>
40065              Date: Sat, 22 Sep 2001 20:29:09 -0400
40066              Message-Id: <20010922202909.I18223@blackrider>
40067      Branch: perl
40068            ! t/op/magic.t
40069 ____________________________________________________________________________
40070 [ 12150] By: ams                                   on 2001/09/23  06:36:26
40071         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
40072              Dumpvalue.pm
40073              From: "chromatic" <chromatic@rmci.net>
40074              Date: Sat, 22 Sep 2001 19:41:31 -0600
40075              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
40076      Branch: perl
40077            + lib/Dumpvalue.t
40078            ! MANIFEST lib/Dumpvalue.pm
40079 ____________________________________________________________________________
40080 [ 12149] By: ams                                   on 2001/09/23  06:25:35
40081         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
40082              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40083              Date: Sun, 23 Sep 2001 15:27:56 +0900
40084              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
40085      Branch: perl
40086            ! ext/Encode/Encode/2022-cn.enc
40087 ____________________________________________________________________________
40088 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
40089         Log: Manual eror in #12147.
40090      Branch: perl
40091            ! win32/win32.c
40092 ____________________________________________________________________________
40093 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
40094         Log: Integrate change #12146 from maintperl;
40095              win32_chdir() et al don't handle a NULL argument gracefully
40096      Branch: perl
40097           !> win32/perlhost.h win32/win32.c
40098 ____________________________________________________________________________
40099 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
40100         Log: win32_chdir() et al don't handle a NULL argument gracefully
40101      Branch: maint-5.6/perl
40102            ! win32/perlhost.h win32/win32.c
40103 ____________________________________________________________________________
40104 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
40105         Log: typo in change#12026
40106      Branch: maint-5.6/perl
40107            ! op.c
40108 ____________________________________________________________________________
40109 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
40110         Log: Subject: [PATCH] Re: scalar context unpack bugs
40111              From: Nicholas Clark <nick@ccl4.org>
40112              Date: Sat, 22 Sep 2001 23:07:56 +0100
40113              Message-ID: <20010922230755.O4971@plum.flirble.org>
40114      Branch: perl
40115            ! pp_pack.c t/op/pack.t
40116 ____________________________________________________________________________
40117 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
40118         Log: Try ExtUtils::Command.t everywhere, not just on Win32
40119              (as suggested by NI-S).  Also allow running it either
40120              in t/ or in the main directory.
40121      Branch: perl
40122            ! lib/ExtUtils/Command.t
40123 ____________________________________________________________________________
40124 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
40125         Log: Update the test on warnings/register.t.
40126      Branch: perl
40127            ! t/lib/1_compile.t
40128 ____________________________________________________________________________
40129 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
40130         Log: The code is now almost tidy enough to keep the IRIX cc happy.
40131      Branch: perl
40132            ! hints/irix_6.sh
40133 ____________________________________________________________________________
40134 [ 12140] By: ams                                   on 2001/09/22  17:26:32
40135         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
40136              use_ithreads
40137              From: "Craig A. Berry" <craigberry@mac.com>
40138              Date: Sat, 22 Sep 2001 13:15:32 -0500
40139              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
40140      Branch: perl
40141            ! configure.com
40142 ____________________________________________________________________________
40143 [ 12139] By: ams                                   on 2001/09/22  16:44:08
40144         Log: Do what perl_clone() does for sharedsv functions.
40145      Branch: perl
40146            ! embed.pl proto.h
40147 ____________________________________________________________________________
40148 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
40149         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
40150              (suggested by Sarathy, extensions shouldn't be dabbling with
40151              op structures, so binary backward compatibility should not be
40152              an issue.)
40153      Branch: perl
40154            ! hints/irix_6.sh op.h
40155 ____________________________________________________________________________
40156 [ 12137] By: ams                                   on 2001/09/22  16:21:05
40157         Log: More cleanups. (What's PERL_DECL_PROT?)
40158      Branch: perl
40159            ! embed.pl proto.h sharedsv.h
40160 ____________________________________________________________________________
40161 [ 12136] By: ams                                   on 2001/09/22  15:14:34
40162         Log: (Retracted by #12185)
40163              
40164              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
40165              Add Tests for warnings::register, Doc Update
40166              From: "chromatic" <chromatic@rmci.net>
40167              Date: Sat, 22 Sep 2001 09:43:20 -0600
40168              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
40169      Branch: perl
40170            + lib/warnings/register.t
40171            ! MANIFEST lib/warnings/register.pm
40172 ____________________________________________________________________________
40173 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40174         Log: `@foo' should be @foo for consistency.
40175      Branch: perl
40176            ! pod/perldiag.pod
40177 ____________________________________________________________________________
40178 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40179         Log: (Retracted by #12138)
40180              
40181              Add -woff (turn warning off) 3187:
40182              "A pointer is converted to a smaller integer."
40183              This happens when your pointers are 64-bit: then every case
40184              of converting pointers to PADOFFSETs (explicitly 32-bit)
40185              faces truncation (even explicit use of INT2PTR doesn't help).
40186              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40187              Changing PADOFFSET from U32 to UV would help, but that
40188              would break binary backward compatibility of BASEOP and padop
40189              (assuming you have been using 64-bit pointers).
40190      Branch: perl
40191            ! hints/irix_6.sh
40192 ____________________________________________________________________________
40193 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40194         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40195              but the name comes from the inside the file, not from the file
40196              name, and Rumanian is the name of the language.
40197      Branch: perl
40198            + ext/Encode/Encode/macRumanian.enc
40199            - ext/Encode/Encode/macRomania.enc
40200            ! MANIFEST
40201 ____________________________________________________________________________
40202 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40203         Log: Rename perltootc as perltooc for 8.3-friedliness.
40204      Branch: perl
40205            + pod/perltooc.pod
40206            - pod/perltootc.pod
40207            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40208            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40209            ! pod/perltoot.pod
40210 ____________________________________________________________________________
40211 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40212         Log: Find more conflicts by lowercasing.
40213      Branch: perl
40214            + Porting/check83.pl
40215            - check83.pl
40216            ! MANIFEST
40217 ____________________________________________________________________________
40218 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40219         Log: The AIX cc 5.0.0.0 is simply too buggy.
40220      Branch: perl
40221            ! hints/aix.sh
40222 ____________________________________________________________________________
40223 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40224         Log: Uninteresting cleanup.
40225      Branch: perl
40226            ! form.h
40227 ____________________________________________________________________________
40228 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40229         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40230              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40231              Date: Sat, 22 Sep 2001 14:29:13 +0100
40232              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40233      Branch: perl
40234            ! cv.h
40235 ____________________________________________________________________________
40236 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40237         Log: What's a backet?
40238      Branch: perl
40239            ! dump.c
40240 ____________________________________________________________________________
40241 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40242         Log: Removed duplicated tests #19 and #20.
40243      Branch: perl
40244            ! t/op/do.t
40245 ____________________________________________________________________________
40246 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40247         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40248              From: Michael Carman <mjcarman@home.com>
40249              Date: Fri, 21 Sep 2001 17:54:05 -0500
40250              Message-Id: <3BABC50D.6040202@home.com>
40251              (Applied with some changes.)
40252      Branch: perl
40253            ! pod/perlmod.pod
40254 ____________________________________________________________________________
40255 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40256         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40257              From: Michael G Schwern <schwern@pobox.com>
40258              Date: Fri, 21 Sep 2001 19:20:40 -0400
40259              Message-Id: <20010921192040.E5494@blackrider>
40260      Branch: perl
40261            ! t/op/chdir.t
40262 ____________________________________________________________________________
40263 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40264         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40265              From: Blair Zajac <blair@orcaware.com>
40266              Date: Fri, 21 Sep 2001 15:13:04 -0700
40267              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40268      Branch: perl
40269            ! t/op/chdir.t
40270 ____________________________________________________________________________
40271 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40272         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40273              20010920.007
40274              From: Michael G Schwern <schwern@pobox.com>
40275              Date: Fri, 21 Sep 2001 17:59:03 -0400
40276              Message-Id: <20010921175903.V5494@blackrider>
40277      Branch: perl
40278            ! t/op/do.t
40279 ____________________________________________________________________________
40280 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40281         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40282              suite on WinCE)
40283              From: Michael G Schwern <schwern@pobox.com>
40284              Date: Fri, 21 Sep 2001 19:41:03 -0400
40285              Message-Id: <20010921194103.G5494@blackrider>
40286      Branch: perl
40287            ! pod/perlport.pod
40288 ____________________________________________________________________________
40289 [ 12120] By: ams                                   on 2001/09/22  03:28:06
40290         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
40291              From: Michael G Schwern <schwern@pobox.com>
40292              Date: Fri, 21 Sep 2001 17:33:35 -0400
40293              Message-Id: <20010921173335.T5494@blackrider>
40294              ($ENV{FOO}=undef hunk not applied.)
40295      Branch: perl
40296            ! t/op/magic.t
40297 ____________________________________________________________________________
40298 [ 12119] By: ams                                   on 2001/09/22  03:02:26
40299         Log: Subject: [PATCH] perldiag.pod
40300              From: Peter Scott <Peter@PSDT.com>
40301              Date: Fri, 21 Sep 2001 18:54:50 -0700
40302              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
40303              (Moved to the right place.)
40304      Branch: perl
40305            ! pod/perldiag.pod
40306 ____________________________________________________________________________
40307 [ 12118] By: ams                                   on 2001/09/21  20:05:29
40308         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
40309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40310              Date: Fri, 21 Sep 2001 22:36:54 +0200
40311              Message-Id: <20010921223654.A12742@rafael>
40312      Branch: perl
40313            ! t/op/do.t
40314 ____________________________________________________________________________
40315 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
40316         Log: Restore things as they were before
40317              the backward compatibility police notices.
40318      Branch: perl
40319            ! lib/Cwd.pm
40320 ____________________________________________________________________________
40321 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
40322         Log: More Cwd from Schwern: make also OS/2 and DOS
40323              Cwd agree with File::Spec (that is, native path
40324              syntax using \ instead of / -- backward compatibility
40325              polic warning) and stop Win32 from using bsd_realpath().
40326      Branch: perl
40327            ! lib/Cwd.pm
40328 ____________________________________________________________________________
40329 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
40330         Log: Subject: [PATCH @12110] RE: Untested libraries update
40331              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40332              Date: Fri, 21 Sep 2001 18:21:07 +0100
40333              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
40334      Branch: perl
40335            ! lib/warnings/register.pm
40336 ____________________________________________________________________________
40337 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
40338         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
40339              From: Michael G Schwern <schwern@pobox.com>
40340              Date: Thu, 20 Sep 2001 22:54:02 -0400
40341              Message-ID: <20010920225402.A3611@blackrider>
40342      Branch: perl
40343            ! lib/Cwd.pm
40344 ____________________________________________________________________________
40345 [ 12113] By: ams                                   on 2001/09/21  17:08:24
40346         Log: Subject: [PATCH] avoid v-strings with require/use
40347              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40348              Date: Fri, 21 Sep 2001 12:34:40 -0400
40349              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
40350      Branch: perl
40351            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
40352            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
40353            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40354            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40355            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
40356            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
40357            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40358            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40359            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40360            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
40361            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
40362            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
40363            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
40364            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
40365            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
40366            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
40367            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
40368            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
40369            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
40370 ____________________________________________________________________________
40371 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
40372         Log: Update Changes.
40373      Branch: perl
40374            ! Changes patchlevel.h
40375 ____________________________________________________________________________
40376 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
40377         Log: Make AIX and Tru64 compilers happy.  
40378      Branch: perl
40379            ! ext/threads/threads.h ext/threads/threads.xs
40380 ____________________________________________________________________________
40381 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40382         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
40383              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40384              Date: 21 Sep 2001 09:16:37 -0000
40385              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
40386      Branch: perl
40387            ! toke.c
40388 ____________________________________________________________________________
40389 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
40390         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
40391              From: Michael G Schwern <schwern@pobox.com>
40392              Date: Thu, 20 Sep 2001 21:21:34 -0400
40393              Message-ID: <20010920212134.Y28291@blackrider>
40394      Branch: perl
40395            ! pp_sys.c
40396 ____________________________________________________________________________
40397 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
40398         Log: Subject: Re: GDB Debugging Macros from mod_perl
40399              From: rspier@pobox.com (Robert Spier)
40400              Date: Thu, 20 Sep 2001 22:45:03 -0700
40401              Message-ID: <15274.54239.413929.49430@rls.cx>
40402      Branch: perl
40403            ! pod/perltodo.pod
40404 ____________________________________________________________________________
40405 [ 12105] By: sky                                   on 2001/09/21  10:33:34
40406         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
40407              timezone! GetSystemTime should be available on all Win32 
40408              platforms we support. Perhaps Time::HiRes should be extended to
40409              support WinCE and Novell?
40410      Branch: perl
40411            ! ext/Time/HiRes/HiRes.xs
40412 ____________________________________________________________________________
40413 [ 12104] By: sky                                   on 2001/09/21  08:12:39
40414         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
40415      Branch: perl
40416            ! ext/threads/threads.h ext/threads/threads.xs
40417 ____________________________________________________________________________
40418 [ 12103] By: sky                                   on 2001/09/21  07:57:41
40419         Log: Rename the *thread* functions to Perl_* to avoid clashes.
40420              Notably on AIX but could become a problem on other platforms.
40421      Branch: perl
40422            ! ext/threads/threads.h ext/threads/threads.xs
40423 ____________________________________________________________________________
40424 [ 12102] By: sky                                   on 2001/09/21  07:35:30
40425         Log: Add the shared sv space to the global vars.
40426              Fix problems compiling on win32.
40427      Branch: perl
40428            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
40429            ! sharedsv.c sharedsv.h
40430 ____________________________________________________________________________
40431 [ 12101] By: ams                                   on 2001/09/21  00:19:55
40432         Log: Subject: [PATCH] win32/Makefile warning fix
40433              From: Blair Zajac <blair@orcaware.com>
40434              Date: Thu, 20 Sep 2001 18:15:43 -0700
40435              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
40436      Branch: perl
40437            ! win32/Makefile
40438 ____________________________________________________________________________
40439 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
40440         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
40441              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40442              Date: Thu, 20 Sep 2001 18:36:22 +0200
40443              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
40444      Branch: perl
40445            ! lib/ExtUtils/Command.t
40446 ____________________________________________________________________________
40447 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40448         Log: Cant spl wirth a dam.
40449      Branch: perl
40450            ! intrpvar.h
40451 ____________________________________________________________________________
40452 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40453         Log: Don't use C++ comments.
40454      Branch: perl
40455            ! ext/threads/threads.xs
40456 ____________________________________________________________________________
40457 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40458         Log: Change #12044 didn't.
40459      Branch: perl
40460            ! lib/constant.pm
40461 ____________________________________________________________________________
40462 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40463         Log: Metaconfig unit changes for #12095.
40464      Branch: metaconfig
40465            ! U/modified/Myinit.U U/modified/libs.U
40466 ____________________________________________________________________________
40467 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40468         Log: Remove iconv references since we are not using it
40469              and not going to; regen perltoc, perlmodlib.
40470              (Some references still linger in perltoc, have to figure
40471              out where they are coming from.)
40472      Branch: perl
40473            ! Configure NetWare/config.wc NetWare/config_H.wc
40474            ! Porting/Glossary Porting/config.sh Porting/config_H
40475            ! config_h.SH configure.com epoc/config.sh perl.h
40476            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40477            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40478            ! vos/config.ga.h win32/config.bc win32/config.gc
40479            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40480            ! win32/config_H.vc wince/config.ce wince/config.h
40481            ! wince/config_H.ce
40482 ____________________________________________________________________________
40483 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40484         Log: Subject: [PATCH docs] Re: ARGV and read
40485              From: Dave Mitchell <davem@fdgroup.co.uk>
40486              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40487              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40488      Branch: perl
40489            ! pod/perltodo.pod pod/perlvar.pod
40490 ____________________________________________________________________________
40491 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40492         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40493      Branch: perl
40494            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40495            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40496            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40497            ! pod/perlfaq9.pod
40498 ____________________________________________________________________________
40499 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40500         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40501              From: Nicholas Clark <nick@ccl4.org>
40502              Date: Thu, 20 Sep 2001 14:27:08 +0100
40503              Message-ID: <20010920142708.X4971@plum.flirble.org>
40504      Branch: perl
40505            ! pp_pack.c t/op/pack.t
40506 ____________________________________________________________________________
40507 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40508         Log: The sharedsv_space* are variables, not code.  Duh.
40509      Branch: perl
40510            ! intrpvar.h makedef.pl
40511 ____________________________________________________________________________
40512 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40513         Log: Subject: [patch lib/lib_pm.PL]
40514              From: Stas Bekman <stas@stason.org>
40515              Date: Thu, 20 Sep 2001 18:48:53 +0800
40516              Message-Id: <3BA9C995.6010302@stason.org>
40517              (Applied by hand.)
40518      Branch: perl
40519            ! lib/lib_pm.PL
40520 ____________________________________________________________________________
40521 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40522         Log: Only 21 tests, skipping or not.
40523      Branch: perl
40524            ! lib/ExtUtils/Command.t
40525 ____________________________________________________________________________
40526 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
40527         Log: New exported symbols.
40528      Branch: perl
40529            ! makedef.pl
40530 ____________________________________________________________________________
40531 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
40532         Log: Update Changes.
40533      Branch: perl
40534            ! Changes patchlevel.h
40535 ____________________________________________________________________________
40536 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
40537         Log: Correct numbering of the tests is useful.
40538      Branch: perl
40539            ! ext/threads/t/basic.t
40540 ____________________________________________________________________________
40541 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
40542         Log: More tests now too.
40543      Branch: perl
40544            ! lib/ExtUtils/Command.t
40545 ____________________________________________________________________________
40546 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
40547         Log: More tests now.
40548      Branch: perl
40549            ! ext/threads/t/basic.t
40550 ____________________________________________________________________________
40551 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
40552         Log: The test assumed 7-bit ASCII.  Now it "just"
40553              assumes 8-bit whatever.
40554      Branch: perl
40555            ! t/op/crypt.t
40556 ____________________________________________________________________________
40557 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
40558         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
40559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40560              Date: Wed, 19 Sep 2001 11:45:28 +0200
40561              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
40562              
40563              Lvalue casts are not portable.
40564      Branch: perl
40565            ! ext/threads/threads.xs
40566 ____________________________________________________________________________
40567 [ 12081] By: sky                                   on 2001/09/19  10:17:52
40568         Log: Make the basic test contain only realy basic API tests
40569              Seems to be a problem with detach.
40570      Branch: perl
40571            ! ext/threads/t/basic.t
40572 ____________________________________________________________________________
40573 [ 12080] By: ams                                   on 2001/09/19  01:23:55
40574         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
40575              From: Michael G Schwern <schwern@pobox.com>
40576              Date: Tue, 18 Sep 2001 19:53:48 -0400
40577              Message-Id: <20010918195348.M585@blackrider>
40578              
40579              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
40580              From: Michael G Schwern <schwern@pobox.com>
40581              Date: Tue, 18 Sep 2001 22:07:13 -0400
40582              Message-Id: <20010918220713.B19616@blackrider>
40583      Branch: perl
40584            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
40585            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40586            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
40587            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
40588            ! lib/Test/Tutorial.pod
40589 ____________________________________________________________________________
40590 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
40591         Log: Indent the test a bit.
40592      Branch: perl
40593            ! ext/threads/t/basic.t
40594 ____________________________________________________________________________
40595 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
40596         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
40597              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40598              Date: Tue, 18 Sep 2001 18:06:44 +0200
40599              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
40600      Branch: perl
40601            ! win32/win32.c
40602 ____________________________________________________________________________
40603 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
40604         Log: Subject: stat access time is wrong on Win95
40605              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40606              Date: Tue, 18 Sep 2001 21:59:24 +0200
40607              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
40608      Branch: perl
40609            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
40610 ____________________________________________________________________________
40611 [ 12076] By: ams                                   on 2001/09/18  22:11:25
40612         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
40613              From: Michael G Schwern <schwern@pobox.com>
40614              Date: Tue, 18 Sep 2001 18:47:14 -0400
40615              Message-Id: <20010918184714.I585@blackrider>
40616      Branch: perl
40617            ! t/op/crypt.t
40618 ____________________________________________________________________________
40619 [ 12075] By: sky                                   on 2001/09/18  19:29:37
40620         Log: two test failures
40621              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40622              Message-ID: <20010918221702.A17408@rafael>
40623              partly applied, #12074 already fixed half the patch
40624      Branch: perl
40625            ! ext/threads/t/basic.t
40626 ____________________________________________________________________________
40627 [ 12074] By: sky                                   on 2001/09/18  18:49:03
40628         Log: Fixes test case failure introduced by #12071, the warning is
40629              now correctly spelled :-)
40630      Branch: perl
40631            ! ext/IO/lib/IO/t/io_sel.t
40632 ____________________________________________________________________________
40633 [ 12073] By: sky                                   on 2001/09/18  18:46:22
40634         Log: Make the test behave properly!
40635      Branch: perl
40636            ! ext/threads/t/basic.t
40637 ____________________________________________________________________________
40638 [ 12072] By: ams                                   on 2001/09/18  18:44:59
40639         Log: OP_RCATLINE is an SVOP, not a BASEOP.
40640      Branch: perl
40641            ! opcode.h opcode.pl
40642 ____________________________________________________________________________
40643 [ 12071] By: ams                                   on 2001/09/18  18:06:27
40644         Log: Deprecate != Depreciate.
40645      Branch: perl
40646            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
40647            ! lib/Pod/ParseUtils.pm
40648 ____________________________________________________________________________
40649 [ 12070] By: ams                                   on 2001/09/18  15:14:58
40650         Log: Subject: [PATCH] Getopt::Std cleanup
40651              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40652              Date: Tue, 18 Sep 2001 17:32:13 +0200
40653              Message-Id: <20010918173213.C777@rafael>
40654      Branch: perl
40655            ! lib/Getopt/Std.pm lib/Getopt/Std.t
40656 ____________________________________________________________________________
40657 [ 12069] By: sky                                   on 2001/09/18  14:56:33
40658         Log: Forgot the makefile
40659      Branch: perl
40660            + ext/threads/Makefile.PL
40661 ____________________________________________________________________________
40662 [ 12068] By: sky                                   on 2001/09/18  14:13:26
40663         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
40664              The test will fail because of Test.pm not knowing about threads. 
40665              basic needs to be manually tested
40666              compile time warnings on IV2PTR conversions need to be fixed
40667      Branch: perl
40668            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
40669            + ext/threads/threads.h ext/threads/threads.pm
40670            + ext/threads/threads.xs
40671            ! MANIFEST
40672 ____________________________________________________________________________
40673 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
40674         Log: DJGPP tweak from Laszlo Molnar.
40675      Branch: perl
40676            ! djgpp/config.over
40677 ____________________________________________________________________________
40678 [ 12066] By: sky                                   on 2001/09/18  10:24:31
40679         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
40680      Branch: perl
40681            ! sharedsv.c sharedsv.h
40682 ____________________________________________________________________________
40683 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
40684         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
40685              ditto ^cns.
40686      Branch: perl
40687            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
40688            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
40689            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
40690            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
40691            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
40692            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
40693            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
40694            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
40695            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
40696            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
40697            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
40698            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
40699            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
40700            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
40701            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
40702            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
40703            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
40704            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
40705            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
40706            + ext/Encode/Encode/ir-197.enc
40707            - ext/Encode/Encode/cns11643-1.enc
40708            - ext/Encode/Encode/cns11643-2.enc
40709            - ext/Encode/Encode/iso2022-cn.enc
40710            - ext/Encode/Encode/iso2022-jp.enc
40711            - ext/Encode/Encode/iso2022-jp1.enc
40712            - ext/Encode/Encode/iso2022-jp2.enc
40713            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40714            - ext/Encode/Encode/iso8859-1.enc
40715            - ext/Encode/Encode/iso8859-1.ucm
40716            - ext/Encode/Encode/iso8859-10.enc
40717            - ext/Encode/Encode/iso8859-10.ucm
40718            - ext/Encode/Encode/iso8859-11.enc
40719            - ext/Encode/Encode/iso8859-11.ucm
40720            - ext/Encode/Encode/iso8859-13.enc
40721            - ext/Encode/Encode/iso8859-13.ucm
40722            - ext/Encode/Encode/iso8859-14.enc
40723            - ext/Encode/Encode/iso8859-14.ucm
40724            - ext/Encode/Encode/iso8859-15.enc
40725            - ext/Encode/Encode/iso8859-15.ucm
40726            - ext/Encode/Encode/iso8859-16.enc
40727            - ext/Encode/Encode/iso8859-16.ucm
40728            - ext/Encode/Encode/iso8859-2.enc
40729            - ext/Encode/Encode/iso8859-2.ucm
40730            - ext/Encode/Encode/iso8859-3.enc
40731            - ext/Encode/Encode/iso8859-3.ucm
40732            - ext/Encode/Encode/iso8859-4.enc
40733            - ext/Encode/Encode/iso8859-4.ucm
40734            - ext/Encode/Encode/iso8859-5.enc
40735            - ext/Encode/Encode/iso8859-5.ucm
40736            - ext/Encode/Encode/iso8859-6.enc
40737            - ext/Encode/Encode/iso8859-6.ucm
40738            - ext/Encode/Encode/iso8859-7.enc
40739            - ext/Encode/Encode/iso8859-7.ucm
40740            - ext/Encode/Encode/iso8859-8.enc
40741            - ext/Encode/Encode/iso8859-8.ucm
40742            - ext/Encode/Encode/iso8859-9.enc
40743            - ext/Encode/Encode/iso8859-9.ucm
40744            - ext/Encode/Encode/isoir-197.enc
40745            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
40746 ____________________________________________________________________________
40747 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
40748         Log: Must Uppercase.
40749      Branch: perl
40750            ! ext/Encode/Encode.pm
40751 ____________________________________________________________________________
40752 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
40753         Log: Add various encodings.
40754      Branch: perl
40755            + ext/Encode/Encode/iso8859-11.enc
40756            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
40757            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
40758            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
40759            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
40760            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
40761            + ext/Encode/Encode/viscii.ucm
40762            ! MANIFEST ext/Encode/Encode.pm
40763 ____________________________________________________________________________
40764 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
40765         Log: lib/unicode relic.
40766      Branch: perl
40767            ! ext/Encode/compile
40768 ____________________________________________________________________________
40769 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
40770         Log: Subject: [PATCH] Re: filename problems
40771              From: Michael G Schwern <schwern@pobox.com>
40772              Date: Mon, 17 Sep 2001 17:26:26 -0400
40773              Message-ID: <20010917172626.Q585@blackrider>
40774      Branch: perl
40775            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
40776            - t/lib/sample-tests/header_at_end
40777            - t/lib/sample-tests/header_at_end_fail
40778            ! MANIFEST lib/Test/Harness/t/test-harness.t
40779 ____________________________________________________________________________
40780 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
40781         Log: Explicitly explain the 1e9 seconds, not everybody
40782              is a C geek.
40783      Branch: perl
40784            ! ext/Time/HiRes/HiRes.pm
40785 ____________________________________________________________________________
40786 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
40787         Log: Explain an apparent bug reported by
40788              Richard J. Barbalace <rjbarbal@MIT.EDU>,
40789              with additional explanation from Gisle Aas.
40790      Branch: perl
40791            ! ext/Time/HiRes/HiRes.pm
40792 ____________________________________________________________________________
40793 [ 12058] By: ams                                   on 2001/09/17  19:52:01
40794         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
40795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40796              Date: Mon, 17 Sep 2001 22:48:05 +0200
40797              Message-Id: <20010917224805.C11744@rafael>
40798      Branch: perl
40799            ! t/lib/warnings/op t/lib/warnings/pp
40800 ____________________________________________________________________________
40801 [ 12057] By: ams                                   on 2001/09/17  16:51:18
40802         Log: Its a nit!
40803      Branch: perl
40804            ! sv.h
40805 ____________________________________________________________________________
40806 [ 12056] By: ams                                   on 2001/09/17  16:47:55
40807         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
40808              From: "Craig A. Berry" <craigberry@mac.com>
40809              Date: Mon, 17 Sep 2001 12:34:20 -0500
40810              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
40811      Branch: perl
40812            ! vms/vms.c
40813 ____________________________________________________________________________
40814 [ 12055] By: ams                                   on 2001/09/17  16:05:15
40815         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
40816              From: Gisle Aas <gisle@ActiveState.com>
40817              Date: 16 Apr 2001 16:20:34 -0700
40818              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
40819              (Applied by hand.)
40820      Branch: perl
40821            ! lib/CPAN.pm lib/CPAN/Nox.pm
40822 ____________________________________________________________________________
40823 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
40824         Log: Update Changes.
40825      Branch: perl
40826            ! Changes patchlevel.h
40827 ____________________________________________________________________________
40828 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
40829         Log: Adding new files to the MANIFEST is always nice.
40830      Branch: perl
40831            ! MANIFEST
40832 ____________________________________________________________________________
40833 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
40834         Log: Reindent the PerlIO files (suggested by NI-S), used
40835              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
40836              (GNU indent).  Note that wholesale re-indenting might
40837              be nice, but that would break nice formatting/alignment
40838              of assignments, equality testing, and complex boolean
40839              expressions with lots of &s and |s.
40840      Branch: perl
40841            ! perlio.c perlio.h perliol.h
40842 ____________________________________________________________________________
40843 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
40844         Log: Add a script for being 8.3-polite.
40845              The found conflicts are being worked on.
40846      Branch: perl
40847            + check83.pl
40848            ! MANIFEST Porting/pumpkin.pod
40849 ____________________________________________________________________________
40850 [ 12050] By: sky                                   on 2001/09/17  12:44:36
40851         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
40852              finding it.
40853      Branch: perl
40854            ! sv.c
40855 ____________________________________________________________________________
40856 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
40857         Log: Bump up versions because of #12041.
40858      Branch: perl
40859            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
40860            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
40861            ! lib/Time/localtime.pm
40862 ____________________________________________________________________________
40863 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
40864         Log: Bump the version number because of #12042.
40865      Branch: perl
40866            ! lib/CPAN/FirstTime.pm
40867 ____________________________________________________________________________
40868 [ 12047] By: ams                                   on 2001/09/17  11:21:40
40869         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
40870              From: Abhijit Menon-Sen <ams@wiw.org>
40871              Date: Mon, 17 Sep 2001 17:44:12 +0530
40872              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
40873      Branch: perl
40874            ! op.c
40875 ____________________________________________________________________________
40876 [ 12046] By: sky                                   on 2001/09/17  07:14:17
40877         Log: Subject: Re: t/op/ver.t using skip() improperly
40878              From: "chromatic" <chromatic@rmci.net>
40879              Date: Mon, 17 Sep 2001 00:22:29 -0600
40880              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
40881      Branch: perl
40882            ! t/op/ver.t
40883 ____________________________________________________________________________
40884 [ 12045] By: nick                                  on 2001/09/17  07:12:14
40885         Log: Integrate mainline
40886      Branch: perlio
40887           +> t/op/chdir.t
40888           !> (integrate 117 files)
40889 ____________________________________________________________________________
40890 [ 12044] By: ams                                   on 2001/09/17  05:49:53
40891         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
40892              From: Ilmari Karonen <iltzu@sci.fi>
40893              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
40894              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
40895              (And $VERSION = '1.05'.)
40896      Branch: perl
40897            ! lib/constant.pm
40898 ____________________________________________________________________________
40899 [ 12043] By: ams                                   on 2001/09/17  05:44:50
40900         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
40901              From: Michael G Schwern <schwern@pobox.com>
40902              Date: Mon, 17 Sep 2001 07:49:04 +0200
40903              Message-Id: <20010917074904.V1588@blackrider>
40904              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
40905      Branch: perl
40906            + t/op/chdir.t
40907            ! MANIFEST pp_sys.c
40908 ____________________________________________________________________________
40909 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
40910         Log: Subject: Re: CPAN.pm needs some hacking 
40911              From: "chromatic" <chromatic@rmci.net>
40912              Date: Sun, 16 Sep 2001 16:46:29 -0600
40913              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
40914      Branch: perl
40915            ! lib/CPAN/FirstTime.pm
40916 ____________________________________________________________________________
40917 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
40918         Log: Change use|require 5.005_64 to use|require 5.6.1.
40919      Branch: perl
40920            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
40921            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40922            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40923            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
40924            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40925            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40926            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40927            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
40928            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
40929            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40930            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
40931            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
40932            ! lib/base.pm lib/fields.pm
40933 ____________________________________________________________________________
40934 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
40935         Log: Bump up version numbers.
40936              
40937              TODO 1: double check that pre-5.6.1 CPAN.pm:s
40938              don't try to download 5.8.0 because of the
40939              version numbers.  Mainly this means using _00
40940              in the core version numbers.
40941              
40942              TODO 2: the "use 5.005_64" in many modules
40943              needs to be changed to, say, "use 5.6.1".
40944      Branch: perl
40945            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
40946            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
40947            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
40948            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
40949            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
40950            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
40951            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40952            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
40953            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
40954            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
40955            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40956 ____________________________________________________________________________
40957 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
40958         Log: Use UCHARAT() as suggested by Inaba Hiroto.
40959      Branch: perl
40960            ! regexec.c
40961 ____________________________________________________________________________
40962 [ 12038] By: ams                                   on 2001/09/16  15:16:24
40963         Log: Subject: [PATCH] Re: Core module version numbers review
40964              From: Peter Scott <Peter@PSDT.com>
40965              Date: Sun, 16 Sep 2001 09:09:58 -0700
40966              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
40967      Branch: perl
40968            ! lib/perl5db.pl
40969 ____________________________________________________________________________
40970 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
40971         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
40972              not yet fully implemented.
40973      Branch: perl
40974            ! pod/perlfunc.pod pod/perlunicode.pod
40975 ____________________________________________________________________________
40976 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
40977         Log: Subject: [patch] plug PL_beginav_save leak
40978              From: Doug MacEachern <dougm@covalent.net>
40979              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
40980              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
40981      Branch: perl
40982            ! perl.c
40983 ____________________________________________________________________________
40984 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
40985         Log: (accidentally empty checkin)
40986      Branch: perl
40987            ! sv.c
40988 ____________________________________________________________________________
40989 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
40990         Log: Subject: [patch] ithreads+PL_beginav_save
40991              From: Doug MacEachern <dougm@covalent.net>
40992              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
40993              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
40994      Branch: perl
40995            ! sv.c
40996 ____________________________________________________________________________
40997 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
40998         Log: Subject: [PATCH] h2xs.PL with C::Scan
40999              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41000              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
41001              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
41002      Branch: perl
41003            ! utils/h2xs.PL
41004 ____________________________________________________________________________
41005 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
41006         Log: Elaborate (well, make more vague, really) #12030.
41007      Branch: perl
41008            ! pod/perltodo.pod pod/perlunicode.pod
41009 ____________________________________________________________________________
41010 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
41011         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
41012              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41013              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
41014              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
41015      Branch: perl
41016            ! regexec.c
41017 ____________________________________________________________________________
41018 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
41019         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
41020              are not yet complete.
41021      Branch: perl
41022            ! pod/perltodo.pod pod/perlunicode.pod
41023 ____________________________________________________________________________
41024 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
41025         Log: Document what's still to be done on the regular expression
41026              Unicode support, based on the UTR#18.
41027      Branch: perl
41028            ! pod/perltodo.pod pod/perlunicode.pod
41029 ____________________________________________________________________________
41030 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
41031         Log: Regen headers.
41032      Branch: perl
41033            ! embedvar.h perlapi.h
41034 ____________________________________________________________________________
41035 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
41036         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
41037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41038              Date: Sun, 09 Sep 2001 18:41:54 +0100
41039              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
41040      Branch: perl
41041            ! Porting/findvars ext/ByteLoader/bytecode.h
41042            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
41043            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
41044 ____________________________________________________________________________
41045 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
41046         Log: enable most warnings for windows build; fix the various typecasting
41047              nits that showed up (no bugfixes here)
41048      Branch: maint-5.6/perl
41049            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
41050            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
41051            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
41052            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
41053            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41054            ! x2p/walk.c
41055 ____________________________________________________________________________
41056 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
41057         Log: Integrate change #12024 from maintperl
41058              (a local() precedence bug)
41059      Branch: perl
41060           !> lib/ExtUtils/Install.pm
41061 ____________________________________________________________________________
41062 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
41063         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
41064              change#8642
41065      Branch: maint-5.6/perl
41066            ! lib/ExtUtils/Install.pm
41067 ____________________________________________________________________________
41068 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
41069         Log: Update Changes.
41070      Branch: perl
41071            ! Changes patchlevel.h
41072 ____________________________________________________________________________
41073 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
41074         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
41075              From: "chromatic" <chromatic@rmci.net>
41076              Date: Fri, 14 Sep 2001 09:44:57 -0600 
41077              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
41078      Branch: perl
41079            ! lib/ExtUtils/Manifest.t
41080 ____________________________________________________________________________
41081 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
41082         Log: Hopefully better skipping of the Complete.t tests
41083              in case of not a tty. 
41084      Branch: perl
41085            ! lib/Term/Complete.t t/op/stat.t
41086 ____________________________________________________________________________
41087 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
41088         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
41089              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41090              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
41091              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
41092      Branch: perl
41093            ! regexec.c t/op/pat.t
41094 ____________________________________________________________________________
41095 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
41096         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
41097              From: Robin Barker <rmb1@cise.npl.co.uk>
41098              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
41099              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
41100      Branch: perl
41101            ! pod/perlport.pod
41102 ____________________________________________________________________________
41103 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
41104         Log: NetWare tweaks from Ananth Kesari.
41105      Branch: perl
41106            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41107            ! NetWare/nwutil.h
41108 ____________________________________________________________________________
41109 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
41110         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
41111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41112              Date: Fri, 14 Sep 2001 10:51:13 +0200
41113              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
41114      Branch: perl
41115            ! pod/perlport.pod
41116 ____________________________________________________________________________
41117 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
41118         Log: Subject: Re: [PATCH 2 pl2pm.PL]
41119              From: Joe Smith <Joe.Smith@inwap.com>
41120              Date: Fri, 14 Sep 2001 00:13:32 -0700
41121              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
41122              
41123              Eradicate qu.
41124      Branch: perl
41125            ! keywords.h keywords.pl utils/pl2pm.PL
41126 ____________________________________________________________________________
41127 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
41128         Log: Retract #12013, didn't go over too well in Tru64.
41129      Branch: perl
41130            ! embed.h embed.pl sv.h
41131 ____________________________________________________________________________
41132 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
41133         Log: Subject: [PATCH] Execute files of debugger commands
41134              From: Peter Scott <Peter@PSDT.com>
41135              Date: Thu, 13 Sep 2001 15:26:31 -0700
41136              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
41137      Branch: perl
41138            ! lib/perl5db.pl pod/perldebug.pod
41139 ____________________________________________________________________________
41140 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
41141         Log: (Retracted by #12015)
41142              Subject: [proposed PATCH] Re: perl@11920
41143              From: Nicholas Clark <nick@ccl4.org>
41144              Date: Wed, 12 Sep 2001 23:46:09 +0100
41145              Message-ID: <20010912234609.H4971@plum.flirble.org>     
41146      Branch: perl
41147            ! embed.h embed.pl sv.h
41148 ____________________________________________________________________________
41149 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
41150         Log: ucblib shouldn't be linked against in nonstop-ux,
41151              from Tom Bates.
41152      Branch: perl
41153            ! hints/nonstopux.sh
41154 ____________________________________________________________________________
41155 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
41156         Log: Do stty only if we have stty.
41157              
41158              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
41159      Branch: perl
41160            ! lib/Term/Complete.pm
41161 ____________________________________________________________________________
41162 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
41163         Log: Skip the test if not running on a tty.
41164      Branch: perl
41165            ! lib/Term/Complete.t
41166 ____________________________________________________________________________
41167 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
41168         Log: Regen headers.
41169      Branch: perl
41170            ! embed.h opcode.h pod/perlapi.pod proto.h
41171 ____________________________________________________________________________
41172 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41173         Log: Subject: [PATCH op.c] Re: perl@12003
41174              From: Robin Barker <rmb1@cise.npl.co.uk>
41175              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41176              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41177      Branch: perl
41178            ! op.c
41179 ____________________________________________________________________________
41180 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41181         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41182              From: Robin Barker <rmb1@cise.npl.co.uk>
41183              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41184              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41185      Branch: perl
41186            ! sv.c
41187 ____________________________________________________________________________
41188 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41189         Log: Upgrade to Memoize 0.66.
41190      Branch: perl
41191            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41192            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41193            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41194 ____________________________________________________________________________
41195 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41196         Log: Subject: [ID 20010912.007] substr reference core dump
41197              From: me-01@ton.iguana.be
41198              Date: 12 Sep 2001 14:11:16 -0000
41199              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41200      Branch: perl
41201            ! mg.c
41202 ____________________________________________________________________________
41203 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41204         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41205              From: Ilmari Karonen <iltzu@sci.fi>
41206              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41207              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41208      Branch: perl
41209            ! pod/perlfaq4.pod
41210 ____________________________________________________________________________
41211 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41212         Log: Update Changes.
41213      Branch: perl
41214            ! Changes patchlevel.h
41215 ____________________________________________________________________________
41216 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41217         Log: NetWare update from Ananth Kesari.
41218      Branch: perl
41219            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41220            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41221 ____________________________________________________________________________
41222 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41223         Log: Retract #11984: div() being redefined, and 1397
41224              failing on 64-bit platforms.
41225      Branch: perl
41226            ! lib/Math/BigInt/Calc.pm
41227 ____________________________________________________________________________
41228 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41229         Log: Metaconfig unit change for #11999.
41230      Branch: metaconfig
41231            ! U/protos/d_lseekproto.U
41232 ____________________________________________________________________________
41233 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41234         Log: The lseek fix (#11991) was no fix.
41235      Branch: perl
41236            ! Configure
41237 ____________________________________________________________________________
41238 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41239         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41240              From: Matt Sergeant <MSergeant@star.net.uk>
41241              Date: Tue, 11 Sep 2001 09:22:32 +0100
41242              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41243      Branch: perl
41244            ! ext/Encode/Encode.pm
41245 ____________________________________________________________________________
41246 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41247         Log: Sometimes dTHX is added because it is needed on non 
41248              gnuc platforms, but not needed there. This uses GCC
41249              to silence GCC specific warnings by marking pTHX as 
41250              unused.
41251      Branch: perl
41252            ! perl.h
41253 ____________________________________________________________________________
41254 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41255         Log: Integrate mainline
41256      Branch: perlio
41257            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41258           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41259 ____________________________________________________________________________
41260 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41261         Log: Part Integrate mainline
41262      Branch: perlio
41263           +> (branch 69 files)
41264            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41265            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41266            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41267            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41268            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41269            - lib/Test/More/Changes lib/Test/More/t/More.t
41270            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41271            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41272            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41273            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41274            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41275            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41276            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41277            - t/lib/Test/More/Catch.pm wince/perl.ico
41278           !> (integrate 197 files)
41279 ____________________________________________________________________________
41280 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41281         Log: Subject: Re: [PATCH] Encode.pm docs fix
41282              From: Gisle Aas <gisle@ActiveState.com>
41283              Date: 10 Sep 2001 11:27:02 -0700
41284              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
41285      Branch: perl
41286            ! ext/Encode/Encode.pm
41287 ____________________________________________________________________________
41288 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
41289         Log: Fix unpack U to be the reverse of pack U
41290              (but implement unpack U0U as a backdoor to get
41291              the UTF-8 malformed warnings from un-UTF-8 data)
41292      Branch: perl
41293            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
41294 ____________________________________________________________________________
41295 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
41296         Log: Metaconfig unit change for #11991;
41297              delete an unused unit (d_strtoull.U is the one used)
41298      Branch: metaconfig
41299            ! U/protos/d_lseekproto.U
41300      Branch: metaconfig/U/perl
41301            - strtoull.U
41302 ____________________________________________________________________________
41303 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
41304         Log: Subject: [PATCH] Configure not recording lseek proto
41305              From: Blair Zajac <blair@orcaware.com>
41306              Date: Mon, 10 Sep 2001 17:52:37 -0700
41307              Message-ID: <3B9D6055.BA334A31@orcaware.com>
41308              
41309              plus regen Configure.
41310      Branch: perl
41311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41312            ! config_h.SH uconfig.h
41313 ____________________________________________________________________________
41314 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
41315         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?)))                  
41316              From: Nicholas Clark <nick@ccl4.org>
41317              Date: Tue, 11 Sep 2001 00:00:31 +0100
41318              Message-ID: <20010911000031.G1512@plum.flirble.org>
41319      Branch: perl
41320            + t/op/qq.t
41321            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
41322 ____________________________________________________________________________
41323 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
41324         Log: Subject: [PATCH] Building on win32 w/o perlio
41325              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
41326              Date: Mon, 10 Sep 2001 23:38:46 +0200
41327              Message-ID: <3B9D4F06.14433.2C37644@localhost>
41328      Branch: perl
41329            ! perl.c win32/Makefile win32/makefile.mk
41330 ____________________________________________________________________________
41331 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
41332         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
41333              From: "chromatic" <chromatic@rmci.net>
41334              Date: Mon, 10 Sep 2001 15:14:01 -0600
41335              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
41336      Branch: perl
41337            + lib/CGI/t/push.t
41338            ! MANIFEST
41339 ____________________________________________________________________________
41340 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
41341         Log: Subject: avoiding hoardes of zombies
41342              From: Nicholas Clark <nick@ccl4.org>
41343              Date: Mon, 10 Sep 2001 22:00:40 +0100
41344              Message-ID: <20010910220040.C1512@plum.flirble.org>
41345      Branch: perl
41346            ! pod/perlipc.pod
41347 ____________________________________________________________________________
41348 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
41349         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
41350              From: John Peacock <jpeacock@rowman.com>
41351              Date: Mon, 10 Sep 2001 16:34:30 -0400
41352              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
41353      Branch: perl
41354            ! sv.c t/op/ver.t utf8.h
41355 ____________________________________________________________________________
41356 [ 11985] By: ams                                   on 2001/09/10  23:20:13
41357         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
41358      Branch: perl
41359            ! MANIFEST
41360 ____________________________________________________________________________
41361 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
41362         Log: (Retracted by #12001)
41363              Subject: Calc with USE_MUL/USE_DIV
41364              From: Tels <perl_dummy@bloodgate.com>
41365              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
41366              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
41367      Branch: perl
41368            ! lib/Math/BigInt/Calc.pm
41369 ____________________________________________________________________________
41370 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
41371         Log: Subject: [PATCH op.c] Re: perl@11978
41372              From: Robin Barker <rmb1@cise.npl.co.uk>
41373              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
41374              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
41375              
41376              Format errors.
41377      Branch: perl
41378            ! op.c
41379 ____________________________________________________________________________
41380 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
41381         Log: Switch PADOFFSET back to U32 both because of binary backward
41382              compatibility and because Arthur seems to have been fixing the
41383              problems with naughty integer-pointer casting.
41384      Branch: perl
41385            ! op.h
41386 ____________________________________________________________________________
41387 [ 11981] By: ams                                   on 2001/09/10  16:31:43
41388         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
41389              Fix Pod Typo, Add Test for ExtUtils::Command
41390              From: "chromatic" <chromatic@rmci.net>
41391              Date: Mon, 10 Sep 2001 11:20:56 -0600
41392              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
41393      Branch: perl
41394            + lib/ExtUtils/Command.t
41395            ! MANIFEST lib/ExtUtils/Command.pm
41396 ____________________________________________________________________________
41397 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
41398         Log: Subject: [PATCH] Encode.pm docs fix
41399              From: Matt Sergeant <MSergeant@star.net.uk>
41400              Date: Mon, 10 Sep 2001 15:24:01 +0100
41401              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
41402      Branch: perl
41403            ! ext/Encode/Encode.pm
41404 ____________________________________________________________________________
41405 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
41406         Log: Update Changes.
41407      Branch: perl
41408            ! Changes patchlevel.h
41409 ____________________________________________________________________________
41410 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
41411         Log: Revert #11973, the dTHX seems to be needed in there
41412              for threaded builds.
41413      Branch: perl
41414            ! perlio.c
41415 ____________________________________________________________________________
41416 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41417         Log: Detypo.
41418      Branch: perl
41419            ! pod/perlguts.pod
41420 ____________________________________________________________________________
41421 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
41422         Log: Further Class::Struct patching from Damian.
41423              
41424              The new new semantics are:
41425              
41426              * If you pass an initializer for a nested object, it has to be:
41427              a) a reference to an object of that class, or      
41428              b) a reference to an object of a subclass of that class, or
41429              c) a reference to a hash of arguments to be passed to the
41430              class's constructor
41431              * If you pass no initializer for a nested object, the attribute
41432              is initialized to C<undef>
41433      Branch: perl
41434            ! lib/Class/Struct.pm
41435 ____________________________________________________________________________
41436 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
41437         Log: Skip the crypt test if no crypt.
41438      Branch: perl
41439            ! t/op/crypt.t
41440 ____________________________________________________________________________
41441 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
41442         Log: Warn against using bare v-strings as IP addresses
41443              (okay if using the wrappers from Socket)
41444      Branch: perl
41445            ! pod/perldata.pod pod/perlport.pod
41446 ____________________________________________________________________________
41447 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41448         Log: Remove unused dTHX. Silenced another warning.
41449      Branch: perl
41450            ! perlio.c
41451 ____________________________________________________________________________
41452 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41453         Log: Silence some more warnings INT2PTR.
41454      Branch: perl
41455            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41456 ____________________________________________________________________________
41457 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41458         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41459      Branch: perl
41460            ! cop.h
41461 ____________________________________________________________________________
41462 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41463         Log: Apply INT2PTR with force to silence warnings from
41464              PM_GETRE and friends. No more warnings with 64bit 
41465              IVs and 32bit pointers.    
41466      Branch: perl
41467            ! op.c op.h perl.c
41468 ____________________________________________________________________________
41469 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41470         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41471      Branch: perl
41472            ! pod/perlguts.pod
41473 ____________________________________________________________________________
41474 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41475         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41476              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41477              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41478              perl_clone.
41479      Branch: perl
41480            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41481 ____________________________________________________________________________
41482 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41483         Log: Using strlen() not good on embedded nul bytes.
41484      Branch: perl
41485            ! regcomp.c
41486 ____________________________________________________________________________
41487 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41488         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41490              Date: Mon, 13 Aug 2001 22:51:59 +0200
41491              Message-ID: <20010813225159.C6681@rafael>
41492              (Applied with several tweaks.)
41493      Branch: perl
41494            ! embed.h embed.pl proto.h toke.c
41495 ____________________________________________________________________________
41496 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41497         Log: The exact error message is system-dependent.
41498      Branch: perl
41499            ! lib/ExtUtils/Manifest.t
41500 ____________________________________________________________________________
41501 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41502         Log: Add Windows and Mac Sami support to Encode
41503              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41504      Branch: perl
41505            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41506            ! MANIFEST
41507 ____________________________________________________________________________
41508 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41509         Log: Use the tried method.
41510      Branch: perl
41511            ! pod/perlport.pod
41512 ____________________________________________________________________________
41513 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41514         Log: Can't count parentheses.
41515      Branch: perl
41516            ! ext/IO/lib/IO/Socket/INET.pm
41517 ____________________________________________________________________________
41518 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41519         Log: perlport additions: 1 while unlink, add/delete directory
41520              entries and permissions, cygwin stat funkiness (from Michael
41521              Schwern and Nicholas Clark)
41522      Branch: perl
41523            ! pod/perlport.pod
41524 ____________________________________________________________________________
41525 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
41526         Log: blib does have a detectable test.
41527      Branch: perl
41528            ! t/lib/1_compile.t
41529 ____________________________________________________________________________
41530 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
41531         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
41532              From: "chromatic" <chromatic@rmci.net>
41533              Date: Sat, 08 Sep 2001 19:33:42 -0600
41534              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
41535      Branch: perl
41536            + lib/Term/Complete.t
41537            ! MANIFEST
41538 ____________________________________________________________________________
41539 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
41540         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
41541              From: Michael G Schwern <schwern@pobox.com> 
41542              Date: Sat, 8 Sep 2001 02:40:26 -0400
41543              Message-ID: <20010908024026.A26283@blackrider>
41544      Branch: perl
41545            + lib/Test/Tutorial.pod
41546            ! MANIFEST
41547 ____________________________________________________________________________
41548 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
41549         Log: Try to look up protocol (by name) only iff it has non-numbers:
41550              nice if the server is in a chrooted environment (no /etc/protocols,
41551              server code using hardcorded protocol numbers like 6 for tcp),
41552              suggested by John Holdsworth <coldwave@bigfoot.com>.
41553              In other words, if we are given a number, why look it up again
41554              (by number)?
41555      Branch: perl
41556            ! ext/IO/lib/IO/Socket/INET.pm
41557 ____________________________________________________________________________
41558 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
41559         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
41560              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41561              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
41562              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
41563              
41564              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
41565              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41566              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
41567              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
41568              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
41569              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41570              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
41571              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
41572      Branch: perl
41573            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
41574 ____________________________________________________________________________
41575 [ 11955] By: ams                                   on 2001/09/09  02:54:21
41576         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41577              From: "Craig A. Berry" <craigberry@mac.com>
41578              Date: Sat, 08 Sep 2001 19:02:16 -0500
41579              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
41580      Branch: perl
41581            ! lib/CGI/t/carp.t
41582 ____________________________________________________________________________
41583 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
41584         Log: Documentation tweaks; think the IP address as an opaque string.
41585      Branch: perl
41586            ! ext/Socket/Socket.pm
41587 ____________________________________________________________________________
41588 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
41589         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
41590              From: Michael G Schwern <schwern@pobox.com>
41591              Date: Sat, 8 Sep 2001 19:45:46 -0400
41592              Message-ID: <20010908194546.C9193@blackrider>
41593      Branch: perl
41594            + lib/blib.t
41595            ! MANIFEST lib/blib.pm t/lib/1_compile.t
41596 ____________________________________________________________________________
41597 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
41598         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
41599              From: "chromatic" <chromatic@rmci.net>
41600              Date: Sat, 08 Sep 2001 12:31:44 -0600
41601              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
41602      Branch: perl
41603            + lib/CGI/t/fast.t
41604            ! MANIFEST
41605 ____________________________________________________________________________
41606 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
41607         Log: The Socket tests were wrong: they were assuming too much.
41608      Branch: perl
41609            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
41610 ____________________________________________________________________________
41611 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
41612         Log: Retract the portability changes since they
41613              seem to have opened a can of worms... will
41614              go back to UNICOS/mk and do the bare minimum
41615              required to get the tests working.
41616      Branch: perl
41617            ! ext/Socket/Socket.xs
41618 ____________________________________________________________________________
41619 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
41620         Log: PADOFFSET is used to cast pointers into integers,
41621              if pointers are 64 bits and U32 32 bits,
41622              bad things may happen, or at least warnings issued.
41623      Branch: perl
41624            ! op.h
41625 ____________________________________________________________________________
41626 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
41627         Log: Still more Socket portability tweaking.
41628              Now Socket.t seems to be happy in all of
41629              Linux/x86, Tru64/alpha, Solaris/sparc,
41630              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
41631              
41632              Addendum: it seems that io_multihomed, io_sock, and hostent
41633              were broken in little-endians (linux/x86 and tru64/alpha)
41634              because of this change.  Argh.
41635      Branch: perl
41636            ! ext/Socket/Socket.xs
41637 ____________________________________________________________________________
41638 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
41639         Log: More portability kicking on inet_ntoa().
41640      Branch: perl
41641            ! ext/Socket/Socket.xs
41642 ____________________________________________________________________________
41643 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
41644         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
41645              From: Michael G Schwern <schwern@pobox.com> 
41646              Date: Fri, 7 Sep 2001 23:06:51 -0400
41647              Message-ID: <20010907230651.R606@blackrider>
41648      Branch: perl
41649            + lib/ExtUtils/Manifest.t
41650            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
41651 ____________________________________________________________________________
41652 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
41653         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
41654              From: "chromatic" <chromatic@rmci.net>
41655              Date: Fri, 07 Sep 2001 17:53:15 -0600      
41656              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
41657      Branch: perl
41658            + lib/ExtUtils/testlib.t
41659            ! MANIFEST
41660 ____________________________________________________________________________
41661 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
41662         Log: Thinko.
41663      Branch: perl
41664            ! lib/integer.t
41665 ____________________________________________________________________________
41666 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
41667         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41668              From: "Craig A. Berry" <craigberry@mac.com>
41669              Date: Fri, 07 Sep 2001 15:30:03 -0500
41670              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
41671      Branch: perl
41672            ! lib/CGI/Carp.pm
41673 ____________________________________________________________________________
41674 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
41675         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
41676              From: Michael G Schwern <schwern@pobox.com>
41677              Date: Fri, 7 Sep 2001 15:38:13 -0400
41678              Message-ID: <20010907153813.K606@blackrider>
41679      Branch: perl
41680            ! lib/ExtUtils/MM_Unix.pm
41681 ____________________________________________________________________________
41682 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
41683         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
41684              From: Robin Barker <rmb1@cise.npl.co.uk>
41685              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
41686              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
41687      Branch: perl
41688            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
41689 ____________________________________________________________________________
41690 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
41691         Log: Clean up 1_compile.t; move tests to more consistent
41692              places (t/ subdirectories); add integer.t (much of
41693              the pragma is tested elsewhere but there is no one
41694              centralized place)
41695      Branch: perl
41696            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
41697            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
41698            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
41699            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
41700            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
41701            - lib/File/Find/find.t lib/File/Find/taint.t
41702            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
41703 ____________________________________________________________________________
41704 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
41705         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
41706              From: "chromatic" <chromatic@rmci.net>
41707              Date: Fri, 07 Sep 2001 10:17:40 -0600
41708              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
41709      Branch: perl
41710            ! lib/File/Find/taint.t
41711 ____________________________________________________________________________
41712 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
41713         Log: Update Changes.
41714      Branch: perl
41715            ! Changes patchlevel.h
41716 ____________________________________________________________________________
41717 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
41718         Log: Rename the old threading tutorial, start a new one,
41719              regen toc.
41720      Branch: perl
41721            + pod/perlothrtut.pod
41722            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
41723            ! pod/perltoc.pod
41724 ____________________________________________________________________________
41725 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
41726         Log: vars very much has a test.
41727      Branch: perl
41728            ! t/lib/1_compile.t
41729 ____________________________________________________________________________
41730 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
41731         Log: Subject: Re: wince/perl.ico marked as binary
41732              From: Nicholas Clark <nick@ccl4.org>
41733              Date: Fri, 7 Sep 2001 13:54:40 +0100
41734              Message-ID: <20010907135439.D39150@plum.flirble.org>
41735              
41736              and wince/Makefile.ce change from Rainer Keuchel.
41737      Branch: perl
41738            + wince/makeico.pl
41739            ! MANIFEST wince/Makefile.ce
41740 ____________________________________________________________________________
41741 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
41742         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
41743              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41744              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
41745              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
41746      Branch: perl
41747            ! regexec.c
41748 ____________________________________________________________________________
41749 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
41750         Log: (Replaced by #11934)
41751              Subject: Re: [PATCH regexec.c] more general .* and .*?
41752              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41753              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
41754              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
41755      Branch: perl
41756            ! regexec.c
41757 ____________________________________________________________________________
41758 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
41759         Log: The #11931 patching misbehaved.
41760      Branch: perl
41761            ! lib/Test/Harness/t/test-harness.t
41762 ____________________________________________________________________________
41763 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
41764         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
41765              From: Michael G Schwern <schwern@pobox.com>
41766              Date: Fri, 7 Sep 2001 03:30:41 -0400
41767              Message-ID: <20010907033041.A2796@blackrider>
41768      Branch: perl
41769            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
41770            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
41771            + t/lib/sample-tests/header_at_end_fail
41772            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
41773            - lib/Test/Harness.t
41774            ! MANIFEST lib/Test/Harness.pm t/TEST
41775 ____________________________________________________________________________
41776 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
41777         Log: Subject: [PATCH] Digest::MD5 update
41778              From: Gisle Aas <gisle@ActiveState.com>
41779              Date: 06 Sep 2001 23:32:56 -0700
41780              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
41781      Branch: perl
41782            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41783            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
41784 ____________________________________________________________________________
41785 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
41786         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
41787              From: "chromatic" <chromatic@rmci.net>
41788              Date: Thu, 06 Sep 2001 23:11:44 -0600
41789              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
41790      Branch: perl
41791            + lib/less.t
41792            ! MANIFEST t/lib/1_compile.t
41793 ____________________________________________________________________________
41794 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
41795         Log: The binary file must somehow differently stored.
41796      Branch: perl
41797            - wince/perl.ico
41798            ! MANIFEST
41799 ____________________________________________________________________________
41800 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
41801         Log: Add more modules to the list of modules that have tests,
41802              Schwern's wallet is getting more nervous.
41803              (Run t/lib/1_compile.t manually to see which modules
41804              are lacking tests, or the tests can't be run for some
41805              reason or another, such as the Net:: modules)
41806      Branch: perl
41807            ! t/lib/1_compile.t
41808 ____________________________________________________________________________
41809 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
41810         Log: Try to make Socket::inet_ntoa() more robust.
41811      Branch: perl
41812            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
41813 ____________________________________________________________________________
41814 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
41815         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
41816              From: chromatic <chromatic@rmci.net>       
41817              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
41818              Message-Id: <01090522580506.19590@firewheel>           
41819      Branch: perl
41820            ! lib/English.t
41821 ____________________________________________________________________________
41822 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
41823         Log: Subject: Re: perlvar manpage and localizing special vars
41824              From: Stas Bekman <stas@stason.org>
41825              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
41826              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
41827      Branch: perl
41828            ! pod/perlvar.pod
41829 ____________________________________________________________________________
41830 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
41831         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
41832              From: Robin Barker <rmb1@cise.npl.co.uk>
41833              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
41834              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
41835      Branch: perl
41836            ! lib/ExtUtils/MakeMaker.pm
41837 ____________________________________________________________________________
41838 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
41839         Log: Symbol missing; AIX unhappy.
41840      Branch: perl
41841            ! makedef.pl
41842 ____________________________________________________________________________
41843 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
41844         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
41845              Reported in 5.61, seems to work okay in blead.
41846      Branch: perl
41847            ! t/run/kill_perl.t
41848 ____________________________________________________________________________
41849 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
41850         Log: Update Changes.
41851      Branch: perl
41852            ! Changes patchlevel.h
41853 ____________________________________________________________________________
41854 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
41855         Log: Document the bad assumptions currently breaking
41856              the Socket.t tests 10, 11, and 13 in UNICOS.
41857      Branch: perl
41858            ! ext/Socket/Socket.xs
41859 ____________________________________________________________________________
41860 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41861         Log: Subject: [PATCH x2p] make OPTIMIZE=...
41862              From: Robin Barker <rmb1@cise.npl.co.uk>
41863              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
41864              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
41865      Branch: perl
41866            ! x2p/Makefile.SH x2p/cflags.SH
41867 ____________________________________________________________________________
41868 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
41869         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
41870              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41871              Date: Thu, 6 Sep 2001 11:09:40 +0100
41872              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
41873              
41874              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
41875              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41876              Date: 6 Sep 2001 10:14:38 -0000
41877              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
41878      Branch: perl
41879            ! pod/perlfaq1.pod pod/perlhack.pod
41880 ____________________________________________________________________________
41881 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
41882         Log: Subject: Extra NUL is Data::Dumper output - patch
41883              From: Tony Cook <tony@develop-help.com>
41884              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
41885              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
41886      Branch: perl
41887            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
41888 ____________________________________________________________________________
41889 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
41890         Log: Avoid redefinition warning
41891              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
41892              from
41893              perl -w -Ilib -MCwd -e ''
41894      Branch: perl
41895            ! lib/Cwd.pm
41896 ____________________________________________________________________________
41897 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
41898         Log: Update the is_tainted() example implementation.
41899      Branch: perl
41900            ! pod/perlsec.pod
41901 ____________________________________________________________________________
41902 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
41903         Log: Missing) in #11912.
41904      Branch: perl
41905            ! lib/Test/Simple/t/fail.t
41906 ____________________________________________________________________________
41907 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
41908         Log: Rewhack Test-Simple into core harness.
41909      Branch: perl
41910            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41911            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41912            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41913            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41914            ! lib/Test/Simple/t/skipall.t
41915 ____________________________________________________________________________
41916 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
41917         Log: Workaround for the new Exporter 'feature'.
41918      Branch: perl
41919            ! lib/Test/More.pm
41920 ____________________________________________________________________________
41921 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
41922         Log: Re-introduce pure-Perl fall-back for abs_path,
41923              re-introduce #11898.
41924      Branch: perl
41925            ! lib/Cwd.pm lib/File/Find.pm
41926 ____________________________________________________________________________
41927 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
41928         Log: More tests.
41929      Branch: perl
41930            ! lib/Exporter.t
41931 ____________________________________________________________________________
41932 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
41933         Log: Retract #11898 for now because it introduces
41934              a rather nasty depencency: when B is being built,
41935              MakeMaker is used.  MakeMaker uses File::Find.
41936              File::Find uses Cwd::getcwd()...which doesn't
41937              exist yet.
41938      Branch: perl
41939            ! lib/File/Find.pm
41940 ____________________________________________________________________________
41941 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
41942         Log: New test welcome.
41943      Branch: perl
41944            + lib/Test/Simple/t/simple.t
41945 ____________________________________________________________________________
41946 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
41947         Log: Old test begone.
41948      Branch: perl
41949            - lib/Attribute/Handlers/test.pl
41950 ____________________________________________________________________________
41951 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
41952         Log: Test-Simple syncup from Schwern.
41953      Branch: perl
41954            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
41955            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
41956            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
41957            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
41958            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
41959            - lib/Test/More/Changes lib/Test/More/t/More.t
41960            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41961            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41962            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
41963            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
41964            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
41965            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41966            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41967            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
41968            ! t/lib/Test/Simple/sample_tests/death.plx
41969            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
41970            ! t/lib/Test/Simple/sample_tests/extras.plx
41971            ! t/lib/Test/Simple/sample_tests/five_fail.plx
41972            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
41973            ! t/lib/Test/Simple/sample_tests/one_fail.plx
41974            ! t/lib/Test/Simple/sample_tests/require.plx
41975            ! t/lib/Test/Simple/sample_tests/success.plx
41976            ! t/lib/Test/Simple/sample_tests/too_few.plx
41977            ! t/lib/Test/Simple/sample_tests/two_fail.plx
41978 ____________________________________________________________________________
41979 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
41980         Log: Integrate File::Find changes from bleadperl
41981      Branch: maint-5.6/macperl
41982            ! lib/File/Find.pm t/lib/filefind-taint.t
41983 ____________________________________________________________________________
41984 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
41985         Log: Integrate 11847 from maint-5.6/perl
41986      Branch: maint-5.6/macperl
41987           !> sv.c
41988 ____________________________________________________________________________
41989 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
41990         Log: In UNICOS division yada yada.
41991      Branch: perl
41992            ! t/op/override.t
41993 ____________________________________________________________________________
41994 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
41995         Log: In UNICOS division is really lossy, better use
41996              a tolerance test.
41997      Branch: perl
41998            ! ext/Time/HiRes/HiRes.t
41999 ____________________________________________________________________________
42000 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
42001         Log: In UNICOS sigaction() sets an extra flag
42002              ("the signal has been registered for all the processes in
42003              a multitasking group.")
42004      Branch: perl
42005            ! ext/POSIX/sigaction.t
42006 ____________________________________________________________________________
42007 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
42008         Log: Documentation micropatch from Damian.
42009      Branch: perl
42010            ! lib/Attribute/Handlers.pm
42011 ____________________________________________________________________________
42012 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
42013         Log: (Retracted by #11908)
42014              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
42015              From: Michael G Schwern <schwern@pobox.com>
42016              Date: Wed, 5 Sep 2001 15:58:21 -0400
42017              Message-ID: <20010905155821.I632@blackrider>
42018      Branch: perl
42019            ! lib/File/Find.pm lib/File/Find/taint.t
42020 ____________________________________________________________________________
42021 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
42022         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
42023              From: Michael G Schwern <schwern@pobox.com>
42024              Date: Wed, 5 Sep 2001 19:16:31 -0400
42025              Message-ID: <20010905191631.E11386@blackrider>
42026      Branch: perl
42027            + lib/CGI/t/carp.t
42028            ! MANIFEST
42029 ____________________________________________________________________________
42030 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
42031         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
42032              From: chromatic <chromatic@rmci.net>
42033              Date: Wed, 5 Sep 2001 18:08:07 -0600
42034              Message-Id: <01090518080700.19590@firewheel>
42035      Branch: perl
42036            ! lib/English.pm
42037 ____________________________________________________________________________
42038 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
42039         Log: Fix a typo #11889 and add a test for the same.
42040      Branch: perl
42041            ! ext/Socket/Socket.t ext/Socket/Socket.xs
42042 ____________________________________________________________________________
42043 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
42044         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
42045              From: "Craig A. Berry" <craigberry@mac.com>
42046              Date: Wed, 05 Sep 2001 17:48:54 -0500
42047              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
42048      Branch: perl
42049            ! lib/warnings.t t/run/kill_perl.t
42050 ____________________________________________________________________________
42051 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
42052         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
42053              From: Michael G Schwern <schwern@pobox.com>
42054              Date: Wed, 5 Sep 2001 17:22:25 -0400
42055              Message-ID: <20010905172225.C11386@blackrider>
42056      Branch: perl
42057            ! t/run/kill_perl.t
42058 ____________________________________________________________________________
42059 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
42060         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
42061              From: Nicholas Clark <nick@ccl4.org>
42062              Date: Wed, 5 Sep 2001 20:54:24 +0100
42063              Message-ID: <20010905205424.C25120@plum.flirble.org>
42064      Branch: perl
42065            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
42066 ____________________________________________________________________________
42067 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
42068         Log: Forgotten thing.
42069      Branch: perl
42070            ! uconfig.h
42071 ____________________________________________________________________________
42072 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
42073         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
42074              From: chromatic <chromatic@rmci.net>               
42075              Date: Wed, 5 Sep 2001 13:22:08 -0600
42076              Message-Id: <01090513220807.10587@firewheel> 
42077      Branch: perl
42078            ! lib/English.pm
42079 ____________________________________________________________________________
42080 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
42081         Log: inet_ntoa() tweaks:
42082              - don't allow addresses with > 255 characters
42083              - indent the HP-UX workaround
42084              - don't leak memory
42085      Branch: perl
42086            ! ext/Socket/Socket.xs
42087 ____________________________________________________________________________
42088 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
42089         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
42090              <xwu@theeducationcenter.com>
42091      Branch: perl
42092            ! lib/File/Find.pm
42093 ____________________________________________________________________________
42094 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
42095         Log: Typo nits.
42096      Branch: perl
42097            ! lib/File/Find.pm
42098 ____________________________________________________________________________
42099 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
42100         Log: -Wall nit.
42101      Branch: perl
42102            ! op.c
42103 ____________________________________________________________________________
42104 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
42105         Log: Update to Scalar-List-Utils 1.05
42106      Branch: perl
42107            ! ext/List/Util/ChangeLog ext/List/Util/README
42108            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
42109 ____________________________________________________________________________
42110 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
42111         Log: Update Changes.
42112      Branch: perl
42113            ! Changes patchlevel.h
42114 ____________________________________________________________________________
42115 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
42116         Log: Update to Scalar-List-Utils 1.04
42117      Branch: perl
42118            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
42119            ! ext/List/Util/lib/List/Util.pm
42120            ! ext/List/Util/lib/Scalar/Util.pm
42121 ____________________________________________________________________________
42122 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42123         Log: Metaconfigify #11724.
42124      Branch: metaconfig
42125            ! U/threads/archname.U
42126 ____________________________________________________________________________
42127 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
42128         Log: The MacOS reference is okay, no reason to hide it.
42129      Branch: perl
42130            ! lib/Cwd.pm
42131 ____________________________________________________________________________
42132 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
42133         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
42134              From: Michael G Schwern <schwern@pobox.com>
42135              Date: Tue, 4 Sep 2001 15:30:10 -0400
42136              Message-ID: <20010904153010.H26466@blackrider> 
42137              
42138              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
42139      Branch: perl
42140            ! ext/Cwd/Makefile.PL lib/Cwd.pm
42141 ____________________________________________________________________________
42142 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
42143         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.))
42144              From: Michael G Schwern <schwern@pobox.com>
42145              Date: Tue, 4 Sep 2001 17:39:13 -0400
42146              Message-ID: <20010904173913.C626@blackrider>
42147      Branch: perl
42148            ! lib/Cwd.pm
42149 ____________________________________________________________________________
42150 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
42151         Log: Subject: Re: Perl_pp_* in public API?
42152              From: "Craig A. Berry" <craigberry@mac.com>
42153              Date: Tue, 4 Sep 2001 21:51:29 -0500
42154              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
42155      Branch: perl
42156            ! ext/List/Util/Util.xs
42157 ____________________________________________________________________________
42158 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
42159         Log: From Damian: Class::Struct was unable to define
42160              recursive classes.  After the patch an object reference
42161              (rather than a hash) is required to initialize
42162              an object attribute.  If no such initializer is given to
42163              the constructor, object attributes are now default
42164              initialized to C<undef>.
42165      Branch: perl
42166            ! lib/Class/Struct.pm lib/Class/Struct.t
42167 ____________________________________________________________________________
42168 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
42169         Log: Subject: Re: sv_catpvfn and sv_setpvfn
42170              From: Richard Soderberg <rs@oregonnet.com>
42171              Date: Tue, 4 Sep 2001 15:16:47 -0700
42172              Message-Id: <200109042216.PAA17858@oregonnet.com>
42173      Branch: perl
42174            ! pod/perlclib.pod pod/perlguts.pod
42175 ____________________________________________________________________________
42176 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42177         Log: NetWare updates from Ananth Kesari.
42178      Branch: perl
42179            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42180            ! NetWare/nw5thread.h
42181 ____________________________________________________________________________
42182 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42183         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?))
42184              From: Nicholas Clark <nick@ccl4.org>
42185              Date: Tue, 4 Sep 2001 22:42:50 +0100
42186              Message-ID: <20010904224250.P25120@plum.flirble.org>
42187      Branch: perl
42188            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42189            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42190            ! t/op/oct.t toke.c
42191 ____________________________________________________________________________
42192 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42193         Log: Fix Cwd::getcwd() not being tainted, as noticed
42194              by Schwern.
42195      Branch: perl
42196            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42197            - ext/Cwd/Cwd.t
42198            ! MANIFEST ext/Cwd/Cwd.xs util.c
42199 ____________________________________________________________________________
42200 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42201         Log: Retract #11870 and volatilize the right destruct_level.
42202              Silly thinko pointed out by Sarathy.
42203      Branch: perl
42204            ! intrpvar.h perl.c
42205 ____________________________________________________________________________
42206 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42207         Log: At least a temporary fix for the mysterious scope core dumps
42208              in Tru64 from Graham.
42209      Branch: perl
42210            ! ext/List/Util/Util.xs
42211 ____________________________________________________________________________
42212 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42213         Log: (Retracted by #11872)
42214      Branch: perl
42215            ! intrpvar.h
42216 ____________________________________________________________________________
42217 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42218         Log: Quench a -Wall gripe noticed by Robin Barker.
42219      Branch: perl
42220            ! op.c
42221 ____________________________________________________________________________
42222 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42223         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42224              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42225              Date: Wed, 05 Sep 2001 02:01:32 +0900
42226              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42227      Branch: perl
42228            ! lib/Unicode/UCD.pm
42229 ____________________________________________________________________________
42230 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42231         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42232              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42233              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42234              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42235      Branch: perl
42236            ! gv.c
42237 ____________________________________________________________________________
42238 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42239         Log: Update Changes.
42240      Branch: perl
42241            ! Changes patchlevel.h
42242 ____________________________________________________________________________
42243 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42244         Log: Add the \[$@%&*] prototype support.
42245      Branch: perl
42246            ! op.c pod/perlsub.pod t/comp/proto.t
42247 ____________________________________________________________________________
42248 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42249         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42250              From: Michael G Schwern <schwern@pobox.com>
42251              Date: Mon, 3 Sep 2001 18:59:01 -0400
42252              Message-ID: <20010903185901.Z9233@blackrider>
42253      Branch: perl
42254            ! lib/CGI/t/form.t
42255 ____________________________________________________________________________
42256 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42257         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42258              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42259              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42260              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42261      Branch: perl
42262            ! gv.c
42263 ____________________________________________________________________________
42264 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42265         Log: More srand entry tweakage based on Randal's suggestion.
42266      Branch: perl
42267            ! pod/perlfunc.pod
42268 ____________________________________________________________________________
42269 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42270         Log: Subject: [PATCH] 'main' *is* a reserved word
42271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42272              Date: Mon, 3 Sep 2001 22:55:41 +0200
42273              Message-ID: <20010903225541.A24097@rafael>
42274      Branch: perl
42275            ! toke.c
42276 ____________________________________________________________________________
42277 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42278         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42279              From: Peter Prymmer <pvhp@best.com>
42280              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42281              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42282      Branch: perl
42283            ! README.vms configure.com
42284 ____________________________________________________________________________
42285 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
42286         Log: Subject: Re: A slightly better default seed?   
42287              From: Michael G Schwern <schwern@pobox.com>
42288              Date: Mon, 3 Sep 2001 18:08:15 -0400 
42289              Message-ID: <20010903180815.W9233@blackrider>
42290      Branch: perl
42291            ! t/op/srand.t
42292 ____________________________________________________________________________
42293 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
42294         Log: Add sharedsv.o to microperl object files.
42295      Branch: perl
42296            ! Makefile.micro
42297 ____________________________________________________________________________
42298 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
42299         Log: AUTHORS updates and
42300              
42301              Subject: [PATCH] Just some preening :-)        
42302              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42303              Date: Tue, 4 Sep 2001 14:16:59 +0100
42304              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
42305      Branch: perl
42306            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
42307 ____________________________________________________________________________
42308 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
42309         Log: Typo fix and slight rewording.
42310      Branch: perl
42311            ! pod/perlfunc.pod
42312 ____________________________________________________________________________
42313 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
42314         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
42315      Branch: perl
42316            ! pod/perlfaq4.pod
42317 ____________________________________________________________________________
42318 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
42319         Log: The helper file changed name.
42320      Branch: perl
42321            ! MANIFEST
42322 ____________________________________________________________________________
42323 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
42324         Log: Update to Scalar-List-Utils 1.03
42325      Branch: perl
42326            + ext/List/Util/t/shuffle.t
42327            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42328            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
42329            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42330            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42331            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42332            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42333            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
42334            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42335 ____________________________________________________________________________
42336 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
42337         Log: Make crypt() do something more sane for Unicode
42338              (take crypt() of the low eight bits of the characters,
42339              instead of taking crypt() of the UTF-8 of the scalar);
42340              add a test for crypt().
42341      Branch: perl
42342            + t/op/crypt.t
42343            ! MANIFEST pod/perlfunc.pod pp.c
42344 ____________________________________________________________________________
42345 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
42346         Log: Reorganize the srand entry.
42347      Branch: perl
42348            ! pod/perlfunc.pod
42349 ____________________________________________________________________________
42350 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
42351         Log: Remove the tests that assume something about
42352              calling srand() without arguments multiple times.
42353      Branch: perl
42354            ! t/op/srand.t
42355 ____________________________________________________________________________
42356 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
42357         Log: Upgrade to Math::BigInt 1.42.
42358      Branch: perl
42359            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42360            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42361            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42362            ! lib/Math/BigInt/t/mbimbf.t
42363 ____________________________________________________________________________
42364 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
42365         Log: integrate change#11847 from maint-5.6
42366              
42367              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42368      Branch: perl
42369            ! sv.c
42370 ____________________________________________________________________________
42371 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
42372         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42373      Branch: maint-5.6/perl
42374            ! sv.c
42375 ____________________________________________________________________________
42376 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
42377         Log: As far as I can tell these functions have been Unicodified.
42378      Branch: perl
42379            ! doop.c
42380 ____________________________________________________________________________
42381 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
42382         Log: Update to Storable 1.0.13.
42383      Branch: perl
42384            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42385            ! ext/Storable/Storable.xs
42386 ____________________________________________________________________________
42387 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
42388         Log: Patch the Filter::Simple test to work with
42389              the core test suite (since the FilterTest.pm
42390              is in t/lib, not in lib).
42391      Branch: perl
42392            ! lib/Filter/Simple/t/filter.t
42393 ____________________________________________________________________________
42394 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
42395         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
42396      Branch: perl
42397            + t/lib/FilterTest.pm
42398            - t/lib/MyFilter.pm
42399 ____________________________________________________________________________
42400 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
42401         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
42402              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
42403              Text::Balanced 1.86.
42404      Branch: perl
42405            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
42406            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
42407            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
42408            + lib/Switch/t/nested.t lib/Switch/t/switch.t
42409            + lib/Text/Balanced/Changes lib/Text/Balanced/README
42410            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
42411            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
42412            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
42413            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
42414            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
42415            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
42416            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
42417            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
42418            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
42419            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
42420            ! MANIFEST lib/Attribute/Handlers.pm
42421            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42422            ! lib/Attribute/Handlers/demo/Demo.pm
42423            ! lib/Attribute/Handlers/demo/Descriptions.pm
42424            ! lib/Attribute/Handlers/demo/MyClass.pm
42425            ! lib/Attribute/Handlers/demo/demo.pl
42426            ! lib/Attribute/Handlers/demo/demo2.pl
42427            ! lib/Attribute/Handlers/demo/demo3.pl
42428            ! lib/Attribute/Handlers/demo/demo4.pl
42429            ! lib/Attribute/Handlers/demo/demo_call.pl
42430            ! lib/Attribute/Handlers/demo/demo_chain.pl
42431            ! lib/Attribute/Handlers/demo/demo_cycle.pl
42432            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
42433            ! lib/Attribute/Handlers/demo/demo_phases.pl
42434            ! lib/Attribute/Handlers/demo/demo_range.pl
42435            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
42436            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
42437            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
42438            ! lib/Text/Balanced.pm
42439 ____________________________________________________________________________
42440 [ 11841] By: sky                                   on 2001/09/03  11:04:15
42441         Log: Forgot to add a file with Change #11840
42442      Branch: perl
42443            + t/op/srand.t
42444 ____________________________________________________________________________
42445 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42446         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42447              From: Michael G Schwern <schwern@pobox.com>
42448              Date: Mon, 3 Sep 2001 07:43:00 -0400
42449              Message-ID: <20010903074300.E9233@blackrider>
42450      Branch: perl
42451            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42452 ____________________________________________________________________________
42453 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42454         Log: Document the changes with regards to running of END blocks.
42455              And DESTROY on global objects are called in perl_destruct()!
42456      Branch: perl
42457            ! pod/perl572delta.pod pod/perlembed.pod
42458 ____________________________________________________________________________
42459 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42460         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42461              From: Michael G Schwern <schwern@pobox.com>
42462              Date: Mon, 3 Sep 2001 06:29:42 -0400
42463              Message-ID: <20010903062942.C9233@blackrider>
42464      Branch: perl
42465            ! t/op/time.t
42466 ____________________________________________________________________________
42467 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42468         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42469              From: Michael G Schwern <schwern@pobox.com>
42470              Date: Mon, 3 Sep 2001 06:24:13 -0400
42471              Message-ID: <20010903062413.B9233@blackrider>
42472      Branch: perl
42473            ! t/op/rand.t
42474 ____________________________________________________________________________
42475 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42476         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42477              From: Michael G Schwern <schwern@pobox.com>
42478              Date: Sun, 2 Sep 2001 21:38:43 -0400
42479              Message-ID: <20010902213843.L2711@blackrider>
42480      Branch: perl
42481            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42482            ! MANIFEST
42483 ____________________________________________________________________________
42484 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42485         Log: Integrate mainline
42486      Branch: perlio
42487           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42488            - t/op/misc.t
42489           !> (integrate 187 files)
42490 ____________________________________________________________________________
42491 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42492         Log: Update Changes.
42493      Branch: perl
42494            ! Changes patchlevel.h
42495 ____________________________________________________________________________
42496 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42497         Log: Slight tweaks.
42498      Branch: perl
42499            ! t/run/kill_perl.t
42500 ____________________________________________________________________________
42501 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42502         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42503      Branch: perl
42504            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42505 ____________________________________________________________________________
42506 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42507         Log: Change #11828 wasn't complete, this updates to intest path
42508      Branch: perl
42509            ! t/run/kill_perl.t
42510 ____________________________________________________________________________
42511 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42512         Log: 's's's.
42513      Branch: perl
42514            ! Changes
42515 ____________________________________________________________________________
42516 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42517         Log: Update Changes.
42518      Branch: perl
42519            ! Changes patchlevel.h
42520 ____________________________________________________________________________
42521 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42522         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42523              From: Michael G Schwern <schwern@pobox.com>
42524              Date: Sat, 1 Sep 2001 20:18:58 -0400
42525              Message-ID: <20010901201858.X606@blackrider>
42526              +MANIFEST Fix
42527      Branch: perl
42528            + t/run/kill_perl.t
42529            - t/op/misc.t t/run/segfault.t
42530            ! MANIFEST
42531 ____________________________________________________________________________
42532 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
42533         Log: Subject: [PATCH] lib/Time/Local.pm
42534              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42535              Date: Sun, 2 Sep 2001 06:50:01 -0500
42536              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
42537      Branch: perl
42538            ! lib/Time/Local.pm
42539 ____________________________________________________________________________
42540 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
42541         Log: Tick off Unicode collation and the normalization from
42542              the todo list.
42543      Branch: perl
42544            ! pod/perltodo.pod
42545 ____________________________________________________________________________
42546 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
42547         Log: Update to Unicode 3.1.1.
42548      Branch: perl
42549            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
42550            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
42551            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
42552            ! lib/unicore/PropList.txt lib/unicore/README.perl
42553            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
42554            ! lib/unicore/rename lib/unicore/version
42555 ____________________________________________________________________________
42556 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
42557         Log: Slight doc tweaks for the module.
42558      Branch: perl
42559            ! lib/Unicode/UCD.pm
42560 ____________________________________________________________________________
42561 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
42562         Log: Rename the variable: it *used* to be (wrongly) that the
42563              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
42564              but that is no more the case: PL_reg_match_utf8 is better.
42565      Branch: perl
42566            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
42567            ! regexec.c sv.c thrdvar.h
42568 ____________________________________________________________________________
42569 [ 11822] By: ams                                   on 2001/09/02  02:54:50
42570         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
42571              From: Ilmari Karonen <iltzu@sci.fi>
42572              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
42573              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
42574              (op/sub_lval.t updated to take new error message into account.)
42575      Branch: perl
42576            ! op.c t/op/sub_lval.t
42577 ____________________________________________________________________________
42578 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
42579         Log: remove stray CRs in files; keep all files with UNIX line-ends
42580              (Porting/makerel adds CRs to the files that need it in the
42581              distribution)
42582      Branch: perl
42583            ! NetWare/t/NWScripts.pl README.dos
42584            ! ext/Encode/Encode/cns11643-1.enc
42585            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
42586            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42587 ____________________________________________________________________________
42588 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
42589         Log: some remnants of change#11803
42590      Branch: perl
42591            ! ext/ByteLoader/byterun.h perl.h
42592 ____________________________________________________________________________
42593 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
42594         Log: Update to Unicode::Collate 0.08.
42595      Branch: perl
42596            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42597            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
42598 ____________________________________________________________________________
42599 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
42600         Log: Test tweaks.
42601      Branch: perl
42602            ! t/op/pat.t
42603 ____________________________________________________________________________
42604 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
42605         Log: Fix test
42606      Branch: maint-5.6/macperl
42607            ! t/lib/b.t
42608 ____________________________________________________________________________
42609 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
42610         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
42611              warnings in Config.pm with -W; increase default and
42612              minimum RAM; bump version number.
42613      Branch: maint-5.6/macperl
42614            + macos/lib/Mac/LowMem.pm
42615            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
42616            ! macos/configpm macos/macperl/MacPerl.r
42617 ____________________________________________________________________________
42618 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
42619         Log: Make syntax check report in MPW style, fix tests
42620              to use Mac::err=unix to get normal-style error
42621              messages.
42622      Branch: maint-5.6/macperl
42623            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
42624            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
42625 ____________________________________________________________________________
42626 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
42627         Log: Make MPW-style errors optional (but the default); add
42628              MacPerl::ErrorFormat() function and Mac::err pragma
42629      Branch: maint-5.6/macperl
42630            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
42631            + macos/ext/Mac/err/err.xs
42632            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
42633            ! macos/macish.c macos/macish.h macos/macperl.sym
42634 ____________________________________________________________________________
42635 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
42636         Log: More module and test ports from Thomas Wegner et al
42637      Branch: maint-5.6/macperl
42638            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42639            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
42640            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
42641            ! t/op/magic.t
42642 ____________________________________________________________________________
42643 [ 11812] By: sky                                   on 2001/09/01  17:19:30
42644         Log: Subject: [PATCH t/op/concat.t] cleanup
42645              From: Michael G Schwern <schwern@pobox.com>
42646              Date: Sat, 1 Sep 2001 14:06:28 -0400
42647              Message-ID: <20010901140628.C606@blackrider>
42648      Branch: perl
42649            ! t/op/concat.t
42650 ____________________________________________________________________________
42651 [ 11811] By: sky                                   on 2001/09/01  12:25:29
42652         Log: Change #11805 didn't update the MANIFEST
42653      Branch: perl
42654            ! MANIFEST
42655 ____________________________________________________________________________
42656 [ 11810] By: sky                                   on 2001/09/01  11:52:44
42657         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
42658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42659              Date: Sat, 1 Sep 2001 14:50:14 +0200
42660              Message-ID: <20010901145014.A691@rafael>
42661      Branch: perl
42662            ! t/op/inccode.t
42663 ____________________________________________________________________________
42664 [ 11809] By: sky                                   on 2001/09/01  11:49:22
42665         Log: Subject: PATCH: ExtUtils::MakeMaker
42666              From: Tony Bowden <tony@kasei.com>
42667              Date: Sat, 1 Sep 2001 10:33:53 +0100
42668              Message-ID: <20010901103353.A13863@soto.kasei.com>
42669              Manually applied
42670      Branch: perl
42671            ! lib/ExtUtils/MakeMaker.pm
42672 ____________________________________________________________________________
42673 [ 11808] By: sky                                   on 2001/09/01  11:39:13
42674         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
42675              From: mike808@users.sourceforge.net
42676              Date: Sat, 1 Sep 101 11:27:50 GMT
42677              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
42678              With little tweak
42679      Branch: perl
42680            ! lib/Term/Cap.pm
42681 ____________________________________________________________________________
42682 [ 11807] By: ams                                   on 2001/09/01  11:31:16
42683         Log: Subject: oct() and hex()
42684              From: Nicholas Clark <nick@ccl4.org>
42685              Date: Fri, 31 Aug 2001 23:14:13 +0100
42686              Message-Id: <20010831231413.J4950@plum.flirble.org>
42687      Branch: perl
42688            ! pod/perlclib.pod
42689 ____________________________________________________________________________
42690 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
42691         Log: Integrate change 11801 from maintperl
42692      Branch: maint-5.6/macperl
42693            ! perl.c
42694 ____________________________________________________________________________
42695 [ 11805] By: sky                                   on 2001/08/31  21:35:10
42696         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
42697              From: Michael G Schwern <schwern@pobox.com>
42698              Date: Fri, 31 Aug 2001 15:36:28 -0400
42699              Message-ID: <20010831153628.B598@blackrider>
42700              Check for things which used to segfault
42701      Branch: perl
42702            + t/run/segfault.t
42703 ____________________________________________________________________________
42704 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
42705         Log: integrate change#11801 from maint-5.6
42706              
42707              remove age-old UNICOS "workaround" that introduces a static, and
42708              hence an egregious race condition for threaded builds (*sigh*
42709              beats me why this kludge wasn't guarded by a UNICOS-specific
42710              #define *sigh*)
42711      Branch: perl
42712            ! perl.c
42713 ____________________________________________________________________________
42714 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
42715         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
42716              working in 5.7.x
42717      Branch: perl
42718            - objXSUB.h
42719            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
42720            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
42721            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
42722            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
42723            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
42724            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
42725            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
42726            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
42727            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
42728            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
42729            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
42730            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
42731            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
42732            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
42733            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
42734            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
42735            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
42736            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
42737            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
42738            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
42739            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
42740            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
42741 ____________________________________________________________________________
42742 [ 11802] By: ams                                   on 2001/08/31  18:11:32
42743         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
42744              From: "Philip Newton" <Philip.Newton@gmx.net>
42745              Date: Fri, 31 Aug 2001 21:12:56 +0200
42746              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
42747      Branch: perl
42748            ! pod/perldiag.pod
42749 ____________________________________________________________________________
42750 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
42751         Log: remove age-old UNICOS "workaround" that introduces a static, and
42752              hence an egregious race condition for threaded builds (*sigh*
42753              beats me why this kludge wasn't guarded by a UNICOS-specific
42754              #define *sigh*)
42755      Branch: maint-5.6/perl
42756            ! perl.c
42757 ____________________________________________________________________________
42758 [ 11800] By: sky                                   on 2001/08/31  17:30:26
42759         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
42760              Might break on platforms where bool is larger than 8 bites ???
42761      Branch: perl
42762            ! regcomp.c
42763 ____________________________________________________________________________
42764 [ 11799] By: ams                                   on 2001/08/31  12:15:44
42765         Log: Integrate 11778 into mainline.
42766      Branch: perl
42767            ! t/base/term.t
42768 ____________________________________________________________________________
42769 [ 11798] By: sky                                   on 2001/08/31  11:31:44
42770         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
42771              supposed to happen.
42772      Branch: perl
42773            ! regcomp.c
42774 ____________________________________________________________________________
42775 [ 11797] By: sky                                   on 2001/08/31  11:28:17
42776         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
42777              From: "John P. Linderman" <jpl@research.att.com>
42778              Date: Fri, 31 Aug 2001 08:20:35 -0400
42779              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
42780              Fixes test 14 which could fail randomly in rare cases.
42781      Branch: perl
42782            ! ext/Time/HiRes/HiRes.t regcomp.c
42783 ____________________________________________________________________________
42784 [ 11796] By: ams                                   on 2001/08/31  01:13:07
42785         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
42786              From: Nicholas Clark <nick@ccl4.org>
42787              Date: Thu, 30 Aug 2001 23:21:50 +0100
42788              Message-Id: <20010830232150.D4950@plum.flirble.org>
42789      Branch: perl
42790            ! ext/Sys/Syslog/Makefile.PL
42791 ____________________________________________________________________________
42792 [ 11795] By: ams                                   on 2001/08/30  23:53:23
42793         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
42794              patching example
42795              From: Michael G Schwern <schwern@pobox.com>
42796              Date: Thu, 30 Aug 2001 17:02:08 -0400
42797              Message-Id: <20010830170208.M2318@blackrider>
42798      Branch: perl
42799            ! pod/perlhack.pod
42800 ____________________________________________________________________________
42801 [ 11794] By: ams                                   on 2001/08/30  19:35:36
42802         Log: Subject: [PATCH] pp_modulo
42803              From: Nicholas Clark <nick@ccl4.org>
42804              Date: Thu, 30 Aug 2001 18:20:54 +0100
42805              Message-Id: <20010830182053.A4950@plum.flirble.org>
42806      Branch: perl
42807            ! pp.c t/op/64bitint.t
42808 ____________________________________________________________________________
42809 [ 11793] By: sky                                   on 2001/08/30  13:02:48
42810         Log: 11792 wasn't complete
42811      Branch: perl
42812            ! makedef.pl regcomp.c
42813 ____________________________________________________________________________
42814 [ 11792] By: sky                                   on 2001/08/30  12:21:11
42815         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
42816      Branch: perl
42817            ! makedef.pl
42818 ____________________________________________________________________________
42819 [ 11791] By: sky                                   on 2001/08/30  10:08:02
42820         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
42821      Branch: perl
42822            ! config_h.SH
42823 ____________________________________________________________________________
42824 [ 11790] By: sky                                   on 2001/08/30  08:22:31
42825         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
42826              on the pad. Fixes coredumps in cleanups introduced by
42827              Change 11755  
42828      Branch: perl
42829            ! op.c perl.c sv.h
42830 ____________________________________________________________________________
42831 [ 11789] By: sky                                   on 2001/08/29  19:01:47
42832         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
42833              This is a replacement implmentation that works on HPUX.
42834              This bug should probably be fixed in GCC.
42835      Branch: perl
42836            ! ext/Socket/Socket.xs
42837 ____________________________________________________________________________
42838 [ 11788] By: ams                                   on 2001/08/29  17:35:33
42839         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
42840              From: Nicholas Clark <nick@ccl4.org>
42841              Date: Wed, 29 Aug 2001 18:21:56 +0100
42842              Message-Id: <20010829182156.O4950@plum.flirble.org>
42843      Branch: perl
42844            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
42845 ____________________________________________________________________________
42846 [ 11787] By: sky                                   on 2001/08/29  10:42:54
42847         Log: Added test for pack_addr_in and unpack_addr_in
42848              Nitpik in test 10
42849      Branch: perl
42850            ! ext/Socket/Socket.t
42851 ____________________________________________________________________________
42852 [ 11786] By: sky                                   on 2001/08/29  10:28:14
42853         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
42854              Trying to catch errors on HP-UX
42855      Branch: perl
42856            ! ext/Socket/Socket.t
42857 ____________________________________________________________________________
42858 [ 11785] By: sky                                   on 2001/08/29  09:07:03
42859         Log: make sure USE_THREADS is defined so external apps work
42860      Branch: perl
42861            ! config_h.SH
42862 ____________________________________________________________________________
42863 [ 11784] By: sky                                   on 2001/08/29  08:06:12
42864         Log: Subject: Re: The hitlist of untested modules.
42865              From: Jonathan Stowe <gellyfish@gellyfish.com>
42866              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
42867              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
42868              Start of tests for Shell.pm (make Schwern poorer!)
42869      Branch: perl
42870            + lib/Shell.t
42871            ! MANIFEST
42872 ____________________________________________________________________________
42873 [ 11783] By: sky                                   on 2001/08/29  07:37:50
42874         Log: END{} can change the return value even if we die from BEGIN{}
42875      Branch: perl
42876            ! miniperlmain.c
42877 ____________________________________________________________________________
42878 [ 11782] By: ams                                   on 2001/08/29  06:32:17
42879         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
42880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42881              Date: Wed, 29 Aug 2001 09:18:17 +0200
42882              Message-Id: <20010829091817.A4453@rafael>
42883      Branch: perl
42884            ! t/op/inccode.t
42885 ____________________________________________________________________________
42886 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
42887         Log: Delete xsubpp.patch, as full copy exists now
42888      Branch: maint-5.6/macperl
42889            - macos/xsubpp.patch
42890 ____________________________________________________________________________
42891 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
42892         Log: Add Changes file
42893      Branch: maint-5.6/macperl
42894            + macos/Changes
42895 ____________________________________________________________________________
42896 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
42897         Log: Add Mac version of xsubpp as separate file
42898      Branch: maint-5.6/macperl
42899            + macos/xsubpp
42900            ! macos/Makefile.mk
42901 ____________________________________________________________________________
42902 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
42903         Log: Fix open of /dev/null for Mac OS
42904      Branch: maint-5.6/macperl
42905            ! t/base/term.t
42906 ____________________________________________________________________________
42907 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
42908         Log: Various patches: enable more tests; skip CVS in PerlInstall;
42909              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
42910      Branch: maint-5.6/macperl
42911            ! macos/MacPerlTests.cmd macos/PerlInstall
42912            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
42913 ____________________________________________________________________________
42914 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
42915         Log: Allow for platforms to override formatting of errors
42916              on output from Matthias Neeracher (Mac files)
42917      Branch: maint-5.6/macperl
42918            ! macos/macish.c macos/macish.h
42919 ____________________________________________________________________________
42920 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
42921         Log: Allow for platforms to override formatting of errors
42922              on output from Matthias Neeracher (core files)
42923      Branch: maint-5.6/macperl
42924            ! perl.h pp_ctl.c util.c
42925 ____________________________________________________________________________
42926 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
42927         Log: Add some param checking, from reports by Kevin Reid.
42928      Branch: maint-5.6/macperl
42929            ! macos/ext/Mac/Controls/Controls.pm
42930            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
42931 ____________________________________________________________________________
42932 [ 11773] By: ams                                   on 2001/08/28  23:54:57
42933         Log: Subject: [PATCH] make coretest
42934              From: Paul Johnson <paul@pjcj.net>
42935              Date: Wed, 29 Aug 2001 00:11:38 +0200
42936              Message-Id: <20010829001138.B12169@pjcj.net>
42937              (Applied without the change to perlhack.pod. This should
42938              probably stay undocumented.)
42939      Branch: perl
42940            ! Makefile.SH t/TEST
42941 ____________________________________________________________________________
42942 [ 11772] By: sky                                   on 2001/08/28  13:01:20
42943         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
42944              From: Michael G Schwern <schwern@pobox.com>
42945              Date: Tue, 28 Aug 2001 09:57:39 -0400
42946              Message-ID: <20010828095738.E17775@blackrider>
42947      Branch: perl
42948            ! pod/perlhack.pod t/op/pack.t
42949 ____________________________________________________________________________
42950 [ 11771] By: sky                                   on 2001/08/28  11:20:13
42951         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
42952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42953              Date: Tue, 28 Aug 2001 14:23:43 +0200
42954              Message-ID: <20010828142343.A19299@rafael>
42955      Branch: perl
42956            ! pod/perlvar.pod pp_ctl.c
42957 ____________________________________________________________________________
42958 [ 11770] By: ams                                   on 2001/08/28  10:13:21
42959         Log: Subject: [PATCH] odd typo in op.h
42960              From: Nicholas Clark <nick@ccl4.org>
42961              Date: Tue, 28 Aug 2001 12:10:26 +0100
42962              Message-Id: <20010828121026.V4950@plum.flirble.org>
42963      Branch: perl
42964            ! op.h
42965 ____________________________________________________________________________
42966 [ 11769] By: sky                                   on 2001/08/28  08:09:16
42967         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
42968              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
42969              Date: Tue, 28 Aug 2001 02:22:20 +0300
42970              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
42971      Branch: perl
42972            ! ext/B/B/Lint.pm
42973 ____________________________________________________________________________
42974 [ 11768] By: ams                                   on 2001/08/28  00:47:35
42975         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42976              From: Michael G Schwern <schwern@pobox.com>
42977              Date: Mon, 27 Aug 2001 21:24:44 -0400
42978              Message-Id: <20010827212444.F12582@blackrider>
42979      Branch: perl
42980            ! pod/perlhack.pod t/op/pack.t
42981 ____________________________________________________________________________
42982 [ 11767] By: ams                                   on 2001/08/27  23:59:48
42983         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42984              From: Michael G Schwern <schwern@pobox.com>
42985              Date: Mon, 27 Aug 2001 20:12:29 -0400
42986              Message-Id: <20010827201229.D12582@blackrider>
42987      Branch: perl
42988            ! pod/perlhack.pod t/op/pack.t
42989 ____________________________________________________________________________
42990 [ 11766] By: ams                                   on 2001/08/27  23:39:40
42991         Log: Update Changes.
42992      Branch: perl
42993            ! Changes
42994 ____________________________________________________________________________
42995 [ 11765] By: ams                                   on 2001/08/27  22:53:10
42996         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
42997              From: Michael G Schwern <schwern@pobox.com>
42998              Date: Mon, 27 Aug 2001 19:47:30 -0400
42999              Message-Id: <20010827194730.C12582@blackrider>
43000      Branch: perl
43001            ! t/op/inccode.t
43002 ____________________________________________________________________________
43003 [ 11764] By: ams                                   on 2001/08/27  22:46:21
43004         Log: Subject: [PATCH] new tests for the coderef-in-@INC
43005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43006              Date: Mon, 27 Aug 2001 22:36:27 +0200
43007              Message-Id: <20010827223627.C690@rafael>
43008              
43009              Subject: Re: [PATCH] new tests for the coderef-in-@INC
43010              From: Nicholas Clark <nick@ccl4.org>
43011              Date: Tue, 28 Aug 2001 00:02:46 +0100
43012              Message-Id: <20010828000245.R4950@plum.flirble.org>
43013      Branch: perl
43014            + t/op/inccode.t
43015            ! MANIFEST
43016 ____________________________________________________________________________
43017 [ 11763] By: ams                                   on 2001/08/27  22:41:09
43018         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
43019              bleadperl on fire, Win95+4NT)
43020              From: Michael G Schwern <schwern@pobox.com>
43021              Date: Mon, 27 Aug 2001 16:54:42 -0400
43022              Message-Id: <20010827165442.F9436@blackrider>
43023      Branch: perl
43024            ! lib/warnings.t
43025 ____________________________________________________________________________
43026 [ 11762] By: sky                                   on 2001/08/27  19:19:17
43027         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
43028              avaible at compile time. This broke the compilation of 
43029              Net/Ping.pm
43030      Branch: perl
43031            ! lib/Net/Ping.pm
43032 ____________________________________________________________________________
43033 [ 11761] By: sky                                   on 2001/08/27  18:34:48
43034         Log: Removed tripple definitions of CUSTOM_OP functions.
43035      Branch: perl
43036            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43037 ____________________________________________________________________________
43038 [ 11760] By: sky                                   on 2001/08/27  18:21:27
43039         Log: Regen headers
43040      Branch: perl
43041            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
43042            ! perlapi.h proto.h
43043 ____________________________________________________________________________
43044 [ 11759] By: ams                                   on 2001/08/27  16:31:53
43045         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
43046              From: "chromatic" <chromatic@rmci.net>
43047              Date: Mon, 27 Aug 2001 11:17:09 -0600
43048              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
43049      Branch: perl
43050            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
43051 ____________________________________________________________________________
43052 [ 11758] By: sky                                   on 2001/08/27  15:16:42
43053         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
43054              Thanks to H. Merijn Brand for the patch.
43055              Some of the comments and or guards might be removable in perl.h now.
43056      Branch: perl
43057            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
43058            ! Porting/Glossary Porting/config_H README.threads config_h.SH
43059            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
43060            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
43061            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
43062            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
43063            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
43064            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
43065            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
43066            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
43067            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43068            ! win32/config_H.vc win32/perllib.c win32/win32.h
43069            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
43070            ! wince/config.h wince/config_H.ce wince/win32.h
43071            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
43072 ____________________________________________________________________________
43073 [ 11757] By: sky                                   on 2001/08/27  13:39:16
43074         Log: Subject: GNU ld parses arguments different
43075              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43076              Date: Mon, 27 Aug 2001 16:25:51 +0200
43077              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
43078      Branch: perl
43079            ! hints/hpux.sh
43080 ____________________________________________________________________________
43081 [ 11756] By: sky                                   on 2001/08/27  13:18:45
43082         Log: Subject: Custom Ops
43083              From: Simon Cozens <simon@netthink.co.uk>
43084              Date: Sat, 25 Aug 2001 17:45:09 +0100
43085              Message-ID: <20010825174509.A5752@netthink.co.uk>
43086              I also added a fix to Opcode.pm to quite test cases.
43087      Branch: perl
43088            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
43089            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
43090 ____________________________________________________________________________
43091 [ 11755] By: sky                                   on 2001/08/27  05:37:17
43092         Log: Plugs a memory leak on destruction of regular expressions
43093              introcued by #11274.
43094              PL_regex_padav now has an AV as it's first entry with a list
43095              of freed regex_padav slots that it will reuse on creating
43096              new PMOPs.
43097      Branch: perl
43098            ! op.c perl.c
43099 ____________________________________________________________________________
43100 [ 11754] By: ams                                   on 2001/08/26  14:38:52
43101         Log: Subject: [PATCH] t/io/binmode.t
43102              From: Nicholas Clark <nick@ccl4.org>
43103              Date: Sun, 26 Aug 2001 12:03:05 +0100
43104              Message-Id: <20010826120305.C4950@plum.flirble.org>
43105              
43106              (Also a nitpick in #11752 to t/op/universal.t)
43107      Branch: perl
43108            ! t/io/binmode.t t/op/universal.t
43109 ____________________________________________________________________________
43110 [ 11753] By: ams                                   on 2001/08/26  08:19:34
43111         Log: Subject: [PATCH] op/universal.t failing
43112              From: Nicholas Clark <nick@ccl4.org>
43113              Date: Sun, 26 Aug 2001 09:48:22 +0100
43114              Message-Id: <20010826094822.B4950@plum.flirble.org>
43115      Branch: perl
43116            ! t/op/universal.t
43117 ____________________________________________________________________________
43118 [ 11752] By: ams                                   on 2001/08/25  22:46:13
43119         Log: Subject: Re: 'can' with undefined subs
43120              From: Tony Bowden <tony@kasei.com>
43121              Date: Sat, 25 Aug 2001 14:58:17 +0100
43122              Message-Id: <20010825145817.A11788@soto.kasei.com>
43123              (Applied with minor modifications.)
43124      Branch: perl
43125            ! t/op/universal.t
43126 ____________________________________________________________________________
43127 [ 11751] By: ams                                   on 2001/08/25  18:28:43
43128         Log: Subject: Re: 'can' with undefined subs
43129              From: Tony Bowden <tony@kasei.com>
43130              Date: Sat, 25 Aug 2001 15:13:14 +0100
43131              Message-Id: <20010825151314.B11788@soto.kasei.com>
43132      Branch: perl
43133            ! lib/UNIVERSAL.pm
43134 ____________________________________________________________________________
43135 [ 11750] By: nick                                  on 2001/08/25  15:24:15
43136         Log: Integrate mainline
43137      Branch: perlio
43138           +> t/io/binmode.t
43139           !> (integrate 26 files)
43140 ____________________________________________________________________________
43141 [ 11749] By: nick                                  on 2001/08/25  14:55:41
43142         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
43143              From:  John Peacock <jpeacock@rowman.com>
43144              Date:  Wed, 22 Aug 2001 12:05:28 -0400
43145              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
43146      Branch: perl
43147            ! pod/perlhack.pod
43148 ____________________________________________________________________________
43149 [ 11748] By: nick                                  on 2001/08/25  14:53:04
43150         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
43151              From:  Michael G Schwern <schwern@pobox.com>
43152              Date:  Wed, 22 Aug 2001 19:22:45 -0400
43153              Message-Id:  <20010822192245.U619@blackrider>
43154      Branch: perl
43155            ! MANIFEST
43156 ____________________________________________________________________________
43157 [ 11747] By: nick                                  on 2001/08/25  14:52:33
43158         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
43159              From:  Nicholas Clark <nick@ccl4.org>
43160              Date:  Wed, 22 Aug 2001 23:29:06 +0100
43161              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
43162      Branch: perl
43163            + t/io/binmode.t
43164            ! perlio.c pod/perlfunc.pod
43165 ____________________________________________________________________________
43166 [ 11744] By: nick                                  on 2001/08/25  14:37:33
43167         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
43168              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43169              Date:  Fri, 24 Aug 2001 22:10:42 +0200
43170              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
43171      Branch: perl
43172            ! x2p/a2py.c x2p/walk.c
43173 ____________________________________________________________________________
43174 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43175         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43176              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43177              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43178              Message-Id:  <20010824233413.A1285@rafael>
43179      Branch: perl
43180            ! pod/perlfunc.pod pod/perlvar.pod
43181 ____________________________________________________________________________
43182 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43183         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43184              From: Nicholas Clark <nick@ccl4.org>
43185              Date: Sat, 25 Aug 2001 14:50:07 +0100
43186              Message-Id: <20010825145007.L41464@plum.flirble.org>
43187      Branch: perl
43188            ! pp_ctl.c
43189 ____________________________________________________________________________
43190 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43191         Log: When applying patch via Porting/apply fails, do p4 refresh
43192              to get old files back.
43193      Branch: perl
43194            ! Porting/apply
43195 ____________________________________________________________________________
43196 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43197         Log: #11739 was incomplete.
43198      Branch: perl
43199            ! pod/perldiag.pod
43200 ____________________________________________________________________________
43201 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43202         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43203              From: "Philip Newton" <Philip.Newton@gmx.net>
43204              Date: Fri, 24 Aug 2001 07:08:34 +0200
43205      Branch: perl
43206            ! pod/perldiag.pod
43207 ____________________________________________________________________________
43208 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43209         Log: Fixed Doug Wilson's email address.
43210      Branch: perl
43211            ! AUTHORS
43212 ____________________________________________________________________________
43213 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43214         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43215              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43216              Date: Thu, 23 Aug 2001 22:22:58 +0200
43217              Message-Id: <20010823222258.A901@rafael>
43218      Branch: perl
43219            ! pod/perldiag.pod
43220 ____________________________________________________________________________
43221 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43222         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43223              From: "Craig A. Berry" <craigberry@mac.com>
43224              Date: Thu, 23 Aug 2001 19:07:45 -0500
43225              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43226      Branch: perl
43227            ! configure.com
43228 ____________________________________________________________________________
43229 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43230         Log: Backed out 11732, it breaks lib/strict.t 
43231      Branch: perl
43232            ! op.c
43233 ____________________________________________________________________________
43234 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43235         Log: Removed toy from 17133 after Matt Sargeants request.
43236      Branch: perl
43237            ! pod/perlfaq4.pod
43238 ____________________________________________________________________________
43239 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43240         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43241              From: Robin Houston <robin@kitsite.com>
43242              Date: Wed, 22 Aug 2001 23:06:16 +0100
43243              Message-ID: <20010822230616.A254@robin.kitsite.com>
43244      Branch: perl
43245            ! pod/perlfaq4.pod
43246 ____________________________________________________________________________
43247 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43248         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43249              From: Simon Cozens <simon@netthink.co.uk>
43250              Date: Thu, 23 Aug 2001 12:06:36 +0100
43251              Message-ID: <20010823120636.A9961@netthink.co.uk>
43252      Branch: perl
43253            ! op.c
43254 ____________________________________________________________________________
43255 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43256         Log: fix broken windows build
43257      Branch: perl
43258            ! perl.h
43259 ____________________________________________________________________________
43260 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43261         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43262              From: Nicholas Clark <nick@ccl4.org>
43263              Date: Wed, 22 Aug 2001 23:25:58 +0100
43264              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43265      Branch: perl
43266            ! t/io/tell.t
43267 ____________________________________________________________________________
43268 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43269         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43270              questions)
43271              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43272              Date: Wed, 22 Aug 2001 17:09:04 -0400
43273              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43274              (Oops, forgot File::Spec::Unix in the previous patch.)
43275      Branch: perl
43276            ! lib/File/Spec/Unix.pm
43277 ____________________________________________________________________________
43278 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43279         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43280              questions)
43281              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43282              Date: Wed, 22 Aug 2001 17:09:04 -0400
43283              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43284      Branch: perl
43285            ! lib/File/Spec.pm
43286 ____________________________________________________________________________
43287 [ 11727] By: ams                                   on 2001/08/22  19:43:30
43288         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
43289              From: John Peacock <jpeacock@rowman.com>
43290              Date: Wed, 22 Aug 2001 12:35:52 -0400
43291              Message-Id: <3B83DF68.5D89DC81@rowman.com>
43292              (Adds proper tests for $], notwithstanding Subject. +nitpick)
43293      Branch: perl
43294            ! t/op/ver.t
43295 ____________________________________________________________________________
43296 [ 11726] By: ams                                   on 2001/08/22  19:36:39
43297         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
43298              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
43299              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
43300              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
43301      Branch: perl
43302            ! lib/diagnostics.pm lib/diagnostics.t
43303 ____________________________________________________________________________
43304 [ 11725] By: ams                                   on 2001/08/22  19:25:01
43305         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
43306              From: Nicholas Clark <nick@ccl4.org>
43307              Date: Wed, 22 Aug 2001 20:59:05 +0100
43308              Message-Id: <20010822205905.U82818@plum.flirble.org>
43309      Branch: perl
43310            ! pp.c t/op/64bitint.t t/op/arith.t
43311 ____________________________________________________________________________
43312 [ 11724] By: ams                                   on 2001/08/22  10:02:33
43313         Log: Subject: Configure blooper
43314              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43315              Date: Wed, 22 Aug 2001 12:38:35 +0200
43316              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
43317      Branch: perl
43318            ! Configure
43319 ____________________________________________________________________________
43320 [ 11723] By: ams                                   on 2001/08/21  16:17:53
43321         Log: Subject: [PATCH] installperl -help
43322              From: Nicholas Clark <nick@ccl4.org>
43323              Date: Tue, 21 Aug 2001 17:34:23 +0100
43324              Message-Id: <20010821173423.F82818@plum.flirble.org>
43325      Branch: perl
43326            ! installperl
43327 ____________________________________________________________________________
43328 [ 11722] By: ams                                   on 2001/08/20  07:46:31
43329         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
43330              From: Ilmari Karonen <iltzu@sci.fi>
43331              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
43332              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
43333      Branch: perl
43334            ! pod/perlvar.pod
43335 ____________________________________________________________________________
43336 [ 11721] By: nick                                  on 2001/08/20  06:24:31
43337         Log: Integrate mainline
43338      Branch: perlio
43339           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
43340           +> lib/Lingua/KO/Hangul/Util/Changes
43341           +> lib/Lingua/KO/Hangul/Util/README
43342           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43343           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43344           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43345           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43346           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43347           +> lib/Unicode/Normalize/t/test.t
43348            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43349           !> (integrate 55 files)
43350 ____________________________________________________________________________
43351 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
43352         Log: Integrate Change #11599 from maint-5.6/perl
43353      Branch: maint-5.6/macperl
43354           !> README.win32
43355 ____________________________________________________________________________
43356 [ 11719] By: ams                                   on 2001/08/18  21:21:42
43357         Log: Add Porting/apply to MANIFEST.
43358      Branch: perl
43359            ! MANIFEST
43360 ____________________________________________________________________________
43361 [ 11718] By: sky                                   on 2001/08/18  14:38:01
43362         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
43363              Better solution would be to make 5005threaded perl use
43364              the same system as ithreads do
43365      Branch: perl
43366            ! perl.h
43367 ____________________________________________________________________________
43368 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
43369         Log: New try for ID 20010407.006: detach the semantics
43370              "was the last match target UTF8" into its own variable.
43371      Branch: perl
43372            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
43373            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
43374 ____________________________________________________________________________
43375 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
43376         Log: UTF8 flag should be meaningful only when POK.
43377      Branch: perl
43378            ! dump.c
43379 ____________________________________________________________________________
43380 [ 11715] By: sky                                   on 2001/08/18  11:45:16
43381         Log: USE_THREADS and USE_ITHREADS are never true at the same time
43382      Branch: perl
43383            ! perl.h
43384 ____________________________________________________________________________
43385 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
43386         Log: Retract #11712 for now.  The real fix would probably
43387              be something like making PL_reg_sv a copy (PV + UTF8)
43388              of the matched/substituted string (note: not just a SvPOK
43389              string, for example the stringified form of a ROK would
43390              be applicable)  Beware of leaks.
43391      Branch: perl
43392            ! pp_hot.c t/op/pat.t
43393 ____________________________________________________________________________
43394 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
43395         Log: UTF8 wasn't printing for PVMGs.
43396      Branch: perl
43397            ! dump.c
43398 ____________________________________________________________________________
43399 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
43400         Log: (Retracted by #11714)
43401              
43402              Okay analysis, debatable fix.  (The fix will inc
43403              the refcount of all temporary match objects,
43404              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
43405              which will then cause griping at untie() time
43406              ("inner references remain").
43407              
43408              Fix for ID 20010407.006: PL_reg_sv got wiped out
43409              by freetemps if the match target was a temporary
43410              (like function_call() =~ /.../), which in turn meant
43411              that the $1 et al stopped working if they had UTF-8
43412              in them.  Therefore bump up the refcount of PL_reg_sv.
43413      Branch: perl
43414            ! pp_hot.c t/op/pat.t
43415 ____________________________________________________________________________
43416 [ 11711] By: ams                                   on 2001/08/17  20:32:08
43417         Log: Subject: [PATCH] doesn't compile, was perl@11710
43418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43419              Date: Fri, 17 Aug 2001 23:21:10 +0200
43420              Message-Id: <20010817232110.C7041@rafael> 
43421      Branch: perl
43422            ! sharedsv.c
43423 ____________________________________________________________________________
43424 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
43425         Log: Update Changes.
43426      Branch: perl
43427            ! Changes patchlevel.h
43428 ____________________________________________________________________________
43429 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
43430         Log: Upgrade to libnet 1.0704.
43431      Branch: perl
43432            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43433            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
43434            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
43435            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
43436            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
43437            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
43438            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
43439 ____________________________________________________________________________
43440 [ 11708] By: sky                                   on 2001/08/17  13:34:04
43441         Log: Let perl_clone copy PL_exit_flags
43442      Branch: perl
43443            ! sv.c
43444 ____________________________________________________________________________
43445 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43446         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43447      Branch: perl
43448            ! sharedsv.c sharedsv.h
43449 ____________________________________________________________________________
43450 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43451         Log: The metaconfig unit change for #11705.
43452      Branch: metaconfig/U/perl
43453            ! Extensions.U
43454 ____________________________________________________________________________
43455 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43456         Log: Allow the threads extension to be found if present.
43457      Branch: perl
43458            ! Configure
43459 ____________________________________________________________________________
43460 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43461         Log: Mail -> change script (pre-alpha)
43462      Branch: perl
43463            + Porting/apply
43464 ____________________________________________________________________________
43465 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43466         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43467              Thanks to Tom Hospel for pointing out my error.
43468      Branch: perl
43469            ! op.h
43470 ____________________________________________________________________________
43471 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43472         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.
43473      Branch: perl
43474            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43475 ____________________________________________________________________________
43476 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43477         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43478              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43479      Branch: perl
43480            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43481            + lib/Lingua/KO/Hangul/Util/README
43482            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43483            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43484            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43485            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43486            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43487            + lib/Unicode/Normalize/t/test.t
43488            ! MANIFEST
43489 ____________________________________________________________________________
43490 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43491         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43492              Date: Thu, 16 Aug 2001 22:46:15 -0500
43493              From: "Craig A. Berry" <craigberry@mac.com>
43494              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43495      Branch: perl
43496            ! configure.com numeric.c
43497 ____________________________________________________________________________
43498 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43499         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43500              of the usual suspects (like getpwent) but not for others
43501              (like localtime and rand).  The _r versions are available
43502              for all of them, so let's use them.
43503      Branch: perl
43504            ! perl.h
43505 ____________________________________________________________________________
43506 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43507         Log: (Accidental apply; thankfully empty.)
43508      Branch: perl
43509            ! hints/os390.sh
43510 ____________________________________________________________________________
43511 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43512         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43513              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43514              Date: Thu, 16 Aug 2001 16:27:49 +0100
43515              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43516      Branch: perl
43517            ! regexec.c t/op/re_tests
43518 ____________________________________________________________________________
43519 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43520         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43521              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43522              Date: Thu, 16 Aug 2001 18:50:01 +0100
43523              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
43524      Branch: perl
43525            ! pp_hot.c t/op/pat.t
43526 ____________________________________________________________________________
43527 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
43528         Log: Subject: [PATCH] *time_r again
43529              From: "Arthur Bergman" <arthur@contiller.se>
43530              Date: Thu, 16 Aug 2001 16:01:54 +0200
43531              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
43532      Branch: perl
43533            ! op.h
43534 ____________________________________________________________________________
43535 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
43536         Log: system() and backtick error handling cleanup from Craig A. Berry.
43537      Branch: perl
43538            ! vms/vms.c
43539 ____________________________________________________________________________
43540 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
43541         Log: change#10334 leaks memory, copies string when it doesn't
43542              need to
43543      Branch: perl
43544            ! perl.c
43545 ____________________________________________________________________________
43546 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
43547         Log: One more twist to the sprintf + utf8 testing.
43548      Branch: perl
43549            ! t/op/misc.t
43550 ____________________________________________________________________________
43551 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
43552         Log: Fix for 20010407.008 sprintf removes utf8-ness.
43553      Branch: perl
43554            ! pp.c t/op/misc.t
43555 ____________________________________________________________________________
43556 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
43557         Log: Subject: [PATCH] *time_r fixes
43558              From: "Arthur Bergman" <arthur@contiller.se>
43559              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
43560              Date: Thu, 16 Aug 2001 14:22:27 +0200
43561      Branch: perl
43562            ! op.h
43563 ____________________________________________________________________________
43564 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
43565         Log: Upgrade to CGI.pm 2.77.
43566      Branch: perl
43567            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
43568            ! lib/CGI/t/function.t
43569 ____________________________________________________________________________
43570 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
43571         Log: Document the bytes-to-Unicode upgrading.
43572      Branch: perl
43573            ! pod/perlunicode.pod
43574 ____________________________________________________________________________
43575 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
43576         Log: Add a test for Unicode sprintf.
43577      Branch: perl
43578            ! t/op/misc.t
43579 ____________________________________________________________________________
43580 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
43581         Log: Add Unicode tests for index/rindex.
43582      Branch: perl
43583            ! t/op/index.t
43584 ____________________________________________________________________________
43585 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
43586         Log: Document a bit the art of minimizing the installation,
43587              based on the p5p discussion.
43588      Branch: perl
43589            ! INSTALL
43590 ____________________________________________________________________________
43591 [ 11684] By: nick                                  on 2001/08/15  15:03:31
43592         Log: Integrate mainline
43593      Branch: perlio
43594           +> sharedsv.c sharedsv.h
43595           !> (integrate 53 files)
43596 ____________________________________________________________________________
43597 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
43598         Log: Update Changes.
43599      Branch: perl
43600            ! Changes patchlevel.h
43601 ____________________________________________________________________________
43602 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
43603         Log: The #11673 necessitated a test tweak.
43604      Branch: perl
43605            ! t/io/utf8.t
43606 ____________________________________________________________________________
43607 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
43608         Log: Also UNICOS is in the general case unable to silently
43609              handle fp overflows.
43610      Branch: perl
43611            ! numeric.c
43612 ____________________________________________________________________________
43613 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
43614         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
43615              NV_EPSILON #defined.
43616      Branch: perl
43617            ! perl.h
43618 ____________________________________________________________________________
43619 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
43620         Log: Re-establish the fp overflow detection for VAX VMS; there
43621              is no easy way to have the IEEE fp silent overflow semantics.
43622              (in Alpha VMS we still will use IEEE fp by default-- but it
43623              is still possible to configure Perl to use G_FLOAT)
43624      Branch: perl
43625            ! numeric.c
43626 ____________________________________________________________________________
43627 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
43628         Log: Subject: [PATCH] pp_lock 
43629              From: "Arthur Bergman" <arthur@contiller.se>
43630              Date: Wed, 15 Aug 2001 11:52:16 +0200
43631              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
43632      Branch: perl
43633            ! pp.c
43634 ____________________________________________________________________________
43635 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
43636         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
43637              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43638              Date: Wed, 15 Aug 2001 11:32:11 +0100
43639              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
43640      Branch: perl
43641            ! regcomp.c t/op/re_tests
43642 ____________________________________________________________________________
43643 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
43644         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
43645              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43646              Date: Wed, 15 Aug 2001 10:33:49 +0100
43647              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
43648      Branch: perl
43649            ! regexec.c t/op/re_tests
43650 ____________________________________________________________________________
43651 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
43652         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
43653              From: Barrie Slaymaker <barries@slaysys.com>
43654              Date: Tue, 14 Aug 2001 14:32:25 -0400
43655              Message-ID: <20010814143225.A19822@jester.slaysys.com>
43656      Branch: perl
43657            ! lib/File/Spec.t lib/File/Spec/Unix.pm
43658 ____________________________________________________________________________
43659 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
43660         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
43661              From: Peter Prymmer <pvhp@forte.com>
43662              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
43663              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
43664      Branch: perl
43665            ! README.vms configure.com
43666 ____________________________________________________________________________
43667 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
43668         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
43669              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43670              Date: Tue, 14 Aug 2001 21:23:27 +0200
43671              Message-ID: <20010814212327.A1919@rafael>
43672      Branch: perl
43673            ! doio.c
43674 ____________________________________________________________________________
43675 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
43676         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
43677              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43678              Date: Tue, 14 Aug 2001 22:30:11 +0200
43679              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
43680              
43681              Combination of nmake, quoting, and Perl expanded $( in here-doc.
43682      Branch: perl
43683            ! ext/SDBM_File/Makefile.PL
43684 ____________________________________________________________________________
43685 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
43686         Log: Todo updates.
43687      Branch: perl
43688            ! pod/perltodo.pod
43689 ____________________________________________________________________________
43690 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
43691         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
43692              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43693              Date: Mon, 13 Aug 2001 23:15:01 +0200
43694              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
43695      Branch: perl
43696            ! sv.c
43697 ____________________________________________________________________________
43698 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
43699         Log: Subject: [PATCH] [b-]showlex.t
43700              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43701              Date: Sun, 12 Aug 2001 22:24:51 +0200
43702              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
43703              
43704              The 4nt command shell will expand the % in command line
43705              no matter what quoting is attempted, changed the % to @.
43706      Branch: perl
43707            ! ext/B/Showlex.t
43708 ____________________________________________________________________________
43709 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
43710         Log: Subject: [PATCH] magic.t
43711              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43712              Date: Sun, 12 Aug 2001 20:49:27 +0200
43713              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
43714      Branch: perl
43715            ! t/op/magic.t
43716 ____________________________________________________________________________
43717 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
43718         Log: Add sharedsv* to the DOSish platforms; plus add
43719              some WinCE files to the list of DOSish files.
43720      Branch: perl
43721            ! NetWare/Makefile Porting/makerel win32/Makefile
43722            ! win32/makefile.mk wince/Makefile.ce
43723 ____________________________________________________________________________
43724 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
43725         Log: More DOSish files.
43726      Branch: perl
43727            ! Porting/makerel
43728 ____________________________________________________________________________
43729 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
43730         Log: Strip CRs from the WinCE files.  Now we need to
43731              figure out in which CRs are really needed: probably
43732              Makefile.ce and the README files, at least, probably
43733              also the registry.bat.
43734      Branch: perl
43735            ! wince/Makefile.ce wince/README.compile wince/README.perlce
43736            ! wince/config.h wince/include/cectype.h wince/include/errno.h
43737            ! wince/include/sys/stat.h wince/include/sys/types.h
43738            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
43739            ! wince/perldll.def wince/registry.bat wince/wince.h
43740            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
43741 ____________________________________________________________________________
43742 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
43743         Log: Add some files to DOSish and writables.
43744      Branch: perl
43745            ! Porting/makerel
43746 ____________________________________________________________________________
43747 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
43748         Log: Compile failure message tidying.
43749      Branch: perl
43750            ! t/lib/1_compile.t
43751 ____________________________________________________________________________
43752 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
43753         Log: The new sharedsv* should be exported only if usethreads.
43754      Branch: perl
43755            ! makedef.pl
43756 ____________________________________________________________________________
43757 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
43758         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
43759              From: Peter Prymmer <pvhp@forte.com>
43760              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
43761              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
43762      Branch: perl
43763            ! README.os390
43764 ____________________________________________________________________________
43765 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
43766         Log: Update Changes.
43767      Branch: perl
43768            ! Changes patchlevel.h
43769 ____________________________________________________________________________
43770 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
43771         Log: Subject: [PATHC] sharedsv.[c|h]
43772              From: "Artur Bergman" <artur@contiller.se>
43773              Date: Mon, 13 Aug 2001 14:38:41 +0200
43774              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
43775              
43776              Subject: [PATCH] embed.pl
43777              From: Arthur Bergman <arthur@contiller.se>
43778              Date: Mon, 13 Aug 2001 14:38:14 +0200
43779              Message-ID: <B79D96D6.3088%arthur@contiller.se>
43780              
43781              Subject: [PATCH] sharedsv cleanups
43782              From: "Arthur Bergman" <arthur@contiller.se>
43783              Date: Mon, 13 Aug 2001 15:14:25 +0200
43784              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
43785              
43786              Plus few tweaks: _init needs to be Adp, the prototypes
43787              should not be revealed unless using ithreads, #endif FOO
43788              must be #endif /* FOO */, adding (parentheses) around
43789              do { } while doesn't work too well.
43790      Branch: perl
43791            + sharedsv.c sharedsv.h
43792            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
43793            ! perl.h perlapi.c pod/perlapi.pod proto.h
43794 ____________________________________________________________________________
43795 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
43796         Log: Subject: Re: END {} blocks run in perl_run
43797              From: Arthur Bergman <arthur@contiller.se>
43798              Date: Mon, 13 Aug 2001 11:11:30 +0200
43799              Message-ID: <B79D6661.3068%arthur@contiller.se>
43800      Branch: perl
43801            ! perl.c
43802 ____________________________________________________________________________
43803 [ 11657] By: nick                                  on 2001/08/13  09:03:02
43804         Log: Integrate mainline
43805      Branch: perlio
43806           +> (branch 326 files)
43807            - (delete 330 files)
43808           !> (integrate 85 files)
43809 ____________________________________________________________________________
43810 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
43811         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
43812              and the Perl will be built to do that by default (adding that
43813              will break scripts having non-UTF-8 binary data, such as Latin-1.)
43814      Branch: perl
43815            ! op.c toke.c utf8.h
43816 ____________________________________________________________________________
43817 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
43818         Log: Unnecessary downgrades.
43819      Branch: perl
43820            ! doop.c
43821 ____________________________________________________________________________
43822 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
43823         Log: Failure not true anymore (probably caused by my broken setup).
43824      Branch: perl
43825            ! t/op/pat.t
43826 ____________________________________________________________________________
43827 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
43828         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
43829              stopped working).
43830      Branch: perl
43831            ! op.h pp_ctl.c regcomp.c
43832 ____________________________________________________________________________
43833 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
43834         Log: There is no IN_UTF8.
43835      Branch: perl
43836            ! utf8.h
43837 ____________________________________________________________________________
43838 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
43839         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
43840      Branch: perl
43841            ! op.c op.h pp_ctl.c regcomp.c
43842 ____________________________________________________________________________
43843 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
43844         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
43845              and a test tweak.
43846      Branch: perl
43847            ! op.c t/pod/find.t
43848 ____________________________________________________________________________
43849 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
43850         Log: Todo updates and fixes.
43851      Branch: perl
43852            ! pod/perltodo.pod
43853 ____________________________________________________________________________
43854 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
43855         Log: Mark tests (and one module) having explicit Latin-1
43856              (and one file having explicit UTF-8) with an explicit
43857              'no utf8' (and one explicit 'use utf8').
43858              
43859              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
43860      Branch: perl
43861            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
43862            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
43863            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
43864 ____________________________________________________________________________
43865 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
43866         Log: Subject: SV: END {} blocks run in perl_run
43867              From: "Arthur Bergman" <arthur@contiller.se>
43868              Date: Sun, 12 Aug 2001 00:34:28 +0200 
43869              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
43870      Branch: perl
43871            ! miniperlmain.c perl.c
43872 ____________________________________________________________________________
43873 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
43874         Log: Typos in #11645.
43875      Branch: perl
43876            ! perl.h
43877 ____________________________________________________________________________
43878 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
43879         Log: On ithreads default to use_reentrant except on naturally
43880              threadsafe platforms.
43881      Branch: perl
43882            ! perl.h
43883 ____________________________________________________________________________
43884 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
43885         Log: (Hopefully) a fix for 20010723.004: make install needs
43886              write permission in build directory.  The problem was
43887              probably caused by overeager sprinkling of the lib/re.pm
43888              dependencies (which was done to guarantee lib/re.pm being
43889              uptodate for parallel makes: now solved by funneling that
43890              through an explicit recursive make in the preplibrary target).
43891      Branch: perl
43892            ! Makefile.SH
43893 ____________________________________________________________________________
43894 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
43895         Log: Dispell the "use utf8" superstition.
43896      Branch: perl
43897            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
43898            ! pod/perlunicode.pod
43899 ____________________________________________________________________________
43900 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
43901         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43902              From: "Abigail" <abigail@foad.org> 
43903              Date: Sat, 11 Aug 2001 23:49:49 +0200
43904              Message-ID: <20010811214950.23255.qmail@foad.org>
43905      Branch: perl
43906            ! t/op/taint.t
43907 ____________________________________________________________________________
43908 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
43909         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43910              From: Abhijit Menon-Sen <ams@wiw.org>
43911              Date: Sat, 11 Aug 2001 06:18:19 +0530
43912              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
43913      Branch: perl
43914            ! mg.c
43915 ____________________________________________________________________________
43916 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
43917         Log: Test for change #11639.
43918      Branch: perl
43919            ! t/op/tiehandle.t
43920 ____________________________________________________________________________
43921 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
43922         Log: Subject: Re: Can't localize *FH, then tie it
43923              From: Abhijit Menon-Sen <ams@wiw.org>
43924              Date: Sun, 12 Aug 2001 16:08:06 +0530
43925              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
43926      Branch: perl
43927            ! pp_hot.c pp_sys.c
43928 ____________________________________________________________________________
43929 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
43930         Log: Drop all the unnecessary "use utf8" clauses and some of
43931              the unnecessary "use bytes" ones.
43932              
43933              TODO: scour the documentation for unnecessary "use utf8"
43934              and prominently display it in perldelta when the time comes.
43935              ("use utf8" should be necessary ONLY if one wants the script
43936              to be in UTF-8.)  Also should be checked in some non-ASCII
43937              non-Latin-1 platform, like EBCDIC.
43938      Branch: perl
43939            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
43940            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
43941 ____________________________________________________________________________
43942 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
43943         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
43944              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
43945              in Unicode handling.
43946      Branch: perl
43947            + t/op/lc.t
43948            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
43949 ____________________________________________________________________________
43950 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
43951         Log: Thinko: we want the flags for native cc, not gcc.
43952      Branch: perl
43953            ! hints/dec_osf.sh
43954 ____________________________________________________________________________
43955 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
43956         Log: (retracted by 13077)
43957              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
43958              From: Robin Houston <robin@kitsite.com>
43959              Date: Fri, 10 Aug 2001 14:42:02 +0100
43960              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
43961      Branch: perl
43962            ! pp.c
43963 ____________________________________________________________________________
43964 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
43965         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
43966              From: Abhijit Menon-Sen <ams@wiw.org>
43967              Date: Sat, 11 Aug 2001 16:31:04 +0530
43968              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
43969      Branch: perl
43970            ! op.c
43971 ____________________________________________________________________________
43972 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
43973         Log: Get rid of indread, from Abhijit Menon-Sen.
43974      Branch: perl
43975            ! pp_sys.c
43976 ____________________________________________________________________________
43977 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
43978         Log: CRLFgngngn.
43979      Branch: perl
43980            ! win32/Makefile win32/makefile.mk
43981 ____________________________________________________________________________
43982 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
43983         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
43984      Branch: perl
43985            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43986            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
43987            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
43988            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
43989            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
43990            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
43991            ! win32/Makefile win32/makefile.mk
43992 ____________________________________________________________________________
43993 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
43994         Log: Avoid #elif (less portable than #else #if).
43995      Branch: perl
43996            ! handy.h
43997 ____________________________________________________________________________
43998 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
43999         Log: Subject: patch for perlvar.pod
44000              From: mah@everybody.org (Mark A. Hershberger)
44001              Date: 08 Aug 2001 17:03:16 -0500
44002              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
44003      Branch: perl
44004            ! pod/perlvar.pod
44005 ____________________________________________________________________________
44006 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
44007         Log: cpp commands must start (the # must be) at the column #0.
44008      Branch: perl
44009            ! op.c
44010 ____________________________________________________________________________
44011 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
44012         Log: If using gcc -B/foo/bar makedepend would give
44013              unnecessary warnings about unused -B/foo/bar.
44014      Branch: perl
44015            ! makedepend.SH
44016 ____________________________________________________________________________
44017 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
44018         Log: Update Changes.
44019      Branch: perl
44020            ! Changes patchlevel.h
44021 ____________________________________________________________________________
44022 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
44023         Log: s/z/tz/
44024      Branch: perl
44025            ! pod/perlfaq2.pod
44026 ____________________________________________________________________________
44027 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
44028         Log: Article nit.
44029      Branch: perl
44030            ! pod/perlfaq2.pod
44031 ____________________________________________________________________________
44032 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
44033         Log: Rename lib/unicode files to lib/unicore to avoid
44034              conflicts between core lib/unicode and Unicode::
44035              files in case-ignoring filesystems.
44036      Branch: perl
44037            + (add 325 files)
44038            - (delete 324 files)
44039            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
44040 ____________________________________________________________________________
44041 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
44042         Log: Upgrade to Math::BigInt 1.41.
44043      Branch: perl
44044            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
44045 ____________________________________________________________________________
44046 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
44047         Log: Subject: [PATCH] remove PL_na from typemap
44048              From: James <james@rf.net>
44049              Date: Mon, 06 Aug 2001 20:23:15 -0700
44050              Message-ID: <3B6F5F23.A31A81B1@rf.net>
44051              
44052              (had to be manually applied)
44053      Branch: perl
44054            ! lib/ExtUtils/typemap
44055 ____________________________________________________________________________
44056 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
44057         Log: The metaconfig unit changes for #11618.
44058      Branch: metaconfig/U/perl
44059            + d_fpclassl.U i_fp.U
44060 ____________________________________________________________________________
44061 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
44062         Log: Forgot this from #11618.
44063              
44064              NOTE: wince/config_H.ce needs updating.
44065      Branch: perl
44066            ! wince/config.ce
44067 ____________________________________________________________________________
44068 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
44069         Log: Introduce more floating point classifying APIs;
44070              try to define (most importantly) Perl_is{inf,nan}(x).
44071              
44072              For this first cut, assume none such APIs exist in non-UNIXoid
44073              platforms-- this is of course too unkind: Win32 rumoredly has
44074              _fpclass() and _isnan(), and VMS/VOS very probably have some
44075              of the APIs available.     The only thing Perl uses at the moment
44076              is Perl_isnan() (has been in use for a while now).
44077              
44078              NOTE: the Win32 and NetWare config_h.?c need regenerating.
44079      Branch: perl
44080            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
44081            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44082            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
44083            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44084            ! vos/config.ga.h win32/config.bc win32/config.gc
44085            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44086            ! win32/config_H.vc wince/config.ce wince/config.h
44087 ____________________________________________________________________________
44088 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
44089         Log: Integrate change #11519 from perlio:
44090              
44091              Avoid testing for (non-)existance of "encoding(xxxx)"
44092              layer is called "encoding" the (xxxx) is an argument.
44093      Branch: perl
44094           !> lib/open.pm
44095 ____________________________________________________________________________
44096 [ 11616] By: nick                                  on 2001/08/09  07:50:24
44097         Log: Integrate mainline
44098      Branch: perlio
44099           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
44100           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
44101           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
44102           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
44103            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44104            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44105           !> (integrate 79 files)
44106 ____________________________________________________________________________
44107 [ 11615] By: nick                                  on 2001/08/09  06:23:44
44108         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
44109              layer is called "encoding" the (xxxx) is an argument.
44110      Branch: perlio
44111            ! lib/open.pm
44112 ____________________________________________________________________________
44113 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
44114         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
44115              From: Paul Johnson <paul@pjcj.net>
44116              Date: Wed, 8 Aug 2001 23:54:17 +0200
44117              Message-ID: <20010808235417.O1006@pjcj.net>
44118      Branch: perl
44119            ! ext/B/B/Concise.pm
44120 ____________________________________________________________________________
44121 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
44122         Log: Make VMS use IEEE math by default; reorder Tru64 hints
44123              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
44124              exception semantics) is always set if using (the new) cc.
44125      Branch: perl
44126            ! configure.com hints/dec_osf.sh
44127 ____________________________________________________________________________
44128 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
44129         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
44130              From: Abhijit Menon-Sen <ams@wiw.org>
44131              Date: Tue, 7 Aug 2001 17:16:05 +0530
44132              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
44133      Branch: perl
44134            ! pp_sys.c
44135 ____________________________________________________________________________
44136 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
44137         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
44138              From: "Craig A. Berry" <craigberry@mac.com>
44139              Date: Tue, 07 Aug 2001 22:27:47 -0500
44140              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
44141      Branch: perl
44142            ! t/run/exit.t
44143 ____________________________________________________________________________
44144 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
44145         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
44146              From: "Craig A. Berry" <craigberry@mac.com>
44147              Date: Tue, 07 Aug 2001 20:01:53 -0500
44148              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
44149      Branch: perl
44150            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
44151 ____________________________________________________________________________
44152 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
44153         Log: Update the magazine information.
44154      Branch: perl
44155            ! pod/perlfaq2.pod
44156 ____________________________________________________________________________
44157 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
44158         Log: Ignore SIGFPE everywhere.
44159      Branch: perl
44160            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
44161 ____________________________________________________________________________
44162 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
44163         Log: With permission, change the licensing of the docs by
44164              TomC (and Gnat) to comply with the rest of Perl.
44165      Branch: perl
44166            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44167            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44168            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44169            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
44170            ! pod/perltootc.pod
44171 ____________________________________________________________________________
44172 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44173         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44174              From: Andy Dougherty <doughera@lafayette.edu>
44175              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44176              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44177      Branch: perl
44178            ! hints/openbsd.sh
44179 ____________________________________________________________________________
44180 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44181         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44182              From: Andy Dougherty <doughera@lafayette.edu>
44183              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44184              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44185      Branch: perl
44186            ! Makefile.SH
44187 ____________________________________________________________________________
44188 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44189         Log: Don't autogenerate the headers et alia,
44190              make regen_headers explicitly.
44191      Branch: perl
44192            ! Makefile.SH
44193 ____________________________________________________________________________
44194 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44195         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44196              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44197              Date: Tue, 07 Aug 2001 08:33:26 -0700
44198              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44199              
44200              Unnecessary dependency.
44201      Branch: perl
44202            ! embed.pl
44203 ____________________________________________________________________________
44204 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44205         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44206              From: Abhijit Menon-Sen <ams@wiw.org>
44207              Date: Tue, 7 Aug 2001 09:10:54 +0530
44208              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44209      Branch: perl
44210            ! pp_hot.c
44211 ____________________________________________________________________________
44212 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44213         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44214              From: "James A. Duncan" <jduncan@fotango.com>
44215              Date: Mon, 6 Aug 2001 17:29:11 +0100
44216              Message-ID: <20010806172911.A2071@fotango.com>
44217              
44218              (the intrpvar.h addition moved to the end for bincompat)
44219      Branch: perl
44220            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44221 ____________________________________________________________________________
44222 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44223         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44224      Branch: perl
44225           !> README.win32
44226 ____________________________________________________________________________
44227 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44228         Log: fix URLs for fcrypt.c
44229      Branch: maint-5.6/perl
44230            ! README.win32
44231 ____________________________________________________________________________
44232 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44233         Log: Yet another way to say Infinity: HP-UX calls its "++".
44234      Branch: perl
44235            ! lib/Math/BigInt/t/bigintpm.t
44236 ____________________________________________________________________________
44237 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44238         Log: Update Changes.
44239      Branch: perl
44240            ! Changes patchlevel.h
44241 ____________________________________________________________________________
44242 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44243         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44244      Branch: perl
44245            ! pod/perlfaq5.pod
44246 ____________________________________________________________________________
44247 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44248         Log: The #11593 wasn't right.
44249      Branch: perl
44250            ! lib/Math/BigInt/t/bigintpm.t
44251 ____________________________________________________________________________
44252 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44253         Log: Subject: [PATCH: perl@11564] introducing perlivp
44254              From: Prymmer/Kahn <pvhp@best.com>
44255              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44256              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44257              
44258              Subject: Re: [PATCH: perl@11564] introducing perlivp
44259              From: Prymmer/Kahn <pvhp@best.com>
44260              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44261              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44262      Branch: perl
44263            + utils/perlivp.PL
44264            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44265            ! win32/Makefile win32/makefile.mk
44266 ____________________________________________________________________________
44267 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44268         Log: libcs are confused what to call Infinity.
44269      Branch: perl
44270            ! lib/Math/BigInt/t/bigintpm.t
44271 ____________________________________________________________________________
44272 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44273         Log: Avoid SIGFPE in Tru64.
44274      Branch: perl
44275            ! numeric.c
44276 ____________________________________________________________________________
44277 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44278         Log: Upgrade to Math::BigInt 1.40.
44279              
44280              NOTE: this patch necessitates doing something about
44281              infinity handling since the new bigintpm.t tests use
44282              infinity, which causes SIGFPEs at least in Tru64.
44283      Branch: perl
44284            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44285            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
44286            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
44287            ! lib/Math/BigInt/t/mbimbf.t
44288 ____________________________________________________________________________
44289 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
44290         Log: remove hardcoded cmd shell in testsuite
44291      Branch: perl
44292            ! t/op/glob.t t/op/magic.t t/op/stat.t
44293 ____________________________________________________________________________
44294 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
44295         Log: 4-arg select() was busted on windows because change#8178 didn't
44296              make it into mainline
44297      Branch: perl
44298            ! perl.h win32/include/sys/socket.h
44299 ____________________________________________________________________________
44300 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
44301         Log: Rename the Getopt::Long tests to be as they are
44302              in the Getopt::Long official distribution.
44303      Branch: perl
44304            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
44305            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
44306            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44307            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44308            ! MANIFEST
44309 ____________________________________________________________________________
44310 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
44311         Log: Upgrade to Getopt::Long 2.26.
44312      Branch: perl
44313            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
44314            ! MANIFEST lib/Getopt/Long.pm
44315 ____________________________________________________________________________
44316 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
44317         Log: Retract #10874 (the hack should be unnecessary by now)
44318      Branch: perl
44319            ! lib/Test/Harness.pm
44320 ____________________________________________________________________________
44321 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
44322         Log: avoid temp file littering in tests
44323      Branch: perl
44324            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
44325 ____________________________________________________________________________
44326 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
44327         Log: Subject: warning in sv.c: double format, NV arg
44328              From: "Philip Newton" <Philip.Newton@gmx.net>
44329              Date: Sun, 5 Aug 2001 19:41:07 +0200
44330              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
44331      Branch: perl
44332            ! sv.c
44333 ____________________________________________________________________________
44334 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
44335         Log: fix POSIX.t#13 for windos
44336      Branch: perl
44337            ! ext/POSIX/POSIX.t
44338 ____________________________________________________________________________
44339 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
44340         Log: Add a test for PerlIO::Via.
44341      Branch: perl
44342            + ext/PerlIO/t/via.t
44343            ! MANIFEST ext/PerlIO/Via/Via.pm
44344 ____________________________________________________________________________
44345 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
44346         Log: flock() and link() are not available on Windows 9x
44347      Branch: perl
44348            ! win32/config_sh.PL
44349 ____________________________________________________________________________
44350 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
44351         Log: Some Tru64 C compilers have C++ components that confuse
44352              the ccversion parsing.
44353      Branch: perl
44354            ! hints/dec_osf.sh
44355 ____________________________________________________________________________
44356 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
44357         Log: (Reintroduce #11125)
44358              
44359              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
44360              From: Alan Burlison <Alan.Burlison@sun.com> 
44361              Date: Tue, 03 Jul 2001 15:20:13 +0100   
44362              Message-ID: <3B41D49D.A923D4F9@sun.com> 
44363      Branch: perl
44364            ! lib/ExtUtils/MM_Unix.pm
44365 ____________________________________________________________________________
44366 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
44367         Log: Little pointer juggling for HP-UX cc to avoid
44368              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
44369              followed by
44370              "error 1549: Modifiable lvalue required for assignment operator."
44371      Branch: perl
44372            ! hv.c
44373 ____________________________________________________________________________
44374 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
44375         Log: Continuation of #11575: SANY_SEEN completely deprecated,
44376              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
44377              plus a fix for the bug.
44378      Branch: perl
44379            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44380 ____________________________________________________________________________
44381 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
44382         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
44383              From: Doug MacEachern <dougm@covalent.net>
44384              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
44385              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
44386      Branch: perl
44387            ! sv.c
44388 ____________________________________________________________________________
44389 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
44390         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
44391              the new CANY is the \C.  The problem reported and the
44392              test case supplied in
44393              
44394              Subject: UTF-8 bugs in string length & single line regex matches
44395              From: "Daniel P. Berrange" <dan@berrange.com>
44396              Date: Fri, 3 Aug 2001 11:39:33 +0100
44397              Message-ID: <20010803113932.A19318@berrange.com>
44398      Branch: perl
44399            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
44400            ! t/op/pat.t
44401 ____________________________________________________________________________
44402 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
44403         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
44404              From: Doug MacEachern <dougm@covalent.net>
44405              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
44406              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
44407      Branch: perl
44408            ! perl.c regexec.c
44409 ____________________________________________________________________________
44410 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
44411         Log: The #11572 didn't up the test count.
44412      Branch: perl
44413            ! t/op/length.t
44414 ____________________________________________________________________________
44415 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
44416         Log: Subject: UTF-8 bugs in string length & single line regex matches
44417              From: "Daniel P. Berrange" <dan@berrange.com>
44418              Date: Fri, 3 Aug 2001 11:39:33 +0100         
44419              Message-ID: <20010803113932.A19318@berrange.com>
44420              
44421              (the mg_length() fix)
44422      Branch: perl
44423            ! mg.c t/op/length.t
44424 ____________________________________________________________________________
44425 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
44426         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44427              From: Abhijit Menon-Sen <ams@wiw.org>
44428              Date: Sat, 4 Aug 2001 16:56:35 +0530
44429              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
44430      Branch: perl
44431            ! hv.c
44432 ____________________________________________________________________________
44433 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
44434         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44435              From: Abhijit Menon-Sen <ams@wiw.org>
44436              Date: Sat, 4 Aug 2001 16:16:03 +0530
44437              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
44438      Branch: perl
44439            ! hv.c
44440 ____________________________________________________________________________
44441 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
44442         Log: Subject: Re: [patch] refcount re ops
44443              From: Abhijit Menon-Sen <ams@wiw.org>
44444              Date: Sat, 4 Aug 2001 08:54:55 +0530
44445              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44446      Branch: perl
44447            ! sv.c
44448 ____________________________________________________________________________
44449 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44450         Log: Subject: [patch] refcount re ops
44451              From: Doug MacEachern <dougm@covalent.net>
44452              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44453              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44454      Branch: perl
44455            ! regcomp.c sv.c
44456 ____________________________________________________________________________
44457 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44458         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44459              From: Doug MacEachern <dougm@covalent.net>
44460              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44461              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44462      Branch: perl
44463            ! perl.c regexec.c
44464 ____________________________________________________________________________
44465 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44466         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44467              From: "Craig A. Berry" <craigberry@mac.com> 
44468              Date: Fri, 03 Aug 2001 16:16:16 -0500
44469              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44470      Branch: perl
44471            ! t/op/misc.t
44472 ____________________________________________________________________________
44473 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44474         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44475              From: John Kristian <jmk2001@engineer.com>
44476              Date: Fri, 03 Aug 2001 00:59:08 -0700
44477              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44478      Branch: perl
44479            ! win32/win32.c
44480 ____________________________________________________________________________
44481 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44482         Log: Update Changes.
44483      Branch: perl
44484            ! Changes patchlevel.h
44485 ____________________________________________________________________________
44486 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44487         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44488              From: "Craig A. Berry" <craigberry@mac.com>
44489              Date: Thu, 02 Aug 2001 23:15:24 -0500
44490              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44491      Branch: perl
44492            ! ext/B/Stash.t
44493 ____________________________________________________________________________
44494 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44495         Log: Subject: [patch] plug PL_cshname leak
44496              From: Doug MacEachern <dougm@covalent.net>
44497              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44498              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44499      Branch: perl
44500            ! sv.c
44501 ____________________________________________________________________________
44502 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44503         Log: Subject: [patch] plug PL_sh_path leak
44504              From: Doug MacEachern <dougm@covalent.net>
44505              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44506              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44507      Branch: perl
44508            ! sv.c
44509 ____________________________________________________________________________
44510 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44511         Log: Subject: [patch] plug PL_regex_padav leaks
44512              From: Doug MacEachern <dougm@covalent.net>
44513              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44514              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44515      Branch: perl
44516            ! op.c op.h perl.c
44517 ____________________________________________________________________________
44518 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44519         Log: Subject: [patch] plug PL_origargv leak
44520              From: Doug MacEachern <dougm@covalent.net>
44521              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44522              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44523      Branch: perl
44524            ! perl.c
44525 ____________________________________________________________________________
44526 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
44527         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44528              From: Abhijit Menon-Sen <ams@wiw.org>
44529              Date: Fri, 3 Aug 2001 06:38:11 +0530
44530              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
44531      Branch: perl
44532            ! hv.c
44533 ____________________________________________________________________________
44534 [ 11557] By: nick                                  on 2001/08/03  08:17:38
44535         Log: Integrate mainline
44536      Branch: perlio
44537           +> (branch 47 files)
44538            - lib/Switch/test.pl
44539           !> (integrate 49 files)
44540 ____________________________________________________________________________
44541 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
44542         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
44543              From: "Craig A. Berry" <craigberry@mac.com>
44544              Date: Thu, 02 Aug 2001 12:56:19 -0500
44545              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
44546      Branch: perl
44547            ! ext/B/Showlex.t
44548 ____________________________________________________________________________
44549 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
44550         Log: Be more careful about non-existent files.
44551      Branch: perl
44552            ! lib/File/Copy.pm
44553 ____________________________________________________________________________
44554 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
44555         Log: Subject: [PATCH resend] deparse empty formats
44556              From: Robin Houston <robin@kitsite.com> 
44557              Date: Thu, 2 Aug 2001 14:32:36 +0100
44558              Message-ID: <20010802143236.A894@robin.kitsite.com>
44559      Branch: perl
44560            ! ext/B/B/Deparse.pm
44561 ____________________________________________________________________________
44562 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
44563         Log: Subject: [patch] ithreads + refto fix improvement
44564              From: Doug MacEachern <dougm@covalent.net>
44565              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
44566              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
44567      Branch: perl
44568            ! pp.c
44569 ____________________________________________________________________________
44570 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
44571         Log: Readability nit from Abhijit.
44572      Branch: perl
44573            ! op.c
44574 ____________________________________________________________________________
44575 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
44576         Log: setproctitle() API version nit from Anton Berezin.
44577      Branch: perl
44578            ! mg.c
44579 ____________________________________________________________________________
44580 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
44581         Log: Add PerlCE to the docs.
44582      Branch: perl
44583            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44584            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44585 ____________________________________________________________________________
44586 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
44587         Log: Integrate the PerlCE (WinCE Perl) port;
44588              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
44589      Branch: perl
44590            + README.ce wince/FindExt.pm wince/Makefile.ce
44591            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
44592            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
44593            + wince/bin/search.pl wince/config.ce wince/config.h
44594            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
44595            + wince/dl_win32.xs wince/include/arpa/inet.h
44596            + wince/include/cectype.h wince/include/errno.h
44597            + wince/include/netdb.h wince/include/sys/socket.h
44598            + wince/include/sys/stat.h wince/include/sys/types.h
44599            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
44600            + wince/perl.rc wince/perldll.def wince/perllib.c
44601            + wince/perlmain.c wince/registry.bat wince/runperl.c
44602            + wince/splittree.pl wince/win32.h wince/win32iop.h
44603            + wince/win32thread.c wince/win32thread.h wince/wince.c
44604            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
44605            + wince/xdistclean.ksh wince/xmakediffs.ksh
44606            ! MANIFEST perl.c perl.h perlio.c
44607 ____________________________________________________________________________
44608 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
44609         Log: setproctitle() made simpler.  (This assumes the string is
44610              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
44611              should be used.  Note len, not len + 1.)  BSD-fu from Anton
44612              Berezin.
44613      Branch: perl
44614            ! mg.c
44615 ____________________________________________________________________________
44616 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
44617         Log: Subject: [PATCH] -Wall cleanup: op.c
44618              From: Richard Soderberg <rs@oregonnet.com>
44619              Date: Thu, 2 Aug 2001 00:17:09 -0700
44620              Message-Id: <200108020717.AAA26895@oregonnet.com>
44621              
44622              Subject: [PATCH] -Wall cleanup: sv.c
44623              From: Richard Soderberg <rs@oregonnet.com>
44624              Date: Thu, 2 Aug 2001 00:49:21 -0700
44625              Message-Id: <200108020749.AAA27492@oregonnet.com>
44626      Branch: perl
44627            ! op.c sv.c
44628 ____________________________________________________________________________
44629 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
44630         Log: Update Changes.
44631      Branch: perl
44632            ! Changes patchlevel.h
44633 ____________________________________________________________________________
44634 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
44635         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44636              From: Doug MacEachern <dougm@covalent.net>
44637              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
44638              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
44639      Branch: perl
44640            ! op.c
44641 ____________________________________________________________________________
44642 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
44643         Log: The #11541 didn't work under threads.
44644      Branch: perl
44645            ! op.c
44646 ____________________________________________________________________________
44647 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
44648         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44649              From: Hugo <hv@crypt.compulink.co.uk>
44650              Date: Fri, 22 Jun 2001 01:19:08 +0100 
44651              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
44652              
44653              (Skip tests if accept() failed)
44654      Branch: perl
44655            ! ext/IO/lib/IO/t/io_unix.t
44656 ____________________________________________________________________________
44657 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
44658         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
44659              From: "Stian Seeberg" <sseeberg@nimsoft.no>
44660              Date: Mon, 30 Jul 2001 12:28:07 +0200
44661              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
44662      Branch: perl
44663            ! perl.h
44664 ____________________________________________________________________________
44665 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
44666         Log: Subject: Pluggable optimizer
44667              From: Simon Cozens <simon@netthink.co.uk>
44668              Date: Wed, 1 Aug 2001 13:57:02 -0700
44669              Message-ID: <20010801135702.I10442@netthink.co.uk>
44670      Branch: perl
44671            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
44672 ____________________________________________________________________________
44673 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
44674         Log: Subject: [ID 20010801.039] perlre.pod message typo
44675              From: Autrijus Tang <autrijus@geb.elixus.org>
44676              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
44677              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
44678      Branch: perl
44679            ! pod/perlre.pod
44680 ____________________________________________________________________________
44681 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
44682         Log: Test for change #11536.
44683      Branch: perl
44684            ! t/op/tiehandle.t
44685 ____________________________________________________________________________
44686 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
44687         Log: More test fixups for #11537.
44688      Branch: perl
44689            ! t/lib/warnings/4lint t/lib/warnings/9enabled
44690 ____________________________________________________________________________
44691 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
44692         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44693              From: Doug MacEachern <dougm@covalent.net>
44694              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
44695              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
44696      Branch: perl
44697            ! op.c t/TestInit.pm
44698 ____________________________________________________________________________
44699 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
44700         Log: Subject: [patch] ithreads + refto bug
44701              From: Doug MacEachern <dougm@covalent.net>
44702              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
44703              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
44704              
44705              (Test in change #11539)
44706      Branch: perl
44707            ! pp.c
44708 ____________________________________________________________________________
44709 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
44710         Log: Subject: [PATCH: perl@11523] fixups for t/harness
44711              From: Prymmer/Kahn <pvhp@best.com>
44712              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
44713              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
44714      Branch: perl
44715            ! t/harness
44716 ____________________________________________________________________________
44717 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
44718         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
44719              From: Prymmer/Kahn <pvhp@best.com>
44720              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
44721              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
44722      Branch: perl
44723            ! win32/Makefile win32/makefile.mk
44724 ____________________________________________________________________________
44725 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
44726         Log: Need to know the number of tests.
44727      Branch: perl
44728            ! t/run/exit.t
44729 ____________________________________________________________________________
44730 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
44731         Log: Subject: Re: new exit tests on VMS
44732              From: "Craig A. Berry" <craigberry@mac.com>
44733              Date: Tue, 31 Jul 2001 12:19:29 -0500
44734              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
44735      Branch: perl
44736            ! t/run/exit.t
44737 ____________________________________________________________________________
44738 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
44739         Log: Retract #11530 (the dTHX is needed under threads)
44740      Branch: perl
44741            ! perlio.c
44742 ____________________________________________________________________________
44743 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
44744         Log: (Retracted by #11531)
44745      Branch: perl
44746            ! perlio.c
44747 ____________________________________________________________________________
44748 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
44749         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
44750              From: Richard Soderberg <rs@crystalflame.net>
44751              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
44752              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
44753      Branch: perl
44754            ! unixish.h
44755 ____________________________________________________________________________
44756 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
44757         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
44758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44759              Date: Tue, 31 Jul 2001 05:39:09 -0400
44760              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
44761              
44762              (with a note about the case of UV being equal to long long)
44763      Branch: perl
44764            ! utils/h2xs.PL
44765 ____________________________________________________________________________
44766 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
44767         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
44768              From: "Craig A. Berry" <craigberry@mac.com>
44769              Date: Tue, 31 Jul 2001 14:57:43 -0500
44770              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
44771      Branch: perl
44772            ! t/io/fs.t
44773 ____________________________________________________________________________
44774 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
44775         Log: Fix for
44776              
44777              Subject: [ID 20010116.001] File::Copy truncates orig file 
44778              From: arbor@al37al08.telecel.pt
44779              Date: Tue, 16 Jan 2001 11:43:02 GMT
44780              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
44781              
44782              (copy($foo, $foo) would truncate $foo)
44783      Branch: perl
44784            ! lib/File/Copy.pm lib/File/Copy.t
44785 ____________________________________________________________________________
44786 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
44787         Log: Metaconfig unit change for #11524.
44788      Branch: metaconfig/U/perl
44789            ! Extras.U
44790 ____________________________________________________________________________
44791 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
44792         Log: Multiple modules didn't work; plus typo fixes.
44793      Branch: perl
44794            ! Configure
44795 ____________________________________________________________________________
44796 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
44797         Log: Update Changes.
44798      Branch: perl
44799            ! Changes patchlevel.h
44800 ____________________________________________________________________________
44801 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
44802         Log: Regen perlapi.
44803      Branch: perl
44804            ! pod/perlapi.pod
44805 ____________________________________________________________________________
44806 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
44807         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
44808              From: Dave Mitchell <davem@fdgroup.co.uk>
44809              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
44810              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
44811      Branch: perl
44812            ! sv.c
44813 ____________________________________________________________________________
44814 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
44815         Log: Regen toc.
44816      Branch: perl
44817            ! pod/perltoc.pod
44818 ____________________________________________________________________________
44819 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
44820         Log: Regen Porting stuff.
44821      Branch: perl
44822            ! Porting/Glossary Porting/config.sh Porting/config_H
44823 ____________________________________________________________________________
44824 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
44825         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
44826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44827              Date: Tue, 31 Jul 2001 05:34:38 -0400
44828              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
44829      Branch: perl
44830            ! utils/h2xs.PL
44831 ____________________________________________________________________________
44832 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
44833         Log: Metaconfig unit change for #11516. 
44834      Branch: metaconfig/U/perl
44835            ! gccvers.U
44836 ____________________________________________________________________________
44837 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
44838         Log: Add -Wall in cflags, not in Configure.
44839              (This way -Wall affects only the core and the core XS,
44840              not user modules' XS.  Concern from Paul Marquess,
44841              implementation idea from Andy Dougherty.)
44842      Branch: perl
44843            ! Configure cflags.SH
44844 ____________________________________________________________________________
44845 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
44846         Log: Metaconfig unit changes for #11514.
44847      Branch: metaconfig
44848            + U/modified/sysman.U
44849            ! U/installdirs/man1dir.U
44850 ____________________________________________________________________________
44851 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
44852         Log: Subject: Configure's detection of system manual
44853              From: Sean Dague <sean@dague.net> 
44854              Date: Sun, 13 May 2001 15:53:15 -0400
44855              Message-ID: <20010513155315.A15833@underhill.dague.net>
44856      Branch: perl
44857            ! Configure
44858 ____________________________________________________________________________
44859 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
44860         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
44861              From: Autrijus Tang <autrijus@autrijus.org> 
44862              Date: Thu, 21 Jun 2001 23:56:48 +0800
44863              Message-Id: <20010621235648.A57340@not.autrijus.org>
44864      Branch: perl
44865            ! pod/perlobj.pod
44866 ____________________________________________________________________________
44867 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
44868         Log: Subject: Typo in DB_File.pm
44869              From: "Philip Newton" <Philip.Newton@gmx.net>
44870              Date: Tue, 31 Jul 2001 06:19:35 +0200
44871              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
44872      Branch: perl
44873            ! ext/DB_File/DB_File.pm
44874 ____________________________________________________________________________
44875 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
44876         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
44877              From: "Stephen P. Potter" <spp@spotter.yi.org>
44878              Date: Wed, 30 May 2001 13:59:34 -0400
44879              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
44880      Branch: perl
44881            ! pod/perlre.pod
44882 ____________________________________________________________________________
44883 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
44884         Log: eval "format foo=" would loop indefinitely; reported in
44885              
44886              Subject: A load of old rubbish
44887              From: Mike Guy <mjtg@cam.ac.uk>
44888              Date: Mon, 14 May 2001 16:12:22 +0100
44889              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
44890              
44891              (The core dumps reported in there already fixed.)
44892      Branch: perl
44893            ! toke.c
44894 ____________________________________________________________________________
44895 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
44896         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
44897      Branch: perl
44898            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
44899            + lib/Switch/t/switch_case.t
44900            - lib/Switch/test.pl
44901            ! MANIFEST lib/Switch.pm
44902 ____________________________________________________________________________
44903 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
44904         Log: Subject: [PATCH @11505] DB_File-1.78
44905              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44906              Date: Mon, 30 Jul 2001 22:54:37 +0100
44907              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
44908      Branch: perl
44909            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44910            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44911 ____________________________________________________________________________
44912 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
44913         Log: Explain in more detail why -pipe and -fno-common are good.
44914      Branch: perl
44915            ! hints/darwin.sh
44916 ____________________________________________________________________________
44917 [ 11506] By: nick                                  on 2001/07/30  14:32:23
44918         Log: Integrate mainline
44919      Branch: perlio
44920           !> INSTALL Makefile.SH doio.c hints/darwin.sh
44921 ____________________________________________________________________________
44922 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
44923         Log: Perl hasn't been putting man pages into $prefix/lib for
44924              a long time now; pointed out by Andy Dougherty. 
44925      Branch: perl
44926            ! hints/darwin.sh
44927 ____________________________________________________________________________
44928 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
44929         Log: Document the extras Configure option.
44930      Branch: perl
44931            ! INSTALL
44932 ____________________________________________________________________________
44933 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
44934         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
44935              everywhere.
44936      Branch: perl
44937           !> doio.c
44938 ____________________________________________________________________________
44939 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
44940         Log: Doubly guard against invoking CPAN if no extras defined,
44941              pointed out by H. Merijn Brand.
44942      Branch: perl
44943            ! Makefile.SH
44944 ____________________________________________________________________________
44945 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
44946         Log: Fix O_RDONLY check to check for O_RDONLY.
44947      Branch: maint-5.6/macperl
44948            ! doio.c
44949 ____________________________________________________________________________
44950 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
44951         Log: Integrate miscellaneous changes from maint-5.6/perl.
44952      Branch: maint-5.6/macperl
44953           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
44954 ____________________________________________________________________________
44955 [ 11499] By: nick                                  on 2001/07/30  06:52:42
44956         Log: Integrate mainline
44957      Branch: perlio
44958           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
44959           +> win32/sync_ext.pl
44960            - win32/sncfnmcs.pl
44961           !> (integrate 71 files)
44962 ____________________________________________________________________________
44963 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
44964         Log: Update Changes.
44965      Branch: perl
44966            ! Changes patchlevel.h
44967 ____________________________________________________________________________
44968 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
44969         Log: Now Configure -Dextras=Foo::Bar and "make install" will
44970              fetch and install Foo::Bar.
44971      Branch: perl
44972            ! Makefile.SH
44973 ____________________________________________________________________________
44974 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
44975         Log: Metaconfig unit change for #11495.
44976      Branch: metaconfig/U/perl
44977            ! Extras.U
44978 ____________________________________________________________________________
44979 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
44980         Log: extras.make, extras.test, and extras.install make targets.
44981      Branch: perl
44982            ! Configure Makefile.SH
44983 ____________________________________________________________________________
44984 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
44985         Log: Metaconfig unit change for #11493.
44986      Branch: metaconfig/U/perl
44987            ! Extras.U
44988 ____________________________________________________________________________
44989 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
44990         Log: Better to have the list of extras in $extras than 'define'.
44991      Branch: perl
44992            ! Configure
44993 ____________________________________________________________________________
44994 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
44995         Log: The metaconfig unit change for #11490.
44996      Branch: metaconfig/U/perl
44997            + Extras.U
44998 ____________________________________________________________________________
44999 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
45000         Log: Missed from #11490 (the required dependency).
45001      Branch: perl
45002            ! Makefile.SH
45003 ____________________________________________________________________________
45004 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
45005         Log: Add the support of asking for extra modules or bundles of modules
45006              to be fetched from the CPAN and installed as a part of the Perl
45007              build process.  None of this installation is yet really done;
45008              only the list is asked, and saved away in extras.lst for
45009              the build and installation process to worry about later.
45010      Branch: perl
45011            ! Configure
45012 ____________________________________________________________________________
45013 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
45014         Log: Beginnings of better Inf and NaN support.
45015              At least toke.c and sv.c still need quite a bit of work.
45016      Branch: perl
45017            ! numeric.c perl.h
45018 ____________________________________________________________________________
45019 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
45020         Log: Top-level Makefile didn't honour OPTIMIZE.
45021      Branch: perl
45022            ! Makefile.SH
45023 ____________________________________________________________________________
45024 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
45025         Log: Update Changes.
45026      Branch: perl
45027            ! Changes patchlevel.h
45028 ____________________________________________________________________________
45029 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
45030         Log: Use Search::Dict 1.02 interface for charinfo().
45031      Branch: perl
45032            ! lib/UnicodeCD.pm
45033 ____________________________________________________________________________
45034 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
45035         Log: Now also allow transforming the read lines before comparing them.
45036              (This will help UnicodeCD.) 
45037      Branch: perl
45038            ! lib/Search/Dict.pm
45039 ____________________________________________________________________________
45040 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
45041         Log: Remove tiehandle code.
45042      Branch: perl
45043            ! lib/UnicodeCD.pm
45044 ____________________________________________________________________________
45045 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
45046         Log: Allow specifying a comparison function for Search::Dict::look().
45047      Branch: perl
45048            ! lib/Search/Dict.pm
45049 ____________________________________________________________________________
45050 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
45051         Log: Small UnicodeCD tweaks.
45052      Branch: perl
45053            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45054 ____________________________________________________________________________
45055 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
45056         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
45057              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45058              Date: Tue, 24 Jul 2001 01:51:32 +0900
45059              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
45060      Branch: perl
45061            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45062 ____________________________________________________________________________
45063 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
45064         Log: Subject: [PATCH] installperl
45065              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45066              Date: Fri, 27 Jul 2001 19:05:04 -0700
45067              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
45068      Branch: perl
45069            ! installperl
45070 ____________________________________________________________________________
45071 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
45072         Log: Subject: [PATCH] Set proper compatibility versions in core
45073              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45074              Date: Fri, 27 Jul 2001 20:01:49 -0700
45075              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
45076      Branch: perl
45077            ! Makefile.SH
45078 ____________________________________________________________________________
45079 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
45080         Log: Metaconfig unit change for #11477.
45081      Branch: metaconfig/U/perl
45082            ! dlsrc.U
45083 ____________________________________________________________________________
45084 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
45085         Log: Subject: [PATCH] Darwin: -fpic not so good
45086              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45087              Date: Fri, 27 Jul 2001 18:57:38 -0700
45088              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
45089      Branch: perl
45090            ! Configure
45091 ____________________________________________________________________________
45092 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
45093         Log: Subject: [PATCH] Clean up Darwin hints
45094              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45095              Date: Fri, 27 Jul 2001 19:13:15 -0700
45096              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
45097      Branch: perl
45098            ! hints/darwin.sh
45099 ____________________________________________________________________________
45100 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
45101         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
45102              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45103              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
45104              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
45105      Branch: perl
45106            ! pod/perlfunc.pod pp.c t/op/split.t
45107 ____________________________________________________________________________
45108 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
45109         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
45110              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45111              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
45112              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
45113      Branch: perl
45114            ! pod/perlvar.pod
45115 ____________________________________________________________________________
45116 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
45117         Log: Subject: [PATCH] fixes to constant.pm documentation
45118              From: Ilmari Karonen <iltzu@sci.fi>
45119              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
45120              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
45121      Branch: perl
45122            ! lib/constant.pm
45123 ____________________________________________________________________________
45124 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
45125         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
45126              From: "Philip Newton" <Philip.Newton@gmx.net>
45127              Date: Fri, 27 Jul 2001 07:51:10 +0200
45128              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
45129      Branch: perl
45130            ! pod/perlport.pod
45131 ____________________________________________________________________________
45132 [ 11471] By: nick                                  on 2001/07/26  06:23:32
45133         Log: Subject:  [PATCH] Doc fix for perlguts / threading
45134              From:  Arthur Bergman <arthur@contiller.se>
45135              Date:  Wed, 25 Jul 2001 11:28:23 +0200
45136              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
45137      Branch: perl
45138            ! pod/perlguts.pod
45139 ____________________________________________________________________________
45140 [ 11470] By: nick                                  on 2001/07/26  06:21:06
45141         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
45142              From:  Philip Newton <Philip.Newton@gmx.net>
45143              Date:  Wed, 25 Jul 2001 08:19:47 +0200
45144              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
45145      Branch: perl
45146            ! INSTALL
45147 ____________________________________________________________________________
45148 [ 11469] By: nick                                  on 2001/07/26  06:20:25
45149         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
45150              From:  Philip Newton <Philip.Newton@gmx.net>
45151              Date:  Wed, 25 Jul 2001 08:12:48 +0200
45152              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
45153      Branch: perl
45154            ! INSTALL
45155 ____________________________________________________________________________
45156 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
45157         Log: More +x.
45158      Branch: perl
45159            ! Porting/makerel
45160 ____________________________________________________________________________
45161 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
45162         Log: Update Changes.
45163      Branch: perl
45164            ! Changes patchlevel.h
45165 ____________________________________________________________________________
45166 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
45167         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
45168              From: "Philip Newton" <Philip.Newton@gmx.net>
45169              Date: Tue, 24 Jul 2001 06:45:55 +0200
45170              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
45171      Branch: perl
45172            ! os2/perlrexx.c
45173 ____________________________________________________________________________
45174 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45175         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45176              From: Peter Prymmer <pvhp@forte.com>
45177              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45178              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45179      Branch: perl
45180            ! pod/perlport.pod t/io/fs.t vms/test.com
45181 ____________________________________________________________________________
45182 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45183         Log: Workaround on Cwd bootstrap problem.
45184      Branch: perl
45185            ! lib/ExtUtils/MakeMaker.pm
45186 ____________________________________________________________________________
45187 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45188         Log: When in Rome, quote like the Romans do.
45189      Branch: perl
45190            ! cflags.SH
45191 ____________________________________________________________________________
45192 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45193         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45195              Date: Mon, 23 Jul 2001 19:29:49 -0400
45196              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45197      Branch: perl
45198            + os2/perlrexx.c
45199            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45200            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45201            ! t/op/write.t
45202 ____________________________________________________________________________
45203 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45204         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45206              Date: Mon, 23 Jul 2001 18:43:42 -0400
45207              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45208      Branch: perl
45209            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45210 ____________________________________________________________________________
45211 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45212         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45214              Date: Mon, 23 Jul 2001 18:33:16 -0400
45215              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45216      Branch: perl
45217            ! lib/ExtUtils/MakeMaker.pm
45218 ____________________________________________________________________________
45219 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45220         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45222              Date: Mon, 23 Jul 2001 18:20:35 -0400
45223              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45224      Branch: perl
45225            ! Makefile.SH cflags.SH
45226 ____________________________________________________________________________
45227 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45228         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45229              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45230              Date: Mon, 23 Jul 2001 11:32:17 -0500
45231              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45232      Branch: perl
45233            ! lib/ExtUtils/MakeMaker.pm
45234 ____________________________________________________________________________
45235 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45236         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45238              Date: Mon, 23 Jul 2001 18:13:20 -0400
45239              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45240      Branch: perl
45241            ! lib/perl5db.pl
45242 ____________________________________________________________________________
45243 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45244         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45246              Date: Mon, 23 Jul 2001 18:07:40 -0400
45247              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45248      Branch: perl
45249            ! op.c
45250 ____________________________________________________________________________
45251 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45252         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45253              From: "Craig A. Berry" <craigberry@mac.com>
45254              Date: Mon, 23 Jul 2001 15:35:06 -0500
45255              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45256      Branch: perl
45257            ! util.c
45258 ____________________________________________________________________________
45259 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45260         Log: Subject: [PATCH perlfaq9.pod typo]
45261              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45262              Date: Mon, 23 Jul 2001 07:49:05 -0700
45263              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45264      Branch: perl
45265            ! pod/perlfaq9.pod
45266 ____________________________________________________________________________
45267 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45268         Log: Subject: win32\sncfnmcs.pl corrections
45269              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45270              Date: Mon, 23 Jul 2001 12:56:54 +0200
45271              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45272              
45273              Rename the script a little bit more sensibly.
45274      Branch: perl
45275            + win32/sync_ext.pl
45276            - win32/sncfnmcs.pl
45277            ! MANIFEST README.win32
45278 ____________________________________________________________________________
45279 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45280         Log: Test tweak.
45281      Branch: perl
45282            ! ext/B/Deparse.t
45283 ____________________________________________________________________________
45284 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
45285         Log: Metaconfig unit tweak for #11450.
45286      Branch: metaconfig/U/perl
45287            ! Mksymlinks.U
45288 ____________________________________________________________________________
45289 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
45290         Log: Too volatile failsafe check.
45291      Branch: perl
45292            ! Configure
45293 ____________________________________________________________________________
45294 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
45295         Log: Further doc tweaks.
45296      Branch: perl
45297            ! lib/UnicodeCD.pm
45298 ____________________________________________________________________________
45299 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
45300         Log: Doc tweaks.
45301      Branch: perl
45302            ! lib/UnicodeCD.pm
45303 ____________________________________________________________________________
45304 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
45305         Log: Doc tweakery from Abhijit.
45306      Branch: perl
45307            ! Porting/repository.pod
45308 ____________________________________________________________________________
45309 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
45310         Log: An accidental empty line.
45311      Branch: perl
45312            ! MANIFEST
45313 ____________________________________________________________________________
45314 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
45315         Log: Missing MANIFESTations.
45316      Branch: perl
45317            ! MANIFEST
45318 ____________________________________________________________________________
45319 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
45320         Log: Update Changes.
45321      Branch: perl
45322            ! Changes patchlevel.h
45323 ____________________________________________________________________________
45324 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
45325         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
45326              From: Mike Guy <mjtg@cam.ac.uk>
45327              Date: Fri, 20 Jul 2001 16:12:49 +0100
45328              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
45329      Branch: perl
45330            ! Porting/pumpkin.pod
45331 ____________________________________________________________________________
45332 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
45333         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45334              From: Peter Prymmer <pvhp@forte.com>
45335              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
45336              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
45337      Branch: perl
45338            ! pod/perlhack.pod
45339 ____________________________________________________________________________
45340 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
45341         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
45342              From: Michael G Schwern <schwern@pobox.com>
45343              Date: Fri, 20 Jul 2001 20:22:35 -0400
45344              Message-ID: <20010720202235.O4498@blackrider>
45345      Branch: perl
45346            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
45347            ! lib/Test/t/todo.t
45348 ____________________________________________________________________________
45349 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
45350         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
45351              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45352              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
45353              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
45354      Branch: perl
45355            ! ext/POSIX/POSIX.pod
45356 ____________________________________________________________________________
45357 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
45358         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
45359              From: Mark-Jason Dominus <mjd@plover.com>
45360              Date: Fri, 20 Jul 2001 23:16:54 -0400
45361              Message-ID: <20010721031654.21877.qmail@plover.com>
45362      Branch: perl
45363            ! ext/POSIX/POSIX.pod
45364 ____________________________________________________________________________
45365 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
45366         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
45367              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45368              Date: Sun, 22 Jul 2001 14:56:09 +0200
45369              Message-ID: <20010722145609.A766@rafael>
45370      Branch: perl
45371            ! ext/B/O.pm
45372 ____________________________________________________________________________
45373 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
45374         Log: Subject: regexec.c #define cleanup
45375              From: Mark-Jason Dominus <mjd@plover.com>
45376              Date: Sat, 21 Jul 2001 18:33:25 -0400
45377              Message-ID: <20010721223325.3069.qmail@plover.com>
45378      Branch: perl
45379            ! regexec.c
45380 ____________________________________________________________________________
45381 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
45382         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
45383              From: Prymmer/Kahn <pvhp@best.com>
45384              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
45385              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
45386      Branch: perl
45387            ! t/io/fs.t
45388 ____________________________________________________________________________
45389 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
45390         Log: Typo in #11432.
45391      Branch: perl
45392            ! ext/POSIX/POSIX.t
45393 ____________________________________________________________________________
45394 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
45395         Log: Integrate (manually) change #11424 from macperl.
45396      Branch: perl
45397            ! ext/Filter/t/call.t
45398 ____________________________________________________________________________
45399 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
45400         Log: Integrate change #11408 from macperl.
45401      Branch: perl
45402           !> README.macos pod/perlport.pod
45403 ____________________________________________________________________________
45404 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
45405         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
45406      Branch: perl
45407           +> macos/MacPerlTests.cmd macos/xsubpp.patch
45408            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
45409            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
45410            ! ext/POSIX/POSIX.t
45411 ____________________________________________________________________________
45412 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
45413         Log: pod/*.t tests not picked up by t/TEST either
45414      Branch: maint-5.6/perl
45415            ! t/TEST
45416 ____________________________________________________________________________
45417 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
45418         Log: better tweak for change#11429 (windows has both / and \ separated
45419              paths in @INC at that point)
45420      Branch: maint-5.6/perl
45421            ! t/pod/testp2pt.pl
45422 ____________________________________________________________________________
45423 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
45424         Log: MacOS pod test tweak needs \Escape
45425      Branch: maint-5.6/perl
45426            ! t/pod/testp2pt.pl
45427 ____________________________________________________________________________
45428 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
45429         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
45430              resulting duplicate output, but t/harness isn't)
45431      Branch: maint-5.6/perl
45432            ! t/run/runenv.t
45433 ____________________________________________________________________________
45434 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
45435         Log: t/harness wasn't picking up all the tests
45436      Branch: maint-5.6/perl
45437            ! t/harness
45438 ____________________________________________________________________________
45439 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
45440         Log: update MANIFEST for new file
45441      Branch: maint-5.6/perl
45442            ! MANIFEST
45443 ____________________________________________________________________________
45444 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
45445         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45446              the exception of the macperl/macos/... tree
45447      Branch: maint-5.6/perl
45448           +> t/lib/filefind-taint.t
45449           !> (integrate 72 files)
45450 ____________________________________________________________________________
45451 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45452         Log: Fix test.
45453      Branch: maint-5.6/macperl
45454            ! macos/bundled_ext/Filter/t/call.t
45455 ____________________________________________________________________________
45456 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45457         Log: Make perl fork()-safe (in a slightly limited way) even on
45458              platforms that don't have pthread_atfork() (extension of
45459              the fix in change#11151).
45460              
45461              Note that this will not help extensions that call fork()
45462              directly in C, or that link to libraries that call fork()
45463              directly.  Such cases must be fixed to either call
45464              PerlProc_fork(), or call atfork_lock() in parent before the
45465              calling the function that forks and call atfork_unlock()
45466              in both parent and child immediately after the fork().
45467              (There are no worries if C code calls exec() in the child
45468              immediately after a fork().  Only cases where the child
45469              calls perl's API functions (including New()) after the
45470              fork() are problematic.)
45471              
45472              This change also eliminates the use of vfork() from perl,
45473              since all such uses were violating the severe restrictions
45474              on modifying the state of the process between the vfork()
45475              and the exec().
45476              
45477              This is a modified version of patches suggested by Abhijit
45478              Menon-Sen and Richard Soderberg.
45479      Branch: perl
45480            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45481            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45482 ____________________________________________________________________________
45483 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45484         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45485              Switch, and Text::Balanced.
45486      Branch: maint-5.6/macperl
45487            + macos/bundled_ext/Filter/Util/Call/Call.pm
45488            + macos/bundled_ext/Filter/Util/Call/Call.xs
45489            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45490            + macos/bundled_ext/Filter/t/MyFilter.pm
45491            + macos/bundled_ext/Filter/t/call.t
45492            + macos/bundled_ext/Filter/t/filter-util.pl
45493            + macos/bundled_lib/blib/lib/Class/ISA.pm
45494            + macos/bundled_lib/blib/lib/Digest.pm
45495            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45496            + macos/bundled_lib/blib/lib/Switch.pm
45497            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45498            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45499            + macos/bundled_lib/t/Class/ISA/test.pl
45500            + macos/bundled_lib/t/Digest/Digest.t
45501            + macos/bundled_lib/t/Filter/Simple/test.pl
45502            + macos/bundled_lib/t/Switch/test.pl
45503            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45504            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45505            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45506            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45507            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45508            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45509            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45510            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45511 ____________________________________________________________________________
45512 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45513         Log: Add Filter::Util::Call to config/make files; edit utils
45514              to recognize the module (it was descended too far down).
45515              Bump version to 5.6.1a4.
45516      Branch: maint-5.6/macperl
45517            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45518            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45519            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45520 ____________________________________________________________________________
45521 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45522         Log: Make DB_File the default for MLDBM on MacOS.
45523      Branch: maint-5.6/macperl
45524            ! macos/bundled_lib/blib/lib/MLDBM.pm
45525 ____________________________________________________________________________
45526 [ 11419] By: nick                                  on 2001/07/20  14:51:03
45527         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
45528              From:  Simon Cozens <simon@netthink.co.uk>
45529              Date:  Fri, 20 Jul 2001 11:42:35 -0400
45530              Message-Id:  <20010720114235.A5235@netthink.co.uk>
45531      Branch: perl
45532            ! lib/UnicodeCD.pm
45533 ____________________________________________________________________________
45534 [ 11418] By: nick                                  on 2001/07/20  14:48:12
45535         Log: Subject:  [PATCH regcomp.h] adds a comment
45536              From:  Abhijit Menon-Sen <ams@wiw.org>
45537              Date:  Fri, 20 Jul 2001 21:05:37 +0530
45538              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
45539      Branch: perl
45540            ! regcomp.h
45541 ____________________________________________________________________________
45542 [ 11417] By: nick                                  on 2001/07/20  14:16:38
45543         Log: Subject:  [PATCH 5.7.2] INSTALL updates
45544              From:  Andy Dougherty <doughera@lafayette.edu>
45545              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
45546              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
45547      Branch: perl
45548            ! INSTALL
45549 ____________________________________________________________________________
45550 [ 11416] By: nick                                  on 2001/07/20  06:44:44
45551         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45552              From:  Russ Allbery <rra@stanford.edu>
45553              Date:  19 Jul 2001 15:52:37 -0700
45554              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
45555      Branch: perl
45556            ! lib/Pod/Man.pm
45557 ____________________________________________________________________________
45558 [ 11415] By: nick                                  on 2001/07/20  06:35:11
45559         Log: Subject:  [PATCH] defer op_seq allocation
45560              From:  Abhijit Menon-Sen <ams@wiw.org>
45561              Date:  Thu, 19 Jul 2001 22:12:24 +0530
45562              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
45563      Branch: perl
45564            ! op.c
45565 ____________________________________________________________________________
45566 [ 11414] By: nick                                  on 2001/07/20  06:23:36
45567         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
45568              From:  Abhijit Menon-Sen <ams@wiw.org>
45569              Date:  Fri, 20 Jul 2001 01:18:50 +0530
45570              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
45571              (Private e-mail)
45572      Branch: perl
45573            ! ext/Time/HiRes/HiRes.xs
45574 ____________________________________________________________________________
45575 [ 11413] By: nick                                  on 2001/07/20  06:18:53
45576         Log: Integrate mainline
45577      Branch: perlio
45578           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
45579            - t/base/commonsense.t
45580           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
45581           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
45582           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
45583           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
45584           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
45585           !> win32/win32.c
45586 ____________________________________________________________________________
45587 [ 11412] By: nick                                  on 2001/07/19  06:44:27
45588         Log: Integrate win32/perlhost.h from maintenance branch.
45589              (Rest of $ENV{PATH} / system() fix.)
45590      Branch: perl
45591           !> win32/perlhost.h
45592 ____________________________________________________________________________
45593 [ 11411] By: nick                                  on 2001/07/19  06:41:34
45594         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
45595              From:  Philip Newton <Philip.Newton@gmx.net>
45596              Date:  Wed, 18 Jul 2001 21:43:57 +0200
45597              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
45598      Branch: perl
45599            ! pod/perlhack.pod
45600 ____________________________________________________________________________
45601 [ 11410] By: nick                                  on 2001/07/19  06:39:35
45602         Log: Subject:  Security hole in taint checking in open()
45603              From:  deekoo@tentacle.net
45604              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
45605              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
45606      Branch: perl
45607            ! doio.c
45608 ____________________________________________________________________________
45609 [ 11409] By: nick                                  on 2001/07/19  06:28:08
45610         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
45611              From:  Abhijit Menon-Sen <ams@wiw.org>
45612              Date:  Thu, 19 Jul 2001 04:30:43 +0530
45613              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
45614      Branch: perl
45615            ! ext/Time/HiRes/HiRes.xs
45616 ____________________________________________________________________________
45617 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
45618         Log: Update docs with latest implementation information and new URLs.
45619      Branch: maint-5.6/macperl
45620            ! README.macos pod/perlport.pod
45621 ____________________________________________________________________________
45622 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
45623         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
45624              Fix BuildRules to accept optimization variables.
45625      Branch: maint-5.6/macperl
45626            + macos/bundled_ext/Digest/MD5/Makefile.mk
45627            ! macos/BuildRules.mk macos/Makefile.mk
45628            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
45629            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
45630 ____________________________________________________________________________
45631 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
45632         Log: Integrate changes 11399,11401
45633      Branch: maint-5.6/macperl
45634           !> win32/perlhost.h win32/win32.c
45635 ____________________________________________________________________________
45636 [ 11405] By: nick                                  on 2001/07/18  06:50:33
45637         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
45638              from perl5.6*
45639      Branch: perl
45640           !> win32/perlhost.h win32/win32.c
45641 ____________________________________________________________________________
45642 [ 11404] By: nick                                  on 2001/07/18  06:43:59
45643         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
45644              From:  hv@crypt0.demon.co.uk
45645              Date:  Wed, 18 Jul 2001 05:58:46 +0100
45646              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
45647      Branch: perl
45648            ! ext/POSIX/POSIX.t
45649 ____________________________________________________________________________
45650 [ 11403] By: nick                                  on 2001/07/18  06:38:57
45651         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
45652              From:  hv@crypt0.demon.co.uk
45653              Date:  Wed, 18 Jul 2001 05:21:54 +0100
45654              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
45655      Branch: perl
45656            ! numeric.c t/op/arith.t
45657 ____________________________________________________________________________
45658 [ 11402] By: nick                                  on 2001/07/18  06:19:17
45659         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
45660              From:  mjd@plover.com
45661              Date:  17 Jul 2001 17:59:20 -0000
45662              Message-Id:  <20010717175920.8177.qmail@plover.com>
45663      Branch: perl
45664            ! pod/perlre.pod
45665 ____________________________________________________________________________
45666 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
45667         Log: thinko in change#11400 (duh)
45668      Branch: maint-5.6/perl
45669            ! win32/perlhost.h
45670 ____________________________________________________________________________
45671 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
45672         Log: change#11399 revealed another unrelated bug; this is just a temporary
45673              bandaid
45674      Branch: maint-5.6/perl
45675            ! win32/perlhost.h
45676 ____________________________________________________________________________
45677 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
45678         Log: fix bugs in handling of the virtualized environment under windows;
45679              there were bugs in propagating any changes to %ENV down to the real
45680              environment when such changes happened in the toplevel process
45681              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
45682              problem identification, and for a part of the fix)
45683      Branch: maint-5.6/perl
45684            ! win32/perlhost.h win32/win32.c
45685 ____________________________________________________________________________
45686 [ 11398] By: nick                                  on 2001/07/17  08:26:35
45687         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45688              From: Peter Prymmer <pvhp@forte.com>
45689              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
45690              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
45691              
45692              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
45693              should not depend on existance of Config.pm
45694      Branch: perl
45695           +> t/lib/commonsense.t
45696            - t/base/commonsense.t
45697            ! MANIFEST t/README
45698 ____________________________________________________________________________
45699 [ 11397] By: nick                                  on 2001/07/17  08:09:58
45700         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
45701              From:  Michael G Schwern <schwern@pobox.com>
45702              Date:  Mon, 16 Jul 2001 18:20:31 -0400
45703              Message-Id:  <20010716182031.A1128@blackrider>
45704      Branch: perl
45705            ! pod/perlhack.pod
45706 ____________________________________________________________________________
45707 [ 11396] By: nick                                  on 2001/07/17  08:04:11
45708         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
45709              From:  Gwyn Judd <b.judd@xtra.co.nz>
45710              Date:  Tue, 17 Jul 2001 20:55:58 +1200
45711              Message-Id:  <20010717205558.A3107@thislove>
45712      Branch: perl
45713            ! pod/perlfunc.pod
45714 ____________________________________________________________________________
45715 [ 11395] By: nick                                  on 2001/07/17  08:02:22
45716         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
45717              From:  Peter Prymmer <pvhp@forte.com>
45718              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
45719              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
45720      Branch: perl
45721            ! t/op/sprintf.t
45722 ____________________________________________________________________________
45723 [ 11394] By: nick                                  on 2001/07/17  07:57:06
45724         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
45725              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
45726              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
45727              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
45728      Branch: perl
45729            ! gv.c
45730 ____________________________________________________________________________
45731 [ 11392] By: nick                                  on 2001/07/17  07:50:12
45732         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
45733              From:  Coral <coral@moonlight.crystalflame.net>
45734              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
45735              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
45736      Branch: perl
45737            ! pp_sys.c thread.h
45738 ____________________________________________________________________________
45739 [ 11391] By: nick                                  on 2001/07/17  07:34:28
45740         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
45741              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45742              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
45743              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
45744      Branch: perl
45745            ! utils/h2xs.PL
45746 ____________________________________________________________________________
45747 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
45748         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
45749              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
45750              and Mac::Apps::Launch, which don't work, and Time::HiRes and
45751              Time::Piece, which don't yet work.
45752      Branch: maint-5.6/macperl
45753            + (add 154 files)
45754 ____________________________________________________________________________
45755 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
45756         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
45757              Also add hack to get around missing setenv for PERL5DB.
45758      Branch: maint-5.6/macperl
45759            ! macos/macish.c macos/macish.h
45760 ____________________________________________________________________________
45761 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
45762         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
45763      Branch: maint-5.6/macperl
45764            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
45765            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
45766 ____________________________________________________________________________
45767 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
45768         Log: Fix up some configuration and make options, add extra
45769              extensions.
45770      Branch: maint-5.6/macperl
45771            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
45772            ! macos/macperl/Makefile.mk
45773 ____________________________________________________________________________
45774 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
45775         Log: From Change 11374 in maintperl.
45776      Branch: maint-5.6/macperl
45777           !> utils/h2ph.PL
45778 ____________________________________________________________________________
45779 [ 11385] By: nick                                  on 2001/07/16  14:12:58
45780         Log: Back out change to h2xs till it passes its test.
45781      Branch: perl
45782            ! utils/h2xs.PL
45783 ____________________________________________________________________________
45784 [ 11384] By: nick                                  on 2001/07/16  14:00:10
45785         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
45786              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45787              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
45788              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
45789      Branch: perl
45790            ! utils/h2xs.PL
45791 ____________________________________________________________________________
45792 [ 11383] By: nick                                  on 2001/07/16  13:53:12
45793         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
45794              From:  Robin Houston <robin@kitsite.com>
45795              Date:  Sun, 15 Jul 2001 18:22:31 +0100
45796              Message-Id:  <20010715182230.A11174@robin>
45797      Branch: perl
45798            ! hints/darwin.sh
45799 ____________________________________________________________________________
45800 [ 11382] By: nick                                  on 2001/07/16  13:52:49
45801         Log: Subject:  [PATCH perl@11372] re_dup
45802              From:  Radu Greab <radu@netsoft.ro>
45803              Date:  Sun, 15 Jul 2001 04:50:06 +0300
45804              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
45805      Branch: perl
45806            ! sv.c
45807 ____________________________________________________________________________
45808 [ 11379] By: nick                                  on 2001/07/16  13:35:39
45809         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
45810              From:  Robin Houston <robin@kitsite.com>
45811              Date:  Sat, 14 Jul 2001 14:28:50 +0100
45812              Message-Id:  <20010714142850.A10205@robin>
45813      Branch: perl
45814            ! ext/B/B/Deparse.pm
45815 ____________________________________________________________________________
45816 [ 11378] By: nick                                  on 2001/07/16  13:30:36
45817         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
45818              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
45819              Date:  Sat, 14 Jul 2001 22:17:42 +0900
45820              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
45821      Branch: perl
45822            + ext/Encode/Encode/euc-jp-0212.enc
45823            ! ext/Encode/Encode/Tcl.pm
45824 ____________________________________________________________________________
45825 [ 11377] By: nick                                  on 2001/07/16  13:17:28
45826         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
45827              From:  Andy Dougherty <doughera@lafayette.edu>
45828              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
45829              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
45830      Branch: perl
45831            ! hints/darwin.sh hints/rhapsody.sh
45832 ____________________________________________________________________________
45833 [ 11376] By: nick                                  on 2001/07/16  09:05:00
45834         Log: Integrate mainline
45835      Branch: perlio
45836           +> ext/Encode/Encode/7bit-greek.enc
45837           +> ext/Encode/Encode/7bit-latin1.enc
45838           +> ext/Encode/Encode/cns11643-1.enc
45839           +> ext/Encode/Encode/cns11643-2.enc
45840           +> ext/Encode/Encode/iso2022-cn.enc
45841           +> ext/Encode/Encode/iso2022-jp1.enc
45842           +> ext/Encode/Encode/iso2022-jp2.enc
45843           !> Changes Configure MANIFEST Makefile.SH
45844           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45845           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
45846           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
45847           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
45848           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
45849 ____________________________________________________________________________
45850 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
45851         Log: integrate change#11374 from maint-5.6
45852              
45853              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45854      Branch: perl
45855           !> utils/h2ph.PL
45856 ____________________________________________________________________________
45857 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
45858         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45859      Branch: maint-5.6/perl
45860            ! utils/h2ph.PL
45861 ____________________________________________________________________________
45862 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
45863         Log: Update Changes.
45864      Branch: perl
45865            ! Changes patchlevel.h
45866 ____________________________________________________________________________
45867 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
45868         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
45869              From: Jonathan Stowe <gellyfish@gellyfish.com>
45870              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
45871              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
45872      Branch: perl
45873            ! utils/h2xs.PL
45874 ____________________________________________________________________________
45875 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
45876         Log: Subject: patch to add DEL to [:cntrl:]
45877              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45878              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
45879              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
45880      Branch: perl
45881            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
45882 ____________________________________________________________________________
45883 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
45884         Log: Metaconfig unit change for #11369; plus a dependency nit.
45885      Branch: metaconfig
45886            ! U/compline/nblock_io.U
45887      Branch: metaconfig/U/perl
45888            ! Extensions.U
45889 ____________________________________________________________________________
45890 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
45891         Log: #include <stdlib.h> so that exit() is prototyped,
45892              noticed by Hugo.
45893      Branch: perl
45894            ! Configure
45895 ____________________________________________________________________________
45896 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
45897         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45898              From: Peter Prymmer <pvhp@forte.com>
45899              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
45900              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
45901      Branch: perl
45902            ! t/op/sprintf.t
45903 ____________________________________________________________________________
45904 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
45905         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
45906              From: Peter Prymmer <pvhp@forte.com>
45907              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
45908              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
45909      Branch: perl
45910            ! ext/Encode/Encode/Tcl.t
45911 ____________________________________________________________________________
45912 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
45913         Log: Add information about gcc 3.0 basic block profiling.
45914      Branch: perl
45915            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
45916 ____________________________________________________________________________
45917 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
45918         Log: Subject: Error in lib/PerlIO/Via.pm ?
45919              From: Mark-Jason Dominus <mjd@plover.com>
45920              Date: Fri, 13 Jul 2001 15:55:41 -0400
45921              Message-ID: <20010713195541.26751.qmail@plover.com>
45922      Branch: perl
45923            ! ext/PerlIO/Via/Via.pm
45924 ____________________________________________________________________________
45925 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
45926         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
45927              section from the Compiler section.
45928      Branch: perl
45929            ! myconfig.SH
45930 ____________________________________________________________________________
45931 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
45932         Log: Handle glibc style of constant definitions using enum
45933              with intervening #defines; from Brendan O'Dea.
45934      Branch: perl
45935            ! utils/h2ph.PL
45936 ____________________________________________________________________________
45937 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
45938         Log: Add LC_MESSAGES to the locale_h export tag (it already is
45939              in the Makefile.PL and thusly eligible for an XS constant)
45940              (see also maintperl #10543)
45941      Branch: perl
45942            ! ext/POSIX/POSIX.pm
45943 ____________________________________________________________________________
45944 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
45945         Log: Subject: Re: [patch] re_dup
45946              From: Abhijit Menon-Sen <ams@wiw.org>
45947              Date: Fri, 13 Jul 2001 21:41:09 +0530
45948              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
45949      Branch: perl
45950            ! sv.c
45951 ____________________________________________________________________________
45952 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
45953         Log: Subject: [patch] re_dup
45954              From: Doug MacEachern <dougm@covalent.net>
45955              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
45956              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
45957      Branch: perl
45958            ! sv.c
45959 ____________________________________________________________________________
45960 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
45961         Log: Update Changes.
45962      Branch: perl
45963            ! Changes patchlevel.h
45964 ____________________________________________________________________________
45965 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
45966         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
45967              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
45968              Date: Sat, 14 Jul 2001 00:06:30 +0900
45969              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
45970      Branch: perl
45971            + ext/Encode/Encode/7bit-greek.enc
45972            + ext/Encode/Encode/7bit-latin1.enc
45973            + ext/Encode/Encode/cns11643-1.enc
45974            + ext/Encode/Encode/cns11643-2.enc
45975            + ext/Encode/Encode/iso2022-cn.enc
45976            + ext/Encode/Encode/iso2022-jp1.enc
45977            + ext/Encode/Encode/iso2022-jp2.enc
45978            ! MANIFEST ext/Encode/Encode/Tcl.pm
45979            ! ext/Encode/Encode/iso2022-kr.enc
45980 ____________________________________________________________________________
45981 [ 11357] By: nick                                  on 2001/07/13  14:24:06
45982         Log: Blind integrate mainline (as of 5.7.2?)
45983      Branch: perlio
45984           !> AUTHORS Changes Porting/config.sh Porting/config_H
45985           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
45986           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45987           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45988           !> win32/makefile.mk
45989 ____________________________________________________________________________
45990 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
45991         Log: Snip away the devel patchlevel.
45992      Branch: perl
45993            ! patchlevel.h
45994 ____________________________________________________________________________
45995 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
45996         Log: Bump the version to 5.7.2.
45997      Branch: perl
45998            ! Porting/config.sh Porting/config_H patchlevel.h
45999            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46000            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46001            ! win32/makefile.mk
46002 ____________________________________________________________________________
46003 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
46004         Log: Update Changes.
46005      Branch: perl
46006            ! Changes
46007 ____________________________________________________________________________
46008 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
46009         Log: Reword.
46010      Branch: perl
46011            ! AUTHORS
46012 ____________________________________________________________________________
46013 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
46014         Log: AUTHORS update.
46015      Branch: perl
46016            ! AUTHORS
46017 ____________________________________________________________________________
46018 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
46019         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
46020              unless ithreads.
46021      Branch: perl
46022            ! makedef.pl
46023 ____________________________________________________________________________
46024 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
46025         Log: Integrate perlio:
46026              
46027              [ 11346]
46028              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46029              to avoid /unicode vs /Unicode issues.
46030      Branch: perl
46031           !> win32/distclean.bat
46032 ____________________________________________________________________________
46033 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
46034         Log: Test the encoding transform only iff we have PerlIO,
46035              noticed by H. Merijn Brand.
46036      Branch: perl
46037            ! ext/PerlIO/t/encoding.t
46038 ____________________________________________________________________________
46039 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
46040         Log: README.netware tweaks from Ananth Kesari.
46041      Branch: perl
46042            ! README.netware
46043 ____________________________________________________________________________
46044 [ 11346] By: nick                                  on 2001/07/13  09:18:51
46045         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46046              to avoid /unicode vs /Unicode issues.
46047      Branch: perlio
46048            ! win32/distclean.bat
46049 ____________________________________________________________________________
46050 [ 11345] By: nick                                  on 2001/07/13  06:24:18
46051         Log: Integrate mainline
46052      Branch: perlio
46053           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
46054            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
46055           !> (integrate 63 files)
46056 ____________________________________________________________________________
46057 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
46058         Log: Add d_bincompat5005 information to perl -V.
46059      Branch: perl
46060            ! myconfig.SH
46061 ____________________________________________________________________________
46062 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
46063         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
46064              From: Abhijit Menon-Sen <ams@wiw.org>
46065              Date: Fri, 13 Jul 2001 07:12:36 +0530
46066              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
46067      Branch: perl
46068            ! sv.c
46069 ____________________________________________________________________________
46070 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
46071         Log: Remove unicode::distinct, as per Inaba Hiroto.
46072      Branch: perl
46073            - lib/unicode/distinct.pm
46074            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
46075            ! t/lib/1_compile.t
46076 ____________________________________________________________________________
46077 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
46078         Log: Paging for Dr Octothorpe.
46079      Branch: perl
46080            ! pod/perlfaq4.pod
46081 ____________________________________________________________________________
46082 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
46083         Log: cut-n-paste error noticed by mjd.
46084      Branch: perl
46085            ! pod/perlfaq4.pod
46086 ____________________________________________________________________________
46087 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
46088         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
46089              From: Peter Prymmer <pvhp@forte.com>
46090              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
46091              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
46092      Branch: perl
46093            ! pod/perlfaq4.pod
46094 ____________________________________________________________________________
46095 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
46096         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
46097              From: Randall Gellens <randy@qualcomm.com>
46098              Date: Thu, 12 Jul 2001 16:56:23 -0700
46099              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
46100      Branch: perl
46101            ! Porting/repository.pod
46102 ____________________________________________________________________________
46103 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
46104         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
46105      Branch: perl
46106            ! thread.h
46107 ____________________________________________________________________________
46108 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
46109         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
46110              From: coral <coral@moonlight.crystalflame.net>
46111              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
46112              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
46113      Branch: perl
46114            ! thread.h
46115 ____________________________________________________________________________
46116 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
46117         Log: Metaconfig unit change for #11134.
46118      Branch: metaconfig
46119            + U/threads/d_pthread_atfork.U
46120 ____________________________________________________________________________
46121 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
46122         Log: Add HAS_PTHREAD_ATFORK.
46123      Branch: perl
46124            ! Configure NetWare/config.wc NetWare/config_H.wc
46125            ! Porting/Glossary Porting/config.sh Porting/config_H
46126            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46127            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
46128            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46129            ! win32/config.gc win32/config.vc win32/config_H.bc
46130            ! win32/config_H.gc win32/config_H.vc
46131 ____________________________________________________________________________
46132 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
46133         Log: Subject: [PATCH] File::Copy fails on tied handles
46134              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
46135              Date: Thu, 12 Jul 2001 15:18:51 -0700
46136              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
46137      Branch: perl
46138            ! lib/File/Copy.pm
46139 ____________________________________________________________________________
46140 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
46141         Log: Subject: [PATCH] Langinfo.t
46142              From: Nicholas Clark <nick@ccl4.org>
46143              Date: Thu, 12 Jul 2001 23:55:38 +0100
46144              Message-ID: <20010712235538.M5827@plum.flirble.org>
46145      Branch: perl
46146            ! ext/I18N/Langinfo/Langinfo.t
46147 ____________________________________________________________________________
46148 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
46149         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
46150              From: Peter Prymmer <pvhp@forte.com>
46151              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
46152              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
46153      Branch: perl
46154            ! pod/perl572delta.pod
46155 ____________________________________________________________________________
46156 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
46157         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
46158              From: Abhijit Menon-Sen <ams@wiw.org>
46159              Date: Fri, 13 Jul 2001 05:21:16 +0530
46160              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
46161      Branch: perl
46162            ! sv.c
46163 ____________________________________________________________________________
46164 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
46165         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
46166              From: Abhijit Menon-Sen <ams@wiw.org>
46167              Date: Fri, 13 Jul 2001 03:04:25 +0530
46168              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
46169      Branch: perl
46170            ! av.c
46171 ____________________________________________________________________________
46172 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46173         Log: s/^M$//g
46174      Branch: perl
46175            ! win32/Makefile win32/makefile.mk
46176 ____________________________________________________________________________
46177 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46178         Log: Update Changes.
46179      Branch: perl
46180            ! Changes patchlevel.h
46181 ____________________________________________________________________________
46182 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46183         Log: Typo spotted by Philip Newton.
46184      Branch: perl
46185            ! pod/perl572delta.pod
46186 ____________________________________________________________________________
46187 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46188         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46189              From: Artur Bergman <artur@contiller.se>
46190              Date: Thu, 12 Jul 2001 20:57:09 +0200
46191              Message-ID: <B773BFA4.236B%artur@contiller.se>
46192      Branch: perl
46193            ! sv.c
46194 ____________________________________________________________________________
46195 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46196         Log: Add README.uts from Hal Morris.
46197      Branch: perl
46198            + README.uts
46199            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46200            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46201 ____________________________________________________________________________
46202 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46203         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46205              Date: Thu, 12 Jul 2001 20:32:37 +0200
46206              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46207      Branch: perl
46208            ! hints/aix.sh
46209 ____________________________________________________________________________
46210 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46211         Log: Subject: Patch: document reg_data.what member
46212              From: Mark-Jason Dominus <mjd@plover.com>
46213              Message-ID: <20010712182532.14821.qmail@plover.com>
46214              Date: Thu, 12 Jul 2001 14:25:32 -0400
46215      Branch: perl
46216            ! regcomp.c regcomp.h
46217 ____________________________________________________________________________
46218 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46219         Log: Subject: [PATCH] Perl_re_dup()
46220              From: Abhijit Menon-Sen <ams@wiw.org>
46221              Date: Thu, 12 Jul 2001 23:54:32 +0530
46222              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46223      Branch: perl
46224            ! embed.h embed.pl perlapi.c proto.h sv.c
46225 ____________________________________________________________________________
46226 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46227         Log: Regen Configure, modlib, toc.
46228      Branch: perl
46229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46230            ! pod/perlmodlib.pod pod/perltoc.pod
46231 ____________________________________________________________________________
46232 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46233         Log: The problem seems to be in PerlIO::Layer::->find() not
46234              accepting the ":encoding(blurflur)" arguments.
46235      Branch: perl
46236            ! lib/PerlIO.pm lib/open.pm
46237 ____________________________________________________________________________
46238 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46239         Log: AIX doc update.
46240      Branch: perl
46241            ! README.aix pod/perl572delta.pod
46242 ____________________________________________________________________________
46243 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46244         Log: Subject: AIX README update
46245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46246              Date: Thu, 12 Jul 2001 19:28:30 +0200
46247              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46248      Branch: perl
46249            ! README.aix
46250 ____________________________________________________________________________
46251 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46252         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46253              From: Norton Allen <allen@huarp.harvard.edu>
46254              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46255              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46256      Branch: perl
46257            ! ext/IO/lib/IO/t/io_unix.t
46258 ____________________________________________________________________________
46259 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46260         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46261              From: Norton Allen <allen@huarp.harvard.edu>
46262              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46263              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46264      Branch: perl
46265            ! README.qnx hints/qnx.sh
46266 ____________________________________________________________________________
46267 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46268         Log: Subject: [patch] faster PM_GETRE
46269              From: Doug MacEachern <dougm@covalent.net>
46270              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46271              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46272      Branch: perl
46273            ! op.h
46274 ____________________________________________________________________________
46275 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46276         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46277              From: Doug MacEachern <dougm@covalent.net>
46278              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46279              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46280      Branch: perl
46281            ! op.c
46282 ____________________________________________________________________________
46283 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
46284         Log: Tell where the nice Estonian database is.
46285      Branch: perl
46286            ! lib/open.pm
46287 ____________________________________________________________________________
46288 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
46289         Log: Retract #11309 since #11310 is a better fix.
46290      Branch: perl
46291            ! t/lib/1_compile.t
46292 ____________________________________________________________________________
46293 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
46294         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
46295              change#11300 needs to return the status of failed win32_spawnvp())
46296              
46297              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
46298              splitting correctly; remove unused variables; 'require' at run time
46299              rather than 'use' at compile time for I18N::Langinfo, since it
46300              isn't everyware
46301      Branch: perl
46302            ! lib/open.pm win32/win32.c
46303 ____________________________________________________________________________
46304 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
46305         Log: Temporary workaround.
46306      Branch: perl
46307            ! t/lib/1_compile.t
46308 ____________________________________________________________________________
46309 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
46310         Log: UCD typo in #11306 and add also more known-to-be-tested
46311              modules to the skip list.
46312      Branch: perl
46313            ! t/lib/1_compile.t
46314 ____________________________________________________________________________
46315 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
46316         Log: Rename Unicode::UCD to UnicodeCD to avoid
46317              messups with case-insensitive filesystems.
46318      Branch: perl
46319            + lib/UnicodeCD.pm lib/UnicodeCD.t
46320            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
46321            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
46322 ____________________________________________________________________________
46323 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
46324         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
46325              From: daniel@biz.bitpusher.com
46326              Date: Wed, 11 Jul 2001 23:25:47 -0700
46327              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
46328      Branch: perl
46329            ! lib/Tie/Array.pm t/op/splice.t
46330 ____________________________________________________________________________
46331 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
46332         Log: Subject: [PATCH] More accurate line numbers in messages
46333              From: Paul Johnson <paul@pjcj.net>
46334              Date: Thu, 12 Jul 2001 04:14:11 +0200
46335              Message-ID: <20010712041411.A3467@pjcj.net>
46336              
46337              (With prototyping and multiplicity tweaks.)
46338      Branch: perl
46339            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
46340 ____________________________________________________________________________
46341 [ 11304] By: nick                                  on 2001/07/12  12:53:40
46342         Log: Integrate mainline
46343      Branch: perlio
46344           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
46345           !> regexec.c thread.h
46346 ____________________________________________________________________________
46347 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
46348         Log: Cut-and-pasto in #11298.
46349      Branch: perl
46350            ! ext/ByteLoader/bytecode.h
46351 ____________________________________________________________________________
46352 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
46353         Log: Update the AIX known problems section.
46354      Branch: perl
46355            ! pod/perl572delta.pod
46356 ____________________________________________________________________________
46357 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
46358         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
46359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46360              Date: Thu, 12 Jul 2001 12:16:16 +0200
46361              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
46362      Branch: perl
46363            ! hints/aix.sh
46364 ____________________________________________________________________________
46365 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
46366         Log: Integrate perlio:
46367              
46368              [ 11296]
46369              Exclude reentrant_buffer from .def file
46370              
46371              [ 11295]
46372              Honour void-ness of my_exit()
46373      Branch: perl
46374           !> makedef.pl win32/win32.c
46375 ____________________________________________________________________________
46376 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
46377         Log: Subject: [PATCH] fix for PMOP threadness failures
46378              From: Artur Bergman <artur@contiller.se>
46379              Date: Thu, 12 Jul 2001 09:48:06 +0200
46380              Message-ID: <B77322D6.22DD%artur@contiller.se>
46381      Branch: perl
46382            ! regexec.c
46383 ____________________________________________________________________________
46384 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
46385         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
46386              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46387              Date: Thu, 12 Jul 2001 09:09:48 +0200
46388              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
46389              
46390              More parentheses to keep bcc happy.
46391      Branch: perl
46392            ! ext/ByteLoader/bytecode.h
46393 ____________________________________________________________________________
46394 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
46395         Log: Subject: Re: [patch] pthread_atfork bandaid
46396              From: Doug MacEachern <dougm@covalent.net>
46397              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
46398              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
46399      Branch: perl
46400            ! thread.h
46401 ____________________________________________________________________________
46402 [ 11296] By: nick                                  on 2001/07/12  11:55:48
46403         Log: Exclude reentrant_buffer from .def file
46404      Branch: perlio
46405            ! makedef.pl
46406 ____________________________________________________________________________
46407 [ 11295] By: nick                                  on 2001/07/12  11:11:44
46408         Log: Honour void-ness of my_exit()
46409      Branch: perlio
46410            ! win32/win32.c
46411 ____________________________________________________________________________
46412 [ 11294] By: nick                                  on 2001/07/12  07:51:04
46413         Log: Integrate mainline
46414      Branch: perlio
46415           +> uts/sprintf_wrap.c
46416           !> (integrate 35 files)
46417 ____________________________________________________________________________
46418 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
46419         Log: Retract #11289.
46420      Branch: perl
46421            ! embed.h embed.pl perl.c proto.h thread.h
46422 ____________________________________________________________________________
46423 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
46424         Log: Now the :locale pseudolayer *almost* works...
46425      Branch: perl
46426            ! lib/open.pm
46427 ____________________________________________________________________________
46428 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
46429         Log: Locale encoding tweaks.
46430      Branch: perl
46431            ! lib/open.pm
46432 ____________________________________________________________________________
46433 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
46434         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
46435              From: Mark-Jason Dominus <mjd@plover.com>
46436              Date: Thu, 12 Jul 2001 00:59:31 -0400
46437              Message-ID: <20010712045931.8543.qmail@plover.com>
46438              
46439              Remove the chmod/umask leading zero warning.
46440      Branch: perl
46441            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
46442            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46443 ____________________________________________________________________________
46444 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
46445         Log: (Retracted by #11289.)
46446      Branch: perl
46447            ! embed.h embed.pl perl.c proto.h thread.h
46448 ____________________________________________________________________________
46449 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46450         Log: Needed by #11283.
46451      Branch: perl
46452            ! intrpvar.h
46453 ____________________________________________________________________________
46454 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46455         Log: Metaconfig unit change for #11286.
46456      Branch: metaconfig/U/perl
46457            ! patchlevel.U
46458 ____________________________________________________________________________
46459 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46460         Log: Subject: Re: [PATCH Configure] perl -V broken
46461              From: Andy Dougherty <doughera@lafayette.edu>
46462              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46463              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46464      Branch: perl
46465            ! Configure myconfig.SH
46466 ____________________________________________________________________________
46467 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46468         Log: Retract #11166 (and #11237).
46469      Branch: perl
46470            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46471            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46472            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46473 ____________________________________________________________________________
46474 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46475         Log: UTS tweaks for Hal Morris.
46476      Branch: perl
46477            + uts/sprintf_wrap.c
46478            ! MANIFEST hints/uts.sh perl.h
46479 ____________________________________________________________________________
46480 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46481         Log: Subject: [PATCH] Use reentrant API glibc
46482              From: Artur Bergman <artur@contiller.se>
46483              Date: Thu, 12 Jul 2001 00:58:21 +0200
46484              Message-ID: <B772A6AD.2288%artur@contiller.se>
46485      Branch: perl
46486            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46487            ! sv.c
46488 ____________________________________________________________________________
46489 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46490         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46491              From: barries <barries@slaysys.com>
46492              Date: Wed, 11 Jul 2001 15:11:46 -0400
46493              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46494      Branch: perl
46495            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46496 ____________________________________________________________________________
46497 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46498         Log: Subject: [patch] pthread_atfork bandaid
46499              From: Doug MacEachern <dougm@covalent.net>
46500              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46501              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46502      Branch: perl
46503            ! miniperlmain.c perl.c
46504 ____________________________________________________________________________
46505 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46506         Log: Subject: [patch] perl_clone leaks
46507              From: Doug MacEachern <dougm@covalent.net>
46508              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46509              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46510      Branch: perl
46511            ! sv.c
46512 ____________________________________________________________________________
46513 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46514         Log: Integrate mainline
46515      Branch: perlio
46516           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46517           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46518           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46519           +> lib/Term/ANSIColor/README
46520           !> (integrate 54 files)
46521 ____________________________________________________________________________
46522 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46523         Log: Update Changes.
46524      Branch: perl
46525            ! Changes patchlevel.h
46526 ____________________________________________________________________________
46527 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
46528         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
46529              From: Peter Prymmer <pvhp@forte.com>
46530              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
46531              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
46532              
46533              Backport of embed.pl to 5.003.
46534      Branch: perl
46535            ! embed.pl
46536 ____________________________________________________________________________
46537 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
46538         Log: Subject: Re: POSIX test #14 on UTS 
46539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46540              Date: Wed, 11 Jul 2001 03:02:14 +0100
46541              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
46542      Branch: perl
46543            ! ext/POSIX/POSIX.t
46544 ____________________________________________________________________________
46545 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
46546         Log: Make the I32 an IV to preserve structure alignment and size.
46547      Branch: perl
46548            ! op.h
46549 ____________________________________________________________________________
46550 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
46551         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
46552              From: "Artur Bergman" <artur@contiller.se>
46553              Date: Wed, 11 Jul 2001 14:23:37 +0200
46554              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
46555              
46556              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
46557      Branch: perl
46558            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
46559            ! pod/perlapi.pod sv.c
46560 ____________________________________________________________________________
46561 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
46562         Log: Tweak until Pod::Parser gets updated.
46563      Branch: perl
46564            ! t/pod/special_seqs.xr
46565 ____________________________________________________________________________
46566 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
46567         Log: File::Spec usage tweak.
46568      Branch: perl
46569            ! lib/ExtUtils.t
46570 ____________________________________________________________________________
46571 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
46572         Log: Integrate #11263 from macperl; macos and macosx updates.
46573      Branch: perl
46574           !> pod/perlport.pod
46575 ____________________________________________________________________________
46576 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
46577         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
46578              From: Peter Prymmer <pvhp@forte.com>
46579              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
46580              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
46581      Branch: perl
46582            + ext/Time/HiRes/hints/dynixptx.pl
46583            ! MANIFEST hints/dynixptx.sh
46584 ____________________________________________________________________________
46585 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
46586         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
46587              From: Nicholas Clark <nick@ccl4.org>
46588              Date: Tue, 10 Jul 2001 23:17:43 +0100
46589              Message-ID: <20010710231742.B59620@plum.flirble.org>
46590      Branch: perl
46591            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
46592 ____________________________________________________________________________
46593 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
46594         Log: Subject: [DOC PATCH] Pluggable runops
46595              From: Paul Johnson <paul@pjcj.net>
46596              Date: Tue, 10 Jul 2001 21:53:28 +0200
46597              Message-ID: <20010710215328.B26577@pjcj.net>
46598      Branch: perl
46599            ! pod/perlguts.pod
46600 ____________________________________________________________________________
46601 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
46602         Log: Subject: [PATCH] Authors
46603              From: Artur Bergman <artur@contiller.se>
46604              Date: Tue, 10 Jul 2001 20:39:12 +0200
46605              Message-ID: <B771186F.21CD%artur@contiller.se>
46606      Branch: perl
46607            ! AUTHORS
46608 ____________________________________________________________________________
46609 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
46610         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
46611              From: Doug MacEachern <dougm@covalent.net>
46612              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
46613              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
46614      Branch: perl
46615            ! pp_ctl.c
46616 ____________________________________________________________________________
46617 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
46618         Log: Subject: doc patch; times() in scalar context
46619              From: mjd@plover.com
46620              Date: 10 Jul 2001 18:01:17 -0000
46621              Message-ID: <20010710180117.12477.qmail@plover.com>
46622      Branch: perl
46623            ! pod/perlfunc.pod
46624 ____________________________________________________________________________
46625 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
46626         Log: Subject: [PATCH] Small fix to pp_gmtime
46627              From: Artur Bergman <artur@contiller.se>
46628              Date: Tue, 10 Jul 2001 19:54:52 +0200
46629              Message-ID: <B7710E0B.21C5%artur@contiller.se>
46630      Branch: perl
46631            ! pp_sys.c
46632 ____________________________________________________________________________
46633 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
46634         Log: Integrate changes from mainline perl, add notes about
46635              Mac OS X and Mac OS.
46636      Branch: maint-5.6/macperl
46637            ! pod/perlport.pod
46638 ____________________________________________________________________________
46639 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
46640         Log: A proof of the dangers of package; ?
46641      Branch: perl
46642            ! t/lib/warnings/op
46643 ____________________________________________________________________________
46644 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
46645         Log: Regen toc and modlib.
46646      Branch: perl
46647            ! pod/perlmodlib.pod pod/perltoc.pod
46648 ____________________________________________________________________________
46649 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
46650         Log: Add compexcl(), casefold(), and casespec() interfaces;
46651              and make all interfaces to return hash references instead
46652              of hashes. 
46653      Branch: perl
46654            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46655 ____________________________________________________________________________
46656 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
46657         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
46658              From: "Philip Newton" <Philip.Newton@gmx.net>
46659              Date: Tue, 10 Jul 2001 09:55:59 +0200
46660              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
46661              
46662              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
46663              From: "Philip Newton" <Philip.Newton@gmx.net>
46664              Date: Tue, 10 Jul 2001 09:56:37 +0200
46665              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
46666      Branch: perl
46667            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46668            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
46669 ____________________________________________________________________________
46670 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
46671         Log: Subject: [patch] undef &xsub for 1,2
46672              From: Doug MacEachern <dougm@covalent.net>
46673              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
46674              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
46675              
46676              (This version of the patch with a comment from Gisle.)
46677      Branch: perl
46678            ! op.c
46679 ____________________________________________________________________________
46680 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
46681         Log: Mention package; deprecation and the Win32 problems.
46682      Branch: perl
46683            ! pod/perl572delta.pod
46684 ____________________________________________________________________________
46685 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
46686         Log: Subject: [PATCH] deprecate package with no arguments
46687              From: Robin Houston <robin@kitsite.com>
46688              Date: Tue, 10 Jul 2001 13:33:40 +0100
46689              Message-ID: <20010710133340.A13452@robin.kitsite.com>
46690      Branch: perl
46691            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
46692 ____________________________________________________________________________
46693 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
46694         Log: Upgrade to podlators 1.10.
46695      Branch: perl
46696            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
46697            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
46698            ! pod/pod2man.PL pod/pod2text.PL
46699 ____________________________________________________________________________
46700 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
46701         Log: Upgrade to Term::ANSIColor 1.04.
46702      Branch: perl
46703            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
46704            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
46705 ____________________________________________________________________________
46706 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
46707         Log: Integrate perlio:
46708              
46709              [ 11252]
46710              Fix open(...,"...:layer(xxx)",...)
46711              - use memEQ not strEQ as there is '(' not '\0'
46712              
46713              [ 11063]
46714              Quick for for #ifdef mess
46715      Branch: perl
46716           !> perlio.c
46717 ____________________________________________________________________________
46718 [ 11252] By: nick                                  on 2001/07/10  06:58:14
46719         Log: Fix open(...,"...:layer(xxx)",...)
46720              - use memEQ not strEQ as there is '(' not '\0'
46721      Branch: perlio
46722            ! perlio.c
46723 ____________________________________________________________________________
46724 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
46725         Log: Telling the number of tests helps.
46726      Branch: perl
46727            ! ext/PerlIO/t/encoding.t
46728 ____________________________________________________________________________
46729 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
46730         Log: Require I18N::Langinfo, not use.
46731      Branch: perl
46732            ! lib/open.pm
46733 ____________________________________________________________________________
46734 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
46735         Log: Add a test for for PerlIO ":encoding(...)" layer.
46736      Branch: perl
46737            + ext/PerlIO/t/encoding.t
46738            ! MANIFEST ext/Encode/Encode.pm
46739 ____________________________________________________________________________
46740 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
46741         Log: PerlIO ":encoding(foobar)" temporary fix.
46742              Not really correct, I think, since the change means
46743              that prefixes match.
46744      Branch: perl
46745            ! perlio.c
46746 ____________________________________________________________________________
46747 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
46748         Log: Update to Math::BigInt 1.36.  The biggest news is
46749              the separation of the backend; now the pure Perl
46750              implementation is in Math::BigInt::Calc, but one
46751              can plugin, say, Math::BigInt::BitVect, and get
46752              considerable speedup.
46753      Branch: perl
46754            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
46755            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46756            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
46757            ! lib/Math/BigInt/t/mbimbf.t
46758 ____________________________________________________________________________
46759 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
46760         Log: Subject: Re: compatibility question
46761              From: Peter Prymmer <pvhp@forte.com>
46762              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
46763              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
46764      Branch: perl
46765            ! lib/ExtUtils/MM_VMS.pm
46766 ____________________________________________________________________________
46767 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
46768         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
46769              From: Norton Allen <allen@huarp.harvard.edu>
46770              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
46771              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
46772      Branch: perl
46773            ! ext/File/Glob/t/basic.t
46774 ____________________________________________________________________________
46775 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
46776         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
46777              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46778              Date: Tue, 10 Jul 2001 00:29:55 +0900
46779              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
46780      Branch: perl
46781            + ext/Encode/Encode/HZ.enc
46782            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
46783            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46784            ! ext/Encode/Encode/iso2022-jp.enc
46785            ! ext/Encode/Encode/iso2022-kr.enc
46786 ____________________________________________________________________________
46787 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
46788         Log: Add in all them there macos/ files.
46789      Branch: maint-5.6/macperl
46790            + (add 577 files)
46791 ____________________________________________________________________________
46792 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
46793         Log: Add the new modules to the list of having those own tests.
46794      Branch: perl
46795            ! t/lib/1_compile.t
46796 ____________________________________________________________________________
46797 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
46798         Log: Add INOUT to control both ways at the same time.
46799      Branch: perl
46800            ! lib/open.pm
46801 ____________________________________________________________________________
46802 [ 11240] By: nick                                  on 2001/07/09  16:33:50
46803         Log: Integrate mainline
46804      Branch: perlio
46805           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46806           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46807           !> (integrate 41 files)
46808 ____________________________________________________________________________
46809 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
46810         Log: More encoding mapping magic.
46811      Branch: perl
46812            ! lib/open.pm
46813 ____________________________________________________________________________
46814 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
46815         Log: Update Changes.
46816      Branch: perl
46817            ! Changes patchlevel.h
46818 ____________________________________________________________________________
46819 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
46820         Log: (Retracted by #11285).
46821              
46822              Subject: [PATCH] OPpCONST_OCTAL fixes
46823              From: Abhijit Menon-Sen <ams@wiw.org>
46824              Date: Mon, 9 Jul 2001 07:38:45 +0530
46825              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
46826      Branch: perl
46827            ! op.c
46828 ____________________________________________________________________________
46829 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
46830         Log: Add a pseudolayer ":locale" to the open pragma which
46831              will get the encoding from the locale.  Yet undocumented
46832              because I can't get the PerlIO :encoding(foobar) to work.
46833      Branch: perl
46834            ! ext/Encode/Encode.pm lib/open.pm
46835 ____________________________________________________________________________
46836 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
46837         Log: Add more encoding mappings.
46838      Branch: perl
46839            ! ext/Encode/Encode.pm
46840 ____________________________________________________________________________
46841 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
46842         Log: Document that using :encoding layer requires using Encode.
46843      Branch: perl
46844            ! ext/Encode/Encode.pm lib/PerlIO.pm
46845 ____________________________________________________________________________
46846 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
46847         Log: Netware tweak from Ananth Kesari.
46848      Branch: perl
46849            ! NetWare/netware.h
46850 ____________________________________________________________________________
46851 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
46852         Log: t/harness doesn't know about run/*.t
46853      Branch: perl
46854            ! t/harness
46855 ____________________________________________________________________________
46856 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
46857         Log: run/exit.t busted on windows
46858      Branch: perl
46859            ! t/run/exit.t
46860 ____________________________________________________________________________
46861 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
46862         Log: fix a couple of UCD.t tests that fail due to bad case
46863      Branch: perl
46864            ! lib/Unicode/UCD.t
46865 ____________________________________________________________________________
46866 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
46867         Log: test skip logic was broken
46868      Branch: perl
46869            ! ext/I18N/Langinfo/Langinfo.t
46870 ____________________________________________________________________________
46871 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
46872         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
46873              failure of ExtUtils.t#27 when built in debug mode)
46874      Branch: perl
46875            ! lib/ExtUtils/MM_Win32.pm
46876 ____________________________________________________________________________
46877 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
46878         Log: I18N::Langinfo is not available on windows
46879      Branch: perl
46880            ! win32/FindExt.pm
46881 ____________________________________________________________________________
46882 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
46883         Log: save a dTHX
46884      Branch: perl
46885            ! ext/POSIX/POSIX.xs
46886 ____________________________________________________________________________
46887 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
46888         Log: Update Changes.
46889      Branch: perl
46890            ! Changes patchlevel.h
46891 ____________________________________________________________________________
46892 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
46893         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
46894              as pointed out by Sarathy.
46895      Branch: perl
46896            ! ext/I18N/Langinfo/Langinfo.xs
46897 ____________________________________________________________________________
46898 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
46899         Log: Retract #11212.
46900      Branch: perl
46901            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46902 ____________________________________________________________________________
46903 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46904         Log: Bump up the VERSION of Cwd.xs.
46905      Branch: perl
46906            ! ext/Cwd/Makefile.PL
46907 ____________________________________________________________________________
46908 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
46909         Log: Retract #11220, the problem wasn't the missing leading zero.
46910              Here's the problem:
46911              $ ./perl -we 'chmod(oct("755"), ".")'
46912              Non-octal literal mode (493) specified at -e line 1.
46913              (Did you mean 0493 instead?)
46914      Branch: perl
46915            ! lib/ExtUtils/MM_Unix.pm
46916 ____________________________________________________________________________
46917 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
46918         Log: (Retracted by #11221)
46919              Change the PERM_RW and PERM_RWX to 0644 and 0755
46920              (add the leading zero).
46921      Branch: perl
46922            ! lib/ExtUtils/MM_Unix.pm
46923 ____________________________________________________________________________
46924 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
46925         Log: Integrate changes #11193, 11205, 11209 from macperl.
46926              
46927              Fix up AutoLoader to fudge for Mac paths in import().
46928              
46929              Allow symbols in try_symbol() to begin with "_".
46930              
46931              Small portability fix for Mac OS.
46932      Branch: perl
46933           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
46934 ____________________________________________________________________________
46935 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
46936         Log: Metaconfig unit change for #11217.
46937      Branch: metaconfig/U/perl
46938            ! Extensions.U
46939 ____________________________________________________________________________
46940 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
46941         Log: Detypo, problem noticed by Gerrit P. Haase.
46942      Branch: perl
46943            ! Configure config_h.SH
46944 ____________________________________________________________________________
46945 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
46946         Log: Cwd cleanups.
46947      Branch: perl
46948            ! ext/Cwd/Cwd.xs
46949 ____________________________________________________________________________
46950 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
46951         Log: Slight tweaks on #11213.
46952      Branch: perl
46953            ! toke.c
46954 ____________________________________________________________________________
46955 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
46956         Log: A missing dTHX noticed by Gerrit P. Haase.
46957      Branch: perl
46958            ! ext/POSIX/POSIX.xs
46959 ____________________________________________________________________________
46960 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
46961         Log: Subject: [PATCH toke.c] Simplify yytoke()
46962              From: Simon Cozens <simon@netthink.co.uk>
46963              Date: Sun, 8 Jul 2001 13:24:34 +0100
46964              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
46965              
46966              Split out pending_ident().
46967      Branch: perl
46968            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
46969 ____________________________________________________________________________
46970 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
46971         Log: (Retracted by #11223.)
46972              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
46973              Date: Wed, 05 Nov 1997 17:22:34 -0600
46974              From: Graham Barr <gbarr@ti.com>
46975              Message-Id: <3460FFBA.6DA51F46@ti.com>
46976      Branch: perl
46977            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46978 ____________________________________________________________________________
46979 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
46980         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
46981      Branch: perl
46982            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46983            ! pod/perllocale.pod
46984 ____________________________________________________________________________
46985 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
46986         Log: Really do the test under the C locale.
46987      Branch: perl
46988            ! ext/I18N/Langinfo/Langinfo.t
46989 ____________________________________________________________________________
46990 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
46991         Log: Small portability fix for Mac OS.
46992      Branch: maint-5.6/macperl
46993            ! lib/Cwd.pm
46994 ____________________________________________________________________________
46995 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
46996         Log: Metaconfig unit change for #11207.
46997      Branch: metaconfig/U/perl
46998            ! Extensions.U
46999 ____________________________________________________________________________
47000 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
47001         Log: Add I18N::Langinfo, which is basically a wrapper around
47002              nl_langinfo(), which is an additional way to query locale
47003              specific information.
47004      Branch: perl
47005            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47006            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47007            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
47008 ____________________________________________________________________________
47009 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
47010         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
47011              used in File::Find tests; replace with if.t.
47012      Branch: maint-5.6/macperl
47013            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
47014            ! t/pragma/warn/op
47015 ____________________________________________________________________________
47016 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
47017         Log: Allow symbols in try_symbol() to begin with "_".
47018      Branch: maint-5.6/macperl
47019            ! makedef.pl
47020 ____________________________________________________________________________
47021 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
47022         Log: Sync up the File::Find changes from the rewrite by
47023              Thomas Wegner, et al.
47024      Branch: maint-5.6/macperl
47025            + t/lib/filefind-taint.t
47026            ! lib/File/Find.pm t/lib/filefind.t
47027 ____________________________________________________________________________
47028 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
47029         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
47030              From: Thomas Wegner <wegner_thomas@yahoo.com>
47031              Date: Thu, 5 Jul 2001 20:31:25 +0200
47032              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
47033      Branch: maint-5.6/macperl
47034            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
47035 ____________________________________________________________________________
47036 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
47037         Log: Some more test portability fixes.
47038      Branch: maint-5.6/macperl
47039            ! t/lib/filecopy.t t/pragma/warn/pp_sys
47040 ____________________________________________________________________________
47041 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
47042         Log: The #11200 removed wrong (non-existent) target.  Duh.
47043      Branch: perl
47044            ! Makefile.SH
47045 ____________________________________________________________________________
47046 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
47047         Log: Zap the lib/re.pm before creating it.
47048      Branch: perl
47049            ! Makefile.SH
47050 ____________________________________________________________________________
47051 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
47052         Log: Another test.  Please ignore.
47053      Branch: maint-5.6/macperl
47054            ! README.macos
47055 ____________________________________________________________________________
47056 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
47057         Log: Portability fixes for a lot of tests, especially IO-related
47058              tests, and warnings, and the harness script.
47059      Branch: maint-5.6/macperl
47060            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
47061            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
47062            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
47063            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
47064            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
47065            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
47066            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
47067            ! t/pragma/warnings.t
47068 ____________________________________________________________________________
47069 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
47070         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
47071              From: Nicholas Clark <nick@ccl4.org>
47072              Date: Sat, 7 Jul 2001 21:00:17 +0100
47073              Message-ID: <20010707210017.H59620@plum.flirble.org>
47074      Branch: perl
47075            ! lib/h2xs.t
47076 ____________________________________________________________________________
47077 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
47078         Log: The UNICOS/mk SysV IPC problem has been fixed.
47079      Branch: perl
47080            ! pod/perl572delta.pod
47081 ____________________________________________________________________________
47082 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
47083         Log: Slight update tweaks on perlunicode.pod.
47084      Branch: perl
47085            ! pod/perlunicode.pod
47086 ____________________________________________________________________________
47087 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
47088         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
47089              From: Mark-Jason Dominus <mjd@plover.com>
47090              Date: Sat, 07 Jul 2001 13:04:04 -0400
47091              Message-ID: <20010707170404.32694.qmail@plover.com>
47092      Branch: perl
47093            ! ext/DB_File/DB_File.pm
47094 ____________________________________________________________________________
47095 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
47096         Log: Fix up AutoLoader to fudge for Mac paths in import().
47097      Branch: maint-5.6/macperl
47098            ! lib/AutoLoader.pm
47099 ____________________________________________________________________________
47100 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
47101         Log: Try to force the lib/re.pm to be there before entering
47102              the extensions builds, should help for parallel makes.
47103      Branch: perl
47104            ! Makefile.SH
47105 ____________________________________________________________________________
47106 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
47107         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47108              From: Norton Allen <allen@huarp.harvard.edu>
47109              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
47110              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
47111      Branch: perl
47112            ! ext/POSIX/POSIX.xs
47113 ____________________________________________________________________________
47114 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
47115         Log: Subject: [PATCH] Re: op/arith.t
47116              From: Nicholas Clark <nick@ccl4.org>
47117              Date: Sat, 7 Jul 2001 13:04:54 +0100
47118              Message-ID: <20010707130454.D59620@plum.flirble.org>
47119      Branch: perl
47120            ! numeric.c toke.c
47121 ____________________________________________________________________________
47122 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
47123         Log: Subject: [PATCH] h2xs
47124              From: Nicholas Clark <nick@ccl4.org>
47125              Date: Fri, 6 Jul 2001 23:25:14 +0100
47126              Message-ID: <20010706232514.X59620@plum.flirble.org>
47127      Branch: perl
47128            ! utils/h2xs.PL
47129 ____________________________________________________________________________
47130 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
47131         Log: Subject: Re: bleedperl perl_alloc..free leakage
47132              From: Radu Greab <radu@netsoft.ro>
47133              Date: Fri, 6 Jul 2001 19:48:54 +0300
47134              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
47135              
47136              Leak-be-gone.
47137      Branch: perl
47138            ! op.c
47139 ____________________________________________________________________________
47140 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
47141         Log: Test again.  Please ignore.
47142      Branch: maint-5.6/macperl
47143            ! README.macos
47144 ____________________________________________________________________________
47145 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
47146         Log: Test.  Please ignore.
47147      Branch: maint-5.6/macperl
47148            ! README.macos
47149 ____________________________________________________________________________
47150 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
47151         Log: Include changes already sent in separately as patches,
47152              before branch was created.
47153      Branch: maint-5.6/macperl
47154            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
47155            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
47156            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
47157            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
47158            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
47159            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
47160            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
47161            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
47162            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
47163            ! t/pragma/strict.t
47164 ____________________________________________________________________________
47165 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
47166         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47167              From: Norton Allen <allen@huarp.harvard.edu>
47168              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47169              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47170      Branch: perl
47171            ! utf8.h
47172 ____________________________________________________________________________
47173 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47174         Log: Integrate mainline
47175      Branch: perlio
47176           +> (branch 42 files)
47177            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47178            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47179            - win32/bin/mdelete.bat
47180           !> (integrate 215 files)
47181 ____________________________________________________________________________
47182 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47183         Log: The #11166 needed also these updated.
47184      Branch: perl
47185            ! lib/warnings.pm warnings.h
47186 ____________________________________________________________________________
47187 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47188         Log: Update Changes.
47189      Branch: perl
47190            ! Changes patchlevel.h
47191 ____________________________________________________________________________
47192 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47193         Log: Regen toc.
47194      Branch: perl
47195            ! pod/perltoc.pod
47196 ____________________________________________________________________________
47197 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47198         Log: Nit from Abhijit.
47199      Branch: perl
47200            ! lib/CPAN.pm
47201 ____________________________________________________________________________
47202 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47203         Log: Retract #11172.
47204      Branch: perl
47205            ! t/op/method.t
47206 ____________________________________________________________________________
47207 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47208         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47209              From: Norton Allen <allen@huarp.harvard.edu>
47210              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47211              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47212      Branch: perl
47213            ! lib/Cwd.pm
47214 ____________________________________________________________________________
47215 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47216         Log: (Accidentally empty check-in.)
47217      Branch: perl
47218            ! utf8.h
47219 ____________________________________________________________________________
47220 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47221         Log: Retract #11165 since Sarathy pointed out it'll not
47222              work properly under threads, the problem should be
47223              solved using "the savestack, either via SSNEW() or
47224              using a newSVpv()+SAVEFREESV() combo."
47225      Branch: perl
47226            ! ext/POSIX/POSIX.xs
47227 ____________________________________________________________________________
47228 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47229         Log: Retract #11125 since NI-S pointed out it'll not work in
47230              cases where the extension has their own handcrafted INC
47231              et alia.
47232      Branch: perl
47233            ! lib/ExtUtils/MM_Unix.pm
47234 ____________________________________________________________________________
47235 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47236         Log: Subject: RE: [PATCH] -I and MakeMaker again
47237              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47238              Date: Fri, 6 Jul 2001 09:18:29 +0200
47239              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47240      Branch: perl
47241            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47242            ! lib/ExtUtils/MM_Win32.pm
47243 ____________________________________________________________________________
47244 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47245         Log: (Retracted by #11178)
47246              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47247              From: Piers Cawley <pdcawley@iterative-software.com>
47248              Date: 06 Jul 2001 10:49:01 +0100
47249              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47250      Branch: perl
47251            ! t/op/method.t
47252 ____________________________________________________________________________
47253 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47254         Log: VOS README update from Paul Green.
47255      Branch: perl
47256            ! README.vos
47257 ____________________________________________________________________________
47258 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47259         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47260              From: Norton Allen <allen@huarp.harvard.edu>
47261              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47262              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47263      Branch: perl
47264            ! README.qnx hints/qnx.sh
47265 ____________________________________________________________________________
47266 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47267         Log: Subject: [PATCH] Doc patch for Tie::Hash
47268              From: Artur Bergman <artur@contiller.se>
47269              Date: Thu, 05 Jul 2001 22:51:18 +0200
47270              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47271      Branch: perl
47272            ! lib/Tie/Hash.pm
47273 ____________________________________________________________________________
47274 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47275         Log: Subject: [PATCH] perlfaq4.pod
47276              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47277              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47278              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47279      Branch: perl
47280            ! pod/perlfaq4.pod
47281 ____________________________________________________________________________
47282 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47283         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
47284              From: Robin Houston <robin@kitsite.com>
47285              Date: Thu, 5 Jul 2001 18:33:21 +0100
47286              Message-ID: <20010705183321.A27345@robin.kitsite.com>
47287      Branch: perl
47288            ! ext/B/B/Deparse.pm
47289 ____________________________________________________________________________
47290 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
47291         Log: (Retracted by #11285.)
47292              
47293              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
47294              From: Abhijit Menon-Sen <ams@wiw.org>
47295              Date: Fri, 6 Jul 2001 01:26:32 +0530
47296              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
47297      Branch: perl
47298            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
47299            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
47300            ! warnings.pl
47301 ____________________________________________________________________________
47302 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
47303         Log: (Retracted by #11175)
47304              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47305              From: Norton Allen <allen@huarp.harvard.edu>
47306              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
47307              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
47308      Branch: perl
47309            ! ext/POSIX/POSIX.xs
47310 ____________________________________________________________________________
47311 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
47312         Log: Unterminated C< (noticed by Richard Hatch), and few other
47313              small Unicode doc tweaks.
47314      Branch: perl
47315            ! pod/perlretut.pod
47316 ____________________________________________________________________________
47317 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
47318         Log: More flexible argument understanding; add charblocks() and
47319              charscripts(); make charblock() and charscript() two-way;
47320              add charinrange(); separate the $Unicode::UCD::VERSION and
47321              the version of the Unicode by adding UnicodeVersion().
47322      Branch: perl
47323            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47324 ____________________________________________________________________________
47325 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
47326         Log: Update Unicode::UCD on \p{In...}.
47327      Branch: perl
47328            ! lib/Unicode/UCD.pm
47329 ____________________________________________________________________________
47330 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
47331         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
47332              From: Norton Allen <allen@huarp.harvard.edu>
47333              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
47334              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
47335      Branch: perl
47336            ! lib/ExtUtils/MM_Unix.pm
47337 ____________________________________________________________________________
47338 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
47339         Log: POSIX-BC tweaks from Thomas Dorner.
47340      Branch: perl
47341            ! hints/posix-bc.sh perlio.h
47342 ____________________________________________________________________________
47343 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
47344         Log: Module updates for the delta.
47345      Branch: perl
47346            ! pod/perl572delta.pod
47347 ____________________________________________________________________________
47348 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
47349         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
47350              From: Norton Allen <allen@huarp.harvard.edu>
47351              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
47352              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
47353      Branch: perl
47354            ! ext/IO/lib/IO/t/io_sock.t
47355 ____________________________________________________________________________
47356 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
47357         Log: Subject: [PATCH perldiag.pod] Quick fixes
47358              From: Simon Cozens <simon@netthink.co.uk>
47359              Date: Wed, 4 Jul 2001 20:22:12 +0100
47360              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
47361      Branch: perl
47362            ! pod/perldiag.pod
47363 ____________________________________________________________________________
47364 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
47365         Log: (retracted by #13533)
47366              
47367              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
47368              From: Radu Greab <radu@netsoft.ro>
47369              Date: Wed, 4 Jul 2001 22:13:31 +0300
47370              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
47371      Branch: perl
47372            ! op.c sv.c t/op/pos.t
47373 ____________________________________________________________________________
47374 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
47375         Log: Subject: [PATCH] -I and MakeMaker again
47376              From: Michael G Schwern <schwern@pobox.com>
47377              Date: Wed, 4 Jul 2001 15:03:07 -0400
47378              Message-ID: <20010704150307.I20340@blackrider>
47379              
47380              (and retract #11145)
47381      Branch: perl
47382            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
47383            ! lib/ExtUtils/MakeMaker.pm
47384 ____________________________________________________________________________
47385 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
47386         Log: Subject: Re: PERFORCE change 11142 for review
47387              From: "Philip Newton" <Philip.Newton@gmx.net>
47388              Date: Wed, 4 Jul 2001 20:46:26 +0200
47389              Message-Id: <200107041841.VAA25380@taas.iki.fi>
47390      Branch: perl
47391            ! lib/ExtUtils/MakeMaker.pm
47392 ____________________________________________________________________________
47393 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
47394         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47395              From: Jonathan Stowe <gellyfish@gellyfish.com>
47396              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
47397              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
47398      Branch: perl
47399            ! utils/pl2pm.PL
47400 ____________________________________________________________________________
47401 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
47402         Log: fix the binary compatibility issue when building with/without
47403              usemymalloc by exporting Perl_malloc() et al as simple wrappers
47404              around the system functions (this allows most extensions built
47405              using one mode to coexist with perls built in the other mode)
47406              
47407              XXX the Perl_mfree() wrapper might need to do return(free()) on
47408              platforms where Free_t isn't "void"
47409      Branch: perl
47410            ! embed.h embed.pl makedef.pl proto.h util.c
47411 ____________________________________________________________________________
47412 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
47413         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
47414              since it doesn't ensure threads other than the one calling fork()
47415              aren't holding any locks; the fix is to use pthread_atfork() to
47416              hold global locks
47417              
47418              building perl with -Dusemymalloc exacerbates the problem since
47419              Perl_malloc() holds a mutex, and perl's exec() calls New()
47420              
47421              XXX the code in win32thread.h may be needed on platforms that have
47422              no pthread_atfork()
47423      Branch: perl
47424            ! perl.c thread.h win32/win32thread.h
47425 ____________________________________________________________________________
47426 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
47427         Log: Integrate #11009 from maintperl.
47428      Branch: maint-5.6/macperl
47429           !> lib/ExtUtils/Manifest.pm
47430 ____________________________________________________________________________
47431 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
47432         Log: Flexing my Perforce muscles.
47433      Branch: maint-5.6/macperl
47434            ! README.macos
47435 ____________________________________________________________________________
47436 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
47437         Log: Update Changes.
47438      Branch: perl
47439            ! Changes patchlevel.h
47440 ____________________________________________________________________________
47441 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
47442         Log: Metaconfig unit change for #11146.
47443      Branch: metaconfig/U/perl
47444            ! d_fcntl_can_lock.U
47445 ____________________________________________________________________________
47446 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47447         Log: Somehow the #ifdefs of the added code (in #11093) made
47448              HP-UX to fail the fcntl locking test, without the ifdefs
47449              the test seems to be working again.  Reason unknown:
47450              HP-UX cc doesn't complain either way.
47451      Branch: perl
47452            ! Configure
47453 ____________________________________________________________________________
47454 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47455         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47456      Branch: perl
47457            ! lib/ExtUtils/MM_Unix.pm
47458 ____________________________________________________________________________
47459 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47460         Log: gcc -Wall nit.
47461      Branch: perl
47462            ! pp_hot.c
47463 ____________________________________________________________________________
47464 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47465         Log: When removing tests updating the test count is a good idea, too.
47466      Branch: perl
47467            ! lib/Net/t/require.t
47468 ____________________________________________________________________________
47469 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47470         Log: Document #11134 and add the new symbols to the list of
47471              of MakeMaker known ones.
47472      Branch: perl
47473            ! lib/ExtUtils/MakeMaker.pm
47474 ____________________________________________________________________________
47475 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47476         Log: Microperl update.
47477      Branch: perl
47478            ! uconfig.h
47479 ____________________________________________________________________________
47480 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47481         Log: Update the libnet tests as per #11138.
47482      Branch: perl
47483            - lib/Net/t/ph.t
47484            ! MANIFEST lib/Net/t/require.t
47485 ____________________________________________________________________________
47486 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47487         Log: Regen toc and modlib.
47488      Branch: perl
47489            ! pod/perlmodlib.pod pod/perltoc.pod
47490 ____________________________________________________________________________
47491 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47492         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47493              Graham's request.
47494      Branch: perl
47495            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47496            ! MANIFEST
47497 ____________________________________________________________________________
47498 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47499         Log: Add the OS/390 harness results to the delta.
47500      Branch: perl
47501            ! pod/perl572delta.pod
47502 ____________________________________________________________________________
47503 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47504         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47505      Branch: perl
47506            ! t/op/study.t
47507 ____________________________________________________________________________
47508 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47509         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47510      Branch: perl
47511            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47512 ____________________________________________________________________________
47513 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47514         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47515              From: Michael G Schwern <schwern@pobox.com>
47516              Date: Wed, 4 Jul 2001 00:01:16 -0400
47517              Message-ID: <20010704000116.C591@blackrider>
47518      Branch: perl
47519            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47520 ____________________________________________________________________________
47521 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47522         Log: The #11132 missed singleton characters (not part
47523              of a unilo..unihi range) in Unicode scripts.
47524      Branch: perl
47525            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
47526            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
47527            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
47528            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
47529            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
47530            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
47531            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
47532            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
47533            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
47534            ! lib/unicode/mktables.PL t/op/pat.t
47535 ____________________________________________________________________________
47536 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
47537         Log: Support preferentially the Unicode 'scripts' definition
47538              in the \p{In...} notation since according to Unicode the
47539              scripts concept is more natural for matching than using
47540              the somewhat artificial block names.  The block names are
47541              still available, though, and if there's a name conflict,
47542              the scripts one wins and the blocks one has to do with
47543              'Block' appended to its name.  For more information see
47544              
47545              http://www.unicode.org/unicode/reports/tr24/
47546      Branch: perl
47547            + lib/unicode/In/100.pl lib/unicode/In/101.pl
47548            + lib/unicode/In/102.pl lib/unicode/In/103.pl
47549            + lib/unicode/In/104.pl lib/unicode/In/105.pl
47550            + lib/unicode/In/106.pl lib/unicode/In/107.pl
47551            + lib/unicode/In/108.pl lib/unicode/In/109.pl
47552            + lib/unicode/In/110.pl lib/unicode/In/111.pl
47553            + lib/unicode/In/112.pl lib/unicode/In/113.pl
47554            + lib/unicode/In/114.pl lib/unicode/In/115.pl
47555            + lib/unicode/In/116.pl lib/unicode/In/117.pl
47556            + lib/unicode/In/118.pl lib/unicode/In/119.pl
47557            + lib/unicode/In/120.pl lib/unicode/In/121.pl
47558            + lib/unicode/In/122.pl lib/unicode/In/123.pl
47559            + lib/unicode/In/124.pl lib/unicode/In/125.pl
47560            + lib/unicode/In/126.pl lib/unicode/In/127.pl
47561            + lib/unicode/In/128.pl lib/unicode/In/129.pl
47562            + lib/unicode/In/130.pl lib/unicode/In/131.pl
47563            + lib/unicode/In/132.pl lib/unicode/In/133.pl
47564            + lib/unicode/In/134.pl lib/unicode/In/135.pl
47565            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
47566            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
47567            ! (edit 106 files)
47568 ____________________________________________________________________________
47569 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
47570         Log: Better document the difference between a block and a script.
47571      Branch: perl
47572            ! lib/Unicode/UCD.pm
47573 ____________________________________________________________________________
47574 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
47575         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
47576              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47577              Date: Tue, 3 Jul 2001 15:04:23 -0500
47578              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
47579      Branch: perl
47580            ! lib/CPAN.pm
47581 ____________________________________________________________________________
47582 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
47583         Log: Add tests for charscript().
47584      Branch: perl
47585            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47586 ____________________________________________________________________________
47587 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
47588         Log: Add charscript() to get the UTR#24 script names of characters.
47589      Branch: perl
47590            ! lib/Unicode/UCD.pm
47591 ____________________________________________________________________________
47592 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
47593         Log: Todo updates.
47594      Branch: perl
47595            ! pod/perltodo.pod
47596 ____________________________________________________________________________
47597 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
47598         Log: Unicode::UCD updates.
47599      Branch: perl
47600            ! lib/Unicode/UCD.pm
47601 ____________________________________________________________________________
47602 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
47603         Log: (Retracted by #11174)
47604              Subject: MakeMaker should pass through DEFINE and INC to subdirs
47605              From: Alan Burlison <Alan.Burlison@sun.com>
47606              Date: Tue, 03 Jul 2001 15:20:13 +0100
47607              Message-ID: <3B41D49D.A923D4F9@sun.com>
47608      Branch: perl
47609            ! lib/ExtUtils/MM_Unix.pm
47610 ____________________________________________________________________________
47611 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
47612         Log: Subject: Patch needed for UTS
47613              From: hom00@utsglobal.com (Hal Morris)
47614              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
47615              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
47616              
47617              Replace #11113 with a better version.
47618      Branch: perl
47619            ! perl.h
47620 ____________________________________________________________________________
47621 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
47622         Log: Subject: Re: POINTERRIGOR
47623              From: Andy Dougherty <doughera@lafayette.edu>
47624              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
47625              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
47626      Branch: perl
47627            ! util.c
47628 ____________________________________________________________________________
47629 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
47630         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
47631              From: "Philip Newton" <pnewton@gmx.de>
47632              Date: Tue, 3 Jul 2001 17:03:34 +0200
47633              Message-ID: <3B41FAE6.29564.660E117@localhost>
47634      Branch: perl
47635            ! pp_hot.c
47636 ____________________________________________________________________________
47637 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
47638         Log: Typos.
47639      Branch: perl
47640            ! INSTALL
47641 ____________________________________________________________________________
47642 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
47643         Log: Subject: [PATCH 5.6.1] debugger fixes
47644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47645              Date: Tue, 3 Jul 2001 03:38:18 -0400
47646              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
47647              
47648              The $^S is working again.
47649      Branch: perl
47650            ! lib/perl5db.pl
47651 ____________________________________________________________________________
47652 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
47653         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
47654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47655              Date: Tue, 3 Jul 2001 03:34:06 -0400
47656              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
47657      Branch: perl
47658            ! os2/OS2/Process/Process.pm
47659 ____________________________________________________________________________
47660 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
47661         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
47662              From: "Philip Newton" <Philip.Newton@gmx.net>
47663              Date: Tue, 3 Jul 2001 09:11:27 +0200
47664              Message-Id: <200107030706.KAA04596@taas.iki.fi>
47665      Branch: perl
47666            ! lib/FindBin.pm
47667 ____________________________________________________________________________
47668 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
47669         Log: Delta delta.
47670      Branch: perl
47671            ! pod/perl572delta.pod
47672 ____________________________________________________________________________
47673 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
47674         Log: Metaconfig unit change for 11115.
47675      Branch: metaconfig
47676            ! U/modified/libc.U
47677 ____________________________________________________________________________
47678 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
47679         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
47680              (from Richard Hatch) (this was the cause of pipes() and
47681              times() mysteriously not being found)
47682      Branch: perl
47683            ! Configure
47684 ____________________________________________________________________________
47685 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
47686         Log: Retract #10142, the real culprit found by Richard Hatch,
47687              coming soon to Configure near you.
47688      Branch: perl
47689            ! hints/aix.sh
47690 ____________________________________________________________________________
47691 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
47692         Log: (Replaced by #11124) UTS workaround from Hal Morris.
47693      Branch: perl
47694            ! perl.h
47695 ____________________________________________________________________________
47696 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
47697         Log: Subject: [PATCH] grok not grocking correctly
47698              From: Nicholas Clark <nick@ccl4.org>
47699              Date: Tue, 3 Jul 2001 00:19:08 +0100
47700              Message-ID: <20010703001908.H59620@plum.flirble.org>
47701      Branch: perl
47702            ! numeric.c
47703 ____________________________________________________________________________
47704 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
47705         Log: Subject: [PATCH Deparse.t] test just-posted patches
47706              From: Robin Houston <robin@kitsite.com>
47707              Date: Mon, 2 Jul 2001 23:46:15 +0100
47708              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
47709      Branch: perl
47710            ! ext/B/Deparse.t
47711 ____________________________________________________________________________
47712 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
47713         Log: Subject: [PATCH toke.c] autosplit into @F
47714              From: Robin Houston <robin@kitsite.com>
47715              Date: Mon, 2 Jul 2001 23:18:20 +0100
47716              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
47717      Branch: perl
47718            ! perl.c toke.c
47719 ____________________________________________________________________________
47720 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
47721         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
47722              From: Robin Houston <robin@kitsite.com>
47723              Date: Mon, 2 Jul 2001 23:00:48 +0100
47724              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
47725      Branch: perl
47726            ! ext/B/B/Deparse.pm
47727 ____________________________________________________________________________
47728 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
47729         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
47730              From: "Philip Newton" <Philip.Newton@gmx.net>
47731              Date: Mon, 2 Jul 2001 22:06:22 +0200
47732              (no Message-Id)
47733      Branch: perl
47734            ! ext/NDBM_File/hints/linux.pl
47735 ____________________________________________________________________________
47736 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
47737         Log: Subject: Re: Fixed pack problem - sort of
47738              From: Nicholas Clark <nick@ccl4.org>
47739              Date: Mon, 2 Jul 2001 20:59:20 +0100
47740              Message-ID: <20010702205919.F59620@plum.flirble.org>
47741      Branch: perl
47742            ! pp_pack.c t/op/pack.t
47743 ____________________________________________________________________________
47744 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
47745         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
47746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47747              Date: Mon, 2 Jul 2001 15:45:41 -0400
47748              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
47749      Branch: perl
47750            ! os2/os2.c
47751 ____________________________________________________________________________
47752 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
47753         Log: (Mistaken retraction)
47754      Branch: perl
47755            ! utils/pl2pm.PL
47756 ____________________________________________________________________________
47757 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
47758         Log: Detypo in #11103.
47759      Branch: perl
47760            ! utils/pl2pm.PL
47761 ____________________________________________________________________________
47762 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
47763         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47764              From: Jonathan Stowe <gellyfish@gellyfish.com>
47765              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
47766              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
47767      Branch: perl
47768            ! utils/pl2pm.PL
47769 ____________________________________________________________________________
47770 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
47771         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
47772              From: "Craig A. Berry" <craigberry@mac.com>
47773              Date: Mon, 02 Jul 2001 14:11:23 -0500
47774              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
47775      Branch: perl
47776            ! lib/Unicode/UCD.pm
47777 ____________________________________________________________________________
47778 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
47779         Log: Subject: [PATCH] Re: op/numconvert.t failures
47780              From: Nicholas Clark <nick@ccl4.org>
47781              Date: Mon, 2 Jul 2001 20:10:48 +0100
47782              Message-ID: <20010702201048.E59620@plum.flirble.org>
47783      Branch: perl
47784            ! t/op/numconvert.t
47785 ____________________________________________________________________________
47786 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
47787         Log: Update Changes.
47788      Branch: perl
47789            ! Changes patchlevel.h
47790 ____________________________________________________________________________
47791 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
47792         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
47793              The real fix must be more involved.  The line of code all the leaky
47794              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
47795              line of Perl_newPMOP().
47796      Branch: perl
47797            ! op.h
47798 ____________________________________________________________________________
47799 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
47800         Log: Based on
47801              
47802              Subject: Re: sizeof(struct sembuf)
47803              From: Nicholas Clark <nick@ccl4.org>
47804              Date: Sun, 1 Jul 2001 22:26:48 +0100
47805              Message-ID: <20010701222648.W59620@plum.flirble.org>
47806              
47807              but do semop() always the slow way.
47808      Branch: perl
47809            ! doio.c
47810 ____________________________________________________________________________
47811 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
47812         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
47813              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47814              Date: Tue, 03 Jul 2001 00:56:30 +0900
47815              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
47816      Branch: perl
47817            ! ext/Encode/Encode/Tcl.t
47818 ____________________________________________________________________________
47819 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
47820         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
47821              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47822              Date: Tue, 03 Jul 2001 00:55:46 +0900
47823              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
47824      Branch: perl
47825            ! ext/Encode/Encode/Tcl.pm
47826 ____________________________________________________________________________
47827 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
47828         Log: Regen api and toc.
47829      Branch: perl
47830            ! pod/perlapi.pod pod/perltoc.pod
47831 ____________________________________________________________________________
47832 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
47833         Log: Metaconfig unit change for #11093.
47834      Branch: metaconfig/U/perl
47835            ! d_fcntl_can_lock.U
47836 ____________________________________________________________________________
47837 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
47838         Log: The fcntl locking test may hang if NFS locking messed up;
47839              break out with alarm(10).
47840      Branch: perl
47841            ! Configure
47842 ____________________________________________________________________________
47843 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
47844         Log: Move the mdelete.bat from win32/bin to win32.
47845      Branch: perl
47846            ! MANIFEST
47847 ____________________________________________________________________________
47848 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
47849         Log: Typo in #11083.
47850      Branch: perl
47851            ! ext/Time/Piece/Piece.t
47852 ____________________________________________________________________________
47853 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
47854         Log: Netware tweaks from Guruprasad.
47855      Branch: perl
47856            - NetWare/perlsdio.h
47857            ! MANIFEST NetWare/Makefile NetWare/interface.c
47858            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
47859            ! perlsdio.h
47860 ____________________________________________________________________________
47861 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
47862         Log: Subject: Re: [PATH] shared -> unique;
47863              From: Abhijit Menon-Sen <ams@wiw.org>
47864              Date: Wed, 27 Jun 2001 03:51:27 +0530
47865              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
47866      Branch: perl
47867            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
47868 ____________________________________________________________________________
47869 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
47870         Log: Subject: Re: AIX / gcc-3.0
47871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47872              Date: Mon, 02 Jul 2001 15:20:21 +0200
47873              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
47874      Branch: perl
47875            ! hints/aix.sh
47876 ____________________________________________________________________________
47877 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
47878         Log: Subject: Re: Bug report: split splits on wrong pattern
47879              From: Abhijit Menon-Sen <ams@wiw.org>
47880              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
47881              Date: Mon, 2 Jul 2001 16:31:33 +0530
47882      Branch: perl
47883            ! pp_ctl.c
47884 ____________________________________________________________________________
47885 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
47886         Log: Subject: [PATCH 5.6.1] test harness
47887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47888              Date: Mon, 2 Jul 2001 06:29:21 -0400
47889              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
47890      Branch: perl
47891            ! lib/Test/Harness.pm
47892 ____________________________________________________________________________
47893 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
47894         Log: Subject: [PATCH 5.6.1] debugger goof
47895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47896              Date: Mon, 2 Jul 2001 06:27:22 -0400
47897              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
47898      Branch: perl
47899            ! lib/perl5db.pl
47900 ____________________________________________________________________________
47901 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
47902         Log: Subject: [PATCH 5.6.1] OS/2 cwd
47903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47904              Date: Mon, 2 Jul 2001 06:21:17 -0400
47905              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
47906      Branch: perl
47907            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
47908 ____________________________________________________________________________
47909 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
47910         Log: Make #11082 more OS/2-specific.
47911      Branch: perl
47912            ! ext/Time/Piece/Piece.t
47913 ____________________________________________________________________________
47914 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
47915         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
47916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47917              Date: Mon, 2 Jul 2001 06:06:34 -0400
47918              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
47919      Branch: perl
47920            ! ext/Time/Piece/Piece.t
47921 ____________________________________________________________________________
47922 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
47923         Log: Subject: [PATCH B::Deparse] version number & changes
47924              From: Robin Houston <robin@kitsite.com>  
47925              Date: Sun, 1 Jul 2001 17:17:29 +0100
47926              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
47927      Branch: perl
47928            ! ext/B/B/Deparse.pm
47929 ____________________________________________________________________________
47930 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
47931         Log: Subject: a small fix.
47932              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47933              Date: Mon, 2 Jul 2001 12:17:53 +0200
47934              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
47935      Branch: perl
47936            ! ext/Thread/Thread.xs
47937 ____________________________________________________________________________
47938 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
47939         Log: Subject: RE: perl@10907
47940              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47941              Date: Mon, 2 Jul 2001 12:06:16 +0200
47942              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
47943              
47944              Borland C vs PerlIO.
47945      Branch: perl
47946            ! win32/config.bc win32/config_H.bc
47947 ____________________________________________________________________________
47948 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
47949         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
47950              From: "H.M. Brand" <merijn@l1.procura.nl>
47951              Date: Mon, 02 Jul 2001 11:18:57 +0200
47952              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
47953      Branch: perl
47954            ! t/op/write.t
47955 ____________________________________________________________________________
47956 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
47957         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
47958              From: Michael G Schwern <schwern@pobox.com>
47959              Date: Mon, 2 Jul 2001 00:26:24 -0400
47960              Message-ID: <20010702002624.A18302@blackrider>
47961      Branch: perl
47962            - ext/util/mkbootstrap
47963 ____________________________________________________________________________
47964 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
47965         Log: Subject: [PATCH op.h] v minor comment tweak
47966              From: Robin Houston <robin@puffinry.freeserve.co.uk>
47967              Date: Mon, 2 Jul 2001 00:42:01 +0100
47968              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
47969      Branch: perl
47970            ! op.h
47971 ____________________________________________________________________________
47972 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
47973         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
47974      Branch: perl
47975            ! pod/perlfunc.pod
47976 ____________________________________________________________________________
47977 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
47978         Log: Subject: Re: sizeof(struct sembuf)
47979              From: Nicholas Clark <nick@ccl4.org>
47980              Date: Sun, 1 Jul 2001 19:23:16 +0100
47981              Message-ID: <20010701192316.V59620@plum.flirble.org>
47982              
47983              s/signaling/signalling/
47984      Branch: perl
47985            ! pod/perlfunc.pod
47986 ____________________________________________________________________________
47987 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
47988         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
47989              From: "Philip Newton" <Philip.Newton@gmx.net>
47990              Date: Sun, 1 Jul 2001 09:37:56 +0200
47991              Message-Id: <200107010733.KAA03920@taas.iki.fi>
47992      Branch: perl
47993            ! pod/perlvar.pod
47994 ____________________________________________________________________________
47995 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
47996         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
47997              From: "Philip Newton" <Philip.Newton@gmx.net>
47998              Date: Sun, 1 Jul 2001 09:37:56 +0200
47999              Message-Id: <200107010733.KAA03925@taas.iki.fi>
48000      Branch: perl
48001            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48002 ____________________________________________________________________________
48003 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
48004         Log: Metaconfig unit change for #11070.
48005      Branch: metaconfig
48006            ! U/compline/randfunc.U
48007 ____________________________________________________________________________
48008 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
48009         Log: Subject: [PATCH perlsnap] its --> it's --> its
48010              From: "Philip Newton" <Philip.Newton@gmx.net>
48011              Date: Sun, 1 Jul 2001 09:37:56 +0200
48012              Message-Id: <200107010733.KAA03914@taas.iki.fi>
48013      Branch: perl
48014            ! Porting/config_H
48015 ____________________________________________________________________________
48016 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
48017         Log: Sync with Sarathy; integrate with perlio.
48018      Branch: perl
48019           !> gv.c
48020 ____________________________________________________________________________
48021 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
48022         Log: regenerate win32/config_H.?c files
48023      Branch: perl
48024            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48025 ____________________________________________________________________________
48026 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
48027         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
48028              naming discipline
48029              
48030              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
48031              because of this)
48032              
48033              fix a warning about "fd" being used without being set in Cwd.xs
48034      Branch: perl
48035            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
48036            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
48037            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
48038            ! win32/config.vc
48039 ____________________________________________________________________________
48040 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
48041         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
48042              within macro arguments") and warnings ("unary minus applied to
48043              unsigned type", among others)
48044      Branch: perl
48045            ! gv.c hv.c op.c pp.c sv.c toke.c
48046 ____________________________________________________________________________
48047 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
48048         Log: win32 fixes: more spurious CRs
48049      Branch: perl
48050            ! win32/mdelete.bat
48051 ____________________________________________________________________________
48052 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
48053         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
48054              from win32/bin (or it gets deleted by distclean); don't delete
48055              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
48056              NT (should be made Win9x specific, and added to makefile.mk)
48057      Branch: perl
48058           +> win32/mdelete.bat
48059            - win32/bin/mdelete.bat
48060            ! win32/Makefile win32/makefile.mk
48061 ____________________________________________________________________________
48062 [ 11063] By: nick                                  on 2001/07/01  18:54:09
48063         Log: Quick for for #ifdef mess
48064      Branch: perlio
48065            ! gv.c
48066 ____________________________________________________________________________
48067 [ 11062] By: nick                                  on 2001/07/01  18:47:42
48068         Log: Raw integrate - does not build #if mess in gv.c
48069      Branch: perlio
48070           !> (integrate 29 files)
48071 ____________________________________________________________________________
48072 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
48073         Log: Make 'compile' target a little less broken.
48074              Still very broken, though: -Wall warnings from
48075              the generated code, boot_Foo prototypes missing,
48076              can't autoload Fcntl::SEEK_CUR et alia, ...
48077      Branch: perl
48078            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
48079            ! utils/perlcc.PL x2p/Makefile.SH
48080 ____________________________________________________________________________
48081 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
48082         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
48083      Branch: perl
48084            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48085            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48086 ____________________________________________________________________________
48087 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
48088         Log: Update Changes.
48089      Branch: perl
48090            ! Changes patchlevel.h
48091 ____________________________________________________________________________
48092 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
48093         Log: Still one typo, regen toc.
48094      Branch: perl
48095            ! lib/Unicode/UCD.pm pod/perltoc.pod
48096 ____________________________________________________________________________
48097 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
48098         Log: Detypos and regen toc.
48099      Branch: perl
48100            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
48101 ____________________________________________________________________________
48102 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
48103         Log: VERSION tweak.
48104      Branch: perl
48105            ! ext/List/Util/lib/List/Util.pm
48106 ____________________________________________________________________________
48107 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
48108         Log: Attempt at plugging the leak under ithreads detected by Doug.
48109      Branch: perl
48110            ! op.h
48111 ____________________________________________________________________________
48112 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
48113         Log: gcc -Wall lint after #11051.
48114      Branch: perl
48115            ! pp_sys.c
48116 ____________________________________________________________________________
48117 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
48118         Log: Integrate perlio:
48119              
48120              [ 11050]
48121              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48122      Branch: perl
48123           !> lib/File/Find/taint.t
48124 ____________________________________________________________________________
48125 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
48126         Log: Don't use the v-strings for module VERSIONs.
48127      Branch: perl
48128            ! lib/Unicode/UCD.pm
48129 ____________________________________________________________________________
48130 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
48131         Log: Code cleanup based on turning off the -woffs in IRIX.
48132              Not all of the gripes cleaned up (hairy code in hv.c and
48133              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
48134              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
48135              to the IRIX hints)
48136      Branch: perl
48137            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
48138            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
48139            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
48140            ! regcomp.c sv.c
48141 ____________________________________________________________________________
48142 [ 11050] By: nick                                  on 2001/06/30  20:46:46
48143         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48144      Branch: perlio
48145            ! lib/File/Find/taint.t
48146 ____________________________________________________________________________
48147 [ 11049] By: nick                                  on 2001/06/30  18:13:33
48148         Log: Integrate mainline
48149      Branch: perlio
48150           +> NetWare/nwstdio.h NetWare/perlsdio.h
48151           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48152           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
48153           +> lib/Unicode/UCD.t t/run/exit.t
48154           !> (integrate 60 files)
48155 ____________________________________________________________________________
48156 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
48157         Log: Delta delta.
48158      Branch: perl
48159            ! pod/perl572delta.pod
48160 ____________________________________________________________________________
48161 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
48162         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
48163              by CPAN.pm, use rather _00.
48164      Branch: perl
48165            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
48166            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48167            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
48168            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
48169            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
48170            ! lib/ExtUtils/Embed.pm lib/Test.pm
48171 ____________________________________________________________________________
48172 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48173         Log: Add a simple Unicode character database interface, Unicode::UCD.
48174      Branch: perl
48175            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48176            ! MANIFEST
48177 ____________________________________________________________________________
48178 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48179         Log: Subject: [PATCH] op/numconver.t
48180              From: Nicholas Clark <nick@ccl4.org>
48181              Date: Sat, 30 Jun 2001 15:40:10 +0100
48182              Message-ID: <20010630154010.I59620@plum.flirble.org>
48183      Branch: perl
48184            ! t/op/numconvert.t
48185 ____________________________________________________________________________
48186 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48187         Log: The $^N is now taken (by #11038).
48188      Branch: perl
48189            ! t/base/lex.t
48190 ____________________________________________________________________________
48191 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48192         Log: The #11040 had slipped to a wrong function...
48193      Branch: perl
48194            ! sv.c
48195 ____________________________________________________________________________
48196 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48197         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48198              the Configure library symbol probe mysteriously finds all
48199              symbols but those of pipe() and times().
48200      Branch: perl
48201            ! hints/aix.sh
48202 ____________________________________________________________________________
48203 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48204         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48205              From: Nicholas Clark <nick@ccl4.org>
48206              Date: Fri, 29 Jun 2001 23:49:07 +0100
48207              Message-ID: <20010629234907.D59620@plum.flirble.org>
48208      Branch: perl
48209            ! lib/ExtUtils.t
48210 ____________________________________________________________________________
48211 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48212         Log: Subject: [PATCH] weakref fix 2, not yet there
48213              From: Artur Bergman <artur@contiller.se>
48214              Date: Sat, 30 Jun 2001 01:18:16 +0200
48215              Message-ID: <B762D957.1CC9%artur@contiller.se>
48216      Branch: perl
48217            ! sv.c
48218 ____________________________________________________________________________
48219 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48220         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48221              From: Michael G Schwern <schwern@pobox.com>
48222              Date: Fri, 29 Jun 2001 19:39:11 -0400
48223              Message-ID: <20010629193910.D25304@blackrider>
48224      Branch: perl
48225            + t/run/exit.t
48226            ! MANIFEST
48227 ____________________________________________________________________________
48228 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48229         Log: Add support for $^N, the most-recently closed group.
48230      Branch: perl
48231            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48232            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48233            ! thrdvar.h
48234 ____________________________________________________________________________
48235 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48236         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48237              From: lvirden@cas.org
48238              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48239              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48240              
48241              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48242              From: lvirden@cas.org
48243              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48244              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48245      Branch: perl
48246            ! README.solaris
48247 ____________________________________________________________________________
48248 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48249         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48250              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48251              Date: Sat, 30 Jun 2001 07:33:37 +0900
48252              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48253              
48254              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48255              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48256              Date: Sat, 30 Jun 2001 21:38:14 +0900
48257              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48258      Branch: perl
48259            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48260            + ext/Encode/Encode/7bit-kr.enc
48261            ! MANIFEST ext/Encode/Encode/Tcl.pm
48262 ____________________________________________________________________________
48263 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48264         Log: NetWare tweaks from Guruprasad.
48265      Branch: perl
48266            + NetWare/nwstdio.h NetWare/perlsdio.h
48267            ! MANIFEST NetWare/Makefile NetWare/config.wc
48268            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48269            ! NetWare/t/Readme.txt
48270 ____________________________________________________________________________
48271 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48272         Log: More module $VERSION bump-ups.
48273      Branch: perl
48274            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48275            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48276            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48277 ____________________________________________________________________________
48278 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48279         Log: Doc update due to #11032.
48280      Branch: perl
48281            ! pod/perl572delta.pod
48282 ____________________________________________________________________________
48283 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
48284         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
48285              From: Peter Prymmer <pvhp@forte.com>
48286              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
48287              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
48288      Branch: perl
48289            ! ext/Time/HiRes/HiRes.xs
48290 ____________________________________________________________________________
48291 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
48292         Log: -lpthreads missing in AIX.
48293      Branch: perl
48294            ! hints/aix.sh
48295 ____________________________________________________________________________
48296 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
48297         Log: Subject: [PATCH] CLONE && weakrefs
48298              From: Artur Bergman <artur@contiller.se>
48299              Date: Fri, 29 Jun 2001 17:02:00 +0200
48300              Message-ID: <B7626508.1CA0%artur@contiller.se>
48301      Branch: perl
48302            ! sv.c
48303 ____________________________________________________________________________
48304 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
48305         Log: Subject: Re: Bug report: split splits on wrong pattern
48306              From: Radu Greab <radu@netsoft.ro>
48307              Date: Wed, 27 Jun 2001 21:50:52 +0300
48308              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
48309      Branch: perl
48310            ! pp_ctl.c t/op/split.t
48311 ____________________________________________________________________________
48312 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
48313         Log: Metaconfig unit change for #11027.
48314      Branch: metaconfig/U/perl
48315            ! d_modfl.U
48316 ____________________________________________________________________________
48317 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
48318         Log: I thought this Configure glitch for AIX was just recently fixed?
48319      Branch: perl
48320            ! Configure
48321 ____________________________________________________________________________
48322 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
48323         Log: Update Changes.
48324      Branch: perl
48325            ! Changes patchlevel.h
48326 ____________________________________________________________________________
48327 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
48328         Log: Subject: Re: perl@10967, File::Find, and Cwd
48329              From: Mike Guy <mjtg@cam.ac.uk>
48330              Date: Fri, 29 Jun 2001 14:56:49 +0100
48331              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
48332      Branch: perl
48333            ! lib/File/Find/taint.t
48334 ____________________________________________________________________________
48335 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
48336         Log: Update the sv_pvprintify() spec.
48337      Branch: perl
48338            ! pod/perltodo.pod
48339 ____________________________________________________________________________
48340 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
48341         Log: Known test failures update.
48342      Branch: perl
48343            ! pod/perl572delta.pod
48344 ____________________________________________________________________________
48345 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
48346         Log: Based on
48347              
48348              Subject: [PATCH @11016] More );) fixes
48349              From: Richard Soderberg <rs@crystalflame.net>
48350              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
48351              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
48352      Branch: perl
48353            ! ext/Thread/Thread.xs ext/Thread/typemap
48354 ____________________________________________________________________________
48355 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
48356         Log: Subject: [PATCH @11016] Fixes compile errors in four files
48357              From: Richard Soderberg <rs@crystalflame.net>
48358              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
48359              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
48360      Branch: perl
48361            ! mg.c pp.c pp_hot.c util.c
48362 ____________________________________________________________________________
48363 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
48364         Log: AIX hints tweaking continues, from Merijn Brand.
48365      Branch: perl
48366            ! hints/aix.sh
48367 ____________________________________________________________________________
48368 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
48369         Log: HP-UX needs gccversion sooner, from Merijn Brand.
48370      Branch: perl
48371            ! hints/hpux.sh
48372 ____________________________________________________________________________
48373 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
48374         Log: Subject: [PATCH 5.6.1] OS/2 docs
48375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48376              Date: Fri, 29 Jun 2001 02:34:12 -0400
48377              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
48378      Branch: perl
48379            ! README.os2 os2/Changes
48380 ____________________________________________________________________________
48381 [ 11017] By: nick                                  on 2001/06/29  10:20:30
48382         Log: Integrate mainline
48383      Branch: perlio
48384           +> (branch 37 files)
48385            - ext/ODBM_File/sdbm.t
48386           !> (integrate 211 files)
48387 ____________________________________________________________________________
48388 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
48389         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
48390              the modules found using a script written by Larry Schatzer Jr.
48391      Branch: perl
48392            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48393            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
48394            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
48395            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48396            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
48397            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
48398            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
48399            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
48400            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
48401            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
48402            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
48403            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
48404            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
48405            ! lib/constant.pm lib/fields.pm lib/strict.pm
48406 ____________________________________________________________________________
48407 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
48408         Log: The latest JPL from the anoncvs.
48409      Branch: perl
48410            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48411 ____________________________________________________________________________
48412 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
48413         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
48414      Branch: perl
48415            ! t/op/pat.t
48416 ____________________________________________________________________________
48417 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
48418         Log: Worrying about insecure directories now is a bit too late.
48419      Branch: perl
48420            ! lib/File/Find/taint.t
48421 ____________________________________________________________________________
48422 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
48423         Log: Cannot DIE() in a void function,
48424              from Richard Hatch <rhatch@austin.ibm.com>.
48425      Branch: perl
48426            ! ext/IPC/SysV/SysV.xs
48427 ____________________________________________________________________________
48428 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
48429         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
48430              From: Peter Prymmer <pvhp@forte.com>
48431              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
48432              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
48433              
48434              (unfinished: time/hires tests 3, 5, 14 failing, but better
48435              than wholesale failure)
48436      Branch: perl
48437            ! ext/Time/HiRes/HiRes.xs
48438 ____________________________________________________________________________
48439 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
48440         Log: Subject: [PATCH 5.6.1] OS/2 improvements
48441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48442              Date: Thu, 28 Jun 2001 16:03:14 -0400
48443              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
48444      Branch: perl
48445            + os2/os2_base.t
48446            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48447            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48448            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48449            ! os2/os2ish.h
48450 ____________________________________________________________________________
48451 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48452         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48453              From: Michael G Schwern <schwern@pobox.com>
48454              Date: Thu, 28 Jun 2001 13:13:49 -0400
48455              Message-ID: <20010628131349.A14738@blackrider>
48456      Branch: maint-5.6/perl
48457            ! lib/ExtUtils/Manifest.pm
48458 ____________________________________________________________________________
48459 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48460         Log: AIX tweak from Merijn Brand.
48461      Branch: perl
48462            ! hints/aix.sh
48463 ____________________________________________________________________________
48464 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48465         Log: Create the macperl branch.
48466      Branch: maint-5.6/macperl
48467           +> (branch 1728 files)
48468 ____________________________________________________________________________
48469 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48470         Log: Update Changes.
48471      Branch: perl
48472            ! Changes patchlevel.h
48473 ____________________________________________________________________________
48474 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48475         Log: More Perforce lore.
48476      Branch: perl
48477            ! Porting/repository.pod
48478 ____________________________________________________________________________
48479 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48480         Log: Metaconfig unit changes for #11003.
48481      Branch: metaconfig/U/perl
48482            + d_nl_langinfo.U i_langinfo.U
48483 ____________________________________________________________________________
48484 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48485         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48486              Expected not to exist in non-UNIX excepting in VMS, where
48487              according to a quick web survey they just might.
48488      Branch: perl
48489            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48490            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48491            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48492            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48493            ! win32/config.bc win32/config.gc win32/config.vc
48494 ____________________________________________________________________________
48495 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48496         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48497              in AIX is one is doing a 64-bit build.
48498      Branch: perl
48499            ! hints/aix.sh
48500 ____________________________________________________________________________
48501 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48502         Log: Metaconfig unit changes for #11000.
48503      Branch: metaconfig/U/perl
48504            ! use64bits.U uselfs.U
48505 ____________________________________________________________________________
48506 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48507         Log: Move use64bitint and use64bitall before uselargefiles.
48508      Branch: perl
48509            ! Configure
48510 ____________________________________________________________________________
48511 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48512         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48513              From: Robert Spier <rspier@pobox.com>
48514              Message-ID: <15162.41164.618712.841415@rls.cx>
48515              Date: Wed, 27 Jun 2001 23:13:16 -0400
48516      Branch: perl
48517            ! doio.c
48518 ____________________________________________________________________________
48519 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48520         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48521              From: Peter Prymmer <pvhp@forte.com>
48522              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48523              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
48524      Branch: perl
48525            ! numeric.c
48526 ____________________________________________________________________________
48527 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
48528         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
48529              From: Peter Prymmer <pvhp@forte.com>
48530              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
48531              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
48532      Branch: perl
48533            ! configure.com ext/Digest/MD5/Makefile.PL
48534 ____________________________________________________________________________
48535 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
48536         Log: Update Changes.
48537      Branch: perl
48538            ! Changes patchlevel.h
48539 ____________________________________________________________________________
48540 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
48541         Log: Tiny EPOC updates.
48542      Branch: perl
48543            ! epoc/config.sh
48544 ____________________________________________________________________________
48545 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
48546         Log: The Test::More and Test::Simple tests required help
48547              thanks to our schizophrenic test scheme.
48548      Branch: perl
48549            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48550            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48551            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
48552            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
48553            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
48554 ____________________________________________________________________________
48555 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
48556         Log: Upgrade to Test::Simple 0.09.
48557      Branch: perl
48558            + lib/Test/Simple/Changes
48559            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48560            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48561            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48562            ! lib/Test/Simple/t/plan_is_noplan.t
48563 ____________________________________________________________________________
48564 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
48565         Log: Upgrade to Test::More 0.07.
48566      Branch: perl
48567            + lib/Test/More/Changes
48568            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
48569            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
48570            ! lib/Test/More/t/skipall.t
48571 ____________________________________________________________________________
48572 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
48573         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
48574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48575              Date: Wed, 27 Jun 2001 18:40:04 +0200
48576              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
48577      Branch: perl
48578            ! hints/hpux.sh
48579 ____________________________________________________________________________
48580 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
48581         Log: Subject: [PATCH README.qnx hints/qnx.sh]
48582              From: Norton Allen <allen@huarp.harvard.edu>
48583              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
48584              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
48585      Branch: perl
48586            ! README.qnx hints/qnx.sh
48587 ____________________________________________________________________________
48588 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
48589         Log: Subject: [PATCH] two little documentation nits
48590              From: Abhijit Menon-Sen <ams@wiw.org>
48591              Date: Wed, 27 Jun 2001 20:07:50 +0530
48592              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
48593      Branch: perl
48594            ! sv.c sv.h
48595 ____________________________________________________________________________
48596 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
48597         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
48598              From: Norton Allen <allen@huarp.harvard.edu>
48599              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
48600              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
48601      Branch: perl
48602            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48603 ____________________________________________________________________________
48604 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
48605         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
48606              From: Michael G Schwern <schwern@pobox.com>
48607              Date: Wed, 27 Jun 2001 02:34:58 -0400
48608              Message-ID: <20010627023458.K23874@blackrider>
48609      Branch: perl
48610            ! vms/test.com
48611 ____________________________________________________________________________
48612 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
48613         Log: Add perl_clone_host() for Netware.
48614      Branch: perl
48615            ! NetWare/nw5.c
48616 ____________________________________________________________________________
48617 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
48618         Log: GCC 3.0 hints for HP-UX.
48619      Branch: perl
48620            ! hints/hpux.sh
48621 ____________________________________________________________________________
48622 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
48623         Log: In some Linux distributions the libndbm is broken
48624              (no null key support), therefore link with libgdbm
48625              (if available), since it has a working ndbm emulation,
48626              from Jonathan Stowe.
48627      Branch: perl
48628            + ext/NDBM_File/hints/linux.pl
48629            ! MANIFEST
48630 ____________________________________________________________________________
48631 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
48632         Log: Subject: [PATCH perl@10930] find.t hack for VMS
48633              From: "Craig A. Berry" <craigberry@mac.com>
48634              Date: Tue, 26 Jun 2001 23:40:25 -0500
48635              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
48636      Branch: perl
48637            ! lib/File/Find/find.t
48638 ____________________________________________________________________________
48639 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
48640         Log: AUTHORS updates.
48641      Branch: perl
48642            ! AUTHORS
48643 ____________________________________________________________________________
48644 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
48645         Log: Metaconfig unit change like #10980.
48646      Branch: metaconfig
48647            ! U/compline/d_stdstdio.U
48648 ____________________________________________________________________________
48649 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
48650         Log: "lose the it's", from Abhijit Menon-Sen.
48651              ("It's" not searched, pods not searched.)
48652      Branch: perl
48653            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
48654            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
48655            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
48656            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
48657            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48658            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
48659 ____________________________________________________________________________
48660 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
48661         Log: "lose the looses", from Abhijit Menon-Sen.
48662      Branch: perl
48663            ! ext/B/B/Assembler.pm gv.c
48664 ____________________________________________________________________________
48665 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
48666         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
48667      Branch: perl
48668            ! hints/os390.sh
48669 ____________________________________________________________________________
48670 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
48671         Log: DEC C 5.3 on the VAX simply doesn't seem to like
48672              compiling the MD5 extension, disable it there for now,
48673              from Peter Prymmer.
48674      Branch: perl
48675            ! configure.com
48676 ____________________________________________________________________________
48677 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
48678         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
48679              From: Jonathan Stowe <gellyfish@gellyfish.com>
48680              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
48681              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
48682      Branch: perl
48683            ! pod/perlfaq3.pod
48684 ____________________________________________________________________________
48685 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
48686         Log: Subject: [PATCH 5.6.1] perlxs misprints
48687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48688              Date: Tue, 26 Jun 2001 17:20:00 -0400
48689              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
48690      Branch: perl
48691            ! pod/perlxs.pod
48692 ____________________________________________________________________________
48693 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
48694         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
48695              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48696              Date: Tue, 26 Jun 2001 17:27:07 -0400
48697              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
48698      Branch: perl
48699            ! lib/ExtUtils/MM_Unix.pm
48700 ____________________________________________________________________________
48701 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
48702         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
48703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48704              Date: Tue, 26 Jun 2001 17:23:24 -0400
48705              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
48706      Branch: perl
48707            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48708 ____________________________________________________________________________
48709 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
48710         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
48711              by Olaf Flebbe.
48712      Branch: perl
48713            ! perl.h
48714 ____________________________________________________________________________
48715 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
48716         Log: Detypo.
48717      Branch: perl
48718            ! lib/Memoize/t/tie_sdbm.t
48719 ____________________________________________________________________________
48720 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
48721         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
48722      Branch: perl
48723            ! win32/perllib.c
48724 ____________________________________________________________________________
48725 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
48726         Log: Subject: [patch] perl_clone+CvFILE
48727              From: Doug MacEachern <dougm@covalent.net>
48728              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
48729              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
48730      Branch: perl
48731            ! sv.c
48732 ____________________________________________________________________________
48733 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
48734         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
48735              From: Mark-Jason Dominus <mjd@plover.com>
48736              Date: Tue, 26 Jun 2001 12:33:01 -0400
48737              Message-ID: <20010626163301.31298.qmail@plover.com>
48738      Branch: perl
48739            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48740 ____________________________________________________________________________
48741 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
48742         Log: Update Changes.
48743      Branch: perl
48744            ! Changes patchlevel.h
48745 ____________________________________________________________________________
48746 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
48747         Log: Also catfile() needs now to explicitly exported.
48748      Branch: perl
48749            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48750 ____________________________________________________________________________
48751 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
48752         Log: Regen toc.
48753      Branch: perl
48754            ! pod/perltoc.pod
48755 ____________________________________________________________________________
48756 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
48757         Log: Nonexistent pod command.
48758      Branch: perl
48759            ! pod/perl572delta.pod
48760 ____________________________________________________________________________
48761 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
48762         Log: Be more portable in the quest for tmpdir.
48763      Branch: perl
48764            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48765 ____________________________________________________________________________
48766 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
48767         Log: Be more portable in finding out the home directory,
48768              and use File::Spec to do the concat.
48769              (Come to think of it, couldn't File::Spec provide
48770              for a ->homedir method?)
48771      Branch: perl
48772            ! lib/Net/Config.pm
48773 ____________________________________________________________________________
48774 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
48775         Log: Doc patch for #10959.
48776      Branch: perl
48777            ! pod/perlfunc.pod
48778 ____________________________________________________________________________
48779 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
48780         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
48781              From: "Philip Newton" <pnewton@gmx.de>
48782              Date: Tue, 26 Jun 2001 16:26:47 +0200
48783              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
48784      Branch: perl
48785            ! pod/perldata.pod
48786 ____________________________________________________________________________
48787 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
48788         Log: Subject: [PATH] shared -> unique;
48789              From: "Artur Bergman" <artur@contiller.se>
48790              Date: Tue, 26 Jun 2001 16:18:40 +0200
48791              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
48792              
48793              Because "shared" isn't: it's read-only.
48794      Branch: perl
48795            ! toke.c xsutils.c
48796 ____________________________________________________________________________
48797 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
48798         Log: Escape multiline croak messages.
48799      Branch: perl
48800            ! t/op/ver.t
48801 ____________________________________________________________________________
48802 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
48803         Log: No more pragma/*.t for minitest.
48804      Branch: perl
48805            ! Makefile.SH
48806 ____________________________________________________________________________
48807 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
48808         Log: AUTHORS updates.
48809      Branch: perl
48810            ! AUTHORS
48811 ____________________________________________________________________________
48812 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
48813         Log: delta updates.
48814      Branch: perl
48815            ! pod/perl572delta.pod
48816 ____________________________________________________________________________
48817 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
48818         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
48819              From: Artur Bergman <artur@contiller.se> 
48820              Date: Tue, 26 Jun 2001 15:32:53 +0200
48821              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
48822      Branch: perl
48823            ! makedef.pl sv.c sv.h win32/perllib.c
48824 ____________________________________________________________________________
48825 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
48826         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
48827              From: Jonathan Stowe <gellyfish@gellyfish.com>
48828              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
48829              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
48830              
48831              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
48832      Branch: perl
48833            + ext/Time/HiRes/hints/sco.pl
48834            ! MANIFEST
48835 ____________________________________________________________________________
48836 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
48837         Log: Subject: [PATCH 5.6.1] static build
48838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48839              Date: Tue, 26 Jun 2001 04:22:25 -0400
48840              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
48841      Branch: perl
48842            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
48843            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48844 ____________________________________________________________________________
48845 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
48846         Log: DJGPP patches from Laszlo Molnar.
48847      Branch: perl
48848            ! djgpp/djgpp.c perl.c util.c
48849 ____________________________________________________________________________
48850 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
48851         Log: Netware patches from Ananth Kesari.
48852      Branch: perl
48853            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
48854            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
48855            ! NetWare/nwtinfo.h
48856 ____________________________________________________________________________
48857 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
48858         Log: Detypo.
48859      Branch: perl
48860            ! ext/Errno/Errno_pm.PL
48861 ____________________________________________________________________________
48862 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
48863         Log: There seems to be two ways of spelling the $^O in *STEP.
48864      Branch: perl
48865            ! ext/Errno/Errno_pm.PL
48866 ____________________________________________________________________________
48867 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
48868         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
48869              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
48870      Branch: perl
48871            ! ext/Errno/Errno_pm.PL
48872 ____________________________________________________________________________
48873 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
48874         Log: Known bugs update.
48875      Branch: perl
48876            ! pod/perl572delta.pod
48877 ____________________________________________________________________________
48878 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
48879         Log: The default installation of Cygwin has 500 as root's uid.
48880      Branch: perl
48881            ! lib/User/pwent.t
48882 ____________________________________________________________________________
48883 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
48884         Log: Be even more relaxed (re-allow having only one entry).
48885      Branch: perl
48886            ! t/op/grent.t t/op/pwent.t
48887 ____________________________________________________________________________
48888 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
48889         Log: Test failure updates.
48890      Branch: perl
48891            ! pod/perl572delta.pod
48892 ____________________________________________________________________________
48893 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
48894         Log: MPE/iX test tweaks from Mark Bixby.
48895      Branch: perl
48896            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
48897            ! t/io/fs.t t/op/stat.t
48898 ____________________________________________________________________________
48899 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
48900         Log: Microperl findings.
48901      Branch: perl
48902            ! perl.h pp_sys.c
48903 ____________________________________________________________________________
48904 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
48905         Log: Touch uconfig.h.
48906      Branch: perl
48907            ! uconfig.h
48908 ____________________________________________________________________________
48909 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
48910         Log: Subject: [PATCH] Proposed fix for Pod::Man
48911              From: Rob Napier <rnapier@employees.org>
48912              Date: Mon, 25 Jun 2001 15:49:24 -0400
48913              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
48914              
48915              Cater for Solaris nroff brokenness (shortchanges daisywheel
48916              printers, but hey, we also no more support PDPs.)
48917      Branch: perl
48918            ! lib/Pod/Man.pm
48919 ____________________________________________________________________________
48920 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
48921         Log: Typo in #10937.
48922      Branch: perl
48923            ! ext/POSIX/sigaction.t
48924 ____________________________________________________________________________
48925 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
48926         Log: SIGCONT not trappable in VMS.
48927      Branch: perl
48928            ! ext/POSIX/sigaction.t
48929 ____________________________________________________________________________
48930 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
48931         Log: Subject: [DRAFT] Encode-Tcl.t
48932              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48933              Date: Tue, 26 Jun 2001 03:38:08 +0900
48934              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
48935      Branch: perl
48936            + ext/Encode/Encode/Tcl.t
48937            ! MANIFEST ext/Encode/Encode/Tcl.pm
48938 ____________________________________________________________________________
48939 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
48940         Log: Because of #10932 retract also the perlfunc hunk of #10910.
48941      Branch: perl
48942            ! pod/perlfunc.pod
48943 ____________________________________________________________________________
48944 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
48945         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
48946              by Ilya Zakharevich in
48947              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
48948      Branch: perl
48949            ! XSUB.h
48950 ____________________________________________________________________________
48951 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
48952         Log: Typo in #10889.
48953      Branch: perl
48954            ! hints/uts.sh
48955 ____________________________________________________________________________
48956 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
48957         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48958              From: Abhijit Menon-Sen <ams@wiw.org>
48959              Date: Mon, 25 Jun 2001 23:45:45 +0530
48960              Message-ID: <20010625234545.A5022@lustre.linux.in>
48961      Branch: perl
48962            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
48963 ____________________________________________________________________________
48964 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
48965         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
48966              From: Michael G Schwern <schwern@pobox.com>
48967              Date: Mon, 25 Jun 2001 14:35:51 -0400
48968              Message-ID: <20010625143551.H13819@blackrider>
48969      Branch: perl
48970            ! lib/Test.pm
48971 ____________________________________________________________________________
48972 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
48973         Log: Update Changes.
48974      Branch: perl
48975            ! Changes patchlevel.h
48976 ____________________________________________________________________________
48977 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
48978         Log: Regen toc and modlib.
48979      Branch: perl
48980            ! pod/perlmodlib.pod pod/perltoc.pod
48981 ____________________________________________________________________________
48982 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
48983         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
48984              for the benefit of C++ compilers, as suggested by Guruprasad.
48985      Branch: perl
48986            ! embed.pl proto.h
48987 ____________________________________________________________________________
48988 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
48989         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
48990              From: Jonathan Stowe <gellyfish@gellyfish.com>
48991              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
48992              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
48993      Branch: perl
48994            ! pod/perlfaq5.pod
48995 ____________________________________________________________________________
48996 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
48997         Log: Missed from #10925.
48998      Branch: perl
48999            ! gv.c
49000 ____________________________________________________________________________
49001 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
49002         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
49003              From: Robin Houston <robin@kitsite.com>
49004              Date: Sat, 19 May 2001 16:19:34 +0100
49005              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
49006      Branch: perl
49007            ! cv.h gv.h op.c
49008 ____________________________________________________________________________
49009 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
49010         Log: Netware README tweak.
49011      Branch: perl
49012            ! README.netware
49013 ____________________________________________________________________________
49014 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
49015         Log: Subject: [PATCH] Re: overload.t fails
49016              From: Abhijit Menon-Sen <ams@wiw.org>
49017              Date: Mon, 25 Jun 2001 14:52:20 +0530
49018              Message-ID: <20010625145220.A24114@lustre.linux.in>
49019      Branch: perl
49020            ! lib/overload.t
49021 ____________________________________________________________________________
49022 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
49023         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49024              From: Mike Guy <mjtg@cam.ac.uk>
49025              Date: Mon, 25 Jun 2001 11:43:23 +0100
49026              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
49027      Branch: perl
49028            ! lib/Carp.pm
49029 ____________________________________________________________________________
49030 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
49031         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
49032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49033              Date: Sun, 24 Jun 2001 05:17:05 -0400
49034              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
49035      Branch: perl
49036            ! os2/os2ish.h
49037 ____________________________________________________________________________
49038 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
49039         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
49040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49041              Date: Mon, 25 Jun 2001 05:52:27 -0400
49042              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
49043      Branch: perl
49044            ! hints/os2.sh
49045 ____________________________________________________________________________
49046 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
49047         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
49048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49049              Date: Mon, 25 Jun 2001 05:23:35 -0400
49050              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
49051      Branch: perl
49052            ! os2/os2.c
49053 ____________________________________________________________________________
49054 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
49055         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
49056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49057              Date: Mon, 25 Jun 2001 05:04:32 -0400
49058              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
49059      Branch: perl
49060            ! os2/OS2/REXX/DLL/DLL.pm
49061 ____________________________________________________________________________
49062 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
49063         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
49064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49065              Date: Mon, 25 Jun 2001 05:02:36 -0400
49066              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
49067      Branch: perl
49068            ! mg.c os2/dl_os2.c os2/os2.c
49069 ____________________________________________________________________________
49070 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
49071         Log: Subject: Re: [PATCH 5.6.1] misprints
49072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49073              Date: Mon, 25 Jun 2001 04:50:50 -0400
49074              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
49075      Branch: perl
49076            ! os2/os2.c pp_sys.c
49077 ____________________________________________________________________________
49078 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
49079         Log: Add Test::More and Test::Simple to the delta.
49080      Branch: perl
49081            ! pod/perl572delta.pod
49082 ____________________________________________________________________________
49083 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
49084         Log: Add Test::More, from Michael G Schwern.
49085      Branch: perl
49086            + lib/Test/More.pm lib/Test/More/t/More.t
49087            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49088            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49089            + t/lib/Test/More/Catch.pm
49090            ! MANIFEST
49091 ____________________________________________________________________________
49092 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
49093         Log: Add Test::Simple from Michael G Schwern.
49094      Branch: perl
49095            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49096            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49097            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49098            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
49099            + t/lib/Test/Simple/Catch.pm
49100            + t/lib/Test/Simple/sample_tests/death.plx
49101            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
49102            + t/lib/Test/Simple/sample_tests/extras.plx
49103            + t/lib/Test/Simple/sample_tests/five_fail.plx
49104            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
49105            + t/lib/Test/Simple/sample_tests/one_fail.plx
49106            + t/lib/Test/Simple/sample_tests/require.plx
49107            + t/lib/Test/Simple/sample_tests/success.plx
49108            + t/lib/Test/Simple/sample_tests/too_few.plx
49109            + t/lib/Test/Simple/sample_tests/two_fail.plx
49110            ! MANIFEST
49111 ____________________________________________________________________________
49112 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
49113         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
49114              From: "Craig A. Berry" <craigberry@mac.com>
49115              Date: Sun, 24 Jun 2001 23:41:36 -0500
49116              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
49117      Branch: perl
49118            ! pp_sys.c
49119 ____________________________________________________________________________
49120 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
49121         Log: Upgrade to Attribute::Handlers 0.70.
49122      Branch: perl
49123            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
49124            ! MANIFEST lib/Attribute/Handlers.pm
49125 ____________________________________________________________________________
49126 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
49127         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49128              From: Abhijit Menon-Sen <ams@wiw.org>
49129              Date: Sat, 23 Jun 2001 05:17:44 +0530
49130              Message-ID: <20010623051744.A18583@lustre.linux.in>
49131              
49132              (Can't think of a good place to put tests.)
49133      Branch: perl
49134            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
49135 ____________________________________________________________________________
49136 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
49137         Log: Subject: [PATCH] t/op/pat.t typo fix
49138              From: Richard Soderberg <rs@crystalflame.net>
49139              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
49140              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
49141      Branch: perl
49142            ! t/op/pat.t
49143 ____________________________________________________________________________
49144 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
49145         Log: Move the pack warnings to their own file, as pointed
49146              out by Spider.
49147      Branch: perl
49148            + t/lib/warnings/pp_pack
49149            ! MANIFEST t/lib/warnings/pp
49150 ____________________________________________________________________________
49151 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
49152         Log: Update Changes.
49153      Branch: perl
49154            ! Changes patchlevel.h
49155 ____________________________________________________________________________
49156 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
49157         Log: Partially fix a problem noticed by IRIX compiler:
49158              the initialization of parse_start was bypassed by
49159              several gotos.  Now initialized to zero, which may
49160              not be the best choice.
49161      Branch: perl
49162            ! regcomp.c
49163 ____________________________________________________________________________
49164 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
49165         Log: Relax the group and password tests back to moaning only
49166              if no matches at all are found.  (Even with a small sample
49167              I could find many sites where there are, umm, anomalies in
49168              the said databases.)       
49169      Branch: perl
49170            ! t/op/grent.t t/op/pwent.t
49171 ____________________________________________________________________________
49172 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49173         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49174      Branch: perl
49175            ! pp_ctl.c
49176 ____________________________________________________________________________
49177 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49178         Log: De-cut-and-pasto in #10902.
49179      Branch: perl
49180            ! pp_ctl.c
49181 ____________________________________________________________________________
49182 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49183         Log: The #10771 didn't take?
49184      Branch: perl
49185            ! pp_ctl.c
49186 ____________________________________________________________________________
49187 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49188         Log: Undo the filetests part of #10900, under multiplicity
49189              weird errors take place.
49190      Branch: perl
49191            ! pp_sys.c
49192 ____________________________________________________________________________
49193 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49194         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49195      Branch: perl
49196            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49197 ____________________________________________________________________________
49198 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49199         Log: (Replaced by #10922)
49200              
49201              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49202              From: Tony Bowden <tony@kasei.com>
49203              Date: Sun, 24 Jun 2001 17:32:40 +0100
49204              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49205              
49206              Document (well, mention) shortmess() and longmess()
49207              to rob people of their fun of reinventing the wheel.
49208      Branch: perl
49209            ! lib/Carp.pm
49210 ____________________________________________________________________________
49211 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49212         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49213              From: Brian Jepson <bjepson@oreilly.com>
49214              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49215              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49216      Branch: perl
49217            ! pp_sys.c
49218 ____________________________________________________________________________
49219 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49220         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49221              From: Robin Barker <rmb1@cise.npl.co.uk> 
49222              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49223              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49224      Branch: perl
49225            ! lib/CPAN.pm
49226 ____________________________________________________________________________
49227 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49228         Log: Memoize patch from mjd.
49229      Branch: perl
49230            ! lib/Memoize/t/tie_storable.t
49231 ____________________________________________________________________________
49232 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49233         Log: Spec the sv_pvprintify() a bit more.
49234      Branch: perl
49235            ! pod/perltodo.pod
49236 ____________________________________________________________________________
49237 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49238         Log: Upgrade to Memoize 0.65.
49239      Branch: perl
49240            + lib/Memoize/t/array_confusion.t
49241            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49242            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49243            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49244            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49245            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49246            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49247            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49248            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49249            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49250            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49251            ! lib/Memoize/t/tie_storable.t
49252 ____________________________________________________________________________
49253 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49254         Log: Metaconfig unit change for #10892.
49255      Branch: metaconfig
49256            ! U/modified/Options.U
49257 ____________________________________________________________________________
49258 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49259         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49260              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49261              Date: Sun, 24 Jun 2001 05:24:40 -0400
49262              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49263      Branch: perl
49264            ! Configure hints/os2.sh
49265 ____________________________________________________________________________
49266 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49267         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49268              From: Mike Guy <mjtg@cam.ac.uk>
49269              Date: Sun, 24 Jun 2001 15:28:39 +0100
49270              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49271              
49272              Fix an ancient (5.002) bug.
49273      Branch: perl
49274            ! lib/Carp/Heavy.pm
49275 ____________________________________________________________________________
49276 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49277         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49278              variables.
49279      Branch: perl
49280            ! pp_sys.c
49281 ____________________________________________________________________________
49282 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49283         Log: Make UTS as per #10888.
49284      Branch: perl
49285            ! hints/uts.sh
49286 ____________________________________________________________________________
49287 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
49288         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
49289      Branch: perl
49290            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
49291            ! mpeix/mpeixish.h perl.h unixish.h
49292 ____________________________________________________________________________
49293 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
49294         Log: AUTHORS update.
49295      Branch: perl
49296            ! AUTHORS
49297 ____________________________________________________________________________
49298 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
49299         Log: Subject: Encode::Tcl for multibyte doesnot work
49300              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49301              Date: Sun, 24 Jun 2001 22:48:21 +0900
49302              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
49303      Branch: perl
49304            ! ext/Encode/Encode/Tcl.pm
49305 ____________________________________________________________________________
49306 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
49307         Log: Subject: [PATCH] Remove tautology in error messages
49308              From: Mike Guy <mjtg@cam.ac.uk>
49309              Date: Sun, 24 Jun 2001 13:31:00 +0100
49310              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
49311      Branch: perl
49312            ! pp_sys.c
49313 ____________________________________________________________________________
49314 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
49315         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
49316      Branch: perl
49317            ! hints/darwin.sh
49318 ____________________________________________________________________________
49319 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
49320         Log: Subject: Re: [PATCH 5.6.1] test suite
49321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49322              Date: Sun, 24 Jun 2001 05:47:05 -0400
49323              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
49324              
49325              Test suite fixes.
49326      Branch: perl
49327            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
49328 ____________________________________________________________________________
49329 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
49330         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
49331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49332              Date: Sun, 24 Jun 2001 05:37:19 -0400
49333              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
49334      Branch: perl
49335            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
49336 ____________________________________________________________________________
49337 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
49338         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
49339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49340              Date: Sun, 24 Jun 2001 05:34:50 -0400
49341              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
49342              
49343              Pacify compiler warnings.
49344      Branch: perl
49345            ! pp_sys.c
49346 ____________________________________________________________________________
49347 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
49348         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49350              Date: Sun, 24 Jun 2001 05:21:18 -0400
49351              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
49352              
49353              Enable compression of executables during link time.
49354      Branch: perl
49355            ! hints/os2.sh
49356 ____________________________________________________________________________
49357 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
49358         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49360              Date: Sun, 24 Jun 2001 05:15:11 -0400
49361              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
49362              
49363              Add ordinals to the export list for Perl DLL.
49364              (Breaks intra-version DLL compatibility.)
49365      Branch: perl
49366            ! makedef.pl
49367 ____________________________________________________________________________
49368 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
49369         Log: Allow (displaying and) re-editing the Subject in perlbug.
49370              Also abstract the Subject quality control into a function.
49371      Branch: perl
49372            ! utils/perlbug.PL
49373 ____________________________________________________________________________
49374 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
49375         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
49376      Branch: perl
49377            ! utils/perlbug.PL
49378 ____________________________________________________________________________
49379 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
49380         Log: Regen toc and modlib.
49381      Branch: perl
49382            ! pod/perlmodlib.pod pod/perltoc.pod
49383 ____________________________________________________________________________
49384 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
49385         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
49386              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
49387              attribute semantics as much as possible, or 'ntsec' which uses
49388              native NTFS semantics.)  (See also #10877.)
49389      Branch: perl
49390            ! perl.c
49391 ____________________________________________________________________________
49392 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
49393         Log: (Retracted by #11586)
49394              
49395              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
49396      Branch: perl
49397            ! lib/Test/Harness.pm
49398 ____________________________________________________________________________
49399 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
49400         Log: Just zap the -uPerlio.
49401      Branch: perl
49402            ! ext/B/Stash.t
49403 ____________________________________________________________________________
49404 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
49405         Log: Do not test PerlIO if PerlIO not used.
49406      Branch: perl
49407            ! ext/PerlIO/PerlIO.t
49408 ____________________________________________________________________________
49409 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
49410         Log: Regen perlapi.
49411      Branch: perl
49412            ! pod/perlapi.pod
49413 ____________________________________________________________________________
49414 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
49415         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49416              From: Nicholas Clark <nick@ccl4.org>
49417              Date: Sat, 23 Jun 2001 22:55:47 +0100
49418              Message-ID: <20010623225547.Z98663@plum.flirble.org>
49419      Branch: perl
49420            ! numeric.c
49421 ____________________________________________________________________________
49422 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
49423         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
49424              From: Prymmer/Kahn <pvhp@best.com>
49425              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
49426              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
49427      Branch: perl
49428            ! lib/h2xs.t
49429 ____________________________________________________________________________
49430 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
49431         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
49432              cygwin does not taint cwd, just like win32.
49433      Branch: perl
49434            ! lib/File/Find/taint.t t/op/taint.t
49435 ____________________________________________________________________________
49436 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
49437         Log: Retract #10865, the patch should be unnecessary.
49438              (But seemingly helpful in Cygwin?  Strange.)
49439      Branch: perl
49440            ! lib/Memoize/t/tie_ndbm.t
49441 ____________________________________________________________________________
49442 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
49443         Log: Misplaced test file; plus Cygwin filesystem semantics.
49444      Branch: perl
49445            + ext/SDBM_File/sdbm.t
49446            - ext/ODBM_File/sdbm.t
49447            ! MANIFEST
49448 ____________________________________________________________________________
49449 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49450         Log: (Retracted by #10867.)
49451      Branch: perl
49452            ! lib/Memoize/t/tie_ndbm.t
49453 ____________________________________________________________________________
49454 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49455         Log: Metaconfig unit change for #10863.
49456      Branch: metaconfig/U/perl
49457            ! Extensions.U
49458 ____________________________________________________________________________
49459 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49460         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49461              -lndbm and -ldbm are available.
49462      Branch: perl
49463            ! Configure config_h.SH
49464 ____________________________________________________________________________
49465 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49466         Log: More Cygwin filesystem semantics.
49467      Branch: perl
49468            ! t/io/fs.t t/op/stat.t
49469 ____________________________________________________________________________
49470 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49471         Log: More DOSish permission semantics for Cygwin.
49472      Branch: perl
49473            ! lib/AnyDBM_File.t
49474 ____________________________________________________________________________
49475 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49476         Log: Cygwin too has different permission semantics.
49477      Branch: perl
49478            ! ext/GDBM_File/gdbm.t
49479 ____________________________________________________________________________
49480 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49481         Log: The group (and assumedly passwd) databases can have
49482              only one entry (this is the case in cygwin).
49483      Branch: perl
49484            ! t/op/grent.t t/op/pwent.t
49485 ____________________________________________________________________________
49486 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49487         Log: Also in Cygwin use Socket to figure out domainname
49488              (if any) (avoids trying to call external 'domainname',
49489              which doesn't at the moment exist in Cygwin)
49490      Branch: perl
49491            ! lib/Net/Domain.pm
49492 ____________________________________________________________________________
49493 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49494         Log: Remove also the lib$Foo.def, not just $Foo.def.
49495      Branch: perl
49496            ! lib/ExtUtils/MM_Unix.pm
49497 ____________________________________________________________________________
49498 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49499         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49500      Branch: perl
49501            ! unixish.h
49502 ____________________________________________________________________________
49503 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49504         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49505              to match the whole isprint(), only the space character.
49506      Branch: perl
49507            ! handy.h pod/perlre.pod t/op/pat.t
49508 ____________________________________________________________________________
49509 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49510         Log: Integrate mainline
49511      Branch: perlio
49512           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49513           !> lib/ExtUtils.t lib/File/Find/taint.t
49514           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49515           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49516           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49517 ____________________________________________________________________________
49518 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49519         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49520              with its floats    in os390 and s390 (UTS).
49521      Branch: perl
49522            ! lib/Math/BigInt/t/bigintpm.t
49523 ____________________________________________________________________________
49524 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
49525         Log: Add also UTS (s390) to the non-IEEE float platforms.
49526      Branch: perl
49527            ! t/op/sprintf.t
49528 ____________________________________________________________________________
49529 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
49530         Log: Subject: RFC: what are applicable standards for exponent sizes?
49531              From: Peter Prymmer <pvhp@forte.com>
49532              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
49533              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
49534      Branch: perl
49535            ! t/op/sprintf.t
49536 ____________________________________________________________________________
49537 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
49538         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
49539              From: Peter Prymmer <pvhp@forte.com>
49540              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
49541              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
49542      Branch: perl
49543            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49544 ____________________________________________________________________________
49545 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
49546         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
49547              From: Peter Prymmer <pvhp@forte.com>
49548              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
49549              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
49550      Branch: perl
49551            ! lib/ExtUtils.t
49552 ____________________________________________________________________________
49553 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
49554         Log: Retract #10845.
49555      Branch: perl
49556            ! lib/File/Find/taint.t
49557 ____________________________________________________________________________
49558 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
49559         Log: Yet another error message.
49560      Branch: perl
49561            ! t/op/mkdir.t
49562 ____________________________________________________________________________
49563 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
49564         Log: The croak message for nonexistent socket functions may vary.
49565      Branch: perl
49566            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
49567 ____________________________________________________________________________
49568 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
49569         Log: (Retracted by #10848.)
49570      Branch: perl
49571            ! lib/File/Find/taint.t
49572 ____________________________________________________________________________
49573 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
49574         Log: Integrate perlio:
49575              
49576              [ 10843]
49577              Back out debug in taint.t
49578              
49579              [ 10841]
49580              Skip cwd test on Win32 ???
49581              
49582              [ 10836]
49583              Skip |- based op/write.t on Win32 as well as VMS
49584      Branch: perl
49585           !> lib/File/Find/taint.t t/op/write.t
49586 ____________________________________________________________________________
49587 [ 10843] By: nick                                  on 2001/06/22  21:24:51
49588         Log: Back out debug in taint.t
49589      Branch: perlio
49590            ! lib/File/Find/taint.t
49591 ____________________________________________________________________________
49592 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
49593         Log: setitimer() does not exist in Unicos, despite of what
49594              Configure thinks, from Mark P. Lutz.
49595      Branch: perl
49596            ! hints/unicos.sh
49597 ____________________________________________________________________________
49598 [ 10841] By: nick                                  on 2001/06/22  21:19:36
49599         Log: Skip cwd test on Win32 ???
49600      Branch: perlio
49601            ! lib/File/Find/taint.t
49602 ____________________________________________________________________________
49603 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
49604         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
49605              and Tru64 gcc -Wall happy.
49606      Branch: perl
49607            ! mg.c
49608 ____________________________________________________________________________
49609 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
49610         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
49611      Branch: perl
49612            ! ext/IPC/SysV/Semaphore.pm
49613 ____________________________________________________________________________
49614 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
49615         Log: Metaconfig unit change for #10837.
49616      Branch: metaconfig/U/perl
49617            ! Cross.U
49618 ____________________________________________________________________________
49619 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
49620         Log: Cleanup of the cross-compilation unit.
49621      Branch: perl
49622            ! Configure
49623 ____________________________________________________________________________
49624 [ 10836] By: nick                                  on 2001/06/22  20:45:12
49625         Log: Skip |- based op/write.t on Win32 as well as VMS
49626      Branch: perlio
49627            ! t/op/write.t
49628 ____________________________________________________________________________
49629 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
49630         Log: Integrate perlio:
49631              
49632              [ 10833]
49633              Patcho fix.
49634      Branch: perl
49635           !> util.c
49636 ____________________________________________________________________________
49637 [ 10834] By: nick                                  on 2001/06/22  20:41:54
49638         Log: Integrate mainline
49639      Branch: perlio
49640           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49641           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
49642           !> vos/config.ga.h
49643 ____________________________________________________________________________
49644 [ 10833] By: nick                                  on 2001/06/22  20:22:58
49645         Log: Patcho fix.
49646      Branch: perlio
49647            ! util.c
49648 ____________________________________________________________________________
49649 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
49650         Log: Metaconfig unit changes for #10831.
49651      Branch: metaconfig
49652            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49653 ____________________________________________________________________________
49654 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
49655         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
49656              From: Andy Dougherty <doughera@lafayette.edu>
49657              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
49658              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
49659      Branch: perl
49660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49661            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
49662 ____________________________________________________________________________
49663 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
49664         Log: MPE/iX prototype nits from Mark Bixby.
49665      Branch: perl
49666            ! pp_sys.c
49667 ____________________________________________________________________________
49668 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
49669         Log: Detypo.
49670      Branch: perl
49671            ! util.c
49672 ____________________________________________________________________________
49673 [ 10828] By: nick                                  on 2001/06/22  15:33:37
49674         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
49675      Branch: perlio
49676           +> lib/h2xs.t
49677           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
49678           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
49679           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
49680           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
49681           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49682           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49683           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
49684           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
49685           !> vms/vmsish.h
49686 ____________________________________________________________________________
49687 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
49688         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
49689              Date: Fri, 22 Jun 2001 10:08:35 -0500
49690              From: "Craig A. Berry" <craigberry@mac.com>
49691              Message-Id: <a05101001b75908704194@[192.168.56.145]>
49692      Branch: perl
49693            ! vms/vms.c vms/vmsish.h
49694 ____________________________________________________________________________
49695 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
49696         Log: NetWare scripts tweak from Ananth Kesari.
49697      Branch: perl
49698            ! NetWare/t/NWScripts.pl
49699 ____________________________________________________________________________
49700 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
49701         Log: Update Changes.
49702      Branch: perl
49703            ! Changes patchlevel.h
49704 ____________________________________________________________________________
49705 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
49706         Log: Add .i and .s targets.
49707      Branch: perl
49708            ! Makefile.SH
49709 ____________________________________________________________________________
49710 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
49711         Log: Upgrade to Locale::Maketext 1.03.
49712      Branch: perl
49713            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49714            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49715 ____________________________________________________________________________
49716 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
49717         Log: Upgrade to I18N::LangTags 0.26.
49718      Branch: perl
49719            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49720            ! lib/I18N/LangTags/test.pl
49721 ____________________________________________________________________________
49722 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
49723         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
49724              Philip Newton.
49725      Branch: perl
49726            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49727            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49728 ____________________________________________________________________________
49729 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
49730         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
49731              From: Prymmer/Kahn <pvhp@best.com>
49732              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
49733              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
49734      Branch: perl
49735            + lib/h2xs.t
49736            ! MANIFEST utils/h2xs.PL
49737 ____________________________________________________________________________
49738 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
49739         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
49740              From: Prymmer/Kahn <pvhp@best.com>
49741              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
49742              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
49743      Branch: perl
49744            ! lib/ExtUtils.t
49745 ____________________________________________________________________________
49746 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
49747         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
49748              From: Prymmer/Kahn <pvhp@best.com>
49749              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
49750              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
49751      Branch: perl
49752            ! t/pod/plainer.t
49753 ____________________________________________________________________________
49754 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
49755         Log: AUTHORS update.
49756      Branch: perl
49757            ! AUTHORS
49758 ____________________________________________________________________________
49759 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
49760         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
49761              From: "Craig A. Berry" <craigberry@mac.com>
49762              Date: Thu, 21 Jun 2001 18:20:38 -0500
49763              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
49764      Branch: perl
49765            ! ext/POSIX/POSIX.xs
49766 ____________________________________________________________________________
49767 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
49768         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
49769              From: "Craig A. Berry" <craigberry@mac.com>
49770              Date: Thu, 21 Jun 2001 09:58:52 -0500
49771              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
49772      Branch: perl
49773            ! ext/B/Deparse.t t/op/write.t
49774 ____________________________________________________________________________
49775 [ 10814] By: nick                                  on 2001/06/22  08:13:09
49776         Log: Integrate mainline.
49777      Branch: perlio
49778           !> (integrate 46 files)
49779 ____________________________________________________________________________
49780 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
49781         Log: Change the prefixes only if $prefix is unset,
49782              as originally patched by Marcel Grunauer.
49783      Branch: perl
49784            ! hints/darwin.sh hints/rhapsody.sh
49785 ____________________________________________________________________________
49786 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
49787         Log: Subject: Re: Patch for hints/darwin.sh
49788              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
49789              Date: Thu, 21 Jun 2001 11:23:46 -0700
49790              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
49791      Branch: perl
49792            ! hints/darwin.sh hints/rhapsody.sh
49793 ____________________________________________________________________________
49794 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
49795         Log: Add .PHONY targets for non-file targets,
49796              from Wilfredo Sánchez.  Should help saying
49797              "make install" on case-insensitive filesystems.
49798      Branch: perl
49799            ! Makefile.SH
49800 ____________________________________________________________________________
49801 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
49802         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
49803              From: Doug MacEachern <dougm@covalent.net>
49804              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
49805              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
49806              
49807              plus reword the getcwd() comment, plus use getcwd() buffer
49808              size minus one.
49809      Branch: perl
49810            ! util.c
49811 ____________________________________________________________________________
49812 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
49813         Log: More gprofing from Doug MacEachern.
49814      Branch: perl
49815            ! Makefile.SH
49816 ____________________________________________________________________________
49817 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
49818         Log: Metaconfig unit change for #10807.
49819      Branch: metaconfig/U/perl
49820            ! d_sfio.U
49821 ____________________________________________________________________________
49822 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
49823         Log: Tell that you are removing the unneeded -lsfio.
49824      Branch: perl
49825            ! Configure
49826 ____________________________________________________________________________
49827 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
49828         Log: More MPE/iX tweaks from Mark Bixby.
49829      Branch: perl
49830            ! perl.c t/op/magic.t
49831 ____________________________________________________________________________
49832 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
49833         Log: The fchdir() proto is supposed to live in <unistd.h>.
49834      Branch: perl
49835            ! ext/Cwd/Cwd.xs
49836 ____________________________________________________________________________
49837 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
49838         Log: This town is too small for the Cwd extension and me,
49839              it would seem...
49840      Branch: perl
49841            ! ext/Cwd/Cwd.xs
49842 ____________________________________________________________________________
49843 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
49844         Log: Metaconfig unit change for #10802.
49845      Branch: metaconfig/U/perl
49846            ! d_modfl.U
49847 ____________________________________________________________________________
49848 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
49849         Log: More d'ohs.
49850      Branch: perl
49851            ! Configure
49852 ____________________________________________________________________________
49853 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
49854         Log: Off-by-one.  I'm so classic.
49855      Branch: perl
49856            ! util.c
49857 ____________________________________________________________________________
49858 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
49859         Log: Update Changes.
49860      Branch: perl
49861            ! Changes patchlevel.h
49862 ____________________________________________________________________________
49863 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
49864         Log: Subject: Documentation patch for Net::FTP
49865              From: Marcel Grunauer <marcel@codewerk.com>
49866              Date: Wed, 20 Jun 2001 23:03:26 +0200
49867              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
49868      Branch: perl
49869            ! lib/Net/FTP.pm
49870 ____________________________________________________________________________
49871 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
49872         Log: Retract the #10417 mg.c and embed.pl parts because of
49873              strange SEGVs in 64bit x86 FreeBSD observed by
49874              Nicholas Clark.
49875      Branch: perl
49876            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
49877 ____________________________________________________________________________
49878 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
49879         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
49880      Branch: perl
49881            ! Configure NetWare/config.wc NetWare/config_H.wc
49882            ! Porting/Glossary Porting/config.sh Porting/config_H
49883            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49884            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49885            ! vos/config.ga.h win32/config.bc win32/config.gc
49886            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49887            ! win32/config_H.vc
49888 ____________________________________________________________________________
49889 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
49890         Log: Cwd tweak from Doug MacEachern.
49891      Branch: perl
49892            ! ext/Cwd/Cwd.xs
49893 ____________________________________________________________________________
49894 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
49895         Log: Protect the fchdir() and lstat() with ifdefs.
49896              fchdir() needs a Configure probe.
49897      Branch: perl
49898            ! ext/Cwd/Cwd.xs
49899 ____________________________________________________________________________
49900 [ 10794] By: nick                                  on 2001/06/21  17:11:35
49901         Log: Integrate mainline
49902      Branch: perlio
49903           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49904           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49905           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49906           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49907           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49908           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49909           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49910           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49911            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49912            - lib/File/Glob/case.t lib/File/Glob/global.t
49913            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49914            - lib/File/Temp/posix.t lib/File/Temp/security.t
49915            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49916            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49917            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49918            - lib/Text/Wrap/wrap.t
49919           !> (integrate 41 files)
49920 ____________________________________________________________________________
49921 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
49922         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
49923              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49924              Date: Thu, 21 Jun 2001 13:04:54 -0500
49925              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
49926      Branch: perl
49927            ! ext/Cwd/Cwd.xs
49928 ____________________________________________________________________________
49929 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
49930         Log: Subject: [PATCH pod] overlong =item
49931              From: Robin Barker <rmb1@cise.npl.co.uk>
49932              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
49933              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
49934      Branch: perl
49935            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49936            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49937 ____________________________________________________________________________
49938 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
49939         Log: Subject: [PATCH perlio.c] format 
49940              From: Robin Barker <rmb1@cise.npl.co.uk>
49941              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
49942              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
49943      Branch: perl
49944            ! perlio.c
49945 ____________________________________________________________________________
49946 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
49947         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49948              From: Radu Greab <radu@netsoft.ro>
49949              Date: Thu, 21 Jun 2001 19:06:02 +0300
49950              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
49951      Branch: perl
49952            ! pod/perlapi.pod sv.c
49953 ____________________________________________________________________________
49954 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
49955         Log: The metaconfig unit changes for #10788.
49956      Branch: metaconfig/U/perl
49957            ! Cross.U fflushall.U
49958 ____________________________________________________________________________
49959 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
49960         Log: Cross-configuration changes: make $from to rm the files
49961              before copying them over (this means that he rm can be
49962              removed from the fflushall test), create $targetmkdir      
49963              (not documented in install since it is supposed to internal
49964              use only), make $run to copy over the executable only if
49965              a stamp file .xok doesn't already exist (to avoid unnecessary
49966              copying of the executable)
49967      Branch: perl
49968            ! Configure Makefile.SH
49969 ____________________________________________________________________________
49970 [ 10787] By: nick                                  on 2001/06/21  14:16:18
49971         Log: Integrate mainline
49972      Branch: perlio
49973           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49974           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
49975           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
49976            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
49977           !> (integrate 34 files)
49978 ____________________________________________________________________________
49979 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
49980         Log: Re-add the files as text.
49981      Branch: perl
49982            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49983 ____________________________________________________________________________
49984 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
49985         Log: Delete the binary files.
49986      Branch: perl
49987            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49988 ____________________________________________________________________________
49989 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
49990         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
49991              From: Andy Dougherty <doughera@lafayette.edu>
49992              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
49993              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
49994      Branch: perl
49995            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
49996            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
49997            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
49998            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
49999 ____________________________________________________________________________
50000 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
50001         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
50002              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
50003              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
50004              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
50005              
50006              Setting umask to something friendlier.
50007      Branch: perl
50008            ! installman installperl
50009 ____________________________________________________________________________
50010 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
50011         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
50012              Resort MANIFEST with sort -f, looks much better.
50013      Branch: perl
50014            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50015            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50016            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50017            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50018            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50019            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50020            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50021            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50022            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50023            - lib/File/Glob/case.t lib/File/Glob/global.t
50024            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50025            - lib/File/Temp/posix.t lib/File/Temp/security.t
50026            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50027            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50028            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50029            - lib/Text/Wrap/wrap.t
50030            ! MANIFEST
50031 ____________________________________________________________________________
50032 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
50033         Log: Upgrade to I18N::LangTags 0.25.
50034      Branch: perl
50035            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50036            ! lib/I18N/LangTags/List.pm
50037 ____________________________________________________________________________
50038 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
50039         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
50040              From: Richard Soderberg <rs@crystalflame.net>
50041              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
50042              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
50043      Branch: perl
50044            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
50045            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
50046 ____________________________________________________________________________
50047 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
50048         Log: Test obsoleted by change #10777.
50049      Branch: perl
50050            ! t/op/sub_lval.t
50051 ____________________________________________________________________________
50052 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
50053         Log: Case of confused test numbering.
50054      Branch: perl
50055            ! t/op/pat.t
50056 ____________________________________________________________________________
50057 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
50058         Log: Subject: Re: Opinion on undef lvalue
50059              From: Abhijit Menon-Sen <ams@wiw.org>
50060              Date: Sun, 17 Jun 2001 13:04:46 +0530
50061              Message-ID: <20010617130446.B27925@lustre.linux.in>
50062              
50063              Allow lvalue subs to return undef in array context.
50064      Branch: perl
50065            ! pp_hot.c
50066 ____________________________________________________________________________
50067 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
50068         Log: Just a guess that using the same hack for cygwin as
50069              for win32 might help.
50070      Branch: perl
50071            ! lib/File/Find/find.t
50072 ____________________________________________________________________________
50073 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
50074         Log: NetWare tweaks from Guruprasad.
50075      Branch: perl
50076            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
50077            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
50078            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
50079            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
50080 ____________________________________________________________________________
50081 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
50082         Log: Subject: Re: perl@10722: Bogus warnings on REs 
50083              From: Hugo <hv@crypt.compulink.co.uk>
50084              Date: Thu, 21 Jun 2001 09:51:17 +0100
50085              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
50086              
50087              Unroll to avoid a UTS compiler bug.
50088      Branch: perl
50089            ! regcomp.c
50090 ____________________________________________________________________________
50091 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
50092         Log: Subject: Re: [PATCH] Make /o work under i?threads
50093              From: Artur Bergman <artur@contiller.se>
50094              Date: Thu, 21 Jun 2001 14:38:03 +0200
50095              Message-ID: <B757B74A.184D%artur@contiller.se>
50096      Branch: perl
50097            ! t/op/pat.t
50098 ____________________________________________________________________________
50099 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
50100         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50101              From: Artur Bergman <artur@contiller.se> 
50102              Date: Thu, 21 Jun 2001 14:27:33 +0200
50103              Message-ID: <B757B4D4.1849%artur@contiller.se>
50104              
50105              Plus extra parentheses.
50106      Branch: perl
50107            ! op.h
50108 ____________________________________________________________________________
50109 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
50110         Log: Subject: [PATCH] Make /o work under i?threads
50111              From: Richard Soderberg <rs@crystalflame.net>
50112              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
50113              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
50114      Branch: perl
50115            ! pp_ctl.c
50116 ____________________________________________________________________________
50117 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
50118         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50119              From: Artur Bergman <artur@contiller.se>
50120              Date: Thu, 21 Jun 2001 14:04:54 +0200
50121              Message-ID: <B757AF86.1842%artur@contiller.se>
50122      Branch: perl
50123            ! op.h
50124 ____________________________________________________________________________
50125 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
50126         Log: Subject: Re: perl@10765: sv.c not OK on win32
50127              From: Artur Bergman <artur@contiller.se>
50128              Date: Thu, 21 Jun 2001 10:31:06 +0200
50129              Message-ID: <B7577D69.182C%artur@contiller.se>
50130      Branch: perl
50131            ! sv.c
50132 ____________________________________________________________________________
50133 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
50134         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
50135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50136              Date: Thu, 21 Jun 2001 06:23:56 -0400
50137              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
50138              
50139              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
50140              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50141              Date: Thu, 21 Jun 2001 06:32:21 -0400
50142              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
50143      Branch: perl
50144            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
50145 ____________________________________________________________________________
50146 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
50147         Log: Subject: [PATCH] make syslog test more verbose
50148              From: Robert Spier <rspier@pobox.com>
50149              Date: Thu, 21 Jun 2001 00:54:32 -0400
50150              Message-ID: <15153.32264.295807.333073@rls.cx>
50151      Branch: perl
50152            ! ext/Sys/Syslog/syslog.t
50153 ____________________________________________________________________________
50154 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
50155         Log: Subject: op/study.t refinements
50156              From: Hugo <hv@crypt.compulink.co.uk>
50157              Date: Thu, 21 Jun 2001 00:29:07 +0100
50158              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
50159      Branch: perl
50160            ! t/op/study.t
50161 ____________________________________________________________________________
50162 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
50163         Log: Update Changes.
50164      Branch: perl
50165            ! Changes patchlevel.h
50166 ____________________________________________________________________________
50167 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
50168         Log: Subject: Re: [PATCH] djgpp updates
50169              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50170              Date: Wed, 20 Jun 2001 10:05:15 +0200
50171              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
50172      Branch: perl
50173            ! djgpp/config.over
50174 ____________________________________________________________________________
50175 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50176         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50177              are function calls are not being called", from Abhijit.
50178      Branch: perl
50179            ! t/base/lex.t toke.c
50180 ____________________________________________________________________________
50181 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50182         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50183      Branch: perl
50184            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50185            + lib/Locale/Maketext/test.pl
50186            - lib/Locale/Maketext.t
50187            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50188            ! lib/Locale/Maketext/TPJ13.pod
50189 ____________________________________________________________________________
50190 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50191         Log: Metaconfig unit change for #10760.
50192      Branch: metaconfig
50193            ! U/modified/Cppsym.U
50194 ____________________________________________________________________________
50195 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50196         Log: Do not remove the ccsym* Cppsym* files since
50197              they are useful for metaconfig units coming after us.
50198              (This is the Configure nit mentioned in #10752.)
50199      Branch: perl
50200            ! Configure
50201 ____________________________________________________________________________
50202 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50203         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50204      Branch: perl
50205            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50206            + lib/I18N/LangTags/README
50207            - lib/I18N/LangTags/List.pod
50208            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50209 ____________________________________________________________________________
50210 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50211         Log: Regen headers.
50212      Branch: perl
50213            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50214            ! pod/perlapi.pod proto.h
50215 ____________________________________________________________________________
50216 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50217         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50218              From: Artur Bergman <artur@contiller.se>
50219              Date: Wed, 20 Jun 2001 11:31:32 +0200
50220              Message-ID: <B7563A14.17D8%artur@contiller.se>
50221      Branch: perl
50222            ! embed.pl hv.c intrpvar.h sv.c sv.h
50223 ____________________________________________________________________________
50224 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50225         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50226              From: Tim Sweetman <tim@aldigital.co.uk> 
50227              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50228              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50229      Branch: perl
50230            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50231 ____________________________________________________________________________
50232 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50233         Log: Integrate mainline
50234      Branch: perlio
50235           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50236           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50237           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50238           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50239           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50240           !> t/op/study.t util.c
50241 ____________________________________________________________________________
50242 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50243         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50244              but not Makefile)
50245      Branch: maint-5.6/perl
50246            ! win32/Makefile
50247 ____________________________________________________________________________
50248 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50249         Log: Security tweak on readlink().
50250      Branch: perl
50251            ! pp_sys.c
50252 ____________________________________________________________________________
50253 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50254         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50255      Branch: perl
50256            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50257            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50258            ! mpeix/relink t/op/pwent.t
50259 ____________________________________________________________________________
50260 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50261         Log: Reinstate #10725 (with probe for alarm()).
50262      Branch: perl
50263            ! t/op/study.t
50264 ____________________________________________________________________________
50265 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50266         Log: Replace our implementation of realpath() with OpenBSD's
50267              (src/lib/libc/stdlib/realpath.c 1.4).
50268      Branch: perl
50269            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50270            ! pod/perldiag.pod proto.h util.c
50271 ____________________________________________________________________________
50272 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50273         Log: Integrate perlio:
50274              
50275              [ 10747]
50276              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50277      Branch: perl
50278           !> perlio.c
50279 ____________________________________________________________________________
50280 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50281         Log: No point in going into memory-saving contortions
50282              with getcwd() since there's a danger of buffer overflow.
50283              Also make the POSIX extension to use sv_getcwd().
50284              Finally, a missed proto.h fragment.
50285      Branch: perl
50286            ! ext/POSIX/POSIX.xs proto.h util.c
50287 ____________________________________________________________________________
50288 [ 10747] By: nick                                  on 2001/06/20  12:38:26
50289         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50290      Branch: perlio
50291            ! perlio.c
50292 ____________________________________________________________________________
50293 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
50294         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
50295              From: Graham Barr <gbarr@pobox.com>
50296              Date: Wed, 20 Jun 2001 11:05:49 +0100
50297              Message-ID: <20010620110549.I19188@pobox.com>
50298              
50299              reported in        
50300              
50301              Subject: Bug in IO::Socket::INET module (repeat)
50302              From: "Harmon S. Nine" <hnine@netarx.com>
50303              Date: Tue, 19 Jun 2001 09:41:35 -0400
50304              Message-ID: <3B2F568F.8080605@netarx.com>
50305              
50306              The bug was that the IO::Socket::INET constructor
50307              did not allow a 'LocalPort' of 0.
50308      Branch: perl
50309            ! ext/IO/lib/IO/Socket/INET.pm
50310 ____________________________________________________________________________
50311 [ 10745] By: nick                                  on 2001/06/20  08:56:39
50312         Log: Integrate mainline.
50313      Branch: perlio
50314           !> (integrate 37 files)
50315 ____________________________________________________________________________
50316 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
50317         Log: After some reading I don't think we can blindly
50318              use systems' realpath().  Too many security problems,
50319              too many buggy implementations.
50320              
50321              TODO: the realpath() emulation code in util.c doesn't
50322              seem fully operational?  (readlink(), for example?)
50323      Branch: perl
50324            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
50325            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
50326            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
50327            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
50328            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
50329            ! win32/config_H.gc win32/config_H.vc
50330 ____________________________________________________________________________
50331 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
50332         Log: Metaconfig unit change for #10738.
50333      Branch: metaconfig
50334            ! U/compline/d_gconvert.U
50335 ____________________________________________________________________________
50336 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
50337         Log: Integrate change #10739 from maintperl:
50338              
50339              C<eval "/x$\r\n/x"> fails to compile correctly 
50340      Branch: perl
50341           !> t/op/pat.t toke.c
50342 ____________________________________________________________________________
50343 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
50344         Log: Retract #10725 (Hugo asked NOT to apply the patch)
50345      Branch: perl
50346            ! t/op/study.t
50347 ____________________________________________________________________________
50348 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
50349         Log: The test.third results were funnily named because of the
50350              new test scheme.
50351      Branch: perl
50352            ! t/TEST
50353 ____________________________________________________________________________
50354 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
50355         Log: C<eval "/x$\r\n/x"> fails to compile correctly
50356      Branch: maint-5.6/perl
50357            ! t/op/pat.t toke.c
50358 ____________________________________________________________________________
50359 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
50360         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
50361              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50362              Date: Tue, 19 Jun 2001 19:15:40 -0400
50363              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
50364              
50365              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
50366              because "1e+129" being expected but "1.e+129" being returned.
50367              The culprit (at least in Tru64) is the use of gcvt().
50368      Branch: perl
50369            ! Configure
50370 ____________________________________________________________________________
50371 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
50372         Log: Subject: [PATCH perl@10722] test hunting on VMS
50373              From: "Craig A. Berry" <craigberry@mac.com>
50374              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
50375              Date: Tue, 19 Jun 2001 18:59:01 -0500
50376      Branch: perl
50377            ! vms/test.com
50378 ____________________________________________________________________________
50379 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
50380         Log: Subject: [PATCH] s/typos//
50381              From: Abhijit Menon-Sen <ams@wiw.org>
50382              Date: Wed, 20 Jun 2001 02:15:02 +0530
50383              Message-ID: <20010620021502.A14541@lustre.linux.in>
50384              
50385              Without the op.h s/bearword/bareword/ hunk, see
50386              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
50387      Branch: perl
50388            ! util.c
50389 ____________________________________________________________________________
50390 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
50391         Log: Metaconfig unit change for #10732 and #10733.
50392      Branch: metaconfig/U/perl
50393            ! fflushall.U
50394 ____________________________________________________________________________
50395 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
50396         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
50397              From: "Craig A. Berry" <craigberry@mac.com>
50398              Date: Tue, 19 Jun 2001 17:19:48 -0500
50399              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
50400      Branch: perl
50401            ! configure.com vms/descrip_mms.template
50402 ____________________________________________________________________________
50403 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
50404         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
50405              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50406              Date: Tue, 19 Jun 2001 16:48:07 -0400
50407              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
50408              
50409              Further fixes to fflush(NULL) detection.
50410      Branch: perl
50411            ! Configure
50412 ____________________________________________________________________________
50413 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
50414         Log: AIX test -s hangs with non-existent files?
50415              (A genuine logic bug in Configure, but AIX also broken?)
50416      Branch: perl
50417            ! Configure
50418 ____________________________________________________________________________
50419 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
50420         Log: AUTHORS updates.
50421      Branch: perl
50422            ! AUTHORS
50423 ____________________________________________________________________________
50424 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
50425         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
50426              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50427              Date: Tue, 19 Jun 2001 15:33:25 -0400
50428              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
50429      Branch: perl
50430            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
50431            ! t/lib/warnings/pp
50432 ____________________________________________________________________________
50433 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
50434         Log: Integrate perlio:
50435              
50436              [ 10728]
50437              Hack File/Find/find.t to use File::Spec::Unix on Win32.
50438      Branch: perl
50439           !> lib/File/Find/find.t win32/distclean.bat
50440 ____________________________________________________________________________
50441 [ 10728] By: nick                                  on 2001/06/19  18:24:53
50442         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
50443      Branch: perlio
50444            ! lib/File/Find/find.t win32/distclean.bat
50445 ____________________________________________________________________________
50446 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50447         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50448              also add information how to find out whether one has PerlIO.
50449      Branch: perl
50450            ! pod/perlfunc.pod
50451 ____________________________________________________________________________
50452 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50453         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50454              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50455              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50456              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50457      Branch: perl
50458            ! pod/perlfunc.pod
50459 ____________________________________________________________________________
50460 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50461         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50462              From: Hugo <hv@crypt.compulink.co.uk>
50463              Date: Tue, 19 Jun 2001 12:37:30 +0100
50464              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50465      Branch: perl
50466            ! t/op/study.t
50467 ____________________________________________________________________________
50468 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50469         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50470              From: Hugo <hv@crypt.compulink.co.uk>
50471              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50472              Date: Tue, 19 Jun 2001 13:15:17 +0100
50473      Branch: perl
50474            ! util.c
50475 ____________________________________________________________________________
50476 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50477         Log: Integrate mainline
50478      Branch: perlio
50479           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50480           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50481           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50482           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50483           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50484           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50485            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50486            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50487            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50488            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50489            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50490            - ext/Thread/unsync4.t
50491           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50492           !> djgpp/config.over djgpp/fixpmain
50493           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50494           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50495           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50496 ____________________________________________________________________________
50497 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50498         Log: Update Changes.
50499      Branch: perl
50500            ! Changes patchlevel.h
50501 ____________________________________________________________________________
50502 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50503         Log: The existence shall be MANIFESted.
50504      Branch: perl
50505            ! MANIFEST
50506 ____________________________________________________________________________
50507 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50508         Log: The old libnet.cfg is first searched from the current directory,
50509              only then from the module path.
50510      Branch: perl
50511            ! utils/libnetcfg.PL
50512 ____________________________________________________________________________
50513 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50514         Log: NetWare tweaks from Guruprasad.
50515      Branch: perl
50516            ! NetWare/Makefile NetWare/config.wc
50517 ____________________________________________________________________________
50518 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50519         Log: Subject: [PATCH] djgpp updates
50520              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50521              Date: Tue, 19 Jun 2001 10:59:06 +0200
50522              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50523      Branch: perl
50524            ! djgpp/config.over djgpp/fixpmain
50525 ____________________________________________________________________________
50526 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
50527         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
50528              From: Prymmer/Kahn <pvhp@best.com>
50529              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
50530              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
50531      Branch: perl
50532            ! win32/Makefile
50533 ____________________________________________________________________________
50534 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
50535         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
50536              to happen right after the inclusion of <inttypes.h>,
50537              from Edward Moy.
50538      Branch: perl
50539            ! handy.h perl.h
50540 ____________________________________________________________________________
50541 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
50542         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
50543              From: Doug MacEachern <dougm@covalent.net>
50544              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
50545              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
50546      Branch: perl
50547            ! ext/DynaLoader/DynaLoader_pm.PL
50548 ____________________________________________________________________________
50549 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
50550         Log: Revert #10656 for performance reasons but leave in the
50551              use of Hv*() macros -- in comments, so that grepping the
50552              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
50553              suggested by Sarathy, also by Abhijit.)
50554      Branch: perl
50555            ! hv.c
50556 ____________________________________________________________________________
50557 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
50558         Log: Subject: [patch] .s MakeMaker suffix
50559              From: Doug MacEachern <dougm@covalent.net>
50560              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
50561              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
50562      Branch: perl
50563            ! lib/ExtUtils/MM_Unix.pm
50564 ____________________________________________________________________________
50565 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
50566         Log: One test lost in the big shuffle restored.
50567      Branch: perl
50568            + ext/IPC/SysV/ipcsysv.t
50569            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50570 ____________________________________________________________________________
50571 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
50572         Log: Rename the old non-standard threads tests so that
50573              they won't be invoked.
50574      Branch: perl
50575            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
50576            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
50577            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
50578            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
50579            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
50580            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50581            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50582            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50583            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50584            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50585            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50586            - ext/Thread/unsync4.t
50587            ! MANIFEST
50588 ____________________________________________________________________________
50589 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
50590         Log: Integrate perlio:
50591              
50592              [ 10708]
50593              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50594              
50595              [ 10678]
50596              Integrate mainline (part2 - the deletes)
50597      Branch: perl
50598           !> win32/config_sh.PL
50599 ____________________________________________________________________________
50600 [ 10709] By: nick                                  on 2001/06/19  08:18:18
50601         Log: Integrate mainline
50602      Branch: perlio
50603           +> (branch 40 files)
50604            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50605            - lib/strict/subs lib/strict/vars lib/warnings/1global
50606            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50607            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50608            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50609            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50610            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50611            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50612            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50613            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50614            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50615            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50616            - lib/warnings/utf8 lib/warnings/util
50617           !> (integrate 57 files)
50618 ____________________________________________________________________________
50619 [ 10708] By: nick                                  on 2001/06/19  07:57:10
50620         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50621      Branch: perlio
50622            ! win32/config_sh.PL
50623 ____________________________________________________________________________
50624 [ 10707] By: nick                                  on 2001/06/19  07:05:07
50625         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
50626      Branch: perl
50627            ! perly.c perly.y perly_c.diff vms/perly_c.vms
50628 ____________________________________________________________________________
50629 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
50630         Log: More perl572delta tweaks.
50631      Branch: perl
50632            ! pod/perl572delta.pod
50633 ____________________________________________________________________________
50634 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
50635         Log: Update perl572delta.
50636      Branch: perl
50637            ! pod/perl572delta.pod
50638 ____________________________________________________________________________
50639 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
50640         Log: VOS updates from Paul Green.
50641      Branch: perl
50642            ! vos/Changes vos/build.cm vos/perl.bind
50643 ____________________________________________________________________________
50644 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
50645         Log: Update the vos/config.*.* files.
50646      Branch: perl
50647            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50648            ! vos/config.ga.h
50649 ____________________________________________________________________________
50650 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
50651         Log: Add a makefile for more painless adding of symbols to the
50652              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
50653              takes care of the adding)
50654      Branch: perl
50655            + vos/Makefile
50656 ____________________________________________________________________________
50657 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
50658         Log: Make libnetcfg by default display the libnet configuration,
50659              -c to change, add -i for old config, document all options,
50660              regen toc.
50661      Branch: perl
50662            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
50663 ____________________________________________________________________________
50664 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
50665         Log: gcc -Wall sweep.
50666      Branch: perl
50667            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
50668 ____________________________________________________________________________
50669 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
50670         Log: So there.
50671      Branch: perl
50672            ! universal.c
50673 ____________________________________________________________________________
50674 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
50675         Log: Document the need for sv_printify().
50676              
50677              Document that 'use utf8' has been considered.
50678              
50679              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
50680      Branch: perl
50681            ! pod/perltodo.pod universal.c
50682 ____________________________________________________________________________
50683 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
50684         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
50685              From: Nicholas Clark <nick@ccl4.org>
50686              Date: Mon, 18 Jun 2001 23:29:23 +0100
50687              Message-ID: <20010618232923.I98663@plum.flirble.org>
50688      Branch: perl
50689            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
50690            ! ext/Sys/Syslog/Makefile.PL
50691 ____________________________________________________________________________
50692 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
50693         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
50694              From: Scott.L.Miller@Compaq.com
50695              Date: Mon, 18 Jun 2001 10:12:27 -0500
50696              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
50697      Branch: perl
50698            ! lib/perl5db.pl pod/perldebug.pod
50699 ____________________________________________________________________________
50700 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
50701         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
50702              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
50703              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
50704              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
50705      Branch: perl
50706            ! lib/Carp/Heavy.pm
50707 ____________________________________________________________________________
50708 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
50709         Log: Subject: [PATCH] Documentation changes for CLONE
50710              From: Artur Bergman <artur@contiller.se>
50711              Date: Mon, 18 Jun 2001 22:06:37 +0200
50712              Message-ID: <B7542BEC.1719%artur@contiller.se>
50713      Branch: perl
50714            ! pod/perlmod.pod pod/perlsub.pod
50715 ____________________________________________________________________________
50716 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
50717         Log: Subject: Re: configure.com
50718              From: "Craig A. Berry" <craigberry@mac.com>
50719              Date: Mon, 18 Jun 2001 16:04:38 -0500
50720              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
50721      Branch: perl
50722            ! configure.com
50723 ____________________________________________________________________________
50724 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
50725         Log: Subject: PL_nullstash + perl_clone()
50726              From: Doug MacEachern <dougm@covalent.net>
50727              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
50728              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
50729      Branch: perl
50730            ! sv.c
50731 ____________________________________________________________________________
50732 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
50733         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50734              From: davem@fdgroup.co.uk
50735              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
50736              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
50737      Branch: perl
50738            ! embed.pl pod/perlapi.pod
50739 ____________________________________________________________________________
50740 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
50741         Log: More cross-compilation defaults gleaned from -Dcc
50742              if it is CPU-OS-gcc.
50743      Branch: metaconfig
50744            ! U/modified/libc.U
50745      Branch: metaconfig/U/perl
50746            ! Cross.U
50747      Branch: perl
50748            ! Configure INSTALL
50749 ____________________________________________________________________________
50750 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
50751         Log: Update Changes.
50752      Branch: perl
50753            ! Changes patchlevel.h
50754 ____________________________________________________________________________
50755 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
50756         Log: Subject: [PATCH 5.7.1] sv.c documentation
50757              From: davem@fdgroup.co.uk
50758              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
50759              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
50760      Branch: perl
50761            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
50762            ! sv.c sv.h
50763 ____________________________________________________________________________
50764 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
50765         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
50766              From: "Jon Gunnip" <jongunnip@hotmail.com>
50767              Date: Sun, 17 Jun 2001 18:24:29 -0400
50768              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
50769      Branch: perl
50770            ! pod/perlvar.pod
50771 ____________________________________________________________________________
50772 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
50773         Log: Move the locale/strict/warnings helper files back
50774              under the t/lib; this way the amount of non-installabled
50775              stuff under lib/ stays smaller.
50776      Branch: perl
50777            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
50778            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
50779            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
50780            + t/lib/warnings/5nolint t/lib/warnings/6default
50781            + t/lib/warnings/7fatal t/lib/warnings/8signal
50782            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
50783            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
50784            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
50785            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
50786            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
50787            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
50788            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
50789            + t/lib/warnings/taint t/lib/warnings/toke
50790            + t/lib/warnings/universal t/lib/warnings/utf8
50791            + t/lib/warnings/util
50792            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50793            - lib/strict/subs lib/strict/vars lib/warnings/1global
50794            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50795            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50796            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50797            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50798            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50799            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50800            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50801            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50802            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50803            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50804            - lib/warnings/utf8 lib/warnings/util
50805            ! MANIFEST installperl lib/locale.t lib/strict.t
50806 ____________________________________________________________________________
50807 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
50808         Log: Split off the pack/unpack code, from Nicholas Clark.
50809      Branch: perl
50810            + pp_pack.c
50811            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
50812            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
50813            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50814 ____________________________________________________________________________
50815 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
50816         Log: Guard the SysV IPC tests against being invoked in
50817              SysV-IPC-less places.
50818      Branch: perl
50819            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50820 ____________________________________________________________________________
50821 [ 10683] By: nick                                  on 2001/06/18  12:24:42
50822         Log: Integrate mainline (new test scheme now ok on Linux).
50823      Branch: perlio
50824           +> lib/warnings.t
50825           !> dump.c sv.c
50826 ____________________________________________________________________________
50827 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
50828         Log: Add the locale.c and numeric.c to the microperl sources.
50829      Branch: perl
50830            ! Makefile.micro win32/Makefile
50831 ____________________________________________________________________________
50832 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
50833         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
50834              From: Abhijit Menon-Sen <ams@wiw.org>
50835              Date: Mon, 18 Jun 2001 14:23:44 +0530
50836              Message-ID: <20010618142344.A13136@lustre.linux.in>
50837      Branch: perl
50838            ! dump.c
50839 ____________________________________________________________________________
50840 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
50841         Log: Subject: Re: [PATCH] more anonymous stash cleanups
50842              From: Abhijit Menon-Sen <ams@wiw.org>
50843              Date: Mon, 18 Jun 2001 15:50:32 +0530
50844              Message-ID: <20010618155032.A13223@lustre.linux.in>
50845              
50846              Plus the comment left in as suggested by NI-S.
50847      Branch: perl
50848            ! sv.c
50849 ____________________________________________________________________________
50850 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
50851         Log: One missed file.
50852      Branch: perl
50853            + lib/warnings.t
50854 ____________________________________________________________________________
50855 [ 10678] By: nick                                  on 2001/06/18  08:05:29
50856         Log: Integrate mainline (part2 - the deletes)
50857      Branch: perlio
50858            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
50859            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
50860            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
50861            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
50862            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
50863            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
50864            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
50865            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
50866            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
50867            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
50868            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
50869 ____________________________________________________________________________
50870 [ 10677] By: nick                                  on 2001/06/18  08:04:44
50871         Log: Integrate mainline (part1)
50872      Branch: perlio
50873           +> (branch 376 files)
50874            - (delete 219 files)
50875           !> (integrate 151 files)
50876 ____________________________________________________________________________
50877 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
50878         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
50879              No doubt I made some mistakes like missed some files or
50880              misnamed some files.  The naming rules were more or less:
50881              (1) if the module is from CPAN, follows its ways, be it
50882              t/*.t or test.pl.
50883              (2) otherwise if there are multiple tests for a module
50884              put them in a t/
50885              (3) otherwise if there's only one test put it in Module.t
50886              (4) helper files go to module/ (locale, strict, warnings)
50887              (5) use longer filenames now that we can (but e.g. the
50888              compat-0.6.t and the Text::Balanced test files still
50889              were renamed to be more civil against the 8.3 people)
50890              installperl was updated appropriately not to install the
50891              *.t files or the help files from under lib.
50892              
50893              TODO: some helper files still remain under t/ that could
50894              follow their 'masters'.  UPDATE: On second thoughts, why
50895              should they.  They can continue to live under t/lib, and
50896              in fact the locale/strict/warnings helpers that were moved
50897              could be moved back.  This way the amount of non-installable
50898              stuff under lib/ stays smaller.
50899      Branch: perl
50900            + (add 253 files)
50901            - (delete 254 files)
50902            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
50903 ____________________________________________________________________________
50904 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
50905         Log: The warning no more comes from util.c, it comes from numeric.c.
50906      Branch: perl
50907            ! README.tru64
50908 ____________________________________________________________________________
50909 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
50910         Log: Subject: Re: anyone good at casting spells?
50911              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50912              Date: Sun, 17 Jun 2001 21:21:04 -0400
50913              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
50914      Branch: perl
50915            ! ext/POSIX/POSIX.xs hv.h
50916 ____________________________________________________________________________
50917 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
50918         Log: Protect the (original) thread tests against testing if no 5.005
50919              threads have been configured.
50920      Branch: perl
50921            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50922            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50923            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50924            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50925            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50926            ! ext/Thread/unsync4.t
50927 ____________________________________________________________________________
50928 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
50929         Log: Try the new test scanning scheme on Text::Abbrev.
50930      Branch: perl
50931            + lib/Text/Abbrev.t
50932            - lib/Text/Abbrev/t/abbrev.t
50933            ! MANIFEST
50934 ____________________________________________________________________________
50935 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
50936         Log: Change the scan policy of the *.t and test.pl files,
50937              now the *.t do not need to live in a t/ directory.
50938      Branch: perl
50939            ! t/TEST t/harness
50940 ____________________________________________________________________________
50941 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
50942         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
50943              From: Ilmari Karonen <iltzu@sci.fi>
50944              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
50945              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
50946      Branch: perl
50947            ! pod/perlfaq7.pod
50948 ____________________________________________________________________________
50949 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
50950         Log: Quench the warnings from Tru64; the HP-UX is still
50951              broken because it really, REALLY, doesn't like the
50952              HvARRAY() being lvalue:
50953              
50954              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
50955              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
50956      Branch: perl
50957            ! hv.c
50958 ____________________________________________________________________________
50959 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
50960         Log: Integrate change #10667 from maintperl:
50961              
50962              change#10449 broke the special-case that makes lexicals inside the
50963              eval"" within DB::DB() visible
50964      Branch: perl
50965           !> op.c
50966 ____________________________________________________________________________
50967 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
50968         Log: change#10449 broke the special-case that makes lexicals inside the
50969              eval"" within DB::DB() visible
50970      Branch: maint-5.6/perl
50971            ! op.c
50972 ____________________________________________________________________________
50973 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
50974         Log: Still spurious output; indent the code a bit.
50975              
50976              TODO1: separate the utility functions like MkDir
50977              into a helper script?
50978              
50979              TODO2: I see a lot of repetition in the filepath()
50980              and dirpath() calls.
50981      Branch: perl
50982            ! t/lib/filefind.t t/lib/findtaint.t
50983 ____________________________________________________________________________
50984 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
50985         Log: Regen modlib, toc.
50986      Branch: perl
50987            ! pod/perlmodlib.pod pod/perltoc.pod
50988 ____________________________________________________________________________
50989 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
50990         Log: Add libnetcfg to perlutil.
50991      Branch: perl
50992            ! pod/perlutil.pod
50993 ____________________________________________________________________________
50994 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
50995         Log: Initial integration of libnet-1.0703.
50996              The Configure script renamed as libnetcfg, will be
50997              installed along other utilities.
50998      Branch: perl
50999            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
51000            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
51001            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
51002            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
51003            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
51004            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
51005            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
51006            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
51007            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
51008            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
51009            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
51010            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
51011            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
51012            + utils/libnetcfg.PL
51013            ! MANIFEST utils.lst utils/Makefile
51014 ____________________________________________________________________________
51015 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
51016         Log: Less potentially test-harness-confusing output.
51017      Branch: perl
51018            ! lib/Memoize/t/expire_module_t.t
51019 ____________________________________________________________________________
51020 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
51021         Log: The final print annoys make test.
51022      Branch: perl
51023            ! t/lib/filefind.t t/lib/findtaint.t
51024 ____________________________________________________________________________
51025 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
51026         Log: Add an option for handling dangling symbolic links.
51027      Branch: perl
51028            ! lib/File/Find.pm t/lib/filefind.t
51029 ____________________________________________________________________________
51030 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
51031         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
51032              From: Thomas Wegner <wegner_thomas@yahoo.com>
51033              Date: Sun, 17 Jun 2001 14:43:11 +0200
51034              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
51035      Branch: perl
51036            + t/lib/findtaint.t
51037            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
51038 ____________________________________________________________________________
51039 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
51040         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
51041              From: Jonathan Stowe <gellyfish@gellyfish.com>
51042              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
51043              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
51044      Branch: perl
51045            ! lib/ExtUtils/MM_Unix.pm
51046 ____________________________________________________________________________
51047 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
51048         Log: Subject: [PATCH] more anonymous stash cleanups
51049              From: Abhijit Menon-Sen <ams@wiw.org>
51050              Date: Sun, 17 Jun 2001 11:44:06 +0530
51051              Message-ID: <20010617114406.A25203@lustre.linux.in>
51052      Branch: perl
51053            ! op.c
51054 ____________________________________________________________________________
51055 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
51056         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
51057              From: Abhijit Menon-Sen <ams@wiw.org>
51058              Date: Sun, 17 Jun 2001 08:02:59 +0530
51059              Message-ID: <20010617080259.A28776@lustre.linux.in>
51060              
51061              Subject: [PATCH #2/7] xhv_eiter
51062              From: Abhijit Menon-Sen <ams@wiw.org>
51063              Date: Sun, 17 Jun 2001 08:13:18 +0530
51064              Message-ID: <20010617081318.B28776@lustre.linux.in>
51065              
51066              Subject: [PATCH #3/7] xhv_fill
51067              From: Abhijit Menon-Sen <ams@wiw.org>
51068              Date: Sun, 17 Jun 2001 08:25:16 +0530
51069              Message-ID: <20010617082516.C28776@lustre.linux.in>
51070              
51071              Subject: [PATCH #4/7] xhv_keys
51072              From: Abhijit Menon-Sen <ams@wiw.org>
51073              Date: Sun, 17 Jun 2001 08:36:17 +0530
51074              Message-ID: <20010617083617.D28776@lustre.linux.in>
51075              
51076              Subject: [PATCH #5/7] xhv_max
51077              From: Abhijit Menon-Sen <ams@wiw.org>
51078              Date: Sun, 17 Jun 2001 08:39:48 +0530
51079              Message-ID: <20010617083948.E28776@lustre.linux.in>
51080              
51081              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
51082              From: Abhijit Menon-Sen <ams@wiw.org>
51083              Date: Sun, 17 Jun 2001 08:51:11 +0530
51084              Message-ID: <20010617085111.F28776@lustre.linux.in>
51085      Branch: perl
51086            ! hv.c
51087 ____________________________________________________________________________
51088 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
51089         Log: Update Changes.
51090      Branch: perl
51091            ! Changes patchlevel.h
51092 ____________________________________________________________________________
51093 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
51094         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
51095              From: Abhijit Menon-Sen <ams@wiw.org>
51096              Date: Sat, 16 Jun 2001 07:41:19 +0530
51097              Message-ID: <20010616074119.A24720@lustre.linux.in>
51098      Branch: perl
51099            ! hv.c perl.c vms/vmsish.h win32/win32.h
51100 ____________________________________________________________________________
51101 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
51102         Log: Document tests failing when threaded, since we now have more.
51103      Branch: perl
51104            ! pod/perl572delta.pod
51105 ____________________________________________________________________________
51106 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
51107         Log: -Wall cleanup.
51108      Branch: perl
51109            ! ext/Thread/Thread.xs
51110 ____________________________________________________________________________
51111 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
51112         Log: pthread_attr_setstacksize() isn't absolutely necessary
51113              to call, only iff THREAD_CREATE_NEEDS_STACK.
51114      Branch: perl
51115            ! ext/Thread/Thread.xs
51116 ____________________________________________________________________________
51117 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
51118         Log: -Wall strays.
51119      Branch: perl
51120            ! perl.c util.c
51121 ____________________________________________________________________________
51122 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
51123         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
51124              (and INT64_MIN) brokenness.
51125      Branch: perl
51126            ! hints/darwin.sh perl.h
51127 ____________________________________________________________________________
51128 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
51129         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
51130              From: Nicholas Clark <nick@ccl4.org>
51131              Date: Sun, 17 Jun 2001 00:16:05 +0100
51132              Message-ID: <20010617001605.V98663@plum.flirble.org>
51133      Branch: perl
51134            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
51135            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
51136            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51137 ____________________________________________________________________________
51138 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
51139         Log: Add perlnetware to docs; regen toc; supply skeleton
51140              docs for some Memoize submodules.
51141      Branch: perl
51142            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
51143            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51144            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
51145            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51146            ! win32/Makefile win32/makefile.mk
51147 ____________________________________________________________________________
51148 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
51149         Log: pod cleanup.
51150      Branch: perl
51151            ! README.netware
51152 ____________________________________________________________________________
51153 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
51154         Log: Integrate Memoize 0.64.  Few tweaks were required in
51155              the test scripts.  Note that the speed and expire*
51156              tests take several dozen seconds to run.
51157      Branch: perl
51158            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
51159            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
51160            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51161            + lib/Memoize/README lib/Memoize/SDBM_File.pm
51162            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
51163            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
51164            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
51165            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
51166            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
51167            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
51168            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
51169            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
51170            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
51171            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
51172            ! MANIFEST t/lib/1_compile.t
51173 ____________________________________________________________________________
51174 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51175         Log: Document the cross-compilation options.
51176      Branch: perl
51177            ! Cross/README INSTALL
51178 ____________________________________________________________________________
51179 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51180         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51181      Branch: perl
51182            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51183            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51184            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51185            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51186            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51187            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51188            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51189            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51190            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51191            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51192            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51193            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51194            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51195            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51196            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51197            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51198            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51199            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51200            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51201            + lib/ExtUtils/MM_NW5.pm
51202            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51203            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51204            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51205            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51206            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51207            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51208            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51209            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51210            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51211            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51212            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51213            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51214            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51215            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51216            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51217            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51218            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51219            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51220            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51221            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51222            ! util.h x2p/a2py.c
51223 ____________________________________________________________________________
51224 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51225         Log: Resort MANIFEST.
51226      Branch: perl
51227            ! MANIFEST
51228 ____________________________________________________________________________
51229 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51230         Log: Integrate perlio:
51231              
51232              [ 10640]
51233              Disable :win32 layer as default till I get it working
51234              
51235              [ 10632]
51236              Work-in-progress win32 layer semi-functional, checking 
51237              for UNIX breakage.
51238              
51239              [ 10627]
51240              Work in progress UNIX-side edit of win32 PerLIO layer
51241      Branch: perl
51242           +> win32/win32io.c
51243           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51244 ____________________________________________________________________________
51245 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51246         Log: Disable :win32 layer as default till I get it working
51247      Branch: perlio
51248            ! MANIFEST perlio.c
51249 ____________________________________________________________________________
51250 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51251         Log: Try the new scheme by moving the Text::Abbrev test
51252              to a new place under lib.
51253      Branch: perl
51254            + lib/Text/Abbrev/t/abbrev.t
51255            - t/lib/abbrev.t
51256            ! MANIFEST
51257 ____________________________________________________________________________
51258 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51259         Log: Make the code even more dynamical so that testname
51260              suffix length can change.
51261      Branch: perl
51262            ! lib/Test/Harness.pm t/TEST
51263 ____________________________________________________________________________
51264 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51265         Log: Allow for deeper t/ and also a single test.pl.
51266      Branch: perl
51267            ! t/TEST t/harness
51268 ____________________________________________________________________________
51269 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51270         Log: #define fix from Nicholas Clark.
51271      Branch: perl
51272            ! ext/POSIX/POSIX.xs
51273 ____________________________________________________________________________
51274 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51275         Log: Initialization is nice.
51276      Branch: perl
51277            ! lib/Test/Harness.pm
51278 ____________________________________________________________________________
51279 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51280         Log: Make t/TEST and t/harness to test also the t/ tests
51281              under the main lib/ and ext/ directories.  Fix Test::Harness
51282              to dynamically change the width of its "foo/bar....ok" output.
51283      Branch: perl
51284            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
51285 ____________________________________________________________________________
51286 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
51287         Log: Subject: [PATCH] Re: perl@10611 
51288              From: Nicholas Clark <nick@ccl4.org>
51289              Date: Sat, 16 Jun 2001 16:52:47 +0100
51290              Message-ID: <20010616165247.O98663@plum.flirble.org>
51291              
51292              The .xs parts, too.
51293      Branch: perl
51294            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
51295            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
51296 ____________________________________________________________________________
51297 [ 10632] By: nick                                  on 2001/06/16  16:44:35
51298         Log: Work-in-progress win32 layer semi-functional, checking 
51299              for UNIX breakage.
51300      Branch: perlio
51301            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
51302 ____________________________________________________________________________
51303 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
51304         Log: Subject: [PATCH] Re: perl@10611 
51305              From: Nicholas Clark <nick@ccl4.org>
51306              Date: Sat, 16 Jun 2001 16:52:47 +0100
51307              Message-ID: <20010616165247.O98663@plum.flirble.org>
51308      Branch: perl
51309            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
51310            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
51311            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
51312            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
51313            ! lib/ExtUtils/Constant.pm
51314 ____________________________________________________________________________
51315 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
51316         Log: Metaconfig unit change for #10629.
51317      Branch: metaconfig
51318            ! U/modified/Finish.U
51319 ____________________________________________________________________________
51320 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
51321         Log: The extraction changed directories.
51322      Branch: perl
51323            ! Configure
51324 ____________________________________________________________________________
51325 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
51326         Log: Math::BigInt 1.35 from Tels.
51327      Branch: perl
51328            + t/lib/mbimbf.t
51329            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51330            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51331 ____________________________________________________________________________
51332 [ 10627] By: nick                                  on 2001/06/16  14:54:52
51333         Log: Work in progress UNIX-side edit of win32 PerLIO layer
51334      Branch: perlio
51335            + win32/win32io.c
51336            ! perlio.c win32/makefile.mk
51337 ____________________________________________________________________________
51338 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
51339         Log: Subject: [PATCH 5.6.1] os2/diff-configure
51340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51341              Date: Fri, 15 Jun 2001 01:19:36 -0400
51342              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
51343              
51344              Empty all of it because I think #10624 made even the
51345              last patch hunk unnecessary.
51346      Branch: perl
51347            ! os2/diff.configure
51348 ____________________________________________________________________________
51349 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
51350         Log: Metaconfig unit change for 10624.
51351      Branch: metaconfig
51352            ! U/modified/libc.U
51353      Branch: perl
51354            ! config_h.SH
51355 ____________________________________________________________________________
51356 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
51357         Log: Move the initialization of libnames to the beginning so
51358              that can one 'seed' it (as OS/2 does.)
51359      Branch: perl
51360            ! Configure
51361 ____________________________________________________________________________
51362 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
51363         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
51364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51365              Date: Fri, 15 Jun 2001 19:10:57 -0400
51366              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
51367      Branch: perl
51368            ! os2/OS2/REXX/DLL/DLL.pm
51369 ____________________________________________________________________________
51370 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
51371         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
51372              From: "Craig A. Berry" <craigberry@mac.com>
51373              Date: Fri, 15 Jun 2001 17:00:03 -0500
51374              Message-Id: <a05101007b750342599be@[172.16.52.1]>
51375      Branch: perl
51376            ! vms/descrip_mms.template
51377 ____________________________________________________________________________
51378 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
51379         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
51380              From: "Craig A. Berry" <craigberry@mac.com>
51381              Date: Fri, 15 Jun 2001 18:39:42 -0500
51382              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
51383      Branch: perl
51384            ! lib/File/Spec/VMS.pm t/lib/extutils.t
51385 ____________________________________________________________________________
51386 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
51387         Log: Integrate perlio:
51388              
51389              [ 10619]
51390              Generated files
51391              
51392              [ 10618]
51393              Fix open.pm to work via XS-implemented method calls rather
51394              than *open::layers variables which caused all the HV/AV hassle.
51395      Branch: perl
51396           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
51397           !> t/io/utf8.t t/lib/io_scalar.t
51398 ____________________________________________________________________________
51399 [ 10619] By: nick                                  on 2001/06/15  21:05:19
51400         Log: Generated files
51401      Branch: perlio
51402            ! embed.h proto.h
51403 ____________________________________________________________________________
51404 [ 10618] By: nick                                  on 2001/06/15  20:27:42
51405         Log: Fix open.pm to work via XS-implemented method calls rather
51406              than *open::layers variables which caused all the HV/AV hassle.
51407      Branch: perlio
51408            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
51409            ! t/lib/io_scalar.t
51410 ____________________________________________________________________________
51411 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
51412         Log: Integrate perlio:
51413              
51414              [ 10616]
51415              pTHX_ / aTHX_ for ExtUtils/Constant.pm
51416      Branch: perl
51417           !> lib/ExtUtils/Constant.pm
51418 ____________________________________________________________________________
51419 [ 10616] By: nick                                  on 2001/06/15  18:46:47
51420         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
51421      Branch: perlio
51422            ! lib/ExtUtils/Constant.pm
51423 ____________________________________________________________________________
51424 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
51425         Log: Integrate perlio:
51426              
51427              [ 10614]
51428              MULTIPLICITY fix for Socket.xs
51429      Branch: perl
51430           !> ext/Socket/Socket.xs
51431 ____________________________________________________________________________
51432 [ 10614] By: nick                                  on 2001/06/15  18:33:37
51433         Log: MULTIPLICITY fix for Socket.xs
51434      Branch: perlio
51435            ! ext/Socket/Socket.xs
51436 ____________________________________________________________________________
51437 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
51438         Log: Subject: Re: perl@10611
51439              From: Doug MacEachern <dougm@covalent.net>
51440              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
51441              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
51442      Branch: perl
51443            ! ext/Socket/Socket.xs
51444 ____________________________________________________________________________
51445 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51446         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51447      Branch: perlio
51448           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51449           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51450           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51451           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51452           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51453           !> utils/h2ph.PL
51454 ____________________________________________________________________________
51455 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51456         Log: Update Changes.
51457      Branch: perl
51458            ! Changes patchlevel.h
51459 ____________________________________________________________________________
51460 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51461         Log: Upping the test count.
51462      Branch: perl
51463            ! t/lib/filefind.t
51464 ____________________________________________________________________________
51465 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51466         Log: Integrate perlio:
51467              
51468              [ 10606]
51469              regen_config_h for Win32.
51470      Branch: perl
51471           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51472 ____________________________________________________________________________
51473 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51474         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51475              From: andreas.koenig@anima.de (Andreas J. Koenig)
51476              Date: 15 Jun 2001 13:30:39 +0200
51477              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51478              
51479              Record the grim history.
51480      Branch: perl
51481            ! lib/File/Find.pm
51482 ____________________________________________________________________________
51483 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51484         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51485              From: Brian McCauley <nobull@mail.com>
51486              Date: 15 Jun 2001 07:51:26 +0100
51487              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51488      Branch: perl
51489            ! lib/File/Find.pm t/lib/filefind.t
51490 ____________________________________________________________________________
51491 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51492         Log: regen_config_h for Win32.
51493      Branch: perlio
51494            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51495 ____________________________________________________________________________
51496 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51497         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51498              From: Peter Prymmer <pvhp@forte.com>
51499              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51500              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51501      Branch: perl
51502            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51503 ____________________________________________________________________________
51504 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51505         Log: Some filesystems require writability for rename/unlink.
51506      Branch: perl
51507            ! opcode.pl
51508 ____________________________________________________________________________
51509 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51510         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51512              Date: Fri, 15 Jun 2001 12:08:53 +0200
51513              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51514      Branch: perl
51515            ! perlio.c
51516 ____________________________________________________________________________
51517 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51518         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51519              From: Mike Guy <mjtg@cam.ac.uk>
51520              Date: Fri, 15 Jun 2001 14:11:49 +0100
51521              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51522      Branch: perl
51523            ! opcode.pl
51524 ____________________________________________________________________________
51525 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
51526         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
51527              From: Nicholas Clark <nick@ccl4.org>
51528              Date: Thu, 14 Jun 2001 23:52:56 +0100
51529              Message-ID: <20010614235256.G98663@plum.flirble.org>
51530      Branch: perl
51531            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
51532            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51533 ____________________________________________________________________________
51534 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
51535         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51536              From: Russ Allbery <rra@stanford.edu>
51537              Date: 14 Jun 2001 13:24:43 -0700
51538              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
51539      Branch: perl
51540            ! ext/GDBM_File/GDBM_File.pm
51541 ____________________________________________________________________________
51542 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
51543         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51544              From: Nicholas Clark <nick@ccl4.org>
51545              Date: Thu, 14 Jun 2001 20:37:47 +0100
51546              Message-ID: <20010614203747.F98663@plum.flirble.org>
51547      Branch: perl
51548            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51549            ! t/lib/gdbm.t
51550 ____________________________________________________________________________
51551 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
51552         Log: Integrate perlio:
51553              
51554              [ 10597]
51555              Check that HVs with HvNAME() != NULL are really stashes before
51556              treating them as such. Also be more defensive on the GvCV.
51557              Win32 fork and dprof now working again. 
51558              
51559              [ 10595]
51560              Skip Perl_my_bcopy in .def file as we do not provide it.
51561              - Win32 (VC++) now builds but fails:
51562              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51563              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51564              write.t    - open(...,"|-") not implemented on Win32 
51565      Branch: perl
51566           !> makedef.pl sv.c
51567 ____________________________________________________________________________
51568 [ 10597] By: nick                                  on 2001/06/15  11:08:13
51569         Log: Check that HVs with HvNAME() != NULL are really stashes before
51570              treating them as such. Also be more defensive on the GvCV.
51571              Win32 fork and dprof now working again. 
51572      Branch: perlio
51573            ! sv.c
51574 ____________________________________________________________________________
51575 [ 10596] By: nick                                  on 2001/06/15  10:11:20
51576         Log: Integrate mainline.
51577      Branch: perlio
51578           +> Cross/README
51579           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
51580           !> Porting/config_H config_h.SH configure.com epoc/config.sh
51581           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
51582           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51583           !> vos/config.ga.h win32/config.bc win32/config.gc
51584           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51585           !> win32/config_H.vc
51586 ____________________________________________________________________________
51587 [ 10595] By: nick                                  on 2001/06/15  09:37:17
51588         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
51589              - Win32 (VC++) now builds but fails:
51590              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51591              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51592              write.t    - open(...,"|-") not implemented on Win32 
51593      Branch: perlio
51594            ! makedef.pl
51595 ____________________________________________________________________________
51596 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
51597         Log: Integrate perlio:
51598              
51599              [ 10591]
51600              Steps along the road toward Win32 building again.
51601      Branch: perl
51602           !> perlio.c win32/makefile.mk
51603 ____________________________________________________________________________
51604 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
51605         Log: Metaconfig unit changes for #10592.
51606      Branch: metaconfig
51607            + U/modified/i_varhdr.U U/modified/startsh.U
51608            - U/a_dvisory/crosscompile.U U/target/Target.U
51609            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
51610            ! U/compline/bitpbyte.U U/compline/byteorder.U
51611            ! U/compline/ccflags.U U/compline/charsize.U
51612            ! U/compline/d_casti32.U U/compline/d_castneg.U
51613            ! U/compline/d_closedir.U U/compline/d_fd_set.U
51614            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
51615            ! U/compline/d_keepsig.U U/compline/d_open3.U
51616            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
51617            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
51618            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
51619            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
51620            ! U/compline/doublesize.U U/compline/floatsize.U
51621            ! U/compline/nblock_io.U U/compline/orderlib.U
51622            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
51623            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
51624            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
51625            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
51626            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
51627            ! U/modified/spitshell.U U/threads/archname.U
51628            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
51629            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
51630            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
51631            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
51632            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
51633      Branch: metaconfig/U/perl
51634            + Cross.U
51635            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
51636            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
51637            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
51638            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
51639            ! stdio_streams.U uselfs.U
51640 ____________________________________________________________________________
51641 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
51642         Log: The first steps towards cross-compilation.
51643              
51644              Abstract execution of compiled test executables with $run,
51645              and abstract transfer of files with $to and $from.
51646              
51647              Under cross-compilation the $run, $to, and $from will point
51648              to appropriate wrapper scripts, by default ssh and scp,
51649              but also rsh, rcp, and cp are supported.  If not
51650              cross-compiling, they will be set to '', ':', and ':',
51651              respectively.
51652              
51653              With these patches I was able to get Configure for
51654              iPAQ ARM Linux on an Intel Linux about 95% right
51655              (only a few tests failed to execute or they produced
51656              incorrect results), and I was able to compile
51657              a functional miniperl.
51658              
51659              The symbol crosscompile renamed to be usecrosscompile,
51660              the corresponding C symbol from CROSSCOMPILE to
51661              USE_CROSS_COMPILE.
51662      Branch: perl
51663            ! Configure Cross/README Makefile.SH Porting/Glossary
51664            ! Porting/config.sh Porting/config_H config_h.SH configure.com
51665            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
51666            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51667            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51668            ! win32/config.gc win32/config.vc win32/config_H.bc
51669            ! win32/config_H.gc win32/config_H.vc
51670 ____________________________________________________________________________
51671 [ 10591] By: nick                                  on 2001/06/14  20:00:12
51672         Log: Steps along the road toward Win32 building again.
51673      Branch: perlio
51674            ! perlio.c win32/makefile.mk
51675 ____________________________________________________________________________
51676 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
51677         Log: Integrate perlio:
51678              
51679              [ 10589]
51680              Routine regen_config_h for Win32
51681      Branch: perl
51682           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51683 ____________________________________________________________________________
51684 [ 10589] By: nick                                  on 2001/06/14  13:54:07
51685         Log: Routine regen_config_h for Win32
51686      Branch: perlio
51687            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51688 ____________________________________________________________________________
51689 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
51690         Log: Integrate perlio:
51691              
51692              [ 10586]
51693              Add new step to run_byacc which:
51694              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51695              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51696              
51697              [ 10584]
51698              Hack to remove insecure directories from PATH so test will run.
51699      Branch: perl
51700           +> perlyline.pl
51701           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
51702 ____________________________________________________________________________
51703 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
51704         Log: A placeholder.
51705      Branch: perl
51706            + Cross/README
51707 ____________________________________________________________________________
51708 [ 10586] By: nick                                  on 2001/06/14  08:25:07
51709         Log: Add new step to run_byacc which:
51710              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51711              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51712      Branch: perlio
51713            + perlyline.pl
51714            ! MANIFEST Makefile.SH perly.c
51715 ____________________________________________________________________________
51716 [ 10585] By: nick                                  on 2001/06/14  08:22:29
51717         Log: Integrate mainline
51718      Branch: perlio
51719           +> locale.c numeric.c
51720           !> Changes cygwin/Makefile.SHs embed.h embed.pl
51721           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
51722           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
51723           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
51724           !> x2p/Makefile.SH
51725 ____________________________________________________________________________
51726 [ 10584] By: nick                                  on 2001/06/14  08:05:53
51727         Log: Hack to remove insecure directories from PATH so test will run.
51728      Branch: perlio
51729            ! t/lib/filefind.t
51730 ____________________________________________________________________________
51731 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
51732         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
51733      Branch: perl
51734            - t/lib/mbimbf.t
51735            ! MANIFEST
51736 ____________________________________________________________________________
51737 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
51738         Log: Detypo.
51739      Branch: perl
51740            ! x2p/Makefile.SH
51741 ____________________________________________________________________________
51742 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
51743         Log: de-$CONFIG continues.
51744      Branch: perl
51745            ! cygwin/Makefile.SHs x2p/Makefile.SH
51746 ____________________________________________________________________________
51747 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
51748         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
51749              From: Nicholas Clark <nick@ccl4.org>
51750              Date: Wed, 13 Jun 2001 21:20:13 +0100
51751              Message-ID: <20010613212013.D98663@plum.flirble.org>
51752      Branch: perl
51753            ! opcode.pl
51754 ____________________________________________________________________________
51755 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
51756         Log: Subject: splitting util.c
51757              From: Hugo <hv@crypt.compulink.co.uk>
51758              Date: Thu, 14 Jun 2001 00:41:08 +0100
51759              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
51760      Branch: perl
51761            + locale.c numeric.c
51762            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
51763            ! pod/perlapi.pod proto.h util.c
51764 ____________________________________________________________________________
51765 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
51766         Log: Upgrade to Math::BigInt 1.34 from Tels.
51767      Branch: perl
51768            + t/lib/mbimbf.t
51769            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51770            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51771 ____________________________________________________________________________
51772 [ 10577] By: nick                                  on 2001/06/13  19:02:48
51773         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
51774      Branch: perlio
51775           !> (integrate 125 files)
51776 ____________________________________________________________________________
51777 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
51778         Log: Update Changes.
51779      Branch: perl
51780            ! Changes patchlevel.h
51781 ____________________________________________________________________________
51782 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
51783         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51784              From: "Craig A. Berry" <craigberry@mac.com>
51785              Date: Wed, 13 Jun 2001 13:24:28 -0500
51786              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
51787      Branch: perl
51788            ! ext/re/Makefile.PL
51789 ____________________________________________________________________________
51790 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
51791         Log: Mc.u.c. for #10573.
51792      Branch: metaconfig
51793            ! U/threads/usethreads.U
51794 ____________________________________________________________________________
51795 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
51796         Log: It would be also be good if I could type.
51797      Branch: perl
51798            ! Configure
51799 ____________________________________________________________________________
51800 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
51801         Log: Metaconfig unit change for #10571.
51802      Branch: metaconfig
51803            ! U/threads/usethreads.U
51804 ____________________________________________________________________________
51805 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
51806         Log: A non-empty default is a good thing.
51807      Branch: perl
51808            ! Configure
51809 ____________________________________________________________________________
51810 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
51811         Log: Metaconfig unit change for #10569.
51812      Branch: metaconfig
51813            ! U/threads/usethreads.U
51814 ____________________________________________________________________________
51815 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
51816         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
51817              extremely experimental, not even prompted for.
51818      Branch: perl
51819            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51820            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
51821            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51822            ! win32/config.bc win32/config.gc win32/config.vc
51823 ____________________________________________________________________________
51824 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
51825         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
51826      Branch: perl
51827            ! pod/perlfaq6.pod
51828 ____________________________________________________________________________
51829 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
51830         Log: Integrate perlio:
51831              
51832              [ 10564]
51833              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51834              and using that instead (name lookups are sequential search for now).
51835      Branch: perl
51836           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51837           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51838 ____________________________________________________________________________
51839 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
51840         Log: Subject: Re: ext/ + -Wall
51841              From: Doug MacEachern <dougm@covalent.net>
51842              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
51843              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
51844      Branch: perl
51845            ! XSUB.h lib/ExtUtils/xsubpp perl.h
51846 ____________________________________________________________________________
51847 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
51848         Log: Similar logic as DB_File.xs, using the modern macros and
51849              defines them to older ones for older Perls where PERL_VERSION
51850              is not defined, from Doug MacEachern.
51851      Branch: perl
51852            ! ext/Storable/Storable.xs
51853 ____________________________________________________________________________
51854 [ 10564] By: nick                                  on 2001/06/13  15:22:01
51855         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51856              and using that instead (name lookups are sequential search for now).
51857      Branch: perlio
51858            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51859            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51860 ____________________________________________________________________________
51861 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
51862         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
51863              From: "Richard Soderberg" <rs@crystalflame.net>
51864              Date: Sat, 26 May 2001 06:44:20 -0700
51865              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
51866      Branch: perl
51867            ! sv.c t/op/glob.t
51868 ____________________________________________________________________________
51869 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
51870         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51871              From: "Craig A. Berry" <craigberry@mac.com>
51872              Date: Tue, 12 Jun 2001 23:55:26 -0500
51873              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
51874      Branch: perl
51875            ! ext/re/Makefile.PL ext/re/re.xs
51876 ____________________________________________________________________________
51877 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
51878         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
51879              suggested by NI-S.
51880      Branch: perl
51881            ! XSUB.h malloc.c perl.h
51882 ____________________________________________________________________________
51883 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
51884         Log: Regen toc.
51885      Branch: perl
51886            ! pod/perltoc.pod
51887 ____________________________________________________________________________
51888 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
51889         Log: Subject: [patch] perl.gprof control
51890              From: Doug MacEachern <dougm@covalent.net>
51891              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
51892              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
51893      Branch: perl
51894            ! miniperlmain.c perl.h
51895 ____________________________________________________________________________
51896 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
51897         Log: Subject: Re: ext/ + -Wall
51898              From: Doug MacEachern <dougm@covalent.net>
51899              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
51900              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
51901              
51902              Document ax and break up dXSARGS.
51903      Branch: perl
51904            ! XSUB.h pod/perlapi.pod
51905 ____________________________________________________________________________
51906 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
51907         Log: More AIX tweakage from Merijn.
51908      Branch: perl
51909            ! hints/aix.sh
51910 ____________________________________________________________________________
51911 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
51912         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
51913              From: "Craig A. Berry" <craigberry@mac.com>
51914              Date: Tue, 12 Jun 2001 22:57:45 -0500
51915              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
51916      Branch: perl
51917            ! vms/descrip_mms.template
51918 ____________________________________________________________________________
51919 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
51920         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
51921              From: "Craig A. Berry" <craigberry@mac.com>
51922              Date: Tue, 12 Jun 2001 22:21:39 -0500
51923              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
51924      Branch: perl
51925            ! configure.com util.c
51926 ____________________________________________________________________________
51927 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
51928         Log: New AIX dynaloading code from Jens-Uwe Mager.
51929              Does break binary compatibility.
51930      Branch: perl
51931            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
51932 ____________________________________________________________________________
51933 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
51934         Log: VMS DEC C compiler found nits by Peter Prymmer.
51935      Branch: perl
51936            ! util.c
51937 ____________________________________________________________________________
51938 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
51939         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
51940              From: Peter Prymmer <pvhp@forte.com>
51941              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
51942              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
51943      Branch: perl
51944            ! t/lib/filecomp.t
51945 ____________________________________________________________________________
51946 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
51947         Log: I wonder how many $CONFIGs still lurk in the shadows.
51948      Branch: perl
51949            ! pod/Makefile.SH x2p/cflags.SH
51950 ____________________________________________________________________________
51951 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
51952         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
51953      Branch: perl
51954            ! pod/checkpods.PL
51955 ____________________________________________________________________________
51956 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
51957         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
51958      Branch: perl
51959            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
51960 ____________________________________________________________________________
51961 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
51962         Log: Subject: [patch] rid local_patches warnings
51963              From: Doug MacEachern <dougm@covalent.net>
51964              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
51965              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
51966      Branch: perl
51967            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
51968 ____________________________________________________________________________
51969 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
51970         Log: Subject: Re: ext/ + -Wall
51971              From: Doug MacEachern <dougm@covalent.net>
51972              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
51973              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
51974      Branch: perl
51975            ! ext/attrs/attrs.xs
51976 ____________________________________________________________________________
51977 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
51978         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
51979              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51980              Date: Tue, 12 Jun 2001 14:36:20 -0400
51981              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
51982      Branch: perl
51983            ! pod/perlretut.pod
51984 ____________________________________________________________________________
51985 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
51986         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51987              From: Mike Guy <mjtg@cam.ac.uk>
51988              Date: Tue, 12 Jun 2001 19:10:31 +0100
51989              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
51990              
51991              Subject: Re: [ID 20010612.001] out of memory during regex compilation
51992              From: Mike Guy <mjtg@cam.ac.uk>
51993              Date: Tue, 12 Jun 2001 19:21:01 +0100
51994              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
51995      Branch: perl
51996            ! pod/perlop.pod
51997 ____________________________________________________________________________
51998 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
51999         Log: AIX tweaks from Merijn H. Brand.
52000      Branch: perl
52001            ! hints/aix.sh
52002 ____________________________________________________________________________
52003 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
52004         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
52005              From: "Brendan O'Dea" <bod@compusol.com.au>
52006              Date: Wed, 13 Jun 2001 05:16:47 +1000
52007              Message-ID: <20010613051647.A8945@compusol.com.au>
52008      Branch: maint-5.6/perl
52009            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52010 ____________________________________________________________________________
52011 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
52012         Log: Subject: Small bcopy cleanup
52013              From: Andy Dougherty <doughera@lafayette.edu>
52014              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
52015              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
52016      Branch: perl
52017            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
52018 ____________________________________________________________________________
52019 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
52020         Log: Subject: [PATCH] Re: ext/ + -Wall
52021              From: Nicholas Clark <nick@ccl4.org>
52022              Date: Wed, 13 Jun 2001 00:04:30 +0100
52023              Message-ID: <20010613000430.M5901@plum.flirble.org>
52024      Branch: perl
52025            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52026 ____________________________________________________________________________
52027 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
52028         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
52029              From: Nicholas Clark <nick@ccl4.org>
52030              Date: Tue, 12 Jun 2001 23:53:07 +0100
52031              Message-ID: <20010612235307.L5901@plum.flirble.org>
52032      Branch: perl
52033            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52034 ____________________________________________________________________________
52035 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
52036         Log: MPE/iX tweaks from Mark Bixby.
52037      Branch: perl
52038            ! hints/mpeix.sh mpeix/mpeixish.h util.c
52039 ____________________________________________________________________________
52040 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
52041         Log: Update Changes.
52042      Branch: perl
52043            ! Changes patchlevel.h
52044 ____________________________________________________________________________
52045 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
52046         Log: One less -Wall whine (found under DEBUGGING).
52047      Branch: perl
52048            ! x2p/Makefile.SH x2p/a2p.c
52049 ____________________________________________________________________________
52050 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
52051         Log: s/case-independent/case-insensitive/g
52052      Branch: perl
52053            ! pod/perldebug.pod
52054 ____________________________________________________________________________
52055 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
52056         Log: As suggested in    
52057              
52058              Subject: Re: ext/ + -Wall
52059              From: Gurusamy Sarathy <gsar@ActiveState.com>
52060              Date: Mon, 11 Jun 2001 23:34:31 -0700
52061              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
52062      Branch: perl
52063            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
52064            ! perl.h
52065 ____________________________________________________________________________
52066 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
52067         Log: Subject: ext/ + -Wall
52068              From: Doug MacEachern <dougm@covalent.net>
52069              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
52070              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
52071      Branch: perl
52072            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
52073            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
52074            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
52075            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
52076            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
52077            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
52078            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52079            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
52080            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
52081            ! lib/ExtUtils/xsubpp
52082 ____________________________________________________________________________
52083 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
52084         Log: Subject: [PATCH] anonymous stashes
52085              From: Abhijit Menon-Sen <ams@wiw.org>
52086              Date: Tue, 12 Jun 2001 12:47:04 +0530
52087              Message-ID: <20010612124704.A29029@lustre.linux.in>
52088      Branch: perl
52089            ! dump.c gv.c sv.c xsutils.c
52090 ____________________________________________________________________________
52091 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
52092         Log: One more test for $^S.
52093      Branch: perl
52094            ! t/op/magic.t
52095 ____________________________________________________________________________
52096 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
52097         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
52098              From: Abhijit Menon-Sen <ams@wiw.org>
52099              Date: Tue, 12 Jun 2001 17:35:55 +0530
52100              Message-ID: <20010612173555.A32426@lustre.linux.in>
52101      Branch: perl
52102            ! mg.c t/op/magic.t
52103 ____________________________________________________________________________
52104 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
52105         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52106              From: Mike Guy <mjtg@cam.ac.uk>
52107              Date: Tue, 12 Jun 2001 13:14:15 +0100
52108              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
52109      Branch: perl
52110            ! pod/perlop.pod
52111 ____________________________________________________________________________
52112 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
52113         Log: AUTHORS updates.
52114      Branch: perl
52115            ! AUTHORS
52116 ____________________________________________________________________________
52117 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
52118         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
52119              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
52120              Content-Transfer-Encoding: 7bit
52121              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
52122      Branch: perl
52123            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
52124 ____________________________________________________________________________
52125 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
52126         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
52127              From: "Philip Newton" <Philip.Newton@gmx.net>
52128              Date: Mon, 11 Jun 2001 07:08:03 +0200
52129              Message-Id: <200106120802.LAA08992@taas.iki.fi>
52130      Branch: perl
52131            ! t/base/term.t
52132 ____________________________________________________________________________
52133 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
52134         Log: Cleanup the a2p.c for -Wall.
52135      Branch: perl
52136            ! x2p/Makefile.SH x2p/a2p.c
52137 ____________________________________________________________________________
52138 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
52139         Log: File::Find update for MacOS from Chris Nandor.
52140      Branch: perl
52141            ! lib/File/Find.pm t/lib/filefind.t
52142 ____________________________________________________________________________
52143 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
52144         Log: gcc -Wall nits picked out by a non-UNIX system
52145              (courtesy of Mark Bixby)
52146      Branch: perl
52147            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
52148            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
52149            ! pp_sys.c util.c
52150 ____________________________________________________________________________
52151 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
52152         Log: Metaconfig unit change for #10522.  (The d_modfl changes
52153              placate metalint.)
52154      Branch: metaconfig/U/perl
52155            ! d_modfl.U d_u32align.U
52156 ____________________________________________________________________________
52157 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
52158         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
52159              be "./try 2>&1 >/dev/null".
52160      Branch: perl
52161            ! Configure
52162 ____________________________________________________________________________
52163 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
52164         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
52165              From: "Craig A. Berry" <craigberry@mac.com>
52166              Date: Mon, 11 Jun 2001 14:00:32 -0500
52167              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
52168      Branch: perl
52169            ! configure.com
52170 ____________________________________________________________________________
52171 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
52172         Log: Move the full \p\P lists to perlunicode.
52173      Branch: perl
52174            ! pod/perlretut.pod pod/perlunicode.pod
52175 ____________________________________________________________________________
52176 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52177         Log: VOS build tweak for 5.6.1 from Paul Green.
52178      Branch: maint-5.6/perl
52179            ! vos/build.cm
52180 ____________________________________________________________________________
52181 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52182         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52183              From: "Craig A. Berry" <craigberry@mac.com>
52184              Date: Fri, 8 Jun 2001 18:08:18 -0500
52185              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52186      Branch: perl
52187            ! vms/vms.c
52188 ____________________________________________________________________________
52189 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52190         Log: Update Changes.
52191      Branch: perl
52192            ! Changes patchlevel.h
52193 ____________________________________________________________________________
52194 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52195         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52196      Branch: perl
52197            ! vos/config.alpha.h vos/config.ga.h
52198 ____________________________________________________________________________
52199 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52200         Log: VOS updates from Paul Green for @10476.
52201      Branch: perl
52202            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52203            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52204            ! vos/config.ga.h vos/configure_perl.cm
52205 ____________________________________________________________________________
52206 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52207         Log: Subject: [PATCH] Not many people know this ...
52208              From: Mike Guy <mjtg@cam.ac.uk>
52209              Date: Mon, 11 Jun 2001 14:55:15 +0100
52210              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52211      Branch: perl
52212            ! pod/perldebug.pod
52213 ____________________________________________________________________________
52214 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52215         Log: Add final commas to lists as suggested by Philip Newton.
52216      Branch: perl
52217            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52218 ____________________________________________________________________________
52219 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52220         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52221              Date: Sun, 10 Jun 2001 23:35:38 -0400
52222              From: Chris Nandor <pudge@pobox.com>
52223              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52224      Branch: perl
52225            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52226            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52227            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52228            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52229            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52230            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52231            ! t/op/write.t t/pragma/strict.t
52232 ____________________________________________________________________________
52233 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52234         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52235              From: Chris Nandor <pudge@pobox.com>
52236              Date: Mon, 11 Jun 2001 08:24:28 -0400
52237              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52238      Branch: perl
52239            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52240            ! t/lib/io_dir.t
52241 ____________________________________________________________________________
52242 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52243         Log: One more run_byacc (a hand-tweaked version had slipped in).
52244      Branch: perl
52245            ! perly.c vms/perly_c.vms
52246 ____________________________________________________________________________
52247 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52248         Log: Integrate mainline
52249      Branch: perlio
52250           !> Makefile.SH embed.h embed.pl global.sym
52251           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52252           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52253           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52254           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52255 ____________________________________________________________________________
52256 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52257         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52258              From: Mike Guy <mjtg@cam.ac.uk>
52259              Reply-To: mjtg@cam.ac.uk
52260              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52261      Branch: perl
52262            ! lib/ExtUtils/Manifest.pm
52263 ____________________________________________________________________________
52264 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52265         Log: Subject: [PATCH] ExtUtils::Constant
52266              From: Nicholas Clark <nick@ccl4.org>
52267              Date: Sun, 10 Jun 2001 23:25:41 +0100
52268              Message-ID: <20010610232540.C76396@plum.flirble.org>
52269      Branch: perl
52270            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52271 ____________________________________________________________________________
52272 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52273         Log: Integrate perlio:
52274              
52275              [ 10504]
52276              Fix (valid) -Wall warnings in perlio.c
52277      Branch: perl
52278           !> iperlsys.h
52279 ____________________________________________________________________________
52280 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52281         Log: Move the grok_number and its lieutenant grok_numeric_radix
52282              from sv.c statics to util.c and public.
52283      Branch: perl
52284            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
52285            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
52286 ____________________________________________________________________________
52287 [ 10504] By: nick                                  on 2001/06/10  17:47:06
52288         Log: Fix (valid) -Wall warnings in perlio.c
52289      Branch: perlio
52290            ! iperlsys.h
52291 ____________________________________________________________________________
52292 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
52293         Log: Update perly_c.diff, update perly.fixer to edit away
52294              some of the -Wall noise.
52295      Branch: perl
52296            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
52297 ____________________________________________________________________________
52298 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
52299         Log: Check the version of byacc.
52300      Branch: perl
52301            ! Makefile.SH
52302 ____________________________________________________________________________
52303 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
52304         Log: Subject: [PATCH] perly.y overhaul
52305              From: Simon Cozens <simon@netthink.co.uk>
52306              Date: Sun, 10 Jun 2001 16:56:54 +0100
52307              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52308              
52309              Plus make run_byacc.
52310      Branch: perl
52311            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
52312 ____________________________________________________________________________
52313 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
52314         Log: Integrate perlio:
52315              
52316              [ 10497]
52317              Paper over a crack or two with USE_SFIO
52318      Branch: perl
52319           !> perlio.c perlsfio.h
52320 ____________________________________________________________________________
52321 [ 10499] By: nick                                  on 2001/06/10  15:01:08
52322         Log: Integrate mainline
52323      Branch: perlio
52324           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
52325           !> t/pragma/locale.t util.c
52326 ____________________________________________________________________________
52327 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
52328         Log: Put some meat on the perl572delta bones.  The list of
52329              selected bug fixes needs more work, as does still the
52330              whole document.
52331      Branch: perl
52332            ! pod/perl572delta.pod
52333 ____________________________________________________________________________
52334 [ 10497] By: nick                                  on 2001/06/10  12:27:51
52335         Log: Paper over a crack or two with USE_SFIO
52336      Branch: perlio
52337            ! perlio.c perlsfio.h
52338 ____________________________________________________________________________
52339 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
52340         Log: Update Changes.
52341      Branch: perl
52342            ! Changes patchlevel.h
52343 ____________________________________________________________________________
52344 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
52345         Log: Subject: Re: pragma/locale.t #107
52346              From: Hugo <hv@crypt.compulink.co.uk>
52347              Date: Sun, 10 Jun 2001 11:23:30 +0100
52348              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
52349              
52350              Encapsulate the scan of the decimal radix separator.
52351      Branch: perl
52352            ! embed.h embed.pl proto.h sv.c
52353 ____________________________________________________________________________
52354 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
52355         Log: Try to grok numbers both with the locale specific separator
52356              and with the usual "." (if different from the lss); add a test
52357              to locale.t to do also a little bit of math in addition to just
52358              equalness testing; remove extraneous logic as suggested in
52359              
52360              Subject: Re: pragma/locale.t #107
52361              From: Nicholas Clark <nick@ccl4.org>
52362              Date: Sat, 9 Jun 2001 22:37:36 +0100
52363              Message-ID: <20010609223735.Y76396@plum.flirble.org>
52364      Branch: perl
52365            ! sv.c t/pragma/locale.t
52366 ____________________________________________________________________________
52367 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
52368         Log: Metaconfig unit change for #10492.
52369      Branch: metaconfig/U/perl
52370            ! Extensions.U
52371 ____________________________________________________________________________
52372 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
52373         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
52374              From: Artur Bergman <artur@contiller.se> 
52375              Date: Sat, 09 Jun 2001 21:03:51 +0200
52376              Message-ID: <B7483FB6.1398%artur@contiller.se>
52377      Branch: perl
52378            ! Configure
52379 ____________________________________________________________________________
52380 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
52381         Log: Integrate perlio:
52382              
52383              [ 10489]
52384              Make XS/Typemap compile (but fail) with sfio
52385      Branch: perl
52386           !> perlsfio.h
52387 ____________________________________________________________________________
52388 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
52389         Log: Do locale specific separator if only in locale.
52390      Branch: perl
52391            ! util.c
52392 ____________________________________________________________________________
52393 [ 10489] By: nick                                  on 2001/06/09  19:13:25
52394         Log: Make XS/Typemap compile (but fail) with sfio
52395      Branch: perlio
52396            ! perlsfio.h
52397 ____________________________________________________________________________
52398 [ 10488] By: nick                                  on 2001/06/09  19:12:51
52399         Log: Re-integrate mainline
52400      Branch: perlio
52401           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
52402           !> proto.h sv.c util.c
52403 ____________________________________________________________________________
52404 [ 10487] By: nick                                  on 2001/06/09  16:26:29
52405         Log: Integrate mainline
52406      Branch: perlio
52407           !> (integrate 31 files)
52408 ____________________________________________________________________________
52409 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
52410         Log: Subject: [PATCH] New attempt to clone callack
52411              From: Artur Bergman <artur@contiller.se> 
52412              Date: Thu, 07 Jun 2001 11:52:16 +0200
52413              Message-ID: <B7451B6F.12B7%artur@contiller.se>
52414      Branch: perl
52415            ! embedvar.h intrpvar.h perlapi.h sv.c
52416 ____________________________________________________________________________
52417 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
52418         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
52419      Branch: perl
52420            ! embed.h embed.pl perl.h proto.h sv.c util.c
52421 ____________________________________________________________________________
52422 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
52423         Log: Subject: Re: pragma/locale.t #107
52424              From: Nicholas Clark <nick@ccl4.org>
52425              Date: Sat, 9 Jun 2001 16:26:10 +0100
52426              Message-ID: <20010609162609.V76396@plum.flirble.org>
52427              
52428              A missing NVification.
52429      Branch: perl
52430            ! sv.c
52431 ____________________________________________________________________________
52432 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
52433         Log: Redo the #10482, there already was a test script for formats.
52434      Branch: perl
52435            - t/io/format.t
52436            ! MANIFEST t/op/write.t
52437 ____________________________________________________________________________
52438 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
52439         Log: Twisted format testing, from Merijn.
52440      Branch: perl
52441            + t/io/format.t
52442            ! MANIFEST
52443 ____________________________________________________________________________
52444 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
52445         Log: More \p{In...} testing, combined with \N{...}.
52446      Branch: perl
52447            ! lib/utf8_heavy.pl t/op/pat.t
52448 ____________________________________________________________________________
52449 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52450         Log: Metaconfig changes for #10479.
52451      Branch: metaconfig
52452            ! U/Glossary.patch
52453      Branch: metaconfig/U/perl
52454            ! d_modfl.U
52455 ____________________________________________________________________________
52456 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52457         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52458      Branch: perl
52459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52460            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52461            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52462            ! win32/config.bc win32/config.gc win32/config.vc
52463 ____________________________________________________________________________
52464 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52465         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52466              From: "Craig A. Berry" <craigberry@mac.com>
52467              Date: Thu, 7 Jun 2001 14:27:20 -0500
52468              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52469      Branch: perl
52470            ! vms/perlvms.pod
52471 ____________________________________________________________________________
52472 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52473         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52474              From: Gisle Aas <gisle@ActiveState.com>
52475              Date: 07 Jun 2001 17:04:29 -0700
52476              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52477      Branch: perl
52478            ! ext/re/re.xs
52479 ____________________________________________________________________________
52480 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52481         Log: Update Changes.
52482      Branch: perl
52483            ! Changes patchlevel.h
52484 ____________________________________________________________________________
52485 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52486         Log: Regen Glossary et alia.
52487      Branch: perl
52488            ! Porting/Glossary Porting/config.sh Porting/config_H
52489 ____________________________________________________________________________
52490 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52491         Log: Metaconfig unit changes for #10473.
52492      Branch: metaconfig/U/perl
52493            ! d_modfl.U
52494 ____________________________________________________________________________
52495 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52496         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52497              if an executable contains modfl() but it hasn't been
52498              compiled right (in the case of AIX, with cc -qlongdouble).
52499      Branch: perl
52500            ! Configure
52501 ____________________________________________________________________________
52502 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52503         Log: integrate change#10471 from mainline
52504              
52505              in change#10451, check that CvOUTSIDE is a CV before looking in
52506              (it can apparently be SVt_NULL during global destruction)
52507      Branch: maint-5.6/perl
52508           !> op.c
52509 ____________________________________________________________________________
52510 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52511         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52512              (it can apparently be SVt_NULL during global destruction)
52513      Branch: perl
52514            ! op.c
52515 ____________________________________________________________________________
52516 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52517         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52518              From: Robin Barker <rmb1@cise.npl.co.uk>
52519              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52520              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52521      Branch: perl
52522            ! lib/diagnostics.pm pod/perldiag.pod
52523 ____________________________________________________________________________
52524 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
52525         Log: Subject: [PATCH perl@10439] long =item
52526              From: Robin Barker <rmb1@cise.npl.co.uk>
52527              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
52528              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
52529      Branch: perl
52530            ! README.amiga lib/Attribute/Handlers.pm
52531            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
52532 ____________________________________________________________________________
52533 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
52534         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
52535              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
52536              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
52537              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
52538      Branch: perl
52539            ! pod/perlguts.pod
52540 ____________________________________________________________________________
52541 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
52542         Log: Integrate perlio:
52543              
52544              [ 10466]
52545              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52546              whitespace tweaks.
52547              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52548      Branch: perl
52549           !> sv.c
52550 ____________________________________________________________________________
52551 [ 10466] By: nick                                  on 2001/06/07  10:25:40
52552         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52553              whitespace tweaks.
52554              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52555      Branch: perlio
52556            ! sv.c
52557 ____________________________________________________________________________
52558 [ 10465] By: nick                                  on 2001/06/07  08:41:58
52559         Log: Raw integrate of mainline for S_grok_number debug
52560              (sv.c has MULTIPLICITY issues as well as whatever else ...)
52561      Branch: perlio
52562            - plan9/perlplan9.doc plan9/perlplan9.pod
52563           !> (integrate 46 files)
52564 ____________________________________________________________________________
52565 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
52566         Log: The proper prototyping for #10463.
52567      Branch: perl
52568            ! embed.h embed.pl proto.h sv.c
52569 ____________________________________________________________________________
52570 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
52571         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
52572              From: Nicholas Clark <nick@ccl4.org>
52573              Date: Thu, 7 Jun 2001 00:29:59 +0100
52574              Message-ID: <20010607002959.Z76396@plum.flirble.org>
52575      Branch: perl
52576            ! sv.c
52577 ____________________________________________________________________________
52578 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
52579         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
52580              From: "Craig A. Berry" <craigberry@mac.com>
52581              Date: Wed, 06 Jun 2001 17:54:30 -0500
52582              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
52583      Branch: perl
52584            ! vms/perlvms.pod
52585 ____________________________________________________________________________
52586 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
52587         Log: Podify the remaining README.platform files;
52588              merge README.plan9 and plan9/perlplan9.pod;
52589              delete plan9/perlplan9.* (the perlplan.doc needs to
52590              be regenerated in Plan 9); make the =head1 and =head2
52591              in the README.platform to be a little more verbose
52592              (skipped README.os2 not to anger Ilya) so that they
52593              look better in the toc; regen toc.
52594      Branch: perl
52595            - plan9/perlplan9.doc plan9/perlplan9.pod
52596            ! MANIFEST README.aix README.amiga README.apollo README.beos
52597            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
52598            ! README.hpux README.hurd README.machten README.macos
52599            ! README.micro README.mint README.mpeix README.os390
52600            ! README.plan9 README.qnx README.solaris README.threads
52601            ! README.tru64 README.vmesa README.vms README.vos README.win32
52602            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52603            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52604 ____________________________________________________________________________
52605 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
52606         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
52607              From: Mike Guy <mjtg@cam.ac.uk>
52608              Reply-To: mjtg@cam.ac.uk
52609              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
52610      Branch: perl
52611            ! pod/perlguts.pod
52612 ____________________________________________________________________________
52613 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
52614         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
52615              From: Mike Guy <mjtg@cam.ac.uk>
52616              Reply-To: mjtg@cam.ac.uk
52617              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
52618      Branch: perl
52619            ! pod/perlsec.pod
52620 ____________________________________________________________________________
52621 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
52622         Log: Disable long doubles from pre-5.0 Tru64s.
52623      Branch: perl
52624            ! README.tru64 hints/dec_osf.sh
52625 ____________________________________________________________________________
52626 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
52627         Log: The #10455 exposed that modfl() is fundamentally busted
52628              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
52629              testing it.
52630      Branch: perl
52631            ! hints/dec_osf.sh
52632 ____________________________________________________________________________
52633 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
52634         Log: Metaconfig unit change for #10455.
52635      Branch: metaconfig/U/perl
52636            ! d_modfl.U
52637 ____________________________________________________________________________
52638 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
52639         Log: Configure check for geborken modfl(), inspired by
52640              
52641              Subject: Re: [20010118.017] op/int.t failure 
52642              From: Hugo <hv@crypt.compulink.co.uk>
52643              Date: Tue, 05 Jun 2001 13:43:27 +0100
52644              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
52645      Branch: perl
52646            ! Configure
52647 ____________________________________________________________________________
52648 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
52649         Log: Integrate changes #10450 and #10451 from maintperl:
52650              
52651              optimize change#10448 slightly (don't repeat search in eval""s lexical
52652              scope, since that has already been searched)
52653              
52654              change#9108 needs subtler treatment for case of closures created
52655              within eval""
52656      Branch: perl
52657           !> op.c t/op/misc.t
52658 ____________________________________________________________________________
52659 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
52660         Log: MakeMaker magic to compile (when no dynamic loading)
52661              List/Util.xsc as (ListUtil.c and) ListUtil.o since
52662              POSIX-BC (BS2000) linker has an evil limitation of
52663              being unable to include in the same executable several
52664              object files with the same name - case-insensitively -
52665              because otherwise we conflict with util.c.
52666              Strictly speaking currently required only in POSIX-BC
52667              but probably will do no harm elsewhere where static
52668              linking is required.
52669      Branch: perl
52670            ! ext/List/Util/Makefile.PL
52671 ____________________________________________________________________________
52672 [ 10452] By: nick                                  on 2001/06/06  08:59:51
52673         Log: Integrate mainline.
52674      Branch: perlio
52675           +> lib/Attribute/Handlers/demo/Demo.pm
52676           +> lib/Attribute/Handlers/demo/Descriptions.pm
52677           +> lib/Attribute/Handlers/demo/MyClass.pm
52678           +> lib/Attribute/Handlers/demo/demo.pl
52679           +> lib/Attribute/Handlers/demo/demo2.pl
52680           +> lib/Attribute/Handlers/demo/demo3.pl
52681           +> lib/Attribute/Handlers/demo/demo4.pl
52682           +> lib/Attribute/Handlers/demo/demo_call.pl
52683           +> lib/Attribute/Handlers/demo/demo_chain.pl
52684           +> lib/Attribute/Handlers/demo/demo_cycle.pl
52685           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
52686           +> lib/Attribute/Handlers/demo/demo_phases.pl
52687           +> lib/Attribute/Handlers/demo/demo_range.pl
52688           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
52689           +> uts/strtol_wrap.c
52690           !> (integrate 91 files)
52691 ____________________________________________________________________________
52692 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
52693         Log: change#9108 needs subtler treatment for case of closures created
52694              within eval""
52695      Branch: maint-5.6/perl
52696            ! op.c t/op/misc.t
52697 ____________________________________________________________________________
52698 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
52699         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
52700              scope, since that has already been searched)
52701      Branch: maint-5.6/perl
52702            ! op.c
52703 ____________________________________________________________________________
52704 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
52705         Log: Integrate change #10448 from maintperl; lexicals
52706              outside an eval"" weren't resolved correctly inside a subroutine
52707              definition inside the eval"" if they were not already referenced
52708              in the toplevel of the eval""-ed code
52709      Branch: perl
52710           !> cop.h op.c pp_ctl.c t/op/misc.t
52711 ____________________________________________________________________________
52712 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
52713         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
52714              outside an eval"" weren't resolved correctly inside a subroutine
52715              definition inside the eval"" if they were not already referenced
52716              in the toplevel of the eval""-ed code
52717      Branch: maint-5.6/perl
52718            ! cop.h op.c pp_ctl.c t/op/misc.t
52719 ____________________________________________________________________________
52720 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
52721         Log: Subject: [PATCH] perl570delta.pod
52722              From: Peter Scott <Peter@PSDT.com> 
52723              Date: Tue, 05 Jun 2001 18:51:02 -0700
52724              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
52725      Branch: perl
52726            ! pod/perl570delta.pod
52727 ____________________________________________________________________________
52728 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
52729         Log: The fudge factor is no more needed.  I hope.
52730      Branch: perl
52731            ! t/lib/posix.t
52732 ____________________________________________________________________________
52733 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
52734         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
52735              From: Hugo <hv@crypt.compulink.co.uk>
52736              Date: Tue, 05 Jun 2001 12:58:19 +0100
52737              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
52738      Branch: perl
52739            ! util.c
52740 ____________________________________________________________________________
52741 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
52742         Log: Make up prototypes only for those who have the functions
52743              but not the prototypes.
52744      Branch: perl
52745            ! perl.h
52746 ____________________________________________________________________________
52747 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
52748         Log: Subject: Re: Not OK: perl@10439 on win32 
52749              From: Prymmer/Kahn <pvhp@best.com> 
52750              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
52751              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
52752      Branch: perl
52753            ! perl.h util.c
52754 ____________________________________________________________________________
52755 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
52756         Log: The metaconfig units changes for #10441.
52757      Branch: metaconfig
52758            ! U/modified/Extract.U U/modified/Extractall.U
52759            ! U/modified/Finish.U
52760 ____________________________________________________________________________
52761 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
52762         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
52763      Branch: perl
52764            ! Configure
52765 ____________________________________________________________________________
52766 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
52767         Log: Unnecessary fuzziness undone, noted by Mike Guy.
52768      Branch: perl
52769            ! t/op/tr.t
52770 ____________________________________________________________________________
52771 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
52772         Log: Update Changes.
52773      Branch: perl
52774            ! Changes patchlevel.h
52775 ____________________________________________________________________________
52776 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
52777         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
52778              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
52779              leakage patch.
52780      Branch: perl
52781            ! t/op/misc.t
52782 ____________________________________________________________________________
52783 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
52784         Log: Test case for #10433/#10424.
52785      Branch: perl
52786            ! t/op/misc.t
52787 ____________________________________________________________________________
52788 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
52789         Log: Subject: One fix for strtoul not setting errno
52790              From: hom00@utsglobal.com (Hal Morris)
52791              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
52792              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
52793      Branch: perl
52794            + uts/strtol_wrap.c
52795            ! MANIFEST hints/uts.sh
52796 ____________________________________________________________________________
52797 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
52798         Log: Metaconfig units changes for #10434.
52799      Branch: metaconfig
52800            ! U/modified/Cppsym.U
52801      Branch: metaconfig/U/perl
52802            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
52803            + d_syscallproto.U d_usleepproto.U
52804            ! longdblfio.U quadfio.U
52805 ____________________________________________________________________________
52806 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
52807         Log: Configure tweaks; add prototype probes, make the cpp symbols
52808              probe to cast, not whine; test for %Ld and %Lf before %lld and
52809              %llf because the L is the ANSI way.
52810      Branch: perl
52811            ! Configure config_h.SH configure.com epoc/config.sh
52812            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
52813            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52814            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
52815 ____________________________________________________________________________
52816 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
52817         Log: Sigh.  This is what #10424 was supposed to check in.
52818      Branch: perl
52819            ! op.c sv.c sv.h
52820 ____________________________________________________________________________
52821 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
52822         Log: More verbose failure.
52823      Branch: perl
52824            ! t/op/ver.t
52825 ____________________________________________________________________________
52826 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
52827         Log: The .pm changes to go with #10428.
52828      Branch: perl
52829            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
52830            ! ext/Sys/Syslog/Syslog.pm
52831 ____________________________________________________________________________
52832 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
52833         Log: On second thoughts show to utf8 skippage message only
52834              on failures, it's too confusing otherwise,
52835      Branch: perl
52836            ! t/pragma/locale.t
52837 ____________________________________________________________________________
52838 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
52839         Log: Do not import anything from Encode.
52840      Branch: perl
52841            ! ext/MIME/Base64/QuotedPrint.pm
52842 ____________________________________________________________________________
52843 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
52844         Log: The #10402 didn't take.  Weird.
52845      Branch: perl
52846            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52847            ! ext/Sys/Syslog/Syslog.xs
52848 ____________________________________________________________________________
52849 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
52850         Log: Eradicate traces of 'asciirange' re subpragma.
52851      Branch: perl
52852            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
52853            ! pod/perldiag.pod
52854 ____________________________________________________________________________
52855 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
52856         Log: use is a compile-time thing.
52857      Branch: perl
52858            ! ext/MIME/Base64/QuotedPrint.pm
52859 ____________________________________________________________________________
52860 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
52861         Log: Subject: [PATCH perl@10419] -Wall casting patch
52862              From: Robin Barker <rmb1@cise.npl.co.uk>
52863              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
52864              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
52865      Branch: perl
52866            ! ext/Devel/DProf/DProf.xs mg.c
52867 ____________________________________________________________________________
52868 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
52869         Log: Subject: [PATCH #2] introducing SVpad_TYPED
52870              From: Abhijit Menon-Sen <ams@wiw.org>
52871              Date: Mon, 4 Jun 2001 12:26:02 +0530
52872              Message-ID: <20010604122602.A5775@lustre.linux.in>
52873      Branch: perl
52874            ! op.c sv.c sv.h
52875 ____________________________________________________________________________
52876 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
52877         Log: testsuite for change#10192 (from Gisle Aas)
52878      Branch: perl
52879            + t/op/override.t
52880            ! MANIFEST
52881 ____________________________________________________________________________
52882 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
52883         Log: integrate changes#10414-10416 from mainline
52884              
52885              Potential buffer overrun if the radix separator is more than
52886              one byte.  Also, under locales, prefer the locale-specific
52887              separator over the old boring ".".
52888              
52889              "10.", that is, decimal numbers can have no decimal part at all.
52890              
52891              The non-locale places need love, too.
52892      Branch: maint-5.6/perl
52893           !> perl.h sv.c
52894 ____________________________________________________________________________
52895 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
52896         Log: Missed from #10420.
52897      Branch: perl
52898            ! epoc/config.sh
52899 ____________________________________________________________________________
52900 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
52901         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
52902              often this prototype goes with HAS_SETRESUID_PROTO.
52903      Branch: perl
52904            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52905            ! config_h.SH configure.com perl.h uconfig.h
52906 ____________________________________________________________________________
52907 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
52908         Log: Update Changes.
52909      Branch: perl
52910            ! Changes patchlevel.h
52911 ____________________________________________________________________________
52912 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
52913         Log: -Wall "subscript has type `char'" cleanup.
52914      Branch: perl
52915            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
52916 ____________________________________________________________________________
52917 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
52918         Log: Various "cast to pointer from integer of different size"
52919              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
52920              wide but I32 (int) only 32 bits wide).
52921              
52922              WARNING: the classnum and tagnum changes in Storable.xs
52923              may not be wise, they may be breaking binary compatibility
52924              (in 64-bit platforms), asked Raphael Manfredi about the changes.
52925      Branch: perl
52926            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
52927            ! mg.c proto.h
52928 ____________________________________________________________________________
52929 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
52930         Log: The non-locale places need love, too.
52931      Branch: perl
52932            ! perl.h
52933 ____________________________________________________________________________
52934 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
52935         Log: "10.", that is, decimal numbers can have no decimal part at all.
52936      Branch: perl
52937            ! perl.h
52938 ____________________________________________________________________________
52939 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
52940         Log: Potential buffer overrun if the radix separator is more than
52941              one byte.  Also, under locales, prefer the locale-specific
52942              separator over the old boring ".".
52943      Branch: perl
52944            ! perl.h sv.c
52945 ____________________________________________________________________________
52946 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
52947         Log: Integrate change #10412 from maintperl; locale is now
52948              per-cop, not per-op; plus retweak the locale.t to always
52949              list the skipped utf8 locales.
52950      Branch: perl
52951            ! t/pragma/locale.t
52952           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52953           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
52954 ____________________________________________________________________________
52955 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
52956         Log: rationalize locale handling to fix the bugs uncovered by change#10394
52957              
52958              the major issue was that the runtime was looking at PL_hints rather
52959              than op_private to notice whether locale was enabled
52960              
52961              the secondary issue was that many locale-sensitive numeric ops didn't
52962              have HINT_LOCALE propagated into their op_private
52963              
52964              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
52965              instead of per-op, just like HINT_BYTE and the hints for lexical
52966              warnings (this makes the hint available to every op via PL_curcop)
52967              
52968              pragma/locale.t may need to be reworked with these fixes in mind
52969              (it currently passes its tests)
52970      Branch: maint-5.6/perl
52971            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52972            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
52973 ____________________________________________________________________________
52974 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
52975         Log: More verbose debugging.
52976      Branch: perl
52977            ! t/pragma/locale.t
52978 ____________________________________________________________________________
52979 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
52980         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52981              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
52982              Date: Sat, 2 Jun 2001 22:53:33 +0100
52983              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
52984      Branch: perl
52985            ! regcomp.c t/pragma/warn/regcomp
52986 ____________________________________________________________________________
52987 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
52988         Log: Mention that lexicalizing $a or $b is a bad idea if one
52989              wants to use sort().
52990      Branch: perl
52991            ! pod/perlvar.pod
52992 ____________________________________________________________________________
52993 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
52994         Log: Tweak the test to be happy if the accuracy is 'good enough'.
52995      Branch: perl
52996            ! t/lib/posix.t
52997 ____________________________________________________________________________
52998 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
52999         Log: Upgrade to Attribute::Handlers 0.70.
53000              
53001              NOTE: this unearthed the "too late for CHECK block" bug,
53002              that's why the 1_compile.t change.
53003      Branch: perl
53004            + lib/Attribute/Handlers/demo/Demo.pm
53005            + lib/Attribute/Handlers/demo/Descriptions.pm
53006            + lib/Attribute/Handlers/demo/MyClass.pm
53007            + lib/Attribute/Handlers/demo/demo.pl
53008            + lib/Attribute/Handlers/demo/demo2.pl
53009            + lib/Attribute/Handlers/demo/demo3.pl
53010            + lib/Attribute/Handlers/demo/demo4.pl
53011            + lib/Attribute/Handlers/demo/demo_call.pl
53012            + lib/Attribute/Handlers/demo/demo_chain.pl
53013            + lib/Attribute/Handlers/demo/demo_cycle.pl
53014            + lib/Attribute/Handlers/demo/demo_hashdir.pl
53015            + lib/Attribute/Handlers/demo/demo_phases.pl
53016            + lib/Attribute/Handlers/demo/demo_range.pl
53017            + lib/Attribute/Handlers/demo/demo_rawdata.pl
53018            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
53019            ! t/lib/attrhand.t
53020 ____________________________________________________________________________
53021 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
53022         Log: One less -Wall whine.
53023      Branch: perl
53024            ! regcomp.c
53025 ____________________________________________________________________________
53026 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
53027         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
53028      Branch: perl
53029           !> t/op/eval.t
53030 ____________________________________________________________________________
53031 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
53032         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
53033              aren't "normally" visible inside eval""s contained in subs unless
53034              a cloned reference to them already exists)
53035              
53036              strangely enough, t/harness didn't show this up as a failure
53037              (harness needs fixing?)
53038      Branch: maint-5.6/perl
53039            ! t/op/eval.t
53040 ____________________________________________________________________________
53041 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
53042         Log: Update to Text::Balanced 1.85.
53043      Branch: perl
53044            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
53045 ____________________________________________________________________________
53046 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
53047         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
53048              From: Nicholas Clark <nick@ccl4.org>
53049              Date: Sun, 3 Jun 2001 17:54:36 +0100
53050              Message-ID: <20010603175436.E76396@plum.flirble.org> 
53051      Branch: perl
53052            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53053            ! ext/Sys/Syslog/Syslog.xs
53054 ____________________________________________________________________________
53055 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
53056         Log: Unused variables.
53057      Branch: perl
53058            ! util.c
53059 ____________________________________________________________________________
53060 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
53061         Log: Subject: [PATCH] APIfy op_clear 
53062              From: Simon Cozens <simon@netthink.co.uk>
53063              Date: Sun, 3 Jun 2001 13:51:46 +0100
53064              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
53065              
53066              (despite the subject line, op_null is APIfied by the patch)
53067      Branch: perl
53068            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53069 ____________________________________________________________________________
53070 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
53071         Log: Subject: [PATCH] t/lib/extutils.t
53072              From: Nicholas Clark <nick@ccl4.org>
53073              Date: Sat, 2 Jun 2001 23:57:05 +0100
53074              Message-ID: <20010602235705.Q12698@plum.flirble.org>
53075      Branch: perl
53076            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
53077 ____________________________________________________________________________
53078 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
53079         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
53080              From: Prymmer/Kahn <pvhp@best.com>
53081              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
53082              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
53083      Branch: perl
53084            ! win32/Makefile win32/makefile.mk
53085 ____________________________________________________________________________
53086 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
53087         Log: Subject: Re: 'decimal digits' macro? 
53088              From: Hugo <hv@crypt.compulink.co.uk>
53089              Date: Sun, 03 Jun 2001 04:26:36 +0100
53090              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
53091      Branch: perl
53092            ! handy.h t/lib/posix.t t/op/tr.t
53093 ____________________________________________________________________________
53094 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
53095         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53096              From: Hugo <hv@crypt.compulink.co.uk>
53097              Date: Sun, 03 Jun 2001 14:56:30 +0100
53098              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
53099      Branch: perl
53100            ! util.c
53101 ____________________________________________________________________________
53102 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
53103         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
53104      Branch: perl
53105           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
53106           !> vms/perly_c.vms
53107 ____________________________________________________________________________
53108 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
53109         Log: fix leakage of lexicals at file scope into subroutines that were
53110              declared before them; this appears to be a longstanding bug that
53111              meant that lexicals at file scope were never "deintroduced", meaning
53112              their scope range was never properly closed, and their visibility
53113              extended to all subsequent eval""s or requires
53114              
53115              added a test case
53116              
53117              seems to also fix a case of bogus duplicate warnings
53118      Branch: maint-5.6/perl
53119            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
53120            ! vms/perly_c.vms
53121 ____________________________________________________________________________
53122 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
53123         Log: More VMS tweaks from Craig A. Berry.
53124      Branch: perl
53125            ! configure.com t/lib/extutils.t
53126 ____________________________________________________________________________
53127 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
53128         Log: -Wall cleanup continues.
53129      Branch: perl
53130            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
53131            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
53132            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
53133            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
53134            ! run.c toke.c util.c
53135 ____________________________________________________________________________
53136 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
53137         Log: The metaconfig unit change for #10390.
53138      Branch: metaconfig/U/perl
53139            ! gccvers.U
53140 ____________________________________________________________________________
53141 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
53142         Log: Drop the -ansi from the default gcc flags.
53143              
53144              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
53145              that struct cannot be compared with a flat integer, such as STRLEN.
53146              The -ansi will also cause a lot of noise in Solaris because of:
53147              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
53148      Branch: perl
53149            ! Configure
53150 ____________________________________________________________________________
53151 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
53152         Log: Integrate perlio:
53153              
53154              [ 10387]
53155              Tweak util.c's atof2 for MULTIPLICITY
53156      Branch: perl
53157           !> pod/perlapi.pod util.c
53158 ____________________________________________________________________________
53159 [ 10388] By: nick                                  on 2001/06/02  08:01:12
53160         Log: Integrate mainline
53161      Branch: perlio
53162           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
53163           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
53164           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
53165           !> t/lib/1_compile.t t/lib/mimeqp.t
53166 ____________________________________________________________________________
53167 [ 10387] By: nick                                  on 2001/06/02  07:39:17
53168         Log: Tweak util.c's atof2 for MULTIPLICITY
53169      Branch: perlio
53170            ! util.c
53171 ____________________________________________________________________________
53172 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53173         Log: Integrate mainline
53174      Branch: perlio
53175           !> (integrate 41 files)
53176 ____________________________________________________________________________
53177 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53178         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53179      Branch: perl
53180            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53181            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53182 ____________________________________________________________________________
53183 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53184         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53185              From: Peter Prymmer <pvhp@forte.com>
53186              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53187              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53188      Branch: perl
53189            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53190 ____________________________________________________________________________
53191 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53192         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53193              From: Jeff Pinyan <jeffp@crusoe.net>
53194              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53195              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53196      Branch: perl
53197            ! lib/File/Find.pm
53198 ____________________________________________________________________________
53199 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53200         Log: Subject: [PATCH perl@10381] configure.com tweaks
53201              From: "Craig A. Berry" <craigberry@mac.com>
53202              Date: Fri, 1 Jun 2001 13:55:43 -0500
53203              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53204      Branch: perl
53205            ! configure.com
53206 ____________________________________________________________________________
53207 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53208         Log: Update Changes.
53209      Branch: perl
53210            ! Changes patchlevel.h
53211 ____________________________________________________________________________
53212 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53213         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53214              From: Mike Guy <mjtg@cam.ac.uk>
53215              Date: Fri, 01 Jun 2001 18:17:02 +0100
53216              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53217      Branch: perl
53218            ! lib/perl5db.pl
53219 ____________________________________________________________________________
53220 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53221         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53222              From: Hugo <hv@crypt.compulink.co.uk>
53223              Date: Thu, 31 May 2001 20:49:48 +0100
53224              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53225      Branch: perl
53226            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53227            ! util.c
53228 ____________________________________________________________________________
53229 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53230         Log: Zero() is not available in x2p (or, rather, some of its
53231              implementations like memzero() might not be available.)
53232      Branch: perl
53233            ! x2p/hash.c
53234 ____________________________________________________________________________
53235 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53236         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53237              From: Michael G Schwern <schwern@pobox.com>
53238              Date: Fri, 1 Jun 2001 12:00:29 +0100
53239              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53240              
53241              (But use Zero() instead of memset.)
53242      Branch: perl
53243            ! x2p/hash.c
53244 ____________________________________________________________________________
53245 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53246         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53247              From: Jeff Pinyan <jeffp@crusoe.net>
53248              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53249              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53250      Branch: perl
53251            ! pod/perldiag.pod regcomp.c t/op/pat.t
53252 ____________________________________________________________________________
53253 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53254         Log: Retract #10324 and #10333; not needed.
53255      Branch: perl
53256            ! hints/irix_6.sh hints/linux.sh
53257 ____________________________________________________________________________
53258 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53259         Log: The #10370 wasn't quite right.
53260      Branch: perl
53261            ! ext/XS/Typemap/Typemap.xs
53262 ____________________________________________________________________________
53263 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53264         Log: The metaconfig units changes for #10372.
53265      Branch: metaconfig/U/perl
53266            + d_realpath.U d_sresgproto.U d_sresuproto.U
53267            ! gccvers.U i_db.U
53268 ____________________________________________________________________________
53269 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53270         Log: Configure tweaks; record the Berkeley DB version,
53271              probe for realpath(), for setresuid() and setresgid()
53272              prototypes; use realpath() (try to be paranoid enough),
53273              use the setres[ug]id prototypes because glibc has the functions
53274              but not their prototypes; add -Wall -ansi to gcc ccflags;
53275              regen toc.
53276      Branch: perl
53277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53278            ! config_h.SH configure.com epoc/config.sh
53279            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53280            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53281            ! vos/config.ga.def win32/config.bc win32/config.gc
53282            ! win32/config.vc
53283 ____________________________________________________________________________
53284 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
53285         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
53286              From: Michael G Schwern <schwern@pobox.com>
53287              Date: Fri, 1 Jun 2001 11:28:14 +0100
53288              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
53289      Branch: perl
53290            ! lib/attributes.pm xsutils.c
53291 ____________________________________________________________________________
53292 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
53293         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
53294              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53295              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
53296              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
53297      Branch: perl
53298            ! ext/XS/Typemap/Typemap.xs
53299 ____________________________________________________________________________
53300 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
53301         Log: Subject: [patch] Cwd.xs optimizations/abstraction
53302              From: Doug MacEachern <dougm@covalent.net>
53303              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
53304              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
53305      Branch: perl
53306            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
53307            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
53308 ____________________________________________________________________________
53309 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
53310         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!])
53311              From: Nicholas Clark <nick@ccl4.org>
53312              Date: Thu, 31 May 2001 23:56:40 +0100
53313              Message-ID: <20010531235640.F12698@plum.flirble.org>
53314              
53315              Make the test work also under only static extensions
53316              (sh Configure -Uusedl fakes this nicely)
53317      Branch: perl
53318            ! t/lib/extutils.t
53319 ____________________________________________________________________________
53320 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
53321         Log: Subject: [PATCH hv.c] Eliminating trigraph
53322              From: Michael G Schwern <schwern@pobox.com>
53323              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
53324              Date: Fri, 1 Jun 2001 11:49:56 +0100
53325      Branch: perl
53326            ! hv.c
53327 ____________________________________________________________________________
53328 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
53329         Log: Subject: Re: [PATCH] Tests for File::Compare 
53330              From: "Philip Newton" <Philip.Newton@gmx.net>
53331              Date: Thu, 31 May 2001 19:44:05 +0200
53332              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
53333              
53334              Unnecessary "quotation marks".
53335      Branch: perl
53336            ! t/lib/filecomp.t
53337 ____________________________________________________________________________
53338 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
53339         Log: Integrate perlio:
53340              
53341              [ 10364]
53342              Cleanup dll.base and dll.exp created by GCC builds.
53343              
53344              [ 10363]
53345              Make filecomp test work on CRLF platforms by adding binmode.
53346      Branch: perl
53347           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
53348 ____________________________________________________________________________
53349 [ 10364] By: nick                                  on 2001/06/01  10:13:31
53350         Log: Cleanup dll.base and dll.exp created by GCC builds.
53351      Branch: perlio
53352            ! lib/ExtUtils/MM_Win32.pm
53353 ____________________________________________________________________________
53354 [ 10363] By: nick                                  on 2001/06/01  10:02:17
53355         Log: Make filecomp test work on CRLF platforms by adding binmode.
53356      Branch: perlio
53357            ! t/lib/filecomp.t
53358 ____________________________________________________________________________
53359 [ 10362] By: nick                                  on 2001/06/01  08:37:17
53360         Log: Integrate mainline
53361      Branch: perlio
53362           !> Changes Configure patchlevel.h perlio.c
53363 ____________________________________________________________________________
53364 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
53365         Log: panic:claustrophobia.
53366      Branch: perl
53367            ! perlio.c
53368 ____________________________________________________________________________
53369 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
53370         Log: Update Changes.
53371      Branch: perl
53372            ! Changes patchlevel.h
53373 ____________________________________________________________________________
53374 [ 10359] By: nick                                  on 2001/05/31  12:35:50
53375         Log: Integrate mainline.
53376      Branch: perlio
53377           +> t/lib/filecomp.t
53378           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
53379           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
53380 ____________________________________________________________________________
53381 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
53382         Log: Integrate perlio:
53383              
53384              [ 10350]
53385              win32 - dmake regen_config_h
53386              
53387              [ 10348]
53388              Tolerate Win32 numerics
53389      Branch: perl
53390           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
53391           !> win32/config_H.vc
53392 ____________________________________________________________________________
53393 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
53394         Log: Metaconfig unit change for #10356.
53395      Branch: metaconfig
53396            ! U/installdirs/inc_version_list.U
53397 ____________________________________________________________________________
53398 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
53399         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
53400              (idea from Sarathy; implementation from Andy)
53401      Branch: perl
53402            ! Configure
53403 ____________________________________________________________________________
53404 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
53405         Log: More AUTHORS.
53406      Branch: perl
53407            ! AUTHORS
53408 ____________________________________________________________________________
53409 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
53410         Log: Subject: Re: [PATCH] Tests for File::Compare
53411              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
53412              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
53413              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
53414      Branch: perl
53415            + t/lib/filecomp.t
53416            ! MANIFEST t/lib/1_compile.t
53417 ____________________________________________________________________________
53418 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
53419         Log: Subject: [PATCH] DEBUG_* macro cleanups
53420              From: Abhijit Menon-Sen <ams@wiw.org>
53421              Date: Thu, 31 May 2001 12:16:22 +0530
53422              Message-ID: <20010531121622.B4829@lustre.linux.in>
53423              
53424              Subject: Re: [PATCH] DEBUG_* macro cleanups
53425              From: Abhijit Menon-Sen <ams@wiw.org>
53426              Date: Thu, 31 May 2001 13:57:01 +0530
53427              Message-ID: <20010531135701.A21775@lustre.linux.in>
53428              
53429              (The DEBUG_ definitions in perl.h changed to use the
53430              STMT_START and STMT_END.)
53431      Branch: perl
53432            ! perl.h pp_ctl.c sv.c toke.c
53433 ____________________________________________________________________________
53434 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
53435         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
53436              From: Abhijit Menon-Sen <ams@wiw.org>
53437              Date: Thu, 31 May 2001 08:27:55 +0530
53438              Message-ID: <20010531082755.A10018@lustre.linux.in>
53439      Branch: perl
53440            ! ext/Storable/Storable.xs gv.c perl.c
53441 ____________________________________________________________________________
53442 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
53443         Log: Subject: [PATCH] AUTHORS
53444              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53445              Date: Thu, 31 May 2001 01:27:59 -0500
53446              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53447              
53448              Subject: Re: [PATCH] AUTHORS
53449              From: "Philip Newton" <Philip.Newton@gmx.net>
53450              Date: Thu, 31 May 2001 10:08:06 +0200
53451              (Message-Id missing?)
53452      Branch: perl
53453            ! AUTHORS
53454 ____________________________________________________________________________
53455 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53456         Log: win32 - dmake regen_config_h
53457      Branch: perlio
53458            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53459 ____________________________________________________________________________
53460 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53461         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53462              From: "Philip Newton" <Philip.Newton@gmx.net>
53463              Date: Thu, 31 May 2001 07:41:36 +0200
53464              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53465              
53466              Undo C++-ism that snekt in.
53467      Branch: perl
53468            ! util.c
53469 ____________________________________________________________________________
53470 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53471         Log: Tolerate Win32 numerics
53472      Branch: perlio
53473            ! t/pragma/warn/toke
53474 ____________________________________________________________________________
53475 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53476         Log: Integrate perlio:
53477              
53478              [ 10346]
53479              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53480              perlio.c change 10255.
53481              
53482              [ 10345]
53483              Conditionally put back some "unused" dTHX which are used
53484              with PERL_IMPLICIT_SYS
53485              
53486              [ 10344]
53487              Fix Win32 for new spelling IN_BYTES 
53488              
53489              [ 10343]
53490              perlio.c -Wall cleaner under MULTIPLICITY
53491              - still minor noise with linux stdio
53492      Branch: perl
53493           !> perlio.c win32/win32.h
53494 ____________________________________________________________________________
53495 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53496         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53497              perlio.c change 10255.
53498      Branch: perlio
53499            ! perlio.c
53500 ____________________________________________________________________________
53501 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53502         Log: Conditionally put back some "unused" dTHX which are used
53503              with PERL_IMPLICIT_SYS
53504      Branch: perlio
53505            ! perlio.c
53506 ____________________________________________________________________________
53507 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53508         Log: Fix Win32 for new spelling IN_BYTES 
53509      Branch: perlio
53510            ! win32/win32.h
53511 ____________________________________________________________________________
53512 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53513         Log: perlio.c -Wall cleaner under MULTIPLICITY
53514              - still minor noise with linux stdio
53515      Branch: perlio
53516            ! perlio.c
53517 ____________________________________________________________________________
53518 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53519         Log: Integrate mainline.
53520      Branch: perlio
53521           !> (integrate 42 files)
53522 ____________________________________________________________________________
53523 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
53524         Log: AUTHORS updates.
53525      Branch: perl
53526            ! AUTHORS
53527 ____________________________________________________________________________
53528 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
53529         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
53530              From: Peter Prymmer <pvhp@forte.com>
53531              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
53532              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
53533      Branch: perl
53534            ! t/lib/md5-file.t
53535 ____________________________________________________________________________
53536 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
53537         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
53538              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
53539              to match the pragma name; various robustness cleanups.
53540      Branch: perl
53541            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
53542            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
53543 ____________________________________________________________________________
53544 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
53545         Log: More -Wall sweeping.
53546      Branch: perl
53547            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
53548            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
53549            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
53550            ! regcomp.c sv.c toke.c utf8.c
53551 ____________________________________________________________________________
53552 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
53553         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
53554              From: Nicholas Clark <nick@ccl4.org>
53555              Date: Wed, 30 May 2001 22:34:41 +0100
53556              Message-ID: <20010530223441.Y86445@plum.flirble.org>
53557      Branch: perl
53558            ! t/op/cmp.t
53559 ____________________________________________________________________________
53560 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
53561         Log: It's is not, it isn't ain't, and it's it's, not its,
53562              if you mean it is. If you don't, it's its. Then too,
53563              it's hers. It isn't her's. It isn't our's either.
53564              It's ours, and likewise yours and theirs.
53565              -- Oxford University Press, Edpress News
53566      Branch: perl
53567            ! lib/autouse.pm
53568 ____________________________________________________________________________
53569 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
53570         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
53571      Branch: perl
53572            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
53573            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
53574            ! x2p/str.c x2p/walk.c xsutils.c
53575 ____________________________________________________________________________
53576 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
53577         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53578              From: Michael G Schwern <schwern@pobox.com>
53579              Date: Wed, 30 May 2001 17:10:38 +0100
53580              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
53581              
53582              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53583              From: Abhijit Menon-Sen <ams@wiw.org>
53584              Date: Wed, 30 May 2001 23:16:13 +0530
53585              Message-ID: <20010530231613.A31933@lustre.linux.in>
53586      Branch: perl
53587            ! perl.c t/run/runenv.t
53588 ____________________________________________________________________________
53589 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
53590         Log: (Retracted by #10375.)
53591              
53592              IRIX hints patch from Merijn Broeren.
53593              
53594              TODO: (this and the earlier Linux hints patch) should be solved
53595              at Configure level.  Merijn: -ldb should not be used on any platform
53596              for perl, just when linking DBFile itself. Trying to be helpful here
53597              is counterproductive.
53598      Branch: perl
53599            ! hints/irix_6.sh
53600 ____________________________________________________________________________
53601 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
53602         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
53603              From: Nicholas Clark <nick@ccl4.org>
53604              Date: Wed, 30 May 2001 23:20:58 +0100
53605              Message-ID: <20010530232058.B86445@plum.flirble.org>
53606      Branch: perl
53607            ! doop.c
53608 ____________________________________________________________________________
53609 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
53610         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53611              From: Michael G Schwern <schwern@pobox.com> 
53612              Date: Wed, 30 May 2001 15:24:20 +0100
53613              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
53614      Branch: perl
53615            ! t/pragma/autouse.t
53616 ____________________________________________________________________________
53617 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
53618         Log: The regex trick wasn't a good idea.
53619      Branch: perl
53620            ! pod/perlfaq4.pod
53621 ____________________________________________________________________________
53622 [ 10329] By: nick                                  on 2001/05/30  18:34:35
53623         Log: Integrate mainline
53624      Branch: perlio
53625           !> (integrate 40 files)
53626 ____________________________________________________________________________
53627 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
53628         Log: Update Changes.
53629      Branch: perl
53630            ! Changes patchlevel.h
53631 ____________________________________________________________________________
53632 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
53633         Log: The metaconfig unit change for #10325.
53634      Branch: metaconfig
53635            + U/modified/afs.U
53636 ____________________________________________________________________________
53637 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
53638         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
53639              is now wrong.
53640      Branch: perl
53641            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
53642 ____________________________________________________________________________
53643 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
53644         Log: Introduce $Config{afsroot}.
53645      Branch: perl
53646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53647            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
53648            ! win32/config.gc win32/config.vc
53649 ____________________________________________________________________________
53650 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
53651         Log: (Retracted by #10375.)
53652              
53653              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
53654      Branch: perl
53655            ! hints/linux.sh
53656 ____________________________________________________________________________
53657 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
53658         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
53659              (Also Configure tweaks needed; coming up soon.)
53660      Branch: perl
53661            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
53662 ____________________________________________________________________________
53663 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
53664         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
53665              From: Michael G Schwern <schwern@pobox.com>
53666              Date: Sun, 27 May 2001 10:29:43 +0100
53667              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
53668      Branch: perl
53669            ! lib/perl5db.pl
53670 ____________________________________________________________________________
53671 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
53672         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
53673              and Abhijit Menon-Sen.
53674      Branch: perl
53675            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
53676            ! perl.c pp_sys.c regcomp.c
53677 ____________________________________________________________________________
53678 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
53679         Log: Fix the BOOT section to call myU2time properly.
53680      Branch: perl
53681            ! ext/Time/HiRes/HiRes.xs
53682 ____________________________________________________________________________
53683 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
53684         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53685              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53686              Date: Wed, 30 May 2001 09:44:29 -0400
53687              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
53688              
53689              Detypo; plus add one more trick.
53690      Branch: perl
53691            ! pod/perlfaq4.pod
53692 ____________________________________________________________________________
53693 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
53694         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)
53695              From: Michael G Schwern <schwern@pobox.com>
53696              Date: Wed, 30 May 2001 14:39:06 +0100
53697              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
53698      Branch: perl
53699            ! lib/autouse.pm t/pragma/autouse.t
53700 ____________________________________________________________________________
53701 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
53702         Log: Subject: Re: AIX and gcc (moving targets)
53703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53704              Date: Wed, 30 May 2001 15:25:08 +0200
53705              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
53706      Branch: perl
53707            ! ext/Time/HiRes/HiRes.xs
53708 ____________________________________________________________________________
53709 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
53710         Log: Subject: [PATCH t/TEST] sorting tests
53711              From: Michael G Schwern <schwern@pobox.com>
53712              Date: Wed, 30 May 2001 10:24:02 +0100
53713              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
53714      Branch: perl
53715            ! t/TEST
53716 ____________________________________________________________________________
53717 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
53718         Log: Subject: [ID 20010529.002] typos in man page perlre
53719              From: bart@cg681574-a.adubn1.nj.home.com 
53720              Date: Tue, 29 May 2001 13:58:59 -0500
53721              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
53722      Branch: perl
53723            ! pod/perlre.pod
53724 ____________________________________________________________________________
53725 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
53726         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53727              From: "Craig A. Berry" <craigberry@mac.com>
53728              Date: Tue, 29 May 2001 23:23:45 -0500
53729              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
53730      Branch: perl
53731            ! t/lib/extutils.t t/pragma/autouse.t
53732 ____________________________________________________________________________
53733 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
53734         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)
53735              From: David Dyck <dcd@tc.fluke.com>
53736              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
53737              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
53738      Branch: perl
53739            ! t/lib/filefind.t
53740 ____________________________________________________________________________
53741 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
53742         Log: AIX hints update for gcc from Merijn H. Brand.
53743      Branch: perl
53744            ! hints/aix.sh
53745 ____________________________________________________________________________
53746 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
53747         Log: Retract #10295 and #10296: a more generic solution
53748              is needed (there's something funny with gcc on AIX).
53749      Branch: perl
53750            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
53751 ____________________________________________________________________________
53752 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
53753         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53754              From: Hugo <hv@crypt.compulink.co.uk>
53755              Date: Wed, 30 May 2001 11:59:19 +0100
53756              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
53757              
53758              localizing $@ has unfortunate semantics - if you die past
53759              a local $@, the die message is lost.
53760      Branch: perl
53761            ! lib/utf8_heavy.pl
53762 ____________________________________________________________________________
53763 [ 10309] By: nick                                  on 2001/05/30  08:23:02
53764         Log: Integrate mainline (autouse works again.)
53765      Branch: perlio
53766           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
53767           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
53768           !> pod/perlvar.pod t/op/cmp.t
53769 ____________________________________________________________________________
53770 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
53771         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
53772              From: David Dyck <dcd@tc.fluke.com>
53773              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
53774              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
53775      Branch: perl
53776            ! lib/File/Find.pm
53777 ____________________________________________________________________________
53778 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
53779         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
53780              From: Nicholas Clark <nick@ccl4.org>
53781              Date: Tue, 29 May 2001 23:16:09 +0100
53782              Message-ID: <20010529231609.U86445@plum.flirble.org>
53783              
53784              Make the test output slightly clearer by distinguishing
53785              between '' and undef.
53786      Branch: perl
53787            ! t/op/cmp.t
53788 ____________________________________________________________________________
53789 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
53790         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
53791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53792              Date: Tue, 29 May 2001 19:15:19 -0400
53793              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
53794      Branch: perl
53795            ! hints/os2.sh
53796 ____________________________________________________________________________
53797 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
53798         Log: Subject: perlvar.pod addition
53799              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
53800              Date: Fri, 25 May 2001 20:23:12 +0200
53801              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
53802              
53803              Subject: Re: perlvar.pod addition
53804              From: "Abigail" <abigail@foad.org> 
53805              Date: Fri, 25 May 2001 22:00:39 +0200
53806              Message-ID: <20010525200039.28029.qmail@foad.org>
53807              
53808              Mention $a and $b in perlvar.
53809      Branch: perl
53810            ! pod/perlvar.pod
53811 ____________________________________________________________________________
53812 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
53813         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
53814              From: Jeff Pinyan <jeffp@crusoe.net>
53815              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
53816              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
53817      Branch: perl
53818            ! pod/perlvar.pod
53819 ____________________________________________________________________________
53820 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
53821         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
53822              From: Jeff Pinyan <jeffp@crusoe.net>
53823              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
53824              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
53825      Branch: perl
53826            ! pod/perlfaq6.pod
53827 ____________________________________________________________________________
53828 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
53829         Log: Mention Time::localtime and Time::gmtime.
53830      Branch: perl
53831            ! ext/Time/Piece/Piece.pm
53832 ____________________________________________________________________________
53833 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
53834         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53835              From: Michael G Schwern <schwern@pobox.com>
53836              Date: Tue, 29 May 2001 18:51:32 +0100
53837              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
53838      Branch: perl
53839            ! pod/perlfaq4.pod
53840 ____________________________________________________________________________
53841 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
53842         Log: Retract #10243.
53843      Branch: perl
53844            ! lib/autouse.pm
53845 ____________________________________________________________________________
53846 [ 10299] By: nick                                  on 2001/05/29  18:41:19
53847         Log: Post weekend integrate mainline (fails one test pragma/autouse).
53848      Branch: perlio
53849           +> (branch 29 files)
53850           !> (integrate 91 files)
53851 ____________________________________________________________________________
53852 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
53853         Log: Update Changes.
53854      Branch: perl
53855            ! Changes patchlevel.h
53856 ____________________________________________________________________________
53857 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
53858         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
53859              before Perl_load_module/Perl_call_method and restore the value
53860              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
53861      Branch: perl
53862            ! utf8.c
53863 ____________________________________________________________________________
53864 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
53865         Log: Subject: Re: AIX and gcc (moving targets)
53866              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53867              Date: Tue, 29 May 2001 17:59:40 +0200
53868              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
53869      Branch: perl
53870            ! ext/Storable/Makefile.PL
53871 ____________________________________________________________________________
53872 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
53873         Log: Subject: Re: AIX and gcc (moving targets)
53874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53875              Date: Tue, 29 May 2001 12:32:57 +0200
53876              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
53877      Branch: perl
53878            ! ext/POSIX/Makefile.PL
53879 ____________________________________________________________________________
53880 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
53881         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
53882              From: Michael G Schwern <schwern@pobox.com>
53883              Date: Tue, 29 May 2001 09:53:29 +0100
53884              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
53885              
53886              (#10280 retracted)
53887      Branch: perl
53888            ! lib/Test/Harness.pm t/lib/test-harness.t
53889 ____________________________________________________________________________
53890 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
53891         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
53892              From: Michael G Schwern <schwern@pobox.com>
53893              Date: Tue, 29 May 2001 09:19:52 +0100
53894              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
53895      Branch: perl
53896            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
53897            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
53898            + t/lib/Test/todo.t
53899            ! MANIFEST lib/Test.pm t/TEST
53900 ____________________________________________________________________________
53901 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
53902         Log: From: Michael G Schwern <schwern@pobox.com>
53903              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
53904              Date: Tue, 29 May 2001 08:26:09 +0100
53905              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
53906      Branch: perl
53907            ! t/TEST
53908 ____________________________________________________________________________
53909 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
53910         Log: Add tests for Time::gmtime and Time::localtime.
53911      Branch: perl
53912            + t/lib/time-gmtime.t t/lib/time-localtime.t
53913            ! MANIFEST t/lib/1_compile.t
53914 ____________________________________________________________________________
53915 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
53916         Log: Add test for File::stat.
53917      Branch: perl
53918            + t/lib/filestat.t
53919            ! MANIFEST t/lib/1_compile.t
53920 ____________________________________________________________________________
53921 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
53922         Log: Add test for Net::servent.
53923      Branch: perl
53924            + t/lib/net-sent.t
53925            ! MANIFEST t/lib/1_compile.t
53926 ____________________________________________________________________________
53927 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
53928         Log: Add test for Net::protoent.
53929      Branch: perl
53930            + t/lib/net-pent.t
53931            ! MANIFEST t/lib/1_compile.t
53932 ____________________________________________________________________________
53933 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
53934         Log: Add test for Net::netent.
53935      Branch: perl
53936            + t/lib/net-nent.t
53937            ! MANIFEST t/lib/1_compile.t
53938 ____________________________________________________________________________
53939 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
53940         Log: Add test for User::grent.  Portability doubtful.
53941      Branch: perl
53942            + t/lib/user-grent.t
53943            ! MANIFEST t/lib/1_compile.t
53944 ____________________________________________________________________________
53945 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
53946         Log: Add test for User::pwent.
53947              Probably will fall down somewhere for portability reasons.
53948      Branch: perl
53949            + t/lib/user-pwent.t
53950            ! MANIFEST t/lib/1_compile.t
53951 ____________________________________________________________________________
53952 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
53953         Log: Metaconfig units changes for #10283.
53954      Branch: metaconfig
53955            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
53956            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
53957            ! U/installdirs/sitescript.U U/modified/Signal.U
53958 ____________________________________________________________________________
53959 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
53960         Log: Subject: [PATCH 5.6.1] signal names in Configure
53961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53962              Date: Tue, 29 May 2001 03:52:25 -0400
53963              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
53964              
53965              Subject: [PATCH 5.6.1] older perl in Configure
53966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53967              Date: Tue, 29 May 2001 03:55:40 -0400
53968              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
53969              
53970              Subject: [PATCH 5.6.1] goofs in Configure
53971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53972              Date: Tue, 29 May 2001 04:13:07 -0400
53973              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
53974              
53975              Configure portability tweaks.
53976      Branch: perl
53977            ! Configure
53978 ____________________________________________________________________________
53979 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
53980         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
53981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53982              Date: Tue, 29 May 2001 04:07:06 -0400
53983              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
53984      Branch: perl
53985            ! os2/os2.c
53986 ____________________________________________________________________________
53987 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
53988         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
53989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53990              Date: Tue, 29 May 2001 04:01:38 -0400
53991              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
53992      Branch: perl
53993            ! hints/os2.sh os2/Makefile.SHs
53994 ____________________________________________________________________________
53995 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
53996         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
53997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53998              Date: Tue, 29 May 2001 03:50:18 -0400
53999              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
54000      Branch: perl
54001            ! lib/Test/Harness.pm
54002 ____________________________________________________________________________
54003 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
54004         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
54005      Branch: perl
54006            ! lib/utf8_heavy.pl
54007 ____________________________________________________________________________
54008 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
54009         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54010              From: Hugo <hv@crypt.compulink.co.uk>
54011              Date: Tue, 29 May 2001 03:03:45 +0100
54012              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
54013              
54014              Explanation why the $@ always gets the UTF8 flag when under use utf8--
54015              because we told it to have the flag when under use utf8.
54016      Branch: perl
54017            ! pp_ctl.c
54018 ____________________________________________________________________________
54019 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
54020         Log: At least a partial fix for 20010528.004.
54021      Branch: perl
54022            ! lib/utf8_heavy.pl
54023 ____________________________________________________________________________
54024 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
54025         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
54026              From: Nicholas Clark <nick@ccl4.org> 
54027              Date: Mon, 28 May 2001 23:39:38 +0100
54028              Message-ID: <20010528233938.M86445@plum.flirble.org>
54029              
54030              More portable non-zero UV.
54031      Branch: perl
54032            ! t/lib/extutils.t
54033 ____________________________________________________________________________
54034 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
54035         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
54036              From: Nicholas Clark <nick@ccl4.org>
54037              Date: Mon, 28 May 2001 22:46:09 +0100
54038              Message-ID: <20010528224608.L86445@plum.flirble.org>
54039              
54040              Test also "make clean".
54041      Branch: perl
54042            ! t/lib/extutils.t
54043 ____________________________________________________________________________
54044 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
54045         Log: Subject: Re: Would -Wno-unused -Wall be better?
54046              From: Michael G Schwern <schwern@pobox.com>
54047              Date: Tue, 29 May 2001 00:55:54 +0100
54048              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
54049      Branch: perl
54050            ! pp.h
54051 ____________________________________________________________________________
54052 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
54053         Log: Add a test for 20010528.007, fixed in #10272.
54054      Branch: perl
54055            ! t/op/misc.t toke.c
54056 ____________________________________________________________________________
54057 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
54058         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
54059              From: Hugo <hv@crypt.compulink.co.uk>
54060              Date: Tue, 29 May 2001 00:23:23 +0100
54061              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
54062      Branch: perl
54063            ! toke.c
54064 ____________________________________________________________________________
54065 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
54066         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54067              From: Michael G Schwern <schwern@pobox.com>
54068              Date: Tue, 29 May 2001 00:42:59 +0100
54069              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
54070      Branch: perl
54071            ! t/pragma/autouse.t
54072 ____________________________________________________________________________
54073 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
54074         Log: Some shells seemingly arrange the signal handlers differently
54075              (bug id 20010521.004).
54076      Branch: perl
54077            ! t/lib/sigaction.t
54078 ____________________________________________________________________________
54079 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
54080         Log: Regen perlmodlib.
54081      Branch: perl
54082            ! pod/perlmodlib.pod
54083 ____________________________________________________________________________
54084 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
54085         Log: Update Changes.
54086      Branch: perl
54087            ! Changes patchlevel.h
54088 ____________________________________________________________________________
54089 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
54090         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
54091              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54092              Date: Mon, 28 May 2001 14:56:35 -0500
54093              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
54094      Branch: perl
54095            ! pod/perlnewmod.pod
54096 ____________________________________________________________________________
54097 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
54098         Log: Regen toc.
54099      Branch: perl
54100            ! pod/perltoc.pod
54101 ____________________________________________________________________________
54102 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
54103         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
54104              From: "Richard Soderberg" <rs@crystalflame.net>
54105              Date: Mon, 28 May 2001 12:31:23 -0700
54106              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
54107      Branch: perl
54108            ! t/op/splice.t
54109 ____________________________________________________________________________
54110 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
54111         Log: The #10260 was too bold: locales and utf8 still do not mix.
54112      Branch: perl
54113            ! t/pragma/locale.t
54114 ____________________________________________________________________________
54115 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
54116         Log: Subject: [PATCH] Pod nitpicks
54117              From: "Richard Soderberg" <rs@crystalflame.net>
54118              Date: Mon, 28 May 2001 10:08:58 -0700
54119              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
54120      Branch: perl
54121            ! pod/perl571delta.pod pod/perlapi.pod sv.h
54122 ____________________________________________________________________________
54123 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
54124         Log: Upgrade to I18N::LangTags 0.22.
54125      Branch: perl
54126            + lib/I18N/LangTags/List.pod
54127            ! MANIFEST lib/I18N/LangTags.pm
54128 ____________________________________________________________________________
54129 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
54130         Log: A slightly more serious bug found by -Mutf8; op/misc and
54131              lib/complex dumped core.
54132      Branch: perl
54133            ! regexec.c
54134 ____________________________________________________________________________
54135 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
54136         Log: Various buglets shaken out by -Mutf8.
54137      Branch: perl
54138            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
54139            ! t/pragma/locale.t
54140 ____________________________________________________________________________
54141 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
54142         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
54143      Branch: perl
54144            ! t/lib/carp.t
54145 ____________________________________________________________________________
54146 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
54147         Log: Subject: [PATCH] todo patch
54148              From: Artur Bergman <artur@contiller.se> 
54149              Date: Mon, 28 May 2001 17:03:51 +0200
54150              Message-ID: <B7383577.F34%artur@contiller.se>
54151      Branch: perl
54152            ! pod/perltodo.pod
54153 ____________________________________________________________________________
54154 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
54155         Log: Subject: typo in perlguts.pod
54156              From: "John P. Linderman" <jpl@research.att.com>
54157              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
54158              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
54159      Branch: perl
54160            ! pod/perlguts.pod
54161 ____________________________________________________________________________
54162 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
54163         Log: Subject: AIX and gcc (moving targets)
54164              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54165              Date: Mon, 28 May 2001 12:54:04 +0200
54166              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
54167      Branch: perl
54168            ! hints/aix.sh
54169 ____________________________________________________________________________
54170 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
54171         Log: Subject: Re: perlio + multiple perl_alloc..destruct
54172              From: Doug MacEachern <dougm@covalent.net>
54173              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54174              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54175      Branch: perl
54176            ! perlio.c
54177 ____________________________________________________________________________
54178 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54179         Log: The #10251 wasn't quite up-to-the-code.
54180      Branch: perl
54181            ! t/op/misc.t
54182 ____________________________________________________________________________
54183 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54184         Log: Test case for bug 20010526.004, fixed in #10252.
54185      Branch: perl
54186            ! t/op/taint.t
54187 ____________________________________________________________________________
54188 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54189         Log: Subject: Re: [ID 20010526.004] Taint looses value
54190              From: Hugo <hv@crypt.compulink.co.uk>
54191              Date: Sun, 27 May 2001 20:39:32 +0100
54192              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54193      Branch: perl
54194            ! sv.c
54195 ____________________________________________________________________________
54196 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54197         Log: Test case for 20010422.005, fixed by #10250.
54198      Branch: perl
54199            ! t/op/misc.t
54200 ____________________________________________________________________________
54201 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54202         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54203              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54204              Date: Mon, 28 May 2001 06:39:12 -0400
54205              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54206      Branch: perl
54207            ! toke.c
54208 ____________________________________________________________________________
54209 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54210         Log: Linerewrapping.
54211      Branch: perl
54212            ! lib/open.pm
54213 ____________________________________________________________________________
54214 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54215         Log: Updates on the modules list.
54216      Branch: perl
54217            ! t/lib/1_compile.t
54218 ____________________________________________________________________________
54219 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54220         Log: Add a test for PerlIO.
54221              
54222              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54223      Branch: perl
54224            + t/lib/perlio.t
54225            ! MANIFEST lib/PerlIO.pm
54226 ____________________________________________________________________________
54227 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54228         Log: Add a test for carp et alia.
54229      Branch: perl
54230            + t/lib/carp.t
54231            ! MANIFEST
54232 ____________________________________________________________________________
54233 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54234         Log: Adding the new test would be swell.
54235      Branch: perl
54236            + t/pragma/autouse.t
54237 ____________________________________________________________________________
54238 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54239         Log: Add a test for the autouse pragma.
54240      Branch: perl
54241            ! MANIFEST
54242 ____________________________________________________________________________
54243 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54244         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54245              From: dLux <dlux@spam.sch.bme.hu>
54246              Date: Sun, 27 May 2001 16:14:26 +0200
54247              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54248      Branch: perl
54249            ! lib/autouse.pm
54250 ____________________________________________________________________________
54251 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54252         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54253              From: "Richard Soderberg" <rs@crystalflame.net>
54254              Date: Mon, 28 May 2001 03:56:36 -0700
54255              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54256      Branch: perl
54257            ! utils/dprofpp.PL
54258 ____________________________________________________________________________
54259 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54260         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54261              From: "Stephen P. Potter" <spp@spotter.yi.org>
54262              Date: Tue, 22 May 2001 11:40:25 -0400
54263              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54264              
54265              Subject: Re: [ID 20010522.003] Time::Local module bug
54266              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54267              Date: Tue, 22 May 2001 11:50:19 -0400
54268              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54269      Branch: perl
54270            ! lib/Time/Local.pm
54271 ____________________________________________________________________________
54272 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54273         Log: The PERL_DL_NONLAZY can have whitespace in front.
54274      Branch: perl
54275            ! t/lib/extutils.t
54276 ____________________________________________________________________________
54277 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54278         Log: Document strftime() and strptime().
54279      Branch: perl
54280            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54281 ____________________________________________________________________________
54282 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54283         Log: Make Time::Piece::strptime() to be a function, not a method.
54284      Branch: perl
54285            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54286 ____________________________________________________________________________
54287 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
54288         Log: Tweak the test to be more portable.
54289      Branch: perl
54290            ! t/lib/extutils.t
54291 ____________________________________________________________________________
54292 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
54293         Log: Subject: PATCH: Re: Re: Attributes that tie
54294              From: Leon Brocard <acme@astray.com>
54295              Date: Sun, 27 May 2001 12:37:29 +0100
54296              Message-ID: <20010527123729.A22663@ns0.astray.com>
54297              
54298              Document that variable attributes are not currently usable
54299              for tieing.  (An ugly limitation that should be fixed.)
54300      Branch: perl
54301            ! lib/attributes.pm
54302 ____________________________________________________________________________
54303 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
54304         Log: Microperl tweaks.
54305      Branch: perl
54306            ! Makefile.micro uconfig.h uconfig.sh
54307 ____________________________________________________________________________
54308 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
54309         Log: Add make target for microperl (kind of silly, but convenient).
54310      Branch: perl
54311            ! Makefile.SH
54312 ____________________________________________________________________________
54313 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
54314         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
54315              for microperl.)
54316      Branch: perl
54317            ! doio.c
54318 ____________________________________________________________________________
54319 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
54320         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
54321              From: rspier@pobox.com (Robert Spier)
54322              Date: Sat, 26 May 2001 20:05:23 -0400
54323              Message-ID: <15120.17603.148648.12430@rls.cx>
54324              
54325              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
54326              From: rspier@pobox.com (Robert Spier)
54327              Date: Sun, 27 May 2001 00:23:12 -0400
54328              Message-ID: <15120.33072.511966.767230@rls.cx>
54329      Branch: perl
54330            ! doio.c pod/perlfunc.pod
54331 ____________________________________________________________________________
54332 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
54333         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
54334      Branch: perl
54335            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54336 ____________________________________________________________________________
54337 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
54338         Log: Add README.tru64.
54339      Branch: perl
54340            + README.tru64
54341 ____________________________________________________________________________
54342 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
54343         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
54344      Branch: perl
54345            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
54346            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
54347            ! MANIFEST
54348 ____________________________________________________________________________
54349 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
54350         Log: Integrate I18N::LangTags from Sean Burke.
54351              
54352              TODO: the language list from RFC 3066 needs to be integrated
54353              and made available somehow.  The list is included in the
54354              I18N-LangTags 0.21 distribution, but it is undocumented
54355              and unconnected to the module.
54356      Branch: perl
54357            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
54358            ! MANIFEST
54359 ____________________________________________________________________________
54360 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
54361         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
54362              envisioned by Sarathy.
54363      Branch: perl
54364            ! t/op/ver.t toke.c
54365 ____________________________________________________________________________
54366 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
54367         Log: Subject: [ID 20010525.001] Pod typo nits fixed
54368              From: lvirden@cas.org
54369              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
54370              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
54371              
54372              minus the perlsolaris decimation plus the
54373              
54374              Subject: Re: [ID 20010525.001] Pod typo nits fixed
54375              From: "Philip Newton" <Philip.Newton@gmx.net>
54376              Date: Fri, 25 May 2001 18:05:55 +0200
54377              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
54378      Branch: perl
54379            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
54380            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
54381            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
54382            ! pod/perlutil.pod pod/perlxstut.pod
54383 ____________________________________________________________________________
54384 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
54385         Log: return clauses are nice.
54386      Branch: perl
54387            ! sv.c
54388 ____________________________________________________________________________
54389 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
54390         Log: Subject: change 10199 backwards?
54391              From: Doug MacEachern <dougm@covalent.net>
54392              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
54393              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
54394      Branch: perl
54395            ! sv.c
54396 ____________________________________________________________________________
54397 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
54398         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
54399              From: Hugo <hv@crypt.compulink.co.uk>
54400              Date: Sat, 26 May 2001 17:05:12 +0100
54401              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
54402      Branch: perl
54403            + t/op/gmagic.t
54404            ! MANIFEST doop.c embed.h embed.pl global.sym
54405            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
54406            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
54407 ____________________________________________________________________________
54408 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
54409         Log: Regen headers for #10221.
54410      Branch: perl
54411            ! global.sym objXSUB.h perlapi.c
54412 ____________________________________________________________________________
54413 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
54414         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
54415              From: Juha Laiho <juha.laiho@Elma.Net>
54416              Date: Thu, 3 May 2001 09:51:30 +0300
54417              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
54418      Branch: perl
54419            ! embed.pl
54420 ____________________________________________________________________________
54421 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
54422         Log: Subject: Re: [PATCH] Re: stability of sort()?
54423              From: "John P. Linderman" <jpl@research.att.com>
54424              Date: Sat, 26 May 2001 13:27:19 -0400
54425              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
54426      Branch: perl
54427            ! pod/perlfunc.pod
54428 ____________________________________________________________________________
54429 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
54430         Log: Integrate perlio:
54431              
54432              [ 10212]
54433              Change perlguts docs to not suggest PUSHi etc. for multiple results,
54434              add a few more notes there on use of mortals on the stack.
54435      Branch: perl
54436           !> pod/perlguts.pod
54437 ____________________________________________________________________________
54438 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
54439         Log: Subject: [PATCH perl@10210] PerlIO for VMS
54440              From: "Craig A. Berry" <craigberry@mac.com>
54441              Date: Sat, 26 May 2001 09:34:11 -0500
54442              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
54443      Branch: perl
54444            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
54445            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54446            ! vms/vmsish.h
54447 ____________________________________________________________________________
54448 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54449         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54450              From: David Dyck <dcd@tc.fluke.com>
54451              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54452              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54453      Branch: perl
54454            ! lib/perl5db.pl
54455 ____________________________________________________________________________
54456 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54457         Log: Subject: utf8 regexp tests
54458              From: Hugo <hv@crypt.compulink.co.uk>
54459              Date: Fri, 25 May 2001 22:35:01 +0100
54460              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54461      Branch: perl
54462            ! t/op/regexp.t
54463 ____________________________________________________________________________
54464 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54465         Log: Subject: [PATCH] Re: stability of sort()?
54466              From: Nicholas Clark <nick@ccl4.org>
54467              Date: Fri, 25 May 2001 22:40:19 +0100
54468              Message-ID: <20010525224019.B86445@plum.flirble.org>
54469      Branch: perl
54470            ! pod/perlfunc.pod
54471 ____________________________________________________________________________
54472 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54473         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54474              From: John Peacock <jpeacock@rowman.com>
54475              Date: Thu, 24 May 2001 22:14:01 -0400
54476              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54477      Branch: perl
54478            ! mg.c scope.c sv.c
54479 ____________________________________________________________________________
54480 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54481         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54482              From: Nicholas Clark <nick@ccl4.org>
54483              Date: Sun, 20 May 2001 19:24:13 +0100
54484              Message-ID: <20010520192413.G83222@plum.flirble.org>
54485      Branch: perl
54486            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54487            ! MANIFEST utils/h2xs.PL
54488 ____________________________________________________________________________
54489 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54490         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54491              add a few more notes there on use of mortals on the stack.
54492      Branch: perlio
54493            ! pod/perlguts.pod
54494 ____________________________________________________________________________
54495 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54496         Log: Integrate mainline
54497      Branch: perlio
54498           +> t/lib/fcntl.t t/pragma/vars.t
54499           !> (integrate 49 files)
54500 ____________________________________________________________________________
54501 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54502         Log: Update Changes.
54503      Branch: perl
54504            ! Changes patchlevel.h
54505 ____________________________________________________________________________
54506 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54507         Log: Based on
54508              
54509              Subject: [PATCH pp.c] Wrapping pack("C",256)
54510              From: Simon Cozens <simon@netthink.co.uk>
54511              Date: Sat, 12 May 2001 17:58:41 +0100
54512              Message-ID: <20010512175841.A6132@netthink.co.uk>
54513      Branch: perl
54514            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54515 ____________________________________________________________________________
54516 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54517         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54518              From: "Brendan O'Dea" <bod@compusol.com.au>
54519              Date: Fri, 25 May 2001 11:18:29 +1000
54520              Message-ID: <20010525111829.A28411@compusol.com.au>
54521              
54522              (Slightly modified.)
54523      Branch: perl
54524            ! lib/Term/Cap.pm
54525 ____________________________________________________________________________
54526 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
54527         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
54528              From: Hugo <hv@crypt.compulink.co.uk>
54529              Date: Fri, 25 May 2001 02:13:25 +0100
54530              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
54531      Branch: perl
54532            ! t/op/misc.t
54533 ____________________________________________________________________________
54534 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
54535         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
54536              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
54537              Date: Fri, 25 May 2001 10:25:36 +0900
54538              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
54539      Branch: perl
54540            ! regcomp.c regexec.c
54541 ____________________________________________________________________________
54542 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
54543         Log: Subject: [PATCH #2] stash autovivification and method call error messages
54544              From: Ilmari Karonen <iltzu@sci.fi>
54545              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
54546              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
54547      Branch: perl
54548            ! gv.c pp_hot.c t/op/method.t
54549 ____________________________________________________________________________
54550 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
54551         Log: Add make target and documentation for gprof profiling.
54552      Branch: perl
54553            ! Makefile.SH pod/perlhack.pod
54554 ____________________________________________________________________________
54555 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
54556         Log: Subject: Don't think about UTF8 
54557              From: Mike Guy <mjtg@cam.ac.uk> 
54558              Date: Tue, 22 May 2001 14:35:39 +0100
54559              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
54560      Branch: perl
54561            ! sv.h
54562 ____________________________________________________________________________
54563 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
54564         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
54565              From: Geraint A Edwards <gedge@serf.org> 
54566              Date: Thu, 24 May 2001 22:51:24 +0100
54567              Message-Id: <20010524225124.A34981@cymru.serf.org>
54568      Branch: perl
54569            ! x2p/find2perl.PL
54570 ____________________________________________________________________________
54571 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
54572         Log: DB_File has its own attribute story.
54573      Branch: perl
54574            ! ext/DB_File/DB_File.xs
54575 ____________________________________________________________________________
54576 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
54577         Log: Subject: Re: Making perl with -Wall
54578              From: Andy Dougherty <doughera@lafayette.edu>
54579              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
54580              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
54581      Branch: perl
54582            ! perl.h
54583 ____________________________________________________________________________
54584 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
54585         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
54586              From: "Richard Soderberg" <rs@crystalflame.net>
54587              Date: Thu, 24 May 2001 08:58:16 -0700
54588              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
54589      Branch: perl
54590            ! sv.c
54591 ____________________________________________________________________________
54592 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
54593         Log: IV/UV casting fixes from Nicholas Clark.
54594      Branch: perl
54595            ! perl.h pp_sys.c util.c
54596 ____________________________________________________________________________
54597 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
54598         Log: Subject: Re: Making perl with -Wall
54599              From: Michael G Schwern <schwern@pobox.com>
54600              Date: Thu, 24 May 2001 15:40:28 +0100
54601              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
54602      Branch: perl
54603            ! malloc.c perl.h
54604 ____________________________________________________________________________
54605 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
54606         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
54607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54608              Date: Tue, 22 May 2001 11:49:37 +0200
54609              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
54610      Branch: metaconfig
54611            ! U/modified/Oldsym.U
54612      Branch: metaconfig/U/perl
54613            ! patchlevel.U
54614      Branch: perl
54615            ! Configure config_h.SH myconfig.SH
54616 ____________________________________________________________________________
54617 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
54618         Log: Under versiononly install also the scripts with the version suffix.
54619              (e.g. .../bin/h2xs5.7.1)
54620      Branch: perl
54621            ! installperl
54622 ____________________________________________________________________________
54623 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
54624         Log: Subject: [PATCH] Stop segfault in mg.c:636
54625              From: "Richard Soderberg" <rs@crystalflame.net>
54626              Date: Thu, 24 May 2001 05:51:52 -0700
54627              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
54628      Branch: perl
54629            ! mg.c
54630 ____________________________________________________________________________
54631 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
54632         Log: Iteration continues; hopefully convergently.
54633      Branch: perl
54634            ! t/lib/b-stash.t
54635 ____________________________________________________________________________
54636 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
54637         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
54638              From: Gisle Aas <gisle@ActiveState.com>
54639              Date: 23 May 2001 16:13:10 -0700
54640              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
54641      Branch: perl
54642            ! op.c toke.c
54643 ____________________________________________________________________________
54644 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
54645         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
54646              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54647              Date: Thu, 24 May 2001 05:05:22 -0500
54648              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
54649      Branch: perl
54650            ! lib/dumpvar.pl lib/perl5db.pl
54651 ____________________________________________________________________________
54652 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
54653         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
54654              From: David Dyck <dcd@tc.fluke.com>
54655              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
54656              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
54657      Branch: perl
54658            ! lib/perl5db.pl
54659 ____________________________________________________________________________
54660 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
54661         Log: Tiny pod nits on READMEs, mostly whitespace issues.
54662      Branch: perl
54663            ! README.amiga README.dos README.macos README.mpeix README.vmesa
54664            ! README.win32
54665 ____________________________________________________________________________
54666 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
54667         Log: The DG/UX part of the 20010521.005.
54668      Branch: perl
54669            ! README.dgux
54670 ____________________________________________________________________________
54671 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
54672         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
54673              From: Hugo <hv@crypt.compulink.co.uk>
54674              Date: Mon, 21 May 2001 16:32:02 +0100
54675              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
54676      Branch: perl
54677            ! regcomp.c t/op/misc.t
54678 ____________________________________________________________________________
54679 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
54680         Log: Subject: [PATCH] Extra UNIVERSAL tests
54681              From: Mike Guy <mjtg@cam.ac.uk>
54682              Date: Wed, 23 May 2001 12:29:20 +0100
54683              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
54684      Branch: perl
54685            ! t/op/universal.t
54686 ____________________________________________________________________________
54687 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
54688         Log: Subject: [PATCH] Remove EQ keyword
54689              From: Mike Guy <mjtg@cam.ac.uk>
54690              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
54691              Date: Wed, 23 May 2001 11:17:29 +0100
54692      Branch: perl
54693            ! keywords.h keywords.pl
54694 ____________________________________________________________________________
54695 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
54696         Log: Subject: [PATCH] lib/perl5db.pl
54697              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54698              Date: Wed, 23 May 2001 02:18:03 -0500
54699              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
54700      Branch: perl
54701            ! lib/perl5db.pl
54702 ____________________________________________________________________________
54703 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
54704         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
54705              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54706              Date: Tue, 22 May 2001 23:34:41 -0500
54707              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
54708      Branch: perl
54709            ! lib/Term/Cap.pm
54710 ____________________________________________________________________________
54711 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
54712         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
54713              From: davem@fdgroup.co.uk
54714              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
54715              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
54716      Branch: perl
54717            ! emacs/e2ctags.pl
54718 ____________________________________________________________________________
54719 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
54720         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
54721              From: Michael G Schwern <schwern@pobox.com>
54722              Date: Tue, 22 May 2001 14:15:09 +0100
54723              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
54724      Branch: perl
54725            ! lib/vars.pm
54726 ____________________________________________________________________________
54727 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
54728         Log: Subject: [PATCH lib/vars.pm] Odd code nit
54729              From: Michael G Schwern <schwern@pobox.com>
54730              Date: Tue, 22 May 2001 14:14:28 +0100
54731              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
54732      Branch: perl
54733            ! lib/vars.pm
54734 ____________________________________________________________________________
54735 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
54736         Log: Use the new use vars feature.
54737      Branch: perl
54738            ! t/lib/b-stash.t
54739 ____________________________________________________________________________
54740 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
54741         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
54742              From: Mike Guy <mjtg@cam.ac.uk>
54743              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54744              Date: Tue, 22 May 2001 13:11:39 +0100
54745      Branch: perl
54746            + t/pragma/vars.t
54747            ! MANIFEST lib/vars.pm t/lib/1_compile.t
54748 ____________________________________________________________________________
54749 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
54750         Log: -qlongdouble considered harmful by Merijn.
54751      Branch: perl
54752            ! hints/aix.sh
54753 ____________________________________________________________________________
54754 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
54755         Log: Update Changes.
54756      Branch: perl
54757            ! Changes patchlevel.h
54758 ____________________________________________________________________________
54759 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
54760         Log: Add a test of its very own for Fcntl.  Hopefully portable.
54761      Branch: perl
54762            + t/lib/fcntl.t
54763            ! MANIFEST
54764 ____________________________________________________________________________
54765 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
54766         Log: Must be trickier for 'minitest' not to die.
54767      Branch: perl
54768            ! t/op/taint.t
54769 ____________________________________________________________________________
54770 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
54771         Log: Can't declare other people's variables.
54772      Branch: perl
54773            ! t/lib/b-stash.t
54774 ____________________________________________________________________________
54775 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
54776         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
54777      Branch: perl
54778            ! doio.c t/op/taint.t
54779 ____________________________________________________________________________
54780 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
54781         Log: The OS/2 variable needs to be declared.
54782      Branch: perl
54783            ! t/lib/b-stash.t
54784 ____________________________________________________________________________
54785 [ 10170] By: nick                                  on 2001/05/20  16:48:29
54786         Log: Integrate mainline
54787      Branch: perlio
54788           !> (integrate 41 files)
54789 ____________________________________________________________________________
54790 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
54791         Log: Small perlsec updates: clarify the taintedness of filename
54792              globbing; suggest using Scalar::Util::tainted().
54793      Branch: perl
54794            ! pod/perlsec.pod
54795 ____________________________________________________________________________
54796 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
54797         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
54798              From: Dave Mitchell <davem@fdgroup.co.uk>
54799              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
54800              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
54801      Branch: perl
54802            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
54803            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
54804            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
54805            ! xsutils.c
54806 ____________________________________________________________________________
54807 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
54808         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
54809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54810              Date: Sat, 19 May 2001 04:08:46 -0400
54811              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
54812      Branch: perl
54813            ! lib/ExtUtils/Mksymlists.pm makedef.pl
54814 ____________________________________________________________________________
54815 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
54816         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
54817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54818              Date: Sat, 19 May 2001 04:30:45 -0400
54819              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
54820      Branch: perl
54821            ! os2/os2.c
54822 ____________________________________________________________________________
54823 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
54824         Log: Subject: [PATCH 5.6.1] build bugs OS/2
54825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54826              Date: Sat, 19 May 2001 04:35:28 -0400
54827              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
54828      Branch: perl
54829            ! os2/Makefile.SHs os2/os2.c
54830 ____________________________________________________________________________
54831 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
54832         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
54833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54834              Date: Sat, 19 May 2001 04:04:23 -0400
54835              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
54836              
54837              (In bleadperl patched b-stash.t instead of b.t)
54838      Branch: perl
54839            ! t/lib/b-stash.t t/lib/bigfltpm.t
54840 ____________________________________________________________________________
54841 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
54842         Log: Subject: [PATCH 5.6.1] perl5db
54843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54844              Date: Sat, 19 May 2001 03:49:09 -0400
54845              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
54846      Branch: perl
54847            ! lib/perl5db.pl
54848 ____________________________________________________________________________
54849 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
54850         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
54851              From: Gisle Aas <gisle@ActiveState.com>
54852              Date: 18 May 2001 14:24:51 -0700
54853              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
54854      Branch: perl
54855            ! pp_ctl.c
54856 ____________________________________________________________________________
54857 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
54858         Log: Subject: [PATCH] Chomp should not always stringify
54859              From: Gisle Aas <gisle@ActiveState.com>
54860              Date: 18 May 2001 07:55:25 -0700
54861              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
54862      Branch: perl
54863            ! doop.c t/op/chop.t
54864 ____________________________________________________________________________
54865 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
54866         Log: Integrate perlio:
54867              
54868              [ 10159]
54869              Document some more of open's features.
54870      Branch: perl
54871           !> pod/perlfunc.pod
54872 ____________________________________________________________________________
54873 [ 10159] By: nick                                  on 2001/05/20  09:39:46
54874         Log: Document some more of open's features.
54875      Branch: perlio
54876            ! pod/perlfunc.pod
54877 ____________________________________________________________________________
54878 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
54879         Log: back out change#10153 (it has compatibility issues such as the
54880              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
54881              benefit for 5.6.x doesn't seem worth the risk)
54882      Branch: maint-5.6/perl
54883            ! toke.c
54884 ____________________________________________________________________________
54885 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
54886         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
54887      Branch: perl
54888            ! x2p/s2p.PL
54889 ____________________________________________________________________________
54890 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
54891         Log: Update Changes.
54892      Branch: perl
54893            ! Changes patchlevel.h
54894 ____________________________________________________________________________
54895 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
54896         Log: Integrate change #10144 from maintperl.
54897              
54898              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
54899      Branch: 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 [ 10154] By: nick                                  on 2001/05/18  07:23:03
54904         Log: Integrate mainline.
54905      Branch: perlio
54906           +> README.dgux t/lib/i18n-collate.t utils.lst
54907           !> (integrate 49 files)
54908 ____________________________________________________________________________
54909 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
54910         Log: Integrate change #7224 from mainline into maintperl.
54911              
54912              Allow @+ and @- to be doublequoted, from Simon Cozens. 
54913              (Approved by Larry, see Tom's comment in 20000830.005.)
54914      Branch: maint-5.6/perl
54915           !> toke.c
54916 ____________________________________________________________________________
54917 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
54918         Log: Subject: [PATCH bleadperl] small lookbehind fix
54919              From: Hugo <hv@crypt.compulink.co.uk>
54920              Date: Fri, 18 May 2001 00:07:19 +0100
54921              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
54922      Branch: perl
54923            ! regexec.c
54924 ____________________________________________________________________________
54925 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
54926         Log: Detypos.
54927      Branch: perl
54928            ! installman utils.lst
54929 ____________________________________________________________________________
54930 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
54931         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
54932              in 20001222.001.
54933      Branch: perl
54934            ! t/lib/glob-basic.t
54935 ____________________________________________________________________________
54936 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
54937         Log: Subject: [PATCH] Test for bug 20010515.004
54938              From: Benjamin Sugars <bsugars@canoe.ca>
54939              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
54940              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
54941      Branch: perl
54942            ! t/op/misc.t
54943 ____________________________________________________________________________
54944 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
54945         Log: Integrate #10145 from maintperl.
54946              
54947              fix for ID 20010515.004 (needs test)
54948      Branch: perl
54949           !> pp_hot.c
54950 ____________________________________________________________________________
54951 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
54952         Log: Thinko noticed by Doug MacEachern.
54953      Branch: perl
54954            ! thread.h
54955 ____________________________________________________________________________
54956 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
54957         Log: Subject: Re: [PATCH] HERE mark in regex
54958              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54959              Date: Thu, 17 May 2001 12:20:33 -0400
54960              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
54961      Branch: perl
54962            ! t/op/re_tests
54963 ____________________________________________________________________________
54964 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
54965         Log: fix for ID 20010515.004 (needs test)
54966      Branch: maint-5.6/perl
54967            ! pp_hot.c
54968 ____________________________________________________________________________
54969 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
54970         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
54971      Branch: maint-5.6/perl
54972            ! win32/config.bc win32/config.gc win32/config.vc
54973            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54974 ____________________________________________________________________________
54975 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
54976         Log: Macrofy the getspecific (and use it also in util.c)
54977      Branch: perl
54978            ! thread.h util.c
54979 ____________________________________________________________________________
54980 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
54981         Log: Use the unchecked thread-specific key fetch also in Tru64.
54982      Branch: perl
54983            ! thread.h
54984 ____________________________________________________________________________
54985 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
54986         Log: Subject: [PATCH 5.6.1]Quick thread speedup
54987              From: Dan Sugalski <dan@sidhe.org> 
54988              Date: Wed, 16 May 2001 18:05:19 -0400
54989              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
54990      Branch: perl
54991            ! thread.h util.c
54992 ____________________________________________________________________________
54993 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
54994         Log: I think this is quite enough testing for a deprecated feature.
54995      Branch: perl
54996            + t/lib/i18n-collate.t
54997            ! MANIFEST t/lib/1_compile.t
54998 ____________________________________________________________________________
54999 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
55000         Log: More HP-UX lore from Jeff Okamoto.
55001      Branch: perl
55002            ! README.hpux
55003 ____________________________________________________________________________
55004 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
55005         Log: Sort utils.lst for easier maintenance.
55006      Branch: perl
55007            ! utils.lst
55008 ____________________________________________________________________________
55009 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
55010         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55011              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55012              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
55013              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
55014              
55015              Add pod2latex to utils.lst.
55016      Branch: perl
55017            ! MANIFEST utils.lst
55018 ____________________________________________________________________________
55019 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
55020         Log: Subject: Re: [PATCH] HERE mark in regex
55021              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55022              Date: Wed, 16 May 2001 13:04:43 -0400
55023              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
55024      Branch: perl
55025            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55026            ! t/op/regmesg.t t/pragma/warn/regcomp
55027 ____________________________________________________________________________
55028 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
55029         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55030              From: Simon Cozens <simon@netthink.co.uk>
55031              Date: Wed, 16 May 2001 18:02:08 +0100
55032              Message-ID: <20010516180208.A6458@netthink.co.uk>
55033      Branch: perl
55034            ! installman utils.lst
55035 ____________________________________________________________________________
55036 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
55037         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
55038              From: "Philip Newton" <pnewton@gmx.de>
55039              Date: Tue, 15 May 2001 15:09:30 +0200
55040              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
55041              
55042              Test case for #10128.
55043      Branch: perl
55044            ! t/pragma/warn/pp_hot
55045 ____________________________________________________________________________
55046 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
55047         Log: Update Changes.
55048      Branch: perl
55049            ! Changes patchlevel.h
55050 ____________________________________________________________________________
55051 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
55052         Log: Deprecate pseudo-hashes.
55053      Branch: perl
55054            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
55055 ____________________________________________________________________________
55056 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
55057         Log: HP-UX hints update from Merijn.
55058      Branch: perl
55059            ! hints/hpux.sh
55060 ____________________________________________________________________________
55061 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
55062         Log: README.hpux update from Merijn.
55063      Branch: perl
55064            ! README.hpux
55065 ____________________________________________________________________________
55066 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
55067         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55068              From: Simon Cozens <simon@netthink.co.uk>
55069              Date: Wed, 16 May 2001 15:57:55 +0100
55070              Message-ID: <20010516155755.A4728@netthink.co.uk>
55071      Branch: perl
55072            + utils.lst
55073            ! MANIFEST installman installperl
55074 ____________________________________________________________________________
55075 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
55076         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
55077              From: "Philip Newton" <pnewton@gmx.de>
55078              Date: Tue, 15 May 2001 16:31:05 +0200
55079              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
55080              
55081              Fix PERL_Y2KWARN test to check before rather than after appending.
55082      Branch: perl
55083            ! pp_hot.c
55084 ____________________________________________________________________________
55085 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
55086         Log: Regen Porting stuff.
55087      Branch: perl
55088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55089            ! config_h.SH
55090 ____________________________________________________________________________
55091 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
55092         Log: Metaconfig unit change for #10125.
55093      Branch: metaconfig
55094            ! U/modified/Oldconfig.U
55095 ____________________________________________________________________________
55096 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
55097         Log: Use OSVERS.
55098      Branch: perl
55099            ! Configure config_h.SH perl.c
55100 ____________________________________________________________________________
55101 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
55102         Log: Regen toc.
55103      Branch: perl
55104            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55105 ____________________________________________________________________________
55106 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
55107         Log: Adding the README.dgux to the MANIFEST would be a good idea.
55108      Branch: perl
55109            ! MANIFEST
55110 ____________________________________________________________________________
55111 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
55112         Log: Move the stack desire definition to thread.h.
55113      Branch: perl
55114            ! ext/Thread/Thread.xs thread.h
55115 ____________________________________________________________________________
55116 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
55117         Log: DG-UX threading patches, including a README.dgux,
55118              from Takis Psarogiannakopoulos.
55119      Branch: perl
55120            + README.dgux
55121            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
55122 ____________________________________________________________________________
55123 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
55124         Log: Subject: [PATCH B::Deparse] More on /x regexes
55125              From: Robin Houston <robin@kitsite.com>
55126              Date: Tue, 15 May 2001 19:09:35 +0100
55127              Message-ID: <20010515190935.A27268@penderel>
55128      Branch: perl
55129            ! ext/B/B/Deparse.pm
55130 ____________________________________________________________________________
55131 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
55132         Log: Document that the core time() may be rounding rather
55133              than truncating, would have saved at least my confusion.
55134      Branch: perl
55135            ! ext/Time/HiRes/HiRes.pm
55136 ____________________________________________________________________________
55137 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
55138         Log: Subject: perl-current/t/time-hires.t
55139              From: John Peacock <jpeacock@rowman.com>
55140              Date: Fri, 11 May 2001 14:09:41 -0400
55141              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
55142      Branch: perl
55143            ! t/lib/time-hires.t
55144 ____________________________________________________________________________
55145 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
55146         Log: Subject: [PATCH dump.c] Op private flags
55147              From: Simon Cozens <simon@netthink.co.uk>
55148              Date: Sun, 13 May 2001 20:20:36 +0100
55149              Message-ID: <20010513202036.A21896@netthink.co.uk>
55150      Branch: perl
55151            ! dump.c
55152 ____________________________________________________________________________
55153 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
55154         Log: Upgrade to Switch 2.03.
55155      Branch: perl
55156            ! lib/Switch.pm
55157 ____________________________________________________________________________
55158 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
55159         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
55160              to PERL_CONFIG_SH and use it consistently.
55161      Branch: maint-5.6/perl
55162           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55163           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55164           !> myconfig.SH writemain.SH
55165 ____________________________________________________________________________
55166 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
55167         Log: Metaconfig units changes for #10113.
55168      Branch: metaconfig
55169            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
55170 ____________________________________________________________________________
55171 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
55172         Log: The problem described in 20010514.031 still wasn't
55173              fully cured, there were remnants of $CONFIG when
55174              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55175              to avoid future conflicts.
55176      Branch: perl
55177            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55178            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55179            ! myconfig.SH writemain.SH
55180 ____________________________________________________________________________
55181 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55182         Log: Half of #10107 got lost.
55183      Branch: perl
55184            ! ext/B/B/Deparse.pm
55185 ____________________________________________________________________________
55186 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55187         Log: Integrate mainline.
55188      Branch: perlio
55189           +> ext/POSIX/hints/uts.pl
55190            - Todo Todo-5.6 t/camel-III/vstring.t
55191           !> (integrate 48 files)
55192 ____________________________________________________________________________
55193 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55194         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55195              From: Robin Houston <robin@kitsite.com>
55196              Date: Mon, 14 May 2001 22:27:08 +0100
55197              Message-ID: <20010514222708.A22963@penderel>
55198      Branch: perl
55199            ! t/TestInit.pm
55200 ____________________________________________________________________________
55201 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55202         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55203              From: Robin Houston <robin@kitsite.com>
55204              Date: Mon, 14 May 2001 22:16:43 +0100
55205              Message-ID: <20010514221643.A22437@penderel>
55206      Branch: perl
55207            ! ext/B/B/Deparse.pm
55208 ____________________________________________________________________________
55209 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55210         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55211              From: Robin Houston <robin@kitsite.com>
55212              Date: Mon, 14 May 2001 22:03:44 +0100
55213              Message-ID: <20010514220344.A20643@penderel>
55214      Branch: perl
55215            ! ext/B/B/Deparse.pm
55216 ____________________________________________________________________________
55217 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55218         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55219              From: Robin Houston <robin@kitsite.com>
55220              Date: Mon, 14 May 2001 22:10:07 +0100
55221              Message-ID: <20010514221007.A21118@penderel>
55222      Branch: perl
55223            ! ext/B/B/Deparse.pm
55224 ____________________________________________________________________________
55225 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55226         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55227              collation magic.
55228      Branch: perl
55229            ! pp.c
55230 ____________________________________________________________________________
55231 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55232         Log: Update Changes.
55233      Branch: perl
55234            ! Changes patchlevel.h
55235 ____________________________________________________________________________
55236 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55237         Log: Retract #10094.
55238      Branch: perl
55239            ! lib/Pod/Text.pm
55240 ____________________________________________________________________________
55241 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55242         Log: Integrate change #10100 from maintperl.
55243              
55244              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55245              bug ID 20010514.027)
55246      Branch: perl
55247           !> mg.c pp_ctl.c
55248 ____________________________________________________________________________
55249 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55250         Log: Document the deprecatedness of suidperl.
55251      Branch: perl
55252            ! INSTALL pod/perlfaq1.pod
55253 ____________________________________________________________________________
55254 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55255         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55256              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55257              Date: Mon, 14 May 2001 09:38:59 -0400
55258              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55259      Branch: perl
55260            ! lib/ExtUtils/MM_Unix.pm
55261 ____________________________________________________________________________
55262 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55263         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55264              bug ID 20010514.027)
55265              
55266              TODO: this needs a testsuite addition
55267      Branch: maint-5.6/perl
55268            ! mg.c pp_ctl.c
55269 ____________________________________________________________________________
55270 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55271         Log: More DWIMminess for Class::Struct: calling the array or hash
55272              accessors only with one argument, an array or a hash reference,
55273              sets the underlying array or hash.  This mirrors nicely also
55274              the usage in the constructor.
55275              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55276      Branch: perl
55277            ! lib/Class/Struct.pm t/lib/class-struct.t
55278 ____________________________________________________________________________
55279 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55280         Log: Reference cmp'ing should go through the whole stringification
55281              process shebang, as pointed out by Sarathy in #10091.
55282      Branch: perl
55283            ! pp.c
55284 ____________________________________________________________________________
55285 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
55286         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
55287              From: Simon Cozens <simon@netthink.co.uk>
55288              Date: Sat, 12 May 2001 16:36:27 +0100
55289              Message-ID: <20010512163627.A5522@netthink.co.uk>
55290              
55291              with some additions salvaged from Todo and Todo-5.6 before
55292              retiring them.
55293      Branch: perl
55294            - Todo Todo-5.6
55295            ! MANIFEST pod/perltodo.pod
55296 ____________________________________________________________________________
55297 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
55298         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
55299              From: "Golubev I. N." <gin@mo.msk.ru>
55300              Date: Mon, 07 May 2001 14:33:34 (GMT)
55301              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
55302      Branch: perl
55303            ! perl.h
55304 ____________________________________________________________________________
55305 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
55306         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
55307              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55308              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
55309              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
55310      Branch: perl
55311            ! lib/ExtUtils/MM_Unix.pm
55312 ____________________________________________________________________________
55313 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
55314         Log: (Retracted by #10104.)
55315              
55316              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
55317              From: barries <barries@slaysys.com>
55318              Date: Sat, 12 May 2001 01:28:10 -0400
55319              Message-ID: <20010512012810.B26358@jester.slaysys.com>
55320      Branch: perl
55321            ! lib/Pod/Text.pm
55322 ____________________________________________________________________________
55323 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
55324         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
55325              From: Mike Guy <mjtg@cam.ac.uk>
55326              Date: Sat, 12 May 2001 19:24:33 +0100
55327              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
55328      Branch: perl
55329            ! lib/AutoSplit.pm
55330 ____________________________________________________________________________
55331 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
55332         Log: Yet another HP-UX hints tweak from Merijn.
55333      Branch: perl
55334            ! hints/hpux.sh
55335 ____________________________________________________________________________
55336 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
55337         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
55338              isn't defined (changes#9366,9368,9370 from mainline without the
55339              pp_scmp() change)
55340      Branch: maint-5.6/perl
55341            ! pp.c pp.h pp_hot.c
55342 ____________________________________________________________________________
55343 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
55344         Log: The sorting seems to happen now automatically.
55345      Branch: perl
55346            ! t/lib/glob-basic.t
55347 ____________________________________________________________________________
55348 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
55349         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55350              From: Benjamin Sugars <bsugars@canoe.ca>
55351              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
55352              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
55353      Branch: perl
55354            ! pod/perlfunc.pod
55355 ____________________________________________________________________________
55356 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
55357         Log: Subject: Re: undef(&foo) does not work for XS functions
55358              From: Doug MacEachern <dougm@covalent.net>
55359              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
55360              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
55361      Branch: perl
55362            ! op.c
55363 ____________________________________________________________________________
55364 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
55365         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
55366              From: Peter Prymmer <pvhp@forte.com>
55367              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
55368              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
55369      Branch: perl
55370            ! t/op/append.t
55371 ____________________________________________________________________________
55372 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
55373         Log: Update Changes.
55374      Branch: perl
55375            ! Changes patchlevel.h
55376 ____________________________________________________________________________
55377 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
55378         Log: Remove the 'asciir' re subpragma.  Should instead implement
55379              the 'physical vs logical' range scheme:
55380              
55381              \xAA-\xCC is a native physical range, you want that range of
55382              codepoints in your native encoding.  In EBCDIC the codepoints
55383              in the gaps (between i-j and r-s) should be included.
55384              
55385              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
55386              codepoints in Unicode.
55387              
55388              a-z is a logical range, you want that range of 'logical' codepoints
55389              in your native encoding.  In EBCDIC the codepoints in the gaps
55390              (between i-j and r-s) should not be included.
55391              
55392              Mixed cases (a-\xAA, etc) should either be errors, or maybe
55393              the 'logical' endpoints should be converted to native/Unicode
55394              codepoints, and the range handled as a physical range.
55395              
55396              'Logical endpoints' are to be recognized only in the A-Z, a-z,
55397              and 0-9 ranges.  Probably a warning should be given for mixed
55398              cases like A-z or a-9 (since such expressions are encoding
55399              dependent), with a recommendation to use physical ranges.
55400      Branch: perl
55401            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
55402            ! t/op/regexp.t
55403 ____________________________________________________________________________
55404 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
55405         Log: Make the test to cleanup the test directory tree
55406              both before and after the testing so that we always
55407              have a clean slate to work with.
55408      Branch: perl
55409            ! t/lib/filefind.t
55410 ____________________________________________________________________________
55411 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
55412         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55413              From: Jon Eveland <jweveland@yahoo.com>
55414              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
55415              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
55416      Branch: perl
55417            ! pod/perlfunc.pod
55418 ____________________________________________________________________________
55419 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
55420         Log: Merge the camel-III/vstring.t with op/ver.t.
55421      Branch: perl
55422            - t/camel-III/vstring.t
55423            ! MANIFEST t/TEST t/harness t/op/ver.t
55424 ____________________________________________________________________________
55425 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
55426         Log: Add test.deparse make target.
55427      Branch: perl
55428            ! Makefile.SH
55429 ____________________________________________________________________________
55430 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
55431         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
55432              From: Robin Houston <robin@kitsite.com>
55433              Date: Fri, 11 May 2001 12:02:22 +0100
55434              Message-ID: <20010511120222.A11529@penderel>
55435      Branch: perl
55436            ! ext/B/B/Deparse.pm t/op/method.t
55437 ____________________________________________________________________________
55438 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
55439         Log: A nicely working combination for UTS from Hal Morris.
55440      Branch: perl
55441            + ext/POSIX/hints/uts.pl
55442            ! MANIFEST hints/uts.sh
55443 ____________________________________________________________________________
55444 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
55445         Log: i_ieeefp=undef for UTS.
55446      Branch: perl
55447            ! hints/uts.sh
55448 ____________________________________________________________________________
55449 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55450         Log: Subject: RE: rand(0) is rand(1)
55451              From: Larry Shatzer <lshatzer@islanddata.com>
55452              Date: Thu, 10 May 2001 11:09:27 -0700
55453              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55454      Branch: perl
55455            ! pod/perlfunc.pod
55456 ____________________________________________________________________________
55457 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55458         Log: Subject: [patch] make op_{clear,null} public
55459              From: Doug MacEachern <dougm@covalent.net>
55460              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55461              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55462      Branch: perl
55463            ! embed.h embed.pl op.c proto.h
55464 ____________________________________________________________________________
55465 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55466         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55467              From: Robin Houston <robin@kitsite.com>
55468              Date: Thu, 10 May 2001 18:54:59 +0100
55469              Message-ID: <20010510185459.A5995@penderel>
55470      Branch: perl
55471            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55472 ____________________________________________________________________________
55473 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55474         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55475              From: Robin Houston <robin@kitsite.com>
55476              Date: Thu, 10 May 2001 12:56:39 +0100
55477              Message-ID: <20010510125639.A2119@penderel>
55478      Branch: perl
55479            ! ext/B/B/Deparse.pm
55480 ____________________________________________________________________________
55481 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55482         Log: Retract #10070, not ready yet.
55483      Branch: perl
55484            ! ext/B/B/Deparse.pm
55485 ____________________________________________________________________________
55486 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55487         Log: The metaconfig unit change for #10071.
55488      Branch: metaconfig
55489            ! U/modified/mallocsrc.U
55490 ____________________________________________________________________________
55491 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55492         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55493      Branch: perl
55494            ! Configure
55495 ____________________________________________________________________________
55496 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55497         Log: (Retracted by #10073)
55498              
55499              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55500              From: Hugo <hv@crypt.compulink.co.uk>
55501              Date: Thu, 10 May 2001 05:48:09 +0100
55502              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55503      Branch: perl
55504            ! ext/B/B/Deparse.pm
55505 ____________________________________________________________________________
55506 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55507         Log: Add a for(func()) test.
55508      Branch: perl
55509            ! t/cmd/for.t
55510 ____________________________________________________________________________
55511 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55512         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55513              From: Robin Houston <robin@kitsite.com>
55514              Date: Thu, 10 May 2001 13:50:08 +0100
55515              Message-ID: <20010510135008.A2454@penderel>
55516      Branch: perl
55517            ! ext/B/B/Deparse.pm
55518 ____________________________________________________________________________
55519 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55520         Log: A thinko in #10065.
55521      Branch: perl
55522            ! hv.c
55523 ____________________________________________________________________________
55524 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
55525         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
55526              From: Robin Houston <robin@kitsite.com>
55527              Date: Thu, 10 May 2001 02:10:34 +0100
55528              Message-ID: <20010510021034.A19421@penderel>
55529      Branch: perl
55530            ! ext/B/B.xs ext/B/B/Deparse.pm
55531 ____________________________________________________________________________
55532 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
55533         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
55534              From: Doug MacEachern <dougm@covalent.net>
55535              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
55536              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
55537      Branch: perl
55538            ! hv.c
55539 ____________________________________________________________________________
55540 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
55541         Log: One more workaround for the UTS compiler from Hal Morris.
55542      Branch: perl
55543            ! perl.h
55544 ____________________________________________________________________________
55545 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
55546         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
55547              From: Robin Houston <robin@kitsite.com>
55548              Date: Thu, 10 May 2001 01:02:08 +0100
55549              Message-ID: <20010510010208.A18200@penderel>
55550      Branch: perl
55551            ! ext/B/B/Debug.pm
55552 ____________________________________________________________________________
55553 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
55554         Log: Subject: [PATCH] Simplify deb_curcv() a bit
55555              From: Benjamin Sugars <bsugars@canoe.ca>
55556              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
55557              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
55558      Branch: perl
55559            ! run.c
55560 ____________________________________________________________________________
55561 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
55562         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
55563              From: Benjamin Sugars <bsugars@canoe.ca>
55564              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
55565              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
55566      Branch: perl
55567            ! t/lib/io_scalar.t
55568 ____________________________________________________________________________
55569 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
55570         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
55571              From: Peter Prymmer <pvhp@forte.com>
55572              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
55573              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
55574      Branch: perl
55575            ! t/lib/md5-file.t
55576 ____________________________________________________________________________
55577 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
55578         Log: Subject: [PATCH t/TEST] B::Deparse tester
55579              From: Robin Houston <robin@kitsite.com>
55580              Date: Wed, 9 May 2001 19:17:50 +0100
55581              Message-ID: <20010509191750.A16940@penderel>
55582      Branch: perl
55583            ! ext/B/O.pm t/TEST
55584 ____________________________________________________________________________
55585 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
55586         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
55587              From: Jeff Pinyan <jeffp@crusoe.net>
55588              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
55589              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
55590      Branch: perl
55591            ! lib/Pod/Html.pm
55592 ____________________________________________________________________________
55593 [ 10057] By: nick                                  on 2001/05/09  18:37:56
55594         Log: Integrate mainline.
55595      Branch: perlio
55596           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
55597           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
55598 ____________________________________________________________________________
55599 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
55600         Log: Update Changes.
55601      Branch: perl
55602            ! Changes patchlevel.h
55603 ____________________________________________________________________________
55604 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
55605         Log: Integrate perlio:
55606              
55607              [ 10050]
55608              win32, regen_config_h
55609      Branch: perl
55610           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55611 ____________________________________________________________________________
55612 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
55613         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
55614              From: Benjamin Sugars <bsugars@canoe.ca>
55615              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
55616              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
55617      Branch: perl
55618            ! perlio.c
55619 ____________________________________________________________________________
55620 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
55621         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
55622              From: Benjamin Sugars <bsugars@canoe.ca>
55623              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
55624              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
55625      Branch: perl
55626            ! ext/PerlIO/Scalar/Scalar.xs
55627 ____________________________________________________________________________
55628 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
55629         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
55630              From: Jeff Pinyan <jeffp@crusoe.net>
55631              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
55632              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
55633      Branch: perl
55634            ! lib/Pod/Html.pm
55635 ____________________________________________________________________________
55636 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
55637         Log: EPOC tweak from Olaf Flebbe.
55638      Branch: perl
55639            ! epoc/epocish.h
55640 ____________________________________________________________________________
55641 [ 10050] By: nick                                  on 2001/05/09  14:37:57
55642         Log: win32, regen_config_h
55643      Branch: perlio
55644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55645 ____________________________________________________________________________
55646 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
55647         Log: Integrate perlio:
55648              
55649              [ 10048]
55650              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55651              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55652      Branch: perl
55653           !> pp_sys.c
55654 ____________________________________________________________________________
55655 [ 10048] By: nick                                  on 2001/05/09  11:59:50
55656         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55657              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55658      Branch: perlio
55659            ! pp_sys.c
55660 ____________________________________________________________________________
55661 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
55662         Log: Integrate perlio:
55663              
55664              [ 10045]
55665              MULTIPLICITY/DEBUGGING build fix.
55666      Branch: perl
55667           !> run.c
55668 ____________________________________________________________________________
55669 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
55670         Log: Subject: Re: Less warnings during configure
55671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55672              Date: Wed, 09 May 2001 13:12:49 +0200
55673              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
55674      Branch: perl
55675            ! hints/hpux.sh
55676 ____________________________________________________________________________
55677 [ 10045] By: nick                                  on 2001/05/09  09:56:59
55678         Log: MULTIPLICITY/DEBUGGING build fix.
55679      Branch: perlio
55680            ! run.c
55681 ____________________________________________________________________________
55682 [ 10044] By: nick                                  on 2001/05/09  09:46:37
55683         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
55684      Branch: perlio
55685           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
55686            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55687           !> (integrate 65 files)
55688 ____________________________________________________________________________
55689 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
55690         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55691              From: Robin Houston <robin@kitsite.com>
55692              Date: Tue, 8 May 2001 19:38:00 +0100
55693              Message-ID: <20010508193800.A4389@penderel>
55694              
55695              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55696              From: Robin Houston <robin@kitsite.com>
55697              Date: Tue, 8 May 2001 20:03:57 +0100
55698              Message-ID: <20010508200357.A4614@penderel>
55699              
55700              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55701              From: Robin Houston <robin@kitsite.com>
55702              Date: Wed, 9 May 2001 00:12:05 +0100
55703              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
55704      Branch: perl
55705            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
55706 ____________________________________________________________________________
55707 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
55708         Log: Retract #10031.
55709      Branch: perl
55710            ! pod/perlfunc.pod
55711 ____________________________________________________________________________
55712 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
55713         Log: The metaconfig unit changes for #10040.
55714      Branch: metaconfig/U/perl
55715            ! Checkcc.U d_dlsymun.U dlsrc.U
55716 ____________________________________________________________________________
55717 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
55718         Log: The Configure half of
55719              
55720              Subject: Less warnings during configure
55721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55722              Date: Tue, 08 May 2001 08:44:02 +0200
55723              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55724      Branch: perl
55725            ! Configure
55726 ____________________________________________________________________________
55727 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
55728         Log: Subject: Less warnings during configure
55729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55730              Date: Tue, 08 May 2001 08:44:02 +0200
55731              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55732      Branch: perl
55733            ! hints/hpux.sh
55734 ____________________________________________________________________________
55735 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
55736         Log: Don't forget to whine about \d__\d.
55737      Branch: perl
55738            ! t/pragma/warn/toke toke.c
55739 ____________________________________________________________________________
55740 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
55741         Log: Allow underscores also in the exponent part.
55742      Branch: perl
55743            ! t/pragma/warn/toke toke.c
55744 ____________________________________________________________________________
55745 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
55746         Log: CodeMagicCD doesn't look like an *I*DE.
55747      Branch: perl
55748            ! pod/perlfaq3.pod
55749 ____________________________________________________________________________
55750 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
55751         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
55752              to be consistently down).
55753      Branch: perl
55754            ! pod/perlfaq3.pod
55755 ____________________________________________________________________________
55756 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
55757         Log: Upgrade to Text::Balanced 1.84.
55758      Branch: perl
55759            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
55760 ____________________________________________________________________________
55761 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
55762         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
55763              From: Benjamin Sugars <bsugars@canoe.ca>
55764              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
55765              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
55766      Branch: perl
55767            ! run.c
55768 ____________________________________________________________________________
55769 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
55770         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
55771              From: Peter Prymmer <pvhp@forte.com>
55772              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
55773              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
55774      Branch: perl
55775            ! t/pod/plainer.t
55776 ____________________________________________________________________________
55777 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
55778         Log: (Retracted by #10042)
55779              
55780              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
55781              From: "Philip Newton" <pnewton@gmx.de>
55782              Date: Tue, 8 May 2001 09:18:10 +0200
55783              Message-ID: <3AF7B9D2.28861.603732@localhost>
55784      Branch: perl
55785            ! pod/perlfunc.pod
55786 ____________________________________________________________________________
55787 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
55788         Log: Subject: [PATCH B::Deparse] Document known bugs
55789              From: Robin Houston <robin@kitsite.com>
55790              Date: Tue, 8 May 2001 01:53:34 +0100
55791              Message-ID: <20010508015334.A32394@penderel>
55792      Branch: perl
55793            ! ext/B/B/Deparse.pm
55794 ____________________________________________________________________________
55795 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
55796         Log: Subject: Re: Perl book, magazine and website updates.
55797              From: "Philip Newton" <pnewton@gmx.de>
55798              Date: Mon, 7 May 2001 17:03:58 +0200
55799              Message-ID: <3AF6D57E.5387.1E29930@localhost>
55800      Branch: perl
55801            ! pod/perlfaq2.pod
55802 ____________________________________________________________________________
55803 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
55804         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
55805              From: Peter Prymmer <pvhp@forte.com>
55806              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
55807              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
55808      Branch: perl
55809            ! t/io/fflush.t
55810 ____________________________________________________________________________
55811 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
55812         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
55813              From: Robin Houston <robin@kitsite.com>
55814              Date: Tue, 8 May 2001 01:14:55 +0100
55815              Message-ID: <20010508011455.A32162@penderel>
55816      Branch: perl
55817            ! ext/B/B/Deparse.pm
55818 ____________________________________________________________________________
55819 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
55820         Log: Typo in #10025.
55821      Branch: perl
55822            ! hints/uts.sh
55823 ____________________________________________________________________________
55824 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
55825         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
55826      Branch: perl
55827            ! hints/uts.sh
55828 ____________________________________________________________________________
55829 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
55830         Log: Subject: Re: [ID 20010506.045] question about hash syntax
55831              From: Peter Scott <Peter@PSDT.com>
55832              Date: Sun, 06 May 2001 13:10:40 -0700
55833              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
55834      Branch: perl
55835            ! pod/perl56delta.pod
55836 ____________________________________________________________________________
55837 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
55838         Log: Configure should figure out the list of dynamic extensions
55839              just fine in UTS-- and in fact it does, as reported by Hal Morris.
55840      Branch: perl
55841            ! hints/uts.sh
55842 ____________________________________________________________________________
55843 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
55844         Log: Update Changes.
55845      Branch: perl
55846            ! Changes patchlevel.h
55847 ____________________________________________________________________________
55848 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
55849         Log: Subject: [PATCH regcomp.c] Insecure regexes
55850              From: Robin Houston <robin@kitsite.com>
55851              Date: Mon, 7 May 2001 21:56:12 +0100
55852              Message-ID: <20010507215612.A31114@penderel>
55853      Branch: perl
55854            ! regcomp.c
55855 ____________________________________________________________________________
55856 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
55857         Log: Drop the foobar.perl.com references for now until Simon
55858              gets them sorted out.
55859      Branch: perl
55860            ! pod/perlfaq2.pod
55861 ____________________________________________________________________________
55862 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
55863         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
55864              From: Prymmer/Kahn <pvhp@best.com>
55865              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
55866              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
55867      Branch: perl
55868            ! lib/Devel/SelfStubber.pm
55869 ____________________________________________________________________________
55870 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
55871         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
55872              From: Prymmer/Kahn <pvhp@best.com>
55873              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
55874              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
55875      Branch: perl
55876            ! win32/Makefile
55877 ____________________________________________________________________________
55878 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
55879         Log: s/WebTechnique's/WebTechniques/
55880      Branch: perl
55881            ! pod/perlfaq2.pod
55882 ____________________________________________________________________________
55883 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
55884         Log: Llama 3 updates from Randal.
55885      Branch: perl
55886            ! pod/perlfaq2.pod
55887 ____________________________________________________________________________
55888 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
55889         Log: Subject: [PATCH] Help -Dt show correct pad variables
55890              From: Benjamin Sugars <ben.sugars@home.com>
55891              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
55892              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
55893      Branch: perl
55894            ! embed.h embed.pl proto.h run.c
55895 ____________________________________________________________________________
55896 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
55897         Log: Subject: [PATCH] Document C<our $foo : shared>
55898              From: Benjamin Sugars <ben.sugars@home.com>
55899              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
55900              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
55901      Branch: perl
55902            ! pod/perlfunc.pod
55903 ____________________________________________________________________________
55904 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
55905         Log: Subject: [PATCH B::Deparse] undefined folded constants
55906              From: Robin Houston <robin@kitsite.com>
55907              Date: Sun, 6 May 2001 17:19:09 +0100
55908              Message-ID: <20010506171909.A7046@penderel>
55909      Branch: perl
55910            ! ext/B/B/Deparse.pm
55911 ____________________________________________________________________________
55912 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
55913         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
55914              From: Robin Houston <robin@kitsite.com>
55915              Message-ID: <20010506164654.A6848@penderel>
55916              Date: Sun, 6 May 2001 16:46:54 +0100
55917      Branch: perl
55918            ! ext/B/B/Deparse.pm
55919 ____________________________________________________________________________
55920 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
55921         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
55922              From: Robin Houston <robin@kitsite.com>
55923              Date: Sun, 6 May 2001 14:47:02 +0100
55924              Message-ID: <20010506144702.A6308@penderel>
55925      Branch: perl
55926            ! t/op/my_stash.t
55927 ____________________________________________________________________________
55928 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
55929         Log: Subject: Perl book, magazine and website updates.
55930              From: Simon Cozens <simon@netthink.co.uk>
55931              Date: Sun, 6 May 2001 16:55:36 +0100
55932              Message-ID: <20010506165536.A1795@netthink.co.uk>
55933      Branch: perl
55934            ! pod/perlbook.pod pod/perlfaq2.pod
55935 ____________________________________________________________________________
55936 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
55937         Log: Tweaks on the Tru64 prof options.
55938      Branch: perl
55939            ! pod/perlhack.pod
55940 ____________________________________________________________________________
55941 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
55942         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
55943              From: Robin Houston <robin@kitsite.com>
55944              Date: Sun, 6 May 2001 14:40:51 +0100
55945              Message-ID: <20010506144051.A6279@penderel>
55946      Branch: perl
55947            ! t/pod/testp2pt.pl
55948 ____________________________________________________________________________
55949 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
55950         Log: Subject: [PATCH B::Deparse] scoping
55951              From: Robin Houston <robin@kitsite.com>
55952              Date: Sun, 6 May 2001 14:36:56 +0100
55953              Message-ID: <20010506143656.A4006@penderel>
55954      Branch: perl
55955            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
55956 ____________________________________________________________________________
55957 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
55958         Log: Document the undefinedness of bitshifting out of range.
55959      Branch: perl
55960            ! pod/perlop.pod
55961 ____________________________________________________________________________
55962 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
55963         Log: Retract #10003 and update the IDE descriptions a bit.
55964      Branch: perl
55965            ! pod/perlfaq3.pod
55966 ____________________________________________________________________________
55967 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
55968         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
55969              From: Prymmer/Kahn <pvhp@best.com>
55970              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
55971              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
55972      Branch: perl
55973            ! win32/Makefile win32/buildext.pl win32/config.bc
55974            ! win32/config.gc win32/config.vc
55975 ____________________________________________________________________________
55976 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
55977         Log: (Retracted by #10005.)
55978      Branch: perl
55979            ! pod/perlfaq3.pod
55980 ____________________________________________________________________________
55981 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
55982         Log: It's "psed", not "sed".
55983      Branch: perl
55984            ! x2p/s2p.PL
55985 ____________________________________________________________________________
55986 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
55987         Log: Update Changes.
55988      Branch: perl
55989            ! Changes patchlevel.h
55990 ____________________________________________________________________________
55991 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
55992         Log: Subject: Re: bleadperl make install fails due to "psed"
55993              From: andreas.koenig@anima.de (Andreas J. Koenig)
55994              Date: 05 May 2001 18:23:28 +0200
55995              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
55996      Branch: perl
55997            ! x2p/Makefile.SH x2p/s2p.PL
55998 ____________________________________________________________________________
55999 [  9999] By: jhi                                   on 2001/05/05  18:28:09
56000         Log: AUTHORS updates.
56001      Branch: perl
56002            ! AUTHORS
56003 ____________________________________________________________________________
56004 [  9998] By: jhi                                   on 2001/05/05  18:16:00
56005         Log: Updates on the pods related to the modules included since 5.6.
56006              
56007              TODO: perltodo really could use major updating.
56008      Branch: perl
56009            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
56010            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56011            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
56012            ! pod/perlsyn.pod pod/perltodo.pod
56013 ____________________________________________________________________________
56014 [  9997] By: jhi                                   on 2001/05/05  17:35:17
56015         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
56016              from Kurt Skauen.
56017      Branch: perl
56018            + hints/atheos.sh
56019            ! MANIFEST
56020 ____________________________________________________________________________
56021 [  9996] By: jhi                                   on 2001/05/05  17:25:00
56022         Log: Add preemptive #undefs for some of the shorter and more prone
56023              to collision regcomp.h #defines.  (Background: the MASK collided
56024              with a system header #define in Rhapsody.)
56025      Branch: perl
56026            ! regcomp.h
56027 ____________________________________________________________________________
56028 [  9995] By: jhi                                   on 2001/05/05  13:24:21
56029         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
56030              From: Nicholas Clark <nick@ccl4.org>
56031              Date: Sat, 5 May 2001 14:46:39 +0100
56032              Message-ID: <20010505144639.O53513@plum.flirble.org>
56033              
56034              Add a test for the constants (if any) being processed correctly.
56035      Branch: perl
56036            ! utils/h2xs.PL
56037 ____________________________________________________________________________
56038 [  9994] By: jhi                                   on 2001/05/05  02:11:03
56039         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
56040              From: Peter Prymmer <pvhp@forte.com>
56041              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
56042              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
56043      Branch: perl
56044            ! t/lib/b-stash.t
56045 ____________________________________________________________________________
56046 [  9993] By: jhi                                   on 2001/05/05  02:03:49
56047         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
56048              From: Peter Prymmer <pvhp@forte.com>
56049              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
56050              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
56051      Branch: perl
56052            ! perlio.c vms/vmsish.h
56053 ____________________________________________________________________________
56054 [  9992] By: jhi                                   on 2001/05/04  17:21:12
56055         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
56056              From: Robin Barker <rmb1@cise.npl.co.uk>
56057              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
56058              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
56059      Branch: perl
56060            + t/pod/plainer.t
56061            ! MANIFEST
56062 ____________________________________________________________________________
56063 [  9991] By: jhi                                   on 2001/05/04  16:47:45
56064         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
56065              From: Robin Barker <rmb1@cise.npl.co.uk>
56066              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
56067              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
56068      Branch: perl
56069            ! regcomp.c
56070 ____________________________________________________________________________
56071 [  9990] By: jhi                                   on 2001/05/04  14:37:20
56072         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
56073              From: Prymmer/Kahn <pvhp@best.com>
56074              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
56075              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
56076      Branch: perl
56077            ! t/lib/b-stash.t
56078 ____________________________________________________________________________
56079 [  9989] By: jhi                                   on 2001/05/04  14:03:58
56080         Log: Introduce perl572delta, update Todo, add the missing
56081              mention about signal safety since 5.7.1 (though this
56082              requires verification and more details.)
56083      Branch: perl
56084            + pod/perl572delta.pod
56085            ! MANIFEST Todo pod/perl571delta.pod
56086 ____________________________________________________________________________
56087 [  9988] By: jhi                                   on 2001/05/04  12:41:51
56088         Log: Subject: [PATCH perl@9944] long =item
56089              From: Robin Barker <rmb1@cise.npl.co.uk>
56090              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
56091              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
56092      Branch: perl
56093            ! ext/Time/HiRes/HiRes.pm
56094 ____________________________________________________________________________
56095 [  9987] By: jhi                                   on 2001/05/04  12:39:19
56096         Log: The #9901 had removed one line essential for EBCDIC.
56097      Branch: perl
56098            ! regcomp.c
56099 ____________________________________________________________________________
56100 [  9986] By: jhi                                   on 2001/05/04  12:30:23
56101         Log: Subject: cygwin/Makefile.SHs INSTALL patch
56102              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
56103              Date: Mon, 08 Jan 2001 04:59:21 +0200
56104              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
56105      Branch: perl
56106            ! cygwin/Makefile.SHs
56107 ____________________________________________________________________________
56108 [  9985] By: jhi                                   on 2001/05/04  03:51:39
56109         Log: Encode/IO doc tweaks.
56110      Branch: perl
56111            ! ext/Encode/Encode.pm
56112 ____________________________________________________________________________
56113 [  9984] By: jhi                                   on 2001/05/04  03:29:34
56114         Log: Remove GDBM_File from the dynamic extensions for UTS,
56115              GDBM is not a standard feature.
56116      Branch: perl
56117            ! hints/uts.sh
56118 ____________________________________________________________________________
56119 [  9983] By: jhi                                   on 2001/05/04  03:22:59
56120         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
56121      Branch: perl
56122            ! pod/perlretut.pod
56123 ____________________________________________________________________________
56124 [  9982] By: jhi                                   on 2001/05/03  23:21:03
56125         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
56126              From: Benjamin Sugars <bsugars@canoe.ca>
56127              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
56128              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
56129      Branch: perl
56130            ! dump.c
56131 ____________________________________________________________________________
56132 [  9981] By: jhi                                   on 2001/05/03  23:20:05
56133         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
56134              From: Benjamin Sugars <bsugars@canoe.ca>
56135              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
56136              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
56137      Branch: perl
56138            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56139 ____________________________________________________________________________
56140 [  9980] By: jhi                                   on 2001/05/03  23:15:29
56141         Log: Integrate perlio:
56142              
56143              [  9976]
56144              Allow $answer = encode($object,$text); like it says in docs.
56145              
56146              [  9975]
56147              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56148              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56149      Branch: perl
56150           !> ext/Encode/Encode.pm
56151 ____________________________________________________________________________
56152 [  9979] By: jhi                                   on 2001/05/03  16:54:59
56153         Log: Install psed man page.
56154      Branch: perl
56155            ! installman
56156 ____________________________________________________________________________
56157 [  9978] By: jhi                                   on 2001/05/03  16:45:58
56158         Log: Remove unused files; noted by Sarathy.
56159      Branch: perl
56160            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56161            ! MANIFEST
56162 ____________________________________________________________________________
56163 [  9977] By: jhi                                   on 2001/05/03  16:42:30
56164         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
56165              From: Andy Dougherty <doughera@lafayette.edu>
56166              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
56167              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
56168      Branch: perl
56169            ! INSTALL
56170 ____________________________________________________________________________
56171 [  9976] By: nick                                  on 2001/05/03  16:40:42
56172         Log: Allow $answer = encode($object,$text); like it says in docs.
56173      Branch: perlio
56174            ! ext/Encode/Encode.pm
56175 ____________________________________________________________________________
56176 [  9975] By: nick                                  on 2001/05/03  16:22:30
56177         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56178              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56179      Branch: perlio
56180            ! ext/Encode/Encode.pm
56181 ____________________________________________________________________________
56182 [  9974] By: nick                                  on 2001/05/03  15:48:17
56183         Log: Integrate mainline.
56184      Branch: perlio
56185           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56186           +> t/lib/filter-simple.t t/lib/next.t
56187           !> (integrate 70 files)
56188 ____________________________________________________________________________
56189 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56190         Log: Update Changes.
56191      Branch: perl
56192            ! Changes patchlevel.h
56193 ____________________________________________________________________________
56194 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56195         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56196              From: Prymmer/Kahn <pvhp@best.com>
56197              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56198              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56199      Branch: perl
56200            ! t/io/fflush.t
56201 ____________________________________________________________________________
56202 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56203         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56204              From: Prymmer/Kahn <pvhp@best.com>
56205              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56206              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56207      Branch: perl
56208            ! win32/FindExt.pm
56209 ____________________________________________________________________________
56210 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56211         Log: Can't croak sans thread context, from Doug MacEachern.
56212      Branch: perl
56213            ! toke.c
56214 ____________________________________________________________________________
56215 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56216         Log: Subject: Random input test and Perl
56217              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56218              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56219              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56220      Branch: perl
56221            ! toke.c
56222 ____________________________________________________________________________
56223 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56224         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56225              From: Peter Prymmer <pvhp@forte.com>
56226              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56227              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56228      Branch: perl
56229            ! pod/perlfunc.pod pod/perlport.pod
56230 ____________________________________________________________________________
56231 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56232         Log: Workaround for UTS compiler casting bug from Hal Morris.
56233      Branch: perl
56234            ! perl.h
56235 ____________________________________________________________________________
56236 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56237         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56238              From: Dan Sugalski <dan@sidhe.org>
56239              Date: Wed, 02 May 2001 15:23:22 -0400
56240              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56241      Branch: perl
56242            ! perl.c vms/vms.c
56243 ____________________________________________________________________________
56244 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56245         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56246      Branch: perl
56247            ! pod/perlfunc.pod
56248 ____________________________________________________________________________
56249 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56250         Log: Document large files in INSTALL, document also the %x
56251              limitation if not use64bitint, closes bug 20010326.007.
56252      Branch: perl
56253            ! INSTALL
56254 ____________________________________________________________________________
56255 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56256         Log: perlmodlib tweaks; regen pods.
56257      Branch: perl
56258            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56259            ! pod/perltoc.pod
56260 ____________________________________________________________________________
56261 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56262         Log: Fix for a segfault, from Marc Lehmann.
56263      Branch: perl
56264            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56265 ____________________________________________________________________________
56266 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56267         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56268              From: "Philip Newton" <pnewton@gmx.de>
56269              Date: Wed, 2 May 2001 18:39:03 +0200
56270              Message-ID: <3AF05447.15525.173B588@localhost>
56271      Branch: perl
56272            ! pod/perlop.pod
56273 ____________________________________________________________________________
56274 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56275         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56276              From: Dan Sugalski <dan@sidhe.org>
56277              Date: Wed, 02 May 2001 11:37:27 -0400
56278              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56279      Branch: perl
56280            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56281            ! thread.h vms/vms.c vms/vmsish.h
56282 ____________________________________________________________________________
56283 [  9959] By: jhi                                   on 2001/05/02  15:21:08
56284         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
56285              From: Benjamin Sugars <bsugars@canoe.ca>
56286              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
56287              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
56288      Branch: perl
56289            ! ext/PerlIO/Scalar/Scalar.xs
56290 ____________________________________________________________________________
56291 [  9958] By: jhi                                   on 2001/05/02  15:15:53
56292         Log: Bug in #9915, spotted by Mike Guy.
56293      Branch: perl
56294            ! installperl
56295 ____________________________________________________________________________
56296 [  9957] By: jhi                                   on 2001/05/02  13:26:01
56297         Log: Add a test for not griping about references as array
56298              indices if the reference has magic in it (overloaded
56299              methods).
56300      Branch: perl
56301            ! pod/perldiag.pod t/pragma/warn/pp_hot
56302 ____________________________________________________________________________
56303 [  9956] By: jhi                                   on 2001/05/02  13:07:01
56304         Log: Retracted a bit too much in #9952.
56305      Branch: perl
56306            ! t/pragma/sub_lval.t
56307 ____________________________________________________________________________
56308 [  9955] By: jhi                                   on 2001/05/02  13:05:38
56309         Log: Test for #9952.
56310      Branch: perl
56311            ! t/op/tie.t
56312 ____________________________________________________________________________
56313 [  9954] By: jhi                                   on 2001/05/02  11:48:18
56314         Log: Additional note on the encoding example: one cannot
56315              convert string constants in-place.
56316      Branch: perl
56317            ! ext/Encode/Encode.pm
56318 ____________________________________________________________________________
56319 [  9953] By: jhi                                   on 2001/05/02  11:43:51
56320         Log: Note that if you have recent enough Perl you already
56321              have Filter::Util::Call.
56322      Branch: perl
56323            ! lib/Filter/Simple.pm
56324 ____________________________________________________________________________
56325 [  9952] By: jhi                                   on 2001/05/02  11:31:53
56326         Log: Retract changes #8254 and #8255, causes coredump in
56327              'tie FH, "main"', reported by Abigail, culprit found by
56328              Benjamin Sugars.  Mirrors maintperl change #9950.
56329      Branch: perl
56330            ! op.c t/pragma/sub_lval.t
56331 ____________________________________________________________________________
56332 [  9951] By: jhi                                   on 2001/05/02  11:14:29
56333         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
56334      Branch: perl
56335            + t/lib/MyFilter.pm
56336 ____________________________________________________________________________
56337 [  9950] By: gsar                                  on 2001/05/02  03:17:11
56338         Log: revert integration of changes#8254,8255 in change#8620 (causes
56339              a coredump in C<tie FH, 'foo'>; the idea itself may need better
56340              rationalization)
56341      Branch: maint-5.6/perl
56342            ! op.c t/pragma/sub_lval.t
56343 ____________________________________________________________________________
56344 [  9949] By: gsar                                  on 2001/05/02  02:56:32
56345         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
56346              
56347              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56348              
56349              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56350      Branch: maint-5.6/perl
56351           !> hints/svr5.sh
56352 ____________________________________________________________________________
56353 [  9948] By: gsar                                  on 2001/05/02  02:49:15
56354         Log: pod/find.t breaks on VMS (from Craig Berry)
56355      Branch: maint-5.6/perl
56356            ! t/pod/find.t
56357 ____________________________________________________________________________
56358 [  9947] By: jhi                                   on 2001/05/02  02:43:09
56359         Log: Add an encoding conversion example.
56360      Branch: perl
56361            ! ext/Encode/Encode.pm
56362 ____________________________________________________________________________
56363 [  9946] By: jhi                                   on 2001/05/02  01:34:22
56364         Log: Another coat of paint but still nowhere finished.
56365              Need to decide on the semantics of strptime(): should
56366              strptime() be a function instead of a method?  To do
56367              the week/monthname-strptiming the i18n/l10n bullet needs
56368              to be bitten with gusto.
56369      Branch: perl
56370            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56371 ____________________________________________________________________________
56372 [  9945] By: jhi                                   on 2001/05/01  23:40:52
56373         Log: Update Changes.
56374      Branch: perl
56375            ! Changes patchlevel.h
56376 ____________________________________________________________________________
56377 [  9944] By: jhi                                   on 2001/05/01  23:33:37
56378         Log: Add known-to-be-tested modules to the list-to-be-skipped.
56379      Branch: perl
56380            ! t/lib/1_compile.t
56381 ____________________________________________________________________________
56382 [  9943] By: jhi                                   on 2001/05/01  23:24:40
56383         Log: Subject: BorlandC++ fix
56384              From: "Vadim Konovalov" <watman@inbox.ru>
56385              Date: Mon, 30 Apr 2001 20:12:26 -0700
56386              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
56387      Branch: perl
56388            ! win32/makefile.mk
56389 ____________________________________________________________________________
56390 [  9942] By: jhi                                   on 2001/05/01  23:18:02
56391         Log: Update to Filter::Simple 0.60, create a test for it.
56392      Branch: perl
56393            + t/lib/filter-simple.t
56394            ! MANIFEST lib/Filter/Simple.pm
56395 ____________________________________________________________________________
56396 [  9941] By: jhi                                   on 2001/05/01  19:47:24
56397         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
56398              From: Hugo <hv@crypt.compulink.co.uk>
56399              Date: Tue, 01 May 2001 20:12:20 +0100
56400              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
56401      Branch: perl
56402            ! pp_hot.c t/op/re_tests
56403 ____________________________________________________________________________
56404 [  9940] By: jhi                                   on 2001/05/01  19:42:16
56405         Log: Integrate perlio:
56406              
56407              [  9936]
56408              Fix for base.pm clobbering $VERSION
56409              
56410              [  9935]
56411              Test for base.pm clobbering $VERSION.
56412      Branch: perl
56413           !> lib/base.pm t/lib/fields.t
56414 ____________________________________________________________________________
56415 [  9939] By: jhi                                   on 2001/05/01  19:39:51
56416         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
56417              From: Benjamin Sugars <bsugars@canoe.ca>
56418              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
56419              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
56420      Branch: perl
56421            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56422 ____________________________________________________________________________
56423 [  9938] By: jhi                                   on 2001/05/01  19:34:09
56424         Log: Add NEXT, a pseudo-class for method redispatching.
56425              <Damian>NEXT.pm probably offers more bang-for-buck
56426              than anything else I've ever written.</Damian>
56427      Branch: perl
56428            + lib/NEXT.pm t/lib/next.t
56429            ! MANIFEST
56430 ____________________________________________________________________________
56431 [  9937] By: jhi                                   on 2001/05/01  19:21:41
56432         Log: Update to Switch 2.02.
56433      Branch: perl
56434            ! lib/Switch.pm t/lib/switch.t
56435 ____________________________________________________________________________
56436 [  9936] By: nick                                  on 2001/05/01  19:09:21
56437         Log: Fix for base.pm clobbering $VERSION
56438      Branch: perlio
56439            ! lib/base.pm
56440 ____________________________________________________________________________
56441 [  9935] By: nick                                  on 2001/05/01  18:54:38
56442         Log: Test for base.pm clobbering $VERSION.
56443      Branch: perlio
56444            ! t/lib/fields.t
56445 ____________________________________________________________________________
56446 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56447         Log: Add information about Scalar::Util::blessed.
56448      Branch: perl
56449            ! pod/perlobj.pod
56450 ____________________________________________________________________________
56451 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56452         Log: Subject: Extra UNIVERSAL documentation
56453              From: Mike Guy <mjtg@cam.ac.uk>
56454              Date: Tue, 01 May 2001 20:12:11 +0100
56455              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56456      Branch: perl
56457            ! pod/perlobj.pod
56458 ____________________________________________________________________________
56459 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56460         Log: Subject: Autoflush in tests as appropriate
56461              From: Mike Guy <mjtg@cam.ac.uk>
56462              Date: Tue, 01 May 2001 20:05:31 +0100
56463              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56464      Branch: perl
56465            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56466            ! t/op/taint.t
56467 ____________________________________________________________________________
56468 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56469         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56470              From: Benjamin Sugars <bsugars@canoe.ca>
56471              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56472              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56473      Branch: perl
56474            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56475 ____________________________________________________________________________
56476 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56477         Log: Subject: Re: Finally got a round tuit
56478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56479              Date: Tue, 01 May 2001 14:14:10 +0200
56480              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56481              
56482              The -DP part, slightly modified.
56483      Branch: perl
56484            ! perl.c
56485 ____________________________________________________________________________
56486 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56487         Log: Subject: Re: Finally got a round tuit
56488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56489              Date: Tue, 01 May 2001 16:34:06 +0200
56490              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56491              
56492              cpp and optimization tweaks for HP-UX.
56493      Branch: perl
56494            ! hints/hpux.sh
56495 ____________________________________________________________________________
56496 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56497         Log: Tune the scan_num() comments to reality.
56498      Branch: perl
56499            ! toke.c
56500 ____________________________________________________________________________
56501 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56502         Log: Subject: [PATCH B::Deparse] optimised sort
56503              From: Robin Houston <robin@kitsite.com>
56504              Date: Tue, 1 May 2001 14:07:12 +0100
56505              Message-ID: <20010501140712.A4266@penderel>
56506      Branch: perl
56507            ! ext/B/B/Deparse.pm
56508 ____________________________________________________________________________
56509 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56510         Log: Subject: [PATCH t/lib/b-deparse.t] 
56511              From: Robin Houston <robin@kitsite.com>
56512              Date: Tue, 1 May 2001 13:37:42 +0100
56513              Message-ID: <20010501133742.A4082@penderel>
56514      Branch: perl
56515            ! t/lib/b-deparse.t
56516 ____________________________________________________________________________
56517 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56518         Log: Subject: [PATCH B::Deparse] for(;;), sort
56519              From: Robin Houston <robin@kitsite.com>
56520              Date: Tue, 1 May 2001 13:35:00 +0100
56521              Message-ID: <20010501133500.A4061@penderel>
56522      Branch: perl
56523            ! ext/B/B/Deparse.pm
56524 ____________________________________________________________________________
56525 [  9924] By: jhi                                   on 2001/05/01  13:09:22
56526         Log: Subject: [PATCH B::Deparse] do, warn, use
56527              From: Robin Houston <robin@kitsite.com>
56528              Date: Tue, 1 May 2001 13:31:03 +0100
56529              Message-ID: <20010501133103.A4041@penderel>
56530      Branch: perl
56531            ! ext/B/B/Deparse.pm
56532 ____________________________________________________________________________
56533 [  9923] By: jhi                                   on 2001/05/01  11:45:36
56534         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
56535              From: Benjamin Sugars <ben.sugars@home.com>
56536              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
56537              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
56538      Branch: perl
56539            + t/io/fflush.t
56540            ! MANIFEST
56541 ____________________________________________________________________________
56542 [  9922] By: jhi                                   on 2001/05/01  11:35:42
56543         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
56544              From: Peter Prymmer <pvhp@forte.com>
56545              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
56546              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
56547      Branch: perl
56548            ! t/lib/selfstubber.t
56549 ____________________________________________________________________________
56550 [  9921] By: jhi                                   on 2001/04/30  16:34:33
56551         Log: Subject: [PATCH B::Concise] suppress warning
56552              From: Robin Houston <robin@kitsite.com>
56553              Date: Mon, 30 Apr 2001 16:09:49 +0100
56554              Message-ID: <20010430160949.A25086@penderel>
56555      Branch: perl
56556            ! ext/B/B/Concise.pm
56557 ____________________________________________________________________________
56558 [  9920] By: jhi                                   on 2001/04/30  13:56:04
56559         Log: Strip the *markers* from #9919.
56560      Branch: perl
56561            ! pod/perlfaq.pod pod/perlfaq5.pod
56562 ____________________________________________________________________________
56563 [  9919] By: jhi                                   on 2001/04/30  13:54:04
56564         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
56565              From: Gwyn Judd <b.judd@xtra.co.nz>
56566              Date: Sun, 29 Apr 2001 01:47:49 +1200
56567              Message-ID: <20010429014749.A4418@thislove>
56568      Branch: perl
56569            ! pod/perlfaq.pod pod/perlfaq5.pod
56570 ____________________________________________________________________________
56571 [  9918] By: jhi                                   on 2001/04/30  13:13:54
56572         Log: More_tweakage.
56573      Branch: perl
56574            ! pod/perldata.pod pod/perldiag.pod
56575 ____________________________________________________________________________
56576 [  9917] By: jhi                                   on 2001/04/30  13:01:27
56577         Log: Update Changes.
56578      Branch: perl
56579            ! Changes patchlevel.h
56580 ____________________________________________________________________________
56581 [  9916] By: jhi                                   on 2001/04/30  12:57:03
56582         Log: T_w_e_a_k_a_g_e.
56583      Branch: perl
56584            ! pod/perldata.pod pod/perldiag.pod
56585 ____________________________________________________________________________
56586 [  9915] By: jhi                                   on 2001/04/30  12:39:29
56587         Log: Install s2p also as psed.
56588              
56589              TODO: psed documentation?
56590      Branch: perl
56591            ! installperl
56592 ____________________________________________________________________________
56593 [  9914] By: jhi                                   on 2001/04/30  12:29:21
56594         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
56595              From: Jens Hamisch <jens@Strawberry.COM>
56596              Date: Fri, 27 Apr 2001 17:00:36 +0200
56597              Message-ID: <20010427170036.K1372@Strawberry.COM>
56598              
56599              SOCKS5_VERSION_NAME is the right symbol to detect
56600              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
56601              function called socks5_init() is available, and even that is
56602              not universal, most SOCKS5 installations use SOCKSinit()).
56603      Branch: perl
56604            ! perlio.c
56605 ____________________________________________________________________________
56606 [  9913] By: jhi                                   on 2001/04/30  12:22:15
56607         Log: Allow a zero timeout on IO::Socket accept and connect--
56608              though one really shouldn't do that.  Based on
56609              
56610              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
56611              From: "John Holdsworth" <coldwave@bigfoot.com>
56612              Date: Sun, 4 Feb 2001 12:48:18 +0100
56613              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
56614      Branch: perl
56615            ! ext/IO/lib/IO/Socket.pm
56616 ____________________________________________________________________________
56617 [  9912] By: jhi                                   on 2001/04/30  11:27:27
56618         Log: Save the spot of regprev (see #9911) for binary compatibility;
56619              regen API.
56620      Branch: perl
56621            ! embedvar.h perlapi.h thrdvar.h
56622 ____________________________________________________________________________
56623 [  9911] By: jhi                                   on 2001/04/30  11:22:03
56624         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
56625              From: Hugo <hv@crypt.compulink.co.uk>
56626              Date: Sun, 29 Apr 2001 17:09:30 +0100
56627              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
56628      Branch: perl
56629            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
56630 ____________________________________________________________________________
56631 [  9910] By: jhi                                   on 2001/04/30  11:15:12
56632         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
56633              a dummy for PL_numeric_radix); no pressing reason to break
56634              binary compatibility; regen API.
56635      Branch: perl
56636            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
56637            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
56638 ____________________________________________________________________________
56639 [  9909] By: jhi                                   on 2001/04/30  10:56:08
56640         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
56641              From: Walt Mankowski <waltman@netaxs.com>
56642              Date: Sun, 29 Apr 2001 21:53:48 -0400
56643              Message-ID: <20010429215348.A3971@netaxs.com>
56644      Branch: perl
56645            ! pod/perlfunc.pod
56646 ____________________________________________________________________________
56647 [  9908] By: jhi                                   on 2001/04/30  10:49:40
56648         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
56649      Branch: perl
56650            ! t/lib/selfstubber.t
56651 ____________________________________________________________________________
56652 [  9907] By: nick                                  on 2001/04/30  09:26:50
56653         Log: Integrate mainline.
56654      Branch: perlio
56655           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56656 ____________________________________________________________________________
56657 [  9906] By: jhi                                   on 2001/04/29  23:24:20
56658         Log: Abigail spotted a thinko in #9905.
56659      Branch: perl
56660            ! pod/perldiag.pod
56661 ____________________________________________________________________________
56662 [  9905] By: jhi                                   on 2001/04/29  15:55:39
56663         Log: Changed the underscore/undebar syntax in numeric constants;
56664              now any grouping will do, as long as the underscores are not
56665              consecutive (so "zero-grouping" is out), and they do not begin
56666              or end the integer or fractional parts.
56667      Branch: perl
56668            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56669 ____________________________________________________________________________
56670 [  9904] By: nick                                  on 2001/04/29  15:43:22
56671         Log: Integrate mainline.
56672      Branch: perlio
56673           +> (branch 98 files)
56674            - lib/unicode/Block.pl
56675            - lib/unicode/In/AlphabeticPresentationForms.pl
56676            - lib/unicode/In/Arabic.pl
56677            - lib/unicode/In/ArabicPresentationForms-A.pl
56678            - lib/unicode/In/ArabicPresentationForms-B.pl
56679            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56680            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56681            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56682            - lib/unicode/In/BopomofoExtended.pl
56683            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56684            - lib/unicode/In/CJKCompatibility.pl
56685            - lib/unicode/In/CJKCompatibilityForms.pl
56686            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56687            - lib/unicode/In/CJKRadicalsSupplement.pl
56688            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56689            - lib/unicode/In/CJKUnifiedIdeographs.pl
56690            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56691            - lib/unicode/In/Cherokee.pl
56692            - lib/unicode/In/CombiningDiacriticalMarks.pl
56693            - lib/unicode/In/CombiningHalfMarks.pl
56694            - lib/unicode/In/CombiningMarksforSymbols.pl
56695            - lib/unicode/In/ControlPictures.pl
56696            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56697            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56698            - lib/unicode/In/EnclosedAlphanumerics.pl
56699            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56700            - lib/unicode/In/Ethiopic.pl
56701            - lib/unicode/In/GeneralPunctuation.pl
56702            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56703            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56704            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56705            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56706            - lib/unicode/In/HangulCompatibilityJamo.pl
56707            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56708            - lib/unicode/In/Hebrew.pl
56709            - lib/unicode/In/HighPrivateUseSurrogates.pl
56710            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56711            - lib/unicode/In/IPAExtensions.pl
56712            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56713            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56714            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56715            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56716            - lib/unicode/In/Latin-1Supplement.pl
56717            - lib/unicode/In/LatinExtended-A.pl
56718            - lib/unicode/In/LatinExtended-B.pl
56719            - lib/unicode/In/LatinExtendedAdditional.pl
56720            - lib/unicode/In/LetterlikeSymbols.pl
56721            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56722            - lib/unicode/In/MathematicalOperators.pl
56723            - lib/unicode/In/MiscellaneousSymbols.pl
56724            - lib/unicode/In/MiscellaneousTechnical.pl
56725            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56726            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56727            - lib/unicode/In/OpticalCharacterRecognition.pl
56728            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56729            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56730            - lib/unicode/In/SmallFormVariants.pl
56731            - lib/unicode/In/SpacingModifierLetters.pl
56732            - lib/unicode/In/Specials.pl
56733            - lib/unicode/In/SuperscriptsandSubscripts.pl
56734            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56735            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56736            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56737            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56738            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56739           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
56740           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
56741           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
56742           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
56743           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
56744           !> utf8.c win32/Makefile
56745 ____________________________________________________________________________
56746 [  9903] By: jhi                                   on 2001/04/29  14:30:53
56747         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
56748              From: Prymmer/Kahn <pvhp@best.com>
56749              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
56750              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
56751      Branch: perl
56752            ! win32/Makefile
56753 ____________________________________________________________________________
56754 [  9902] By: jhi                                   on 2001/04/29  02:52:44
56755         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
56756              From: "Abigail" <abigail@foad.org>
56757              Date: Sun, 29 Apr 2001 03:14:25 +0200
56758              Message-ID: <20010429011425.24503.qmail@foad.org>
56759      Branch: perl
56760            ! ext/IO/lib/IO/Seekable.pm
56761 ____________________________________________________________________________
56762 [  9901] By: jhi                                   on 2001/04/29  02:04:46
56763         Log: In character classes one couldn't have 0x80..0xff characters
56764              at the left hand side if there were 0x100.. characters in the
56765              character class.
56766      Branch: perl
56767            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
56768            ! t/op/pat.t utf8.c
56769 ____________________________________________________________________________
56770 [  9900] By: jhi                                   on 2001/04/28  22:55:04
56771         Log: Forgot the latest mktables.PL from #9899.
56772      Branch: perl
56773            ! lib/unicode/mktables.PL
56774 ____________________________________________________________________________
56775 [  9899] By: jhi                                   on 2001/04/28  22:53:28
56776         Log: Explain the \p{} and \P{} error message better and
56777              have prettier prettyprint in In.pl.
56778      Branch: perl
56779            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
56780            ! pod/perldiag.pod
56781 ____________________________________________________________________________
56782 [  9898] By: jhi                                   on 2001/04/28  21:03:34
56783         Log: Add one possible explanation for the "Invalid [] range" error.
56784      Branch: perl
56785            ! pod/perldiag.pod
56786 ____________________________________________________________________________
56787 [  9897] By: jhi                                   on 2001/04/28  17:18:26
56788         Log: Add a level of indirection to the implementation of \p{InFoo}
56789              so that we don't have to have long filenames.  (Nothing changes
56790              in the user interface.)   The indirection is defined in
56791              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
56792              Also rename some the character classes by removing '-' from
56793              the classnames, and finally renamed Block.pl as Blocks.pl.
56794      Branch: perl
56795            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
56796            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
56797            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
56798            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
56799            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
56800            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
56801            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
56802            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
56803            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
56804            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
56805            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
56806            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
56807            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
56808            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
56809            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
56810            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
56811            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
56812            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
56813            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
56814            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
56815            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
56816            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
56817            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
56818            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
56819            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
56820            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
56821            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
56822            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
56823            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
56824            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
56825            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
56826            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
56827            + lib/unicode/In/94.pl lib/unicode/In/95.pl
56828            - lib/unicode/Block.pl
56829            - lib/unicode/In/AlphabeticPresentationForms.pl
56830            - lib/unicode/In/Arabic.pl
56831            - lib/unicode/In/ArabicPresentationForms-A.pl
56832            - lib/unicode/In/ArabicPresentationForms-B.pl
56833            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56834            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56835            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56836            - lib/unicode/In/BopomofoExtended.pl
56837            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56838            - lib/unicode/In/CJKCompatibility.pl
56839            - lib/unicode/In/CJKCompatibilityForms.pl
56840            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56841            - lib/unicode/In/CJKRadicalsSupplement.pl
56842            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56843            - lib/unicode/In/CJKUnifiedIdeographs.pl
56844            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56845            - lib/unicode/In/Cherokee.pl
56846            - lib/unicode/In/CombiningDiacriticalMarks.pl
56847            - lib/unicode/In/CombiningHalfMarks.pl
56848            - lib/unicode/In/CombiningMarksforSymbols.pl
56849            - lib/unicode/In/ControlPictures.pl
56850            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56851            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56852            - lib/unicode/In/EnclosedAlphanumerics.pl
56853            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56854            - lib/unicode/In/Ethiopic.pl
56855            - lib/unicode/In/GeneralPunctuation.pl
56856            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56857            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56858            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56859            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56860            - lib/unicode/In/HangulCompatibilityJamo.pl
56861            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56862            - lib/unicode/In/Hebrew.pl
56863            - lib/unicode/In/HighPrivateUseSurrogates.pl
56864            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56865            - lib/unicode/In/IPAExtensions.pl
56866            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56867            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56868            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56869            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56870            - lib/unicode/In/Latin-1Supplement.pl
56871            - lib/unicode/In/LatinExtended-A.pl
56872            - lib/unicode/In/LatinExtended-B.pl
56873            - lib/unicode/In/LatinExtendedAdditional.pl
56874            - lib/unicode/In/LetterlikeSymbols.pl
56875            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56876            - lib/unicode/In/MathematicalOperators.pl
56877            - lib/unicode/In/MiscellaneousSymbols.pl
56878            - lib/unicode/In/MiscellaneousTechnical.pl
56879            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56880            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56881            - lib/unicode/In/OpticalCharacterRecognition.pl
56882            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56883            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56884            - lib/unicode/In/SmallFormVariants.pl
56885            - lib/unicode/In/SpacingModifierLetters.pl
56886            - lib/unicode/In/Specials.pl
56887            - lib/unicode/In/SuperscriptsandSubscripts.pl
56888            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56889            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56890            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56891            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56892            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56893            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
56894            ! pod/perlunicode.pod
56895 ____________________________________________________________________________
56896 [  9896] By: jhi                                   on 2001/04/28  14:33:17
56897         Log: Update the information on shared library path on HP-UX.
56898      Branch: perl
56899            ! INSTALL
56900 ____________________________________________________________________________
56901 [  9895] By: jhi                                   on 2001/04/28  14:32:30
56902         Log: Because #9894 seems to do the trick, this workaround can be removed.
56903      Branch: perl
56904            ! t/lib/selfstubber.t
56905 ____________________________________________________________________________
56906 [  9894] By: jhi                                   on 2001/04/28  14:26:13
56907         Log: For PerlIO flush the children's file handles (on fork/exec/system).
56908      Branch: perl
56909            ! perl.h
56910 ____________________________________________________________________________
56911 [  9893] By: jhi                                   on 2001/04/28  14:23:15
56912         Log: Test tweak for #9891.
56913      Branch: perl
56914            ! t/lib/b-deparse.t
56915 ____________________________________________________________________________
56916 [  9892] By: jhi                                   on 2001/04/28  14:10:13
56917         Log: New HP-UX hints from Merijn.
56918      Branch: perl
56919            ! hints/hpux.sh
56920 ____________________________________________________________________________
56921 [  9891] By: jhi                                   on 2001/04/28  14:07:27
56922         Log: Subject: [PATCH B::Deparse] non-block scopes
56923              From: Robin Houston <robin@kitsite.com>
56924              Date: Fri, 27 Apr 2001 19:15:14 +0100
56925              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
56926      Branch: perl
56927            ! ext/B/B/Deparse.pm
56928 ____________________________________________________________________________
56929 [  9890] By: nick                                  on 2001/04/27  19:41:25
56930         Log: Integrate mainline
56931      Branch: perlio
56932           +> t/lib/selfstubber.t
56933           !> (integrate 50 files)
56934 ____________________________________________________________________________
56935 [  9889] By: jhi                                   on 2001/04/27  18:23:46
56936         Log: Subject: Re: selfstubber test fail on bleadperl
56937              From: Mike Guy <mjtg@cam.ac.uk>
56938              Date: Fri, 27 Apr 2001 19:31:18 +0100
56939              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
56940      Branch: perl
56941            ! t/lib/selfstubber.t
56942 ____________________________________________________________________________
56943 [  9888] By: jhi                                   on 2001/04/27  16:20:54
56944         Log: Test tweak for #9886.
56945      Branch: perl
56946            ! t/lib/b-deparse.t
56947 ____________________________________________________________________________
56948 [  9887] By: jhi                                   on 2001/04/27  16:16:33
56949         Log: Buffering issue at least in Solaris (even with perlio).
56950      Branch: perl
56951            ! t/lib/selfstubber.t
56952 ____________________________________________________________________________
56953 [  9886] By: jhi                                   on 2001/04/27  14:59:23
56954         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
56955              From: Robin Houston <robin@kitsite.com>
56956              Date: Fri, 27 Apr 2001 16:53:20 +0100
56957              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
56958      Branch: perl
56959            ! ext/B/B/Deparse.pm
56960 ____________________________________________________________________________
56961 [  9885] By: jhi                                   on 2001/04/27  14:23:51
56962         Log: Update Changes.
56963      Branch: perl
56964            ! Changes patchlevel.h
56965 ____________________________________________________________________________
56966 [  9884] By: jhi                                   on 2001/04/27  14:14:12
56967         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
56968              From: "Philip Newton" <pnewton@gmx.de>
56969              Date: Fri, 27 Apr 2001 16:40:13 +0200
56970              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
56971      Branch: perl
56972            ! pod/perldata.pod
56973 ____________________________________________________________________________
56974 [  9883] By: jhi                                   on 2001/04/27  13:28:19
56975         Log: Add LOG_PERROR; prettify the "removed".
56976      Branch: perl
56977            ! ext/Sys/Syslog/Syslog.xs
56978 ____________________________________________________________________________
56979 [  9882] By: jhi                                   on 2001/04/27  13:13:18
56980         Log: h2xs tweaks: use NV instead of double, "quote" the removed
56981              prefixes for clarity (especially when nothing is removed),
56982              slight pod reformats.
56983      Branch: perl
56984            ! utils/h2xs.PL
56985 ____________________________________________________________________________
56986 [  9881] By: jhi                                   on 2001/04/27  12:58:48
56987         Log: Don't bother creating existing directories.
56988      Branch: perl
56989            ! utils/h2xs.PL
56990 ____________________________________________________________________________
56991 [  9880] By: jhi                                   on 2001/04/27  12:45:39
56992         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
56993              From: Mike Schilli <m@perlmeister.com>
56994              Date: Wed, 25 Apr 2001 01:29:21 -0700
56995              Message-id: <3AE68AE1.6A981723@perlmeister.com>
56996      Branch: perl
56997            ! utils/h2xs.PL
56998 ____________________________________________________________________________
56999 [  9879] By: jhi                                   on 2001/04/27  12:40:55
57000         Log: break is not yet Perl.  Added the template license also to README.
57001      Branch: perl
57002            ! utils/h2xs.PL
57003 ____________________________________________________________________________
57004 [  9878] By: jhi                                   on 2001/04/27  03:08:20
57005         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
57006              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57007              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
57008              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
57009      Branch: perl
57010            ! t/lib/xs-typemap.t
57011 ____________________________________________________________________________
57012 [  9877] By: jhi                                   on 2001/04/26  23:54:40
57013         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
57014              From: "Abigail" <abigail@foad.org>
57015              Date: Fri, 27 Apr 2001 01:44:28 +0200
57016              Message-ID: <20010426234428.19786.qmail@foad.org>
57017      Branch: perl
57018            ! utils/h2xs.PL
57019 ____________________________________________________________________________
57020 [  9876] By: jhi                                   on 2001/04/26  23:52:06
57021         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
57022              From: Peter Prymmer <pvhp@forte.com>
57023              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
57024              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
57025      Branch: perl
57026            ! t/lib/selfstubber.t
57027 ____________________________________________________________________________
57028 [  9875] By: jhi                                   on 2001/04/26  23:48:10
57029         Log: Deparse nits.
57030      Branch: perl
57031            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
57032 ____________________________________________________________________________
57033 [  9874] By: jhi                                   on 2001/04/26  22:46:05
57034         Log: Document ANYOF_CLASS.
57035      Branch: perl
57036            ! regcomp.h
57037 ____________________________________________________________________________
57038 [  9873] By: jhi                                   on 2001/04/26  22:35:03
57039         Log: Subject: Re: [PATCH @9846] dumping ANYOF
57040              From: Hugo <hv@crypt.compulink.co.uk>
57041              Date: Thu, 26 Apr 2001 23:33:38 +0100
57042              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
57043      Branch: perl
57044            ! regcomp.c regcomp.h
57045 ____________________________________________________________________________
57046 [  9872] By: jhi                                   on 2001/04/26  22:34:31
57047         Log: Subject: [PATCH] more for Devel::SelfStubber
57048              From: Nicholas Clark <nick@ccl4.org>
57049              Date: Fri, 27 Apr 2001 00:13:52 +0100
57050              Message-ID: <20010427001351.K88186@plum.flirble.org>
57051      Branch: perl
57052            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
57053 ____________________________________________________________________________
57054 [  9871] By: jhi                                   on 2001/04/26  21:59:17
57055         Log: Subject: [PATCH B::Deparse] formats must be flush left
57056              From: Robin Houston <robin@kitsite.com>
57057              Date: Thu, 26 Apr 2001 23:54:29 +0100
57058              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
57059      Branch: perl
57060            ! ext/B/B/Deparse.pm
57061 ____________________________________________________________________________
57062 [  9870] By: jhi                                   on 2001/04/26  21:57:37
57063         Log: If some of the constants are prefixes of others,
57064              the prefixes may never get recognized.  (See 20010426.006.)
57065      Branch: perl
57066            ! utils/h2xs.PL
57067 ____________________________________________________________________________
57068 [  9869] By: jhi                                   on 2001/04/26  21:50:42
57069         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
57070              From: Chris Bongaarts <cab@tc.umn.edu>
57071              Date: Thu, 26 Apr 2001 17:10:31 -0500
57072              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
57073      Branch: perl
57074            ! ext/Sys/Syslog/Syslog.xs
57075 ____________________________________________________________________________
57076 [  9868] By: jhi                                   on 2001/04/26  21:35:12
57077         Log: Further cuts and more docs from Graham Barr.
57078      Branch: perl
57079            ! ext/List/Util/lib/List/Util.pm
57080            ! ext/List/Util/lib/Scalar/Util.pm
57081 ____________________________________________________________________________
57082 [  9867] By: jhi                                   on 2001/04/26  21:18:57
57083         Log: Subject: [PATCH 5.7.1] DB_File-1.77
57084              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
57085              Date: Thu, 26 Apr 2001 22:37:53 +0100
57086              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
57087      Branch: perl
57088            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57089            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57090 ____________________________________________________________________________
57091 [  9866] By: jhi                                   on 2001/04/26  21:12:31
57092         Log: Subject: [PATCH B::Deparse] fix easy bugs
57093              From: Robin Houston <robin@kitsite.com>
57094              Date: Thu, 26 Apr 2001 23:03:33 +0100
57095              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
57096      Branch: perl
57097            ! ext/B/B/Deparse.pm
57098 ____________________________________________________________________________
57099 [  9865] By: jhi                                   on 2001/04/26  20:26:13
57100         Log: Update Changes.
57101      Branch: perl
57102            ! Changes patchlevel.h
57103 ____________________________________________________________________________
57104 [  9864] By: jhi                                   on 2001/04/26  19:27:48
57105         Log: Dethinko from Robin Houston.
57106      Branch: perl
57107            ! ext/B/B/Deparse.pm
57108 ____________________________________________________________________________
57109 [  9863] By: jhi                                   on 2001/04/26  19:10:35
57110         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
57111              From: Robin Houston <robin@kitsite.com>
57112              Date: Thu, 26 Apr 2001 21:08:32 +0100
57113              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
57114      Branch: perl
57115            ! ext/B/B/Deparse.pm
57116 ____________________________________________________________________________
57117 [  9862] By: jhi                                   on 2001/04/26  19:04:23
57118         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57119              From: Robin Houston <robin@kitsite.com>
57120              Date: Thu, 26 Apr 2001 20:52:50 +0100
57121              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
57122      Branch: perl
57123            ! ext/B/B/Deparse.pm
57124 ____________________________________________________________________________
57125 [  9861] By: jhi                                   on 2001/04/26  18:56:14
57126         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
57127              From: Mike Guy <mjtg@cam.ac.uk>
57128              Date: Thu, 26 Apr 2001 14:22:40 +0100
57129              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
57130      Branch: perl
57131            ! pod/perlobj.pod
57132 ____________________________________________________________________________
57133 [  9860] By: jhi                                   on 2001/04/26  18:46:42
57134         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57135              From: Robin Houston <robin@kitsite.com>
57136              Date: Thu, 26 Apr 2001 20:34:29 +0100
57137              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
57138              
57139              Hashes do not interpolate.
57140      Branch: perl
57141            ! ext/B/B/Deparse.pm
57142 ____________________________________________________________________________
57143 [  9859] By: jhi                                   on 2001/04/26  18:43:51
57144         Log: Subject: The Time::Piece conspiracy unmasked!!!
57145              From: Mike Guy <mjtg@cam.ac.uk>
57146              Date: Thu, 26 Apr 2001 19:02:50 +0100
57147              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
57148              
57149              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
57150              From: Mike Guy <mjtg@cam.ac.uk>
57151              Date: Thu, 26 Apr 2001 19:08:21 +0100
57152              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
57153              
57154              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
57155              From: Graham Barr <gbarr@pobox.com>
57156              Date: Thu, 26 Apr 2001 19:12:03 +0100
57157              Message-ID: <20010426191203.A70835@pobox.com>
57158              
57159              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
57160      Branch: perl
57161            ! ext/List/Util/lib/List/Util.pm
57162            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
57163 ____________________________________________________________________________
57164 [  9858] By: jhi                                   on 2001/04/26  18:17:42
57165         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
57166              From: Robin Houston <robin@kitsite.com>
57167              Date: Thu, 26 Apr 2001 16:09:35 +0100
57168              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
57169      Branch: perl
57170            ! t/comp/proto.t
57171 ____________________________________________________________________________
57172 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57173         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57174              From: barries <barries@slaysys.com>
57175              Date: Thu, 26 Apr 2001 12:01:10 -0400
57176              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57177      Branch: perl
57178            ! pod/perldiag.pod
57179 ____________________________________________________________________________
57180 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57181         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57182              Date: Thu, 26 Apr 2001 17:13:41 +0100
57183              From: Robin Houston <robin@kitsite.com>
57184              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57185              
57186              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57187              From: Robin Houston <robin@kitsite.com>
57188              Date: Thu, 26 Apr 2001 18:44:29 +0100
57189              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57190      Branch: perl
57191            ! ext/B/B/Deparse.pm
57192 ____________________________________________________________________________
57193 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57194         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57195              From: Robin Houston <robin@kitsite.com>
57196              Date: Thu, 26 Apr 2001 17:04:08 +0100
57197              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57198      Branch: perl
57199            ! ext/B/B/Deparse.pm
57200 ____________________________________________________________________________
57201 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57202         Log: Subject: Re: Short test case for undef %stash:: crash
57203              From: Benjamin Sugars <bsugars@canoe.ca> 
57204              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57205              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57206              Changed and moved the perldiag entry.
57207      Branch: perl
57208            ! gv.c pod/perldiag.pod
57209 ____________________________________________________________________________
57210 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57211         Log: Beginnings of strptime().  Do not touch the wet paint.
57212      Branch: perl
57213            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57214 ____________________________________________________________________________
57215 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57216         Log: Retract #9851, core dumps from pod2man.
57217      Branch: perl
57218            ! regcomp.c
57219 ____________________________________________________________________________
57220 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57221         Log: (Retracted by #9852.)
57222              
57223              Subject: [PATCH @9846] dumping ANYOF
57224              From: Hugo <hv@crypt.compulink.co.uk>
57225              Date: Thu, 26 Apr 2001 05:32:38 +0100
57226              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57227      Branch: perl
57228            ! regcomp.c
57229 ____________________________________________________________________________
57230 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57231         Log: If ccflags was empty the _previous_ $* containing all the
57232              environment variables and Configure variables was used,
57233              which lead, among other bad things, into $ccflags being your
57234              uname -a output, which lead into test compile with cc failing,
57235              which lead into gcc being selected, which didn't work that well
57236              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57237              with large files, et cetera.
57238      Branch: perl
57239            ! hints/hpux.sh
57240 ____________________________________________________________________________
57241 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57242         Log: Make selfstubber test more portable.
57243      Branch: perl
57244            ! t/lib/selfstubber.t
57245 ____________________________________________________________________________
57246 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57247         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57248              From: Benjamin Sugars <ben.sugars@home.com>
57249              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57250              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57251      Branch: perl
57252            ! ext/Cwd/Cwd.xs
57253 ____________________________________________________________________________
57254 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57255         Log: Subject: [PATCH: perl@9841] VMS updates
57256              From: Peter Prymmer <pvhp@forte.com>
57257              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57258              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57259      Branch: perl
57260            ! README.vms configure.com vms/descrip_mms.template
57261            ! vms/ext/filespec.t
57262 ____________________________________________________________________________
57263 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57264         Log: re 'debug' was broken by #9084.
57265      Branch: perl
57266            ! ext/re/re.xs
57267 ____________________________________________________________________________
57268 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57269         Log: Subject: [PATCH] test for Devel::SelfStubber
57270              From: Nicholas Clark <nick@ccl4.org>
57271              Date: Thu, 26 Apr 2001 00:00:54 +0100
57272              Message-ID: <20010426000054.D89026@plum.flirble.org>
57273      Branch: perl
57274            + t/lib/selfstubber.t
57275            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57276 ____________________________________________________________________________
57277 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57278         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57279              From: Paul Johnson <paul@pjcj.net>
57280              Date: Thu, 26 Apr 2001 00:46:08 +0200
57281              Message-ID: <20010426004608.H2338@pjcj.net>
57282      Branch: perl
57283            ! ext/B/B/Concise.pm
57284 ____________________________________________________________________________
57285 [  9843] By: jhi                                   on 2001/04/25  22:28:28
57286         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
57287              From: Peter Prymmer <pvhp@forte.com>
57288              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
57289              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
57290      Branch: perl
57291            ! ext/Cwd/Cwd.xs
57292 ____________________________________________________________________________
57293 [  9842] By: jhi                                   on 2001/04/25  20:58:12
57294         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
57295              From: John Peacock <jpeacock@rowman.com>
57296              Date: Wed, 25 Apr 2001 17:30:26 -0400
57297              Message-ID: <3AE741F2.B3217464@rowman.com>
57298      Branch: perl
57299            ! lib/Math/BigInt.pm t/lib/bigintpm.t
57300 ____________________________________________________________________________
57301 [  9841] By: jhi                                   on 2001/04/25  20:07:05
57302         Log: Update Changes.
57303      Branch: perl
57304            ! Changes patchlevel.h
57305 ____________________________________________________________________________
57306 [  9840] By: jhi                                   on 2001/04/25  19:56:51
57307         Log: Yet another HP-UX hints version from Merijn.
57308      Branch: perl
57309            ! hints/hpux.sh
57310 ____________________________________________________________________________
57311 [  9839] By: jhi                                   on 2001/04/25  19:53:04
57312         Log: abs_path() didn't terminate the filename correctly,
57313              in DIRNAMLENless systems like HP-UX this would fail.
57314      Branch: perl
57315            ! ext/Cwd/Cwd.xs
57316 ____________________________________________________________________________
57317 [  9838] By: jhi                                   on 2001/04/25  16:37:26
57318         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57319              From: Mike Guy <mjtg@cam.ac.uk>
57320              Date: Wed, 25 Apr 2001 18:31:47 +0100
57321              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
57322      Branch: perl
57323            ! op.c
57324 ____________________________________________________________________________
57325 [  9837] By: jhi                                   on 2001/04/25  16:21:53
57326         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
57327              From: Jon Eveland <jweveland@yahoo.com>
57328              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57329              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
57330      Branch: perl
57331            ! lib/perl5db.pl
57332 ____________________________________________________________________________
57333 [  9836] By: jhi                                   on 2001/04/25  14:17:50
57334         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
57335              From: "Philip Newton" <pnewton@gmx.de>
57336              Date: Wed, 25 Apr 2001 17:05:58 +0200
57337              Message-ID: <3AE703F6.3234.1833C45@localhost>
57338      Branch: perl
57339            ! Porting/patching.pod
57340 ____________________________________________________________________________
57341 [  9835] By: jhi                                   on 2001/04/25  13:58:07
57342         Log: It would seem that both ar and full_ar need to be overridden
57343              for HP-UX to avoid the GNU ar.
57344      Branch: perl
57345            ! hints/hpux.sh
57346 ____________________________________________________________________________
57347 [  9834] By: jhi                                   on 2001/04/25  13:50:40
57348         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57349              From: "Philip Newton" <pnewton@gmx.de>
57350              Date: Wed, 25 Apr 2001 16:09:23 +0200
57351              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
57352              
57353              Detypo.
57354      Branch: perl
57355            ! t/op/misc.t
57356 ____________________________________________________________________________
57357 [  9833] By: jhi                                   on 2001/04/25  12:36:11
57358         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
57359      Branch: perl
57360            ! hints/hpux.sh
57361 ____________________________________________________________________________
57362 [  9832] By: jhi                                   on 2001/04/25  12:33:36
57363         Log: New version of HP-UX hints from Merijn.
57364      Branch: perl
57365            ! hints/hpux.sh
57366 ____________________________________________________________________________
57367 [  9831] By: jhi                                   on 2001/04/25  03:39:45
57368         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
57369      Branch: perl
57370            ! hints/hpux.sh
57371 ____________________________________________________________________________
57372 [  9830] By: jhi                                   on 2001/04/25  02:53:25
57373         Log: The tzname[] bit is not needed by util.c -- and causes
57374              heartburn in VMS (and it missing was probably the cause of
57375              the Mac OS X trouble).  Ouch.
57376      Branch: perl
57377            ! ext/POSIX/POSIX.xs util.c
57378 ____________________________________________________________________________
57379 [  9829] By: jhi                                   on 2001/04/25  00:10:06
57380         Log: Metaconfig unit change for #9828.
57381      Branch: metaconfig
57382            ! U/compline/ccflags.U
57383 ____________________________________________________________________________
57384 [  9828] By: jhi                                   on 2001/04/25  00:04:18
57385         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
57386              (which is actually the reason for the change, we need to pass
57387              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
57388              EP/IX, OS/2, and TitanOS, based on the hints files.
57389      Branch: perl
57390            ! Configure config_h.SH
57391 ____________________________________________________________________________
57392 [  9827] By: jhi                                   on 2001/04/24  23:49:20
57393         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
57394              the $cat must have an absolute path.
57395      Branch: perl
57396            ! makedepend.SH
57397 ____________________________________________________________________________
57398 [  9826] By: jhi                                   on 2001/04/24  23:40:53
57399         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
57400      Branch: perl
57401            ! README.amiga
57402 ____________________________________________________________________________
57403 [  9825] By: jhi                                   on 2001/04/24  23:35:35
57404         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
57405              From: "Philip Newton" <pnewton@gmx.de>
57406              Date: Tue, 24 Apr 2001 18:52:49 +0200
57407              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
57408      Branch: perl
57409            ! x2p/find2perl.PL
57410 ____________________________________________________________________________
57411 [  9824] By: jhi                                   on 2001/04/24  23:33:07
57412         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
57413              Some gcc specifics dropped out due to extensive rewriting;
57414              will be put back later as needed.
57415      Branch: perl
57416            ! hints/hpux.sh
57417 ____________________________________________________________________________
57418 [  9823] By: jhi                                   on 2001/04/24  23:27:57
57419         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
57420      Branch: perl
57421            ! ext/POSIX/POSIX.xs
57422 ____________________________________________________________________________
57423 [  9822] By: jhi                                   on 2001/04/24  23:25:21
57424         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
57425              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57426              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
57427              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
57428      Branch: perl
57429            ! ext/XS/Typemap/Typemap.xs
57430 ____________________________________________________________________________
57431 [  9821] By: jhi                                   on 2001/04/24  23:24:10
57432         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
57433              From: "Abigail" <abigail@foad.org>
57434              Date: Tue, 24 Apr 2001 23:12:03 +0200
57435              Message-ID: <20010424211203.7901.qmail@foad.org>
57436      Branch: perl
57437            ! pod/perlport.pod
57438 ____________________________________________________________________________
57439 [  9820] By: jhi                                   on 2001/04/24  23:23:15
57440         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
57441              From: Matt Sergeant <matt@sergeant.org>
57442              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
57443              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
57444      Branch: perl
57445            ! pod/perlfaq4.pod
57446 ____________________________________________________________________________
57447 [  9819] By: nick                                  on 2001/04/24  18:49:43
57448         Log: Integrate mainline.
57449      Branch: perlio
57450           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57451           !> (integrate 37 files)
57452 ____________________________________________________________________________
57453 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57454         Log: Update Changes.
57455      Branch: perl
57456            ! Changes patchlevel.h
57457 ____________________________________________________________________________
57458 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57459         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57460              From: "Philip Newton" <pnewton@gmx.de>
57461              Date: Tue, 24 Apr 2001 12:58:12 +0200
57462              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57463              
57464              plus add CPAN to the list of modules that have their own tests.
57465      Branch: perl
57466            ! t/lib/1_compile.t
57467 ____________________________________________________________________________
57468 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57469         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57470              From: Michael G Schwern <schwern@pobox.com>
57471              Date: Sat, 21 Apr 2001 22:35:00 +0100
57472              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57473      Branch: perl
57474            ! t/lib/1_compile.t
57475 ____________________________________________________________________________
57476 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57477         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57478              From: Robin Houston <robin@kitsite.com>
57479              Date: Tue, 24 Apr 2001 15:51:18 +0100
57480              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57481      Branch: perl
57482            ! ext/B/B/Deparse.pm
57483 ____________________________________________________________________________
57484 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57485         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57486              From: Bill Glicker <billg@burrelles.com>
57487              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57488              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57489      Branch: perl
57490            ! hints/svr5.sh
57491 ____________________________________________________________________________
57492 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57493         Log: Prevent path disclosure (probing for existence of filenames)
57494              using suidperl; bug id 20010322.218.
57495      Branch: perl
57496            ! perl.c pod/perldiag.pod
57497 ____________________________________________________________________________
57498 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57499         Log: Retract #9811.
57500      Branch: perl
57501            ! ext/POSIX/POSIX.xs
57502 ____________________________________________________________________________
57503 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57504         Log: (Retracted by #9812.)
57505      Branch: perl
57506            ! ext/POSIX/POSIX.xs
57507 ____________________________________________________________________________
57508 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57509         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57510      Branch: perl
57511            ! util.c
57512 ____________________________________________________________________________
57513 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57514         Log: The Math::BigFloat::import() was broken.
57515              (Fixes bug id 20010422.002.)
57516      Branch: perl
57517            ! lib/Math/BigFloat.pm
57518 ____________________________________________________________________________
57519 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57520         Log: Additional dependencies; should help for parallel makes
57521              not to fail on missing lib/lib.pm or lib/re.pm.
57522      Branch: perl
57523            ! Makefile.SH
57524 ____________________________________________________________________________
57525 [  9807] By: jhi                                   on 2001/04/24  00:57:01
57526         Log: Update the test failure disclaimer.
57527      Branch: perl
57528            ! t/pragma/warn/pp_hot
57529 ____________________________________________________________________________
57530 [  9806] By: jhi                                   on 2001/04/24  00:54:04
57531         Log: Add make target "install-all" which is alias for "install"
57532              to cater for case-preserving filesystems like HFS+.
57533      Branch: perl
57534            ! INSTALL Makefile.SH
57535 ____________________________________________________________________________
57536 [  9805] By: jhi                                   on 2001/04/24  00:47:28
57537         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
57538              From: Peter Prymmer <pvhp@forte.com>
57539              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
57540              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
57541              
57542              (Ken William's message forwarded from macosx@perl.org)
57543      Branch: perl
57544            ! hints/darwin.sh
57545 ____________________________________________________________________________
57546 [  9804] By: jhi                                   on 2001/04/23  23:57:35
57547         Log: Cut-and-pasto.
57548      Branch: perl
57549            ! perlio.c
57550 ____________________________________________________________________________
57551 [  9803] By: jhi                                   on 2001/04/23  23:52:25
57552         Log: More PerlIO robustness.
57553      Branch: perl
57554            ! perlio.c
57555 ____________________________________________________________________________
57556 [  9802] By: jhi                                   on 2001/04/23  23:43:35
57557         Log: Make the "STD* opened only for ..." errors more consistent.
57558      Branch: perl
57559            ! doio.c
57560 ____________________________________________________________________________
57561 [  9801] By: jhi                                   on 2001/04/23  23:34:26
57562         Log: Test case for #9800.
57563      Branch: perl
57564            ! t/op/misc.t
57565 ____________________________________________________________________________
57566 [  9800] By: jhi                                   on 2001/04/23  23:14:43
57567         Log: Avoid coredump on 'close STDERR; die' by making
57568              the PerlIO calls more robust.  Also use SETERRNO()
57569              instead of errno = to be more VMS-ready.
57570      Branch: perl
57571            ! perlio.c
57572 ____________________________________________________________________________
57573 [  9799] By: jhi                                   on 2001/04/23  21:41:10
57574         Log: Subject: test for ID 20010423.002
57575              From: Robin Houston <robin@kitsite.com>
57576              Date: Mon, 23 Apr 2001 16:52:21 +0100
57577              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
57578      Branch: perl
57579            ! t/op/avhv.t
57580 ____________________________________________________________________________
57581 [  9798] By: jhi                                   on 2001/04/23  21:40:07
57582         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
57583              From: David Dyck <dcd@tc.fluke.com>
57584              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
57585              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
57586      Branch: perl
57587            ! installperl
57588 ____________________________________________________________________________
57589 [  9797] By: jhi                                   on 2001/04/23  21:37:56
57590         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
57591              From: Benjamin Sugars <bsugars@canoe.ca>
57592              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
57593              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
57594      Branch: perl
57595            ! ext/Cwd/Cwd.xs lib/Cwd.pm
57596 ____________________________________________________________________________
57597 [  9796] By: jhi                                   on 2001/04/23  21:29:24
57598         Log: Synchronize h2xs and pod2man some more on the documentation
57599              templates they propose.
57600      Branch: perl
57601            ! pod/pod2man.PL utils/h2xs.PL
57602 ____________________________________________________________________________
57603 [  9795] By: jhi                                   on 2001/04/23  17:30:40
57604         Log: Add one more naughty test for base64; make encoding logic cleaner.
57605      Branch: perl
57606            ! t/lib/mimeb64.t
57607 ____________________________________________________________________________
57608 [  9794] By: jhi                                   on 2001/04/23  13:51:32
57609         Log: Update Changes.
57610      Branch: perl
57611            ! Changes patchlevel.h
57612 ____________________________________________________________________________
57613 [  9793] By: jhi                                   on 2001/04/23  13:44:18
57614         Log: Duplicate lines.
57615      Branch: perl
57616            ! MANIFEST
57617 ____________________________________________________________________________
57618 [  9792] By: jhi                                   on 2001/04/23  13:39:13
57619         Log: Subject: Re: PATCH 5.7.1
57620              From: Mark-Jason Dominus <mjd@plover.com>
57621              Date: Mon, 23 Apr 2001 10:30:21 -0400
57622              Message-ID: <20010423143021.17335.qmail@plover.com>
57623      Branch: perl
57624            ! perl.h sv.c
57625 ____________________________________________________________________________
57626 [  9791] By: jhi                                   on 2001/04/23  13:32:40
57627         Log: Add the CPAN.pm 1.59_54 tests.
57628      Branch: perl
57629            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57630            ! MANIFEST
57631 ____________________________________________________________________________
57632 [  9790] By: jhi                                   on 2001/04/23  13:21:55
57633         Log: Subject: Deparse nit
57634              From: Robin Houston <robin@kitsite.com>
57635              Date: Mon, 23 Apr 2001 12:38:20 +0100
57636              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
57637      Branch: perl
57638            ! ext/B/B/Deparse.pm
57639 ____________________________________________________________________________
57640 [  9789] By: jhi                                   on 2001/04/23  13:19:07
57641         Log: Subject: [PATCH] bug 20010423.002
57642              From: Robin Houston <robin@kitsite.com>
57643              Date: Mon, 23 Apr 2001 13:12:30 +0100
57644              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
57645      Branch: perl
57646            ! pp.c
57647 ____________________________________________________________________________
57648 [  9788] By: jhi                                   on 2001/04/23  13:02:49
57649         Log: Subject: PATCH [5.7.1] hv.c unused #define
57650              From: Mark-Jason Dominus <mjd@plover.com>
57651              Date: Sun, 22 Apr 2001 14:17:49 -0400
57652              Message-ID: <20010422181749.26976.qmail@plover.com>
57653      Branch: perl
57654            ! hv.c
57655 ____________________________________________________________________________
57656 [  9787] By: jhi                                   on 2001/04/23  13:02:02
57657         Log: Subject: PATCH 5.7.1
57658              From: Mark-Jason Dominus <mjd@plover.com>
57659              Date: Sun, 22 Apr 2001 15:12:57 -0400
57660              Message-ID: <20010422191258.6539.qmail@plover.com>
57661              
57662              plus Sarathy's STMT_START + STMT_END suggestion.
57663      Branch: perl
57664            ! perl.h
57665 ____________________________________________________________________________
57666 [  9786] By: jhi                                   on 2001/04/23  12:53:25
57667         Log: Fix for
57668              
57669              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
57670              From: dLux <dlux@spam.sch.bme.hu>
57671              Date: Mon, 23 Apr 2001 01:25:26 +0200
57672              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
57673              
57674              (SvGROW really does return a char *.)
57675      Branch: perl
57676            ! pod/perlapi.pod sv.h
57677 ____________________________________________________________________________
57678 [  9785] By: jhi                                   on 2001/04/23  04:34:04
57679         Log: Time::Piece work continues.  $t->day removed since
57680              I think it's too confusing.  Now has normal and
57681              abbreviated length weekday names and month names,
57682              the names change with _names(), not _list().
57683              Now has strftime() in Perl, _strftime() is
57684              the libc version (to which strftime() falls back
57685              if it doesn't know the format.  To do: the reverse
57686              of strftime, strptime(), and the localisation of both.
57687      Branch: perl
57688            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
57689            ! t/lib/time-piece.t
57690 ____________________________________________________________________________
57691 [  9784] By: jhi                                   on 2001/04/23  02:41:46
57692         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
57693              From: andreas.koenig@anima.de (Andreas J. Koenig)
57694              Date: 23 Apr 2001 05:20:55 +0200
57695              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
57696      Branch: perl
57697            ! t/pragma/overload.t
57698 ____________________________________________________________________________
57699 [  9783] By: jhi                                   on 2001/04/22  23:32:42
57700         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
57701              From: Robin Houston <robin@kitsite.com>
57702              Date: Mon, 23 Apr 2001 00:38:18 +0100
57703              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
57704      Branch: perl
57705            ! ext/B/B/Deparse.pm
57706 ____________________________________________________________________________
57707 [  9782] By: jhi                                   on 2001/04/22  20:55:43
57708         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
57709              From: Simon Cozens <simon@netthink.co.uk>
57710              Date: Sun, 22 Apr 2001 18:47:25 +0100
57711              Message-ID: <20010422184725.A14411@netthink.co.uk>
57712      Branch: perl
57713            ! sv.c t/pragma/overload.t
57714 ____________________________________________________________________________
57715 [  9781] By: jhi                                   on 2001/04/22  20:52:13
57716         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
57717              From: Robin Houston <robin@kitsite.com>
57718              Date: Sun, 22 Apr 2001 22:14:50 +0100
57719              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
57720      Branch: perl
57721            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57722 ____________________________________________________________________________
57723 [  9780] By: nick                                  on 2001/04/22  20:40:31
57724         Log: Integrate mainline.
57725      Branch: perlio
57726           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57727           +> t/lib/b-stash.t
57728           !> (integrate 38 files)
57729 ____________________________________________________________________________
57730 [  9779] By: jhi                                   on 2001/04/22  15:16:03
57731         Log: Subject: IO::Socket::INET patch
57732              From: andrew deryabin <djsf@technarchy.ru>
57733              Date: Sat, 21 Apr 2001 17:46:52 +0400
57734              Message-ID: <20010421174652.B1426@technarchy>
57735      Branch: perl
57736            ! ext/IO/lib/IO/Socket/INET.pm
57737 ____________________________________________________________________________
57738 [  9778] By: jhi                                   on 2001/04/22  15:14:33
57739         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
57740              From: Mark-Jason Dominus <mjd@plover.com>
57741              Date: Sat, 21 Apr 2001 21:27:49 -0400
57742              Message-ID: <20010422012749.27024.qmail@plover.com>
57743      Branch: perl
57744            ! regcomp.c
57745 ____________________________________________________________________________
57746 [  9777] By: jhi                                   on 2001/04/22  15:10:51
57747         Log: Subject: Re: Regex debugger patch 
57748              From: Mark-Jason Dominus <mjd@plover.com>
57749              Date: Sat, 21 Apr 2001 21:48:51 -0400
57750              Message-ID: <20010422014851.27165.qmail@plover.com>
57751      Branch: perl
57752            ! pod/perldebguts.pod
57753 ____________________________________________________________________________
57754 [  9776] By: jhi                                   on 2001/04/22  15:09:48
57755         Log: Subject: Re: Regex debugger patch
57756              From: Mark-Jason Dominus <mjd@plover.com>
57757              Date: Sat, 21 Apr 2001 14:24:39 -0400
57758              Message-ID: <20010421182439.16508.qmail@plover.com>
57759              
57760              Regex debugger backend.
57761      Branch: perl
57762            ! regcomp.c regexp.h
57763 ____________________________________________________________________________
57764 [  9775] By: jhi                                   on 2001/04/21  16:45:40
57765         Log: Subject: [PATCH] Typo in utf8.h
57766              From: Jesús Quiroga <jquiroga@pobox.com>
57767              Date: Sat, 21 Apr 2001 19:25:33 +0200
57768              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
57769      Branch: perl
57770            ! utf8.h
57771 ____________________________________________________________________________
57772 [  9774] By: jhi                                   on 2001/04/21  16:43:52
57773         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57774              From: Joe Orton <jorton@redhat.com>
57775              Date: Tue, 17 Apr 2001 15:50:43 +0100
57776              Message-Id: <20010417155043.D19132@eu.c2.net>
57777      Branch: perl
57778            ! hints/svr5.sh
57779 ____________________________________________________________________________
57780 [  9773] By: jhi                                   on 2001/04/21  15:30:15
57781         Log: Subject: Patch utils/h2xs.PL
57782              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57783              Date: Sat, 21 Apr 2001 10:32:16 -0500
57784              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
57785              
57786              Add MAILING list and LICENSE templates.
57787      Branch: perl
57788            ! utils/h2xs.PL
57789 ____________________________________________________________________________
57790 [  9772] By: jhi                                   on 2001/04/21  15:28:36
57791         Log: Subject: perlfaq2.patch for 5.7.1
57792              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57793              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
57794              Date: Fri, 20 Apr 2001 16:42:19 -0500
57795              
57796              rm an extra tab, a blurb about the xx.cpan to clarify
57797              which countries actually have that and dejanews is history
57798              as well as most of that nonsensical entry.
57799      Branch: perl
57800            ! pod/perlfaq2.pod
57801 ____________________________________________________________________________
57802 [  9771] By: jhi                                   on 2001/04/21  15:27:17
57803         Log: Subject: perlfaq1.patch for 5.7.1
57804              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57805              Date: Fri, 20 Apr 2001 16:57:36 -0500
57806              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
57807              
57808              Evil URLs must die. Especially when they are broken.
57809      Branch: perl
57810            ! pod/perlfaq1.pod
57811 ____________________________________________________________________________
57812 [  9770] By: jhi                                   on 2001/04/21  15:23:38
57813         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
57814              From: Michael G Schwern <schwern@pobox.com>
57815              Date: Sat, 21 Apr 2001 16:11:12 +0100
57816              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
57817      Branch: perl
57818            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57819            + t/lib/b-stash.t
57820            ! MANIFEST ext/B/B.pm t/lib/b.t
57821 ____________________________________________________________________________
57822 [  9769] By: jhi                                   on 2001/04/21  15:03:32
57823         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
57824              From: Michael G Schwern <schwern@pobox.com>
57825              Date: Sat, 21 Apr 2001 09:48:00 +0100
57826              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
57827      Branch: perl
57828            ! utils/h2ph.PL
57829 ____________________________________________________________________________
57830 [  9768] By: jhi                                   on 2001/04/21  14:33:49
57831         Log: PerlIO and Encode doc cleanup and tweaks.
57832      Branch: perl
57833            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
57834            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
57835 ____________________________________________________________________________
57836 [  9767] By: jhi                                   on 2001/04/21  12:40:16
57837         Log: Integrate perlio:
57838              
57839              [  9766]
57840              Avoid core dump on
57841              open(STDOUT,">",\$foo);
57842      Branch: perl
57843           !> doio.c
57844 ____________________________________________________________________________
57845 [  9766] By: nick                                  on 2001/04/20  18:28:35
57846         Log: Avoid core dump on
57847              open(STDOUT,">",\$foo);
57848      Branch: perlio
57849            ! doio.c
57850 ____________________________________________________________________________
57851 [  9765] By: jhi                                   on 2001/04/20  13:23:43
57852         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57853              From: Robin Houston <robin@kitsite.com>
57854              Date: Fri, 20 Apr 2001 14:29:22 +0100
57855              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
57856      Branch: perl
57857            ! ext/B/B.pm ext/B/B/Deparse.pm
57858 ____________________________________________________________________________
57859 [  9764] By: jhi                                   on 2001/04/20  13:19:33
57860         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
57861              From: Peter Prymmer <pvhp@forte.com>
57862              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
57863              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
57864      Branch: perl
57865            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57866            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57867            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57868            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57869 ____________________________________________________________________________
57870 [  9763] By: jhi                                   on 2001/04/20  12:36:39
57871         Log: Subject: Re: A new PerlIO coredump
57872              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57873              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
57874              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
57875      Branch: perl
57876            ! doio.c
57877 ____________________________________________________________________________
57878 [  9762] By: jhi                                   on 2001/04/19  23:02:30
57879         Log: Update Changes.
57880      Branch: perl
57881            ! Changes patchlevel.h
57882 ____________________________________________________________________________
57883 [  9761] By: jhi                                   on 2001/04/19  22:59:19
57884         Log: More cleanup cleanup.
57885      Branch: perl
57886            ! Makefile.SH win32/Makefile win32/makefile.mk
57887 ____________________________________________________________________________
57888 [  9760] By: jhi                                   on 2001/04/19  22:50:31
57889         Log: lib/Time is non-empty, let's not rmdir it.
57890      Branch: perl
57891            ! Makefile.SH
57892 ____________________________________________________________________________
57893 [  9759] By: jhi                                   on 2001/04/19  22:36:51
57894         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57895              From: Robin Houston <robin@kitsite.com>
57896              Date: Fri, 20 Apr 2001 00:18:53 +0100
57897              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
57898      Branch: perl
57899            ! ext/B/B/Deparse.pm
57900 ____________________________________________________________________________
57901 [  9758] By: jhi                                   on 2001/04/19  22:36:00
57902         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
57903              From: Peter Prymmer <pvhp@forte.com>
57904              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
57905              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57906      Branch: perl
57907            ! ext/Cwd/Cwd.xs
57908 ____________________________________________________________________________
57909 [  9757] By: nick                                  on 2001/04/19  18:53:54
57910         Log: Blind (untested) integrate of mainline.
57911      Branch: perlio
57912           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57913           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
57914           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57915           !> (integrate 53 files)
57916 ____________________________________________________________________________
57917 [  9756] By: jhi                                   on 2001/04/19  16:59:23
57918         Log: Document and test Time::Piece.
57919      Branch: perl
57920            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
57921            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
57922 ____________________________________________________________________________
57923 [  9755] By: jhi                                   on 2001/04/19  12:13:29
57924         Log: A better fix for the \x{12345678} trouble from NI-S.
57925      Branch: perl
57926            ! utf8.c
57927 ____________________________________________________________________________
57928 [  9754] By: jhi                                   on 2001/04/19  11:56:07
57929         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
57930              From: Robin Houston <robin@kitsite.com>
57931              Date: Wed, 18 Apr 2001 17:58:33 +0100
57932              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
57933      Branch: perl
57934            ! ext/B/B/Deparse.pm op.c
57935 ____________________________________________________________________________
57936 [  9753] By: jhi                                   on 2001/04/19  04:21:52
57937         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
57938              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
57939              Date: Thu, 19 Apr 2001 01:11:41 -0400
57940              Message-ID: <20010419011141.A5798@cpan.org>
57941      Branch: perl
57942            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57943 ____________________________________________________________________________
57944 [  9752] By: jhi                                   on 2001/04/19  02:41:10
57945         Log: The new time utils need to be thread-aware, too.
57946      Branch: perl
57947            ! util.c
57948 ____________________________________________________________________________
57949 [  9751] By: jhi                                   on 2001/04/19  02:26:47
57950         Log: Compilation nit noticed by AIX compiler.
57951      Branch: perl
57952            ! perlio.c
57953 ____________________________________________________________________________
57954 [  9750] By: jhi                                   on 2001/04/19  02:20:06
57955         Log: The new time utils need to be public.
57956      Branch: perl
57957            ! embed.pl
57958 ____________________________________________________________________________
57959 [  9749] By: jhi                                   on 2001/04/19  01:42:39
57960         Log: Regen toc.
57961      Branch: perl
57962            ! pod/perltoc.pod
57963 ____________________________________________________________________________
57964 [  9748] By: jhi                                   on 2001/04/19  01:41:10
57965         Log: Add Time::Piece, a slight rewrite of Time::Object,
57966              from Matt Sergeant.
57967      Branch: perl
57968            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57969            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
57970            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57971            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
57972            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
57973            ! win32/makefile.mk
57974 ____________________________________________________________________________
57975 [  9747] By: jhi                                   on 2001/04/19  00:55:35
57976         Log: The new metaconfig unit from strftime.
57977      Branch: metaconfig/U/perl
57978            + d_strftime.U
57979 ____________________________________________________________________________
57980 [  9746] By: jhi                                   on 2001/04/19  00:54:54
57981         Log: Move the strftime() wrapper from POSIX.xs to util.c
57982              as my_strftime(), requires HAS_STRFTIME.
57983      Branch: perl
57984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57985            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57986            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
57987            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57988            ! vos/config.ga.h win32/config.bc win32/config.gc
57989            ! win32/config.vc
57990 ____________________________________________________________________________
57991 [  9745] By: jhi                                   on 2001/04/18  23:11:03
57992         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
57993              in preparation of Time::Piece.
57994      Branch: perl
57995            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
57996 ____________________________________________________________________________
57997 [  9744] By: jhi                                   on 2001/04/18  22:33:12
57998         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
57999              From: Peter Prymmer <pvhp@forte.com>
58000              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
58001              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
58002      Branch: perl
58003            ! t/lib/exporter.t
58004 ____________________________________________________________________________
58005 [  9743] By: jhi                                   on 2001/04/18  22:32:23
58006         Log: Subject: Fwd: pod2html leaves cache files lying around?
58007              From: Rajesh Vaidheeswarran <rv@gnu.org>
58008              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
58009              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
58010      Branch: perl
58011            ! lib/Pod/Html.pm
58012 ____________________________________________________________________________
58013 [  9742] By: jhi                                   on 2001/04/18  20:31:49
58014         Log: Update Changes.
58015      Branch: perl
58016            ! Changes patchlevel.h
58017 ____________________________________________________________________________
58018 [  9741] By: jhi                                   on 2001/04/18  20:23:02
58019         Log: Declare hints only if needed.
58020      Branch: perl
58021            ! ext/B/B/Deparse.pm
58022 ____________________________________________________________________________
58023 [  9740] By: jhi                                   on 2001/04/18  19:06:05
58024         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
58025              bug noticed by Robin Houston; basically the code of detecting
58026              value wraparound was acting differently under different compilers
58027              and platforms.  The workaround is to remove the overflow check
58028              for now, a real fix would be to do the overflow (portably) right.
58029      Branch: perl
58030            ! t/op/pat.t utf8.c
58031 ____________________________________________________________________________
58032 [  9739] By: jhi                                   on 2001/04/18  19:01:23
58033         Log: Subject: [PATCH B::Deparse] some pragma support
58034              From: Robin Houston <robin@kitsite.com>
58035              Date: Wed, 18 Apr 2001 19:32:12 +0100
58036              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
58037      Branch: perl
58038            ! ext/B/B/Deparse.pm
58039 ____________________________________________________________________________
58040 [  9738] By: jhi                                   on 2001/04/18  15:16:37
58041         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58042              From: Benjamin Sugars <bsugars@canoe.ca>
58043              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
58044              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
58045      Branch: perl
58046            ! t/op/glob.t
58047 ____________________________________________________________________________
58048 [  9737] By: jhi                                   on 2001/04/18  13:24:50
58049         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
58050              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58051              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
58052              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
58053      Branch: perl
58054            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58055            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
58056 ____________________________________________________________________________
58057 [  9736] By: jhi                                   on 2001/04/18  04:15:14
58058         Log: The #9735 also changes the subtest 12.
58059      Branch: perl
58060            ! t/lib/b.t
58061 ____________________________________________________________________________
58062 [  9735] By: jhi                                   on 2001/04/18  03:55:17
58063         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
58064              From: David Dyck <dcd@tc.fluke.com>
58065              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
58066              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
58067      Branch: perl
58068            ! ext/B/B/Deparse.pm
58069 ____________________________________________________________________________
58070 [  9734] By: jhi                                   on 2001/04/18  03:54:11
58071         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58072              From: Gisle Aas <gisle@ActiveState.com>
58073              Date: 17 Apr 2001 19:06:45 -0700
58074              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
58075      Branch: perl
58076            ! pp_hot.c t/op/misc.t
58077 ____________________________________________________________________________
58078 [  9733] By: jhi                                   on 2001/04/17  22:25:22
58079         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
58080              From: "Abigail" <abigail@foad.org>
58081              Date: Wed, 18 Apr 2001 01:17:46 +0200
58082              Message-ID: <20010417231746.21657.qmail@foad.org>
58083      Branch: perl
58084            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
58085 ____________________________________________________________________________
58086 [  9732] By: jhi                                   on 2001/04/17  20:47:56
58087         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
58088              From: Robin Houston <robin@kitsite.com>
58089              Date: Tue, 17 Apr 2001 22:37:42 +0100
58090              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
58091      Branch: perl
58092            ! ext/B/B/Deparse.pm
58093 ____________________________________________________________________________
58094 [  9731] By: nick                                  on 2001/04/17  20:46:35
58095         Log: Re-sync for t/lib/b.t fix
58096      Branch: perlio
58097           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
58098 ____________________________________________________________________________
58099 [  9730] By: jhi                                   on 2001/04/17  20:45:29
58100         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
58101              From: Robin Houston <robin@kitsite.com>
58102              Date: Tue, 17 Apr 2001 22:29:36 +0100
58103              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
58104      Branch: perl
58105            ! ext/B/B.xs ext/B/B/Deparse.pm
58106 ____________________________________________________________________________
58107 [  9729] By: jhi                                   on 2001/04/17  20:43:11
58108         Log: Subject: Deparse - parenthesise args to undeclared subs
58109              From: Robin Houston <robin@kitsite.com>
58110              Date: Tue, 17 Apr 2001 21:31:05 +0100
58111              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
58112      Branch: perl
58113            ! ext/B/B/Deparse.pm
58114 ____________________________________________________________________________
58115 [  9728] By: jhi                                   on 2001/04/17  18:57:30
58116         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
58117              From: Benjamin Sugars <ben.sugars@home.com>
58118              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
58119              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
58120      Branch: perl
58121            ! t/lib/cwd.t
58122 ____________________________________________________________________________
58123 [  9727] By: jhi                                   on 2001/04/17  18:20:20
58124         Log: Subject: [PATCH B::Deparse] ambient pragmas
58125              From: Robin Houston <robin@kitsite.com>
58126              Date: Tue, 17 Apr 2001 20:01:59 +0100
58127              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
58128      Branch: perl
58129            ! ext/B/B/Deparse.pm t/lib/b.t
58130 ____________________________________________________________________________
58131 [  9726] By: nick                                  on 2001/04/17  16:33:51
58132         Log: Integrate mainline (t/lib/b.t fails test 2...)
58133      Branch: perlio
58134           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58135           +> ext/List/Util/README ext/List/Util/Util.xs
58136           +> ext/List/Util/lib/List/Util.pm
58137           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
58138           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58139           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58140           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58141           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58142           !> (integrate 31 files)
58143 ____________________________________________________________________________
58144 [  9725] By: jhi                                   on 2001/04/17  12:14:24
58145         Log: Subject: multiple B::* changes
58146              From: Robin Houston <robin@kitsite.com>
58147              Date: Thu, 12 Apr 2001 20:12:27 +0100
58148              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
58149      Branch: perl
58150            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58151 ____________________________________________________________________________
58152 [  9724] By: jhi                                   on 2001/04/17  11:59:05
58153         Log: Thread-awareness from Doug MacEachern.
58154      Branch: perl
58155            ! ext/List/Util/Util.xs
58156 ____________________________________________________________________________
58157 [  9723] By: jhi                                   on 2001/04/17  11:57:41
58158         Log: Make the test more portable.
58159      Branch: perl
58160            ! t/lib/cwd.t
58161 ____________________________________________________________________________
58162 [  9722] By: jhi                                   on 2001/04/17  11:53:50
58163         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
58164              From: Benjamin Sugars <ben.sugars@home.com>
58165              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
58166              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
58167      Branch: perl
58168            ! t/lib/cwd.t
58169 ____________________________________________________________________________
58170 [  9721] By: jhi                                   on 2001/04/17  11:52:17
58171         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
58172              From: Benjamin Sugars <bsugars@canoe.ca>
58173              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58174              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58175      Branch: perl
58176            ! op.c
58177 ____________________________________________________________________________
58178 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58179         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58180              From: Chris Nandor <pudge@pobox.com>
58181              Date: Tue, 17 Apr 2001 00:30:49 -0400
58182              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58183      Branch: perl
58184            ! ext/File/Glob/bsd_glob.c gv.c
58185 ____________________________________________________________________________
58186 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58187         Log: Subject: [PATCH] Tweten->West
58188              From: Casey West <casey@geeknest.com>
58189              Date: Mon, 16 Apr 2001 12:11:22 -0400
58190              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58191      Branch: perl
58192            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58193            ! pod/perltie.pod
58194 ____________________________________________________________________________
58195 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58196         Log: Update Changes.
58197      Branch: perl
58198            ! Changes patchlevel.h
58199 ____________________________________________________________________________
58200 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58201         Log: Regen toc.
58202      Branch: perl
58203            ! pod/perltoc.pod
58204 ____________________________________________________________________________
58205 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58206         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58207              From: Prymmer/Kahn <pvhp@best.com>
58208              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58209              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58210      Branch: perl
58211            ! utf8.c
58212 ____________________________________________________________________________
58213 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58214         Log: Subject: Re: Net::Ping patch, adds stream protocol
58215              From: bronson@rinspin.com (Scott Bronson)
58216              Date: Tue, 10 Apr 2001 23:58:33 -0700
58217              Message-ID: <20010410235833.N29719@rinspin.com>
58218      Branch: perl
58219            ! lib/Net/Ping.pm
58220 ____________________________________________________________________________
58221 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58222         Log: Printing out the ok messages helps successful testing.
58223      Branch: perl
58224            ! t/lib/time-hires.t
58225 ____________________________________________________________________________
58226 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58227         Log: Update Douglas Wegscheid's email.
58228      Branch: perl
58229            ! AUTHORS
58230 ____________________________________________________________________________
58231 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58232         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58233              From: Michael G Schwern <schwern@pobox.com>
58234              Date: Sat, 14 Apr 2001 22:40:50 +0100
58235              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58236      Branch: perl
58237            + t/lib/exporter.t
58238            ! MANIFEST lib/Exporter/Heavy.pm
58239 ____________________________________________________________________________
58240 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58241         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58242              From: Michael G Schwern <schwern@pobox.com>
58243              Date: Sat, 14 Apr 2001 22:13:59 +0100
58244              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58245      Branch: perl
58246            ! t/op/loopctl.t
58247 ____________________________________________________________________________
58248 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58249         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58250              From: Michael G Schwern <schwern@pobox.com>
58251              Date: Sat, 14 Apr 2001 22:05:32 +0100
58252              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58253      Branch: perl
58254            ! t/pragma/warnings.t
58255 ____________________________________________________________________________
58256 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58257         Log: Integrate changes #9706,9707 from maintperl into mainline.
58258              
58259              change#7210 broke .packlist generation
58260              
58261              ExtUtils::Installed doesn't quote regex metacharacters in paths
58262              before using them in match; also make it work for dosish platforms
58263      Branch: perl
58264           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58265 ____________________________________________________________________________
58266 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58267         Log: Test also the scalar aspect of getitimer().
58268      Branch: perl
58269            ! t/lib/time-hires.t
58270 ____________________________________________________________________________
58271 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58272         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58273              before using them in match; also make it work for dosish platforms
58274      Branch: maint-5.6/perl
58275            ! lib/ExtUtils/Installed.pm
58276 ____________________________________________________________________________
58277 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58278         Log: change#7210 broke .packlist generation (listed only filename
58279              rather than fully qualified path name)
58280      Branch: maint-5.6/perl
58281            ! lib/ExtUtils/Install.pm
58282 ____________________________________________________________________________
58283 [  9705] By: jhi                                   on 2001/04/15  12:36:33
58284         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
58285      Branch: perl
58286            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
58287            ! t/lib/time-hires.t
58288 ____________________________________________________________________________
58289 [  9704] By: jhi                                   on 2001/04/15  10:49:08
58290         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
58291              From: Prymmer/Kahn <pvhp@best.com>
58292              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
58293              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
58294      Branch: perl
58295            ! lib/utf8.pm pod/perlebcdic.pod
58296 ____________________________________________________________________________
58297 [  9703] By: jhi                                   on 2001/04/15  02:26:26
58298         Log: I keep forgetting to sort MANIFEST.
58299      Branch: perl
58300            ! MANIFEST
58301 ____________________________________________________________________________
58302 [  9702] By: jhi                                   on 2001/04/15  02:07:47
58303         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
58304              Now we have blessed, reftype, tainted, first, reduce, ...
58305      Branch: perl
58306            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58307            + ext/List/Util/README ext/List/Util/Util.xs
58308            + ext/List/Util/lib/List/Util.pm
58309            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
58310            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
58311            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58312            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58313            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58314            ! MANIFEST
58315 ____________________________________________________________________________
58316 [  9701] By: jhi                                   on 2001/04/14  15:05:25
58317         Log: Subject: RE: dprofpp.pl updates 
58318              From: Carl Eklof <CEklof@endeca.com>
58319              Date: Thu, 12 Apr 2001 18:45:46 -0400
58320              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
58321      Branch: perl
58322            ! utils/dprofpp.PL
58323 ____________________________________________________________________________
58324 [  9700] By: jhi                                   on 2001/04/14  14:44:55
58325         Log: Do not just blindly add CR.
58326      Branch: perl
58327            ! Porting/makerel
58328 ____________________________________________________________________________
58329 [  9699] By: jhi                                   on 2001/04/13  13:17:01
58330         Log: Update Changes.
58331      Branch: perl
58332            ! Changes patchlevel.h
58333 ____________________________________________________________________________
58334 [  9698] By: jhi                                   on 2001/04/13  12:44:48
58335         Log: Integrate perlio:
58336              
58337              [  9696]
58338              Fix core dump on binmode($fh,'Scalar')
58339      Branch: perl
58340           !> ext/PerlIO/Scalar/Scalar.xs
58341 ____________________________________________________________________________
58342 [  9697] By: jhi                                   on 2001/04/13  12:29:15
58343         Log: Add more debug output to the test.
58344      Branch: perl
58345            ! t/lib/cwd.t
58346 ____________________________________________________________________________
58347 [  9696] By: nick                                  on 2001/04/13  10:14:29
58348         Log: Fix core dump on binmode($fh,'Scalar')
58349      Branch: perlio
58350            ! ext/PerlIO/Scalar/Scalar.xs
58351 ____________________________________________________________________________
58352 [  9695] By: nick                                  on 2001/04/13  09:05:42
58353         Log: Integrate mainline
58354      Branch: perlio
58355           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58356           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58357           +> t/lib/time-hires.t
58358           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
58359           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
58360           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58361           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
58362           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
58363           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
58364           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
58365 ____________________________________________________________________________
58366 [  9694] By: jhi                                   on 2001/04/12  22:23:35
58367         Log: Integrate change #9693 from maintperl into mainline.
58368              
58369              $VERSION and Version() on the same line provokes a warning from
58370              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58371      Branch: perl
58372           !> lib/Devel/SelfStubber.pm
58373 ____________________________________________________________________________
58374 [  9693] By: gsar                                  on 2001/04/12  21:55:56
58375         Log: $VERSION and Version() on the same line provokes a warning from
58376              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58377      Branch: maint-5.6/perl
58378            ! lib/Devel/SelfStubber.pm
58379 ____________________________________________________________________________
58380 [  9692] By: jhi                                   on 2001/04/12  13:54:00
58381         Log: This is at least 5.005.
58382      Branch: perl
58383            ! ext/Time/HiRes/HiRes.xs
58384 ____________________________________________________________________________
58385 [  9691] By: jhi                                   on 2001/04/12  13:37:20
58386         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
58387      Branch: perl
58388            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
58389            ! win32/Makefile win32/makefile.mk
58390 ____________________________________________________________________________
58391 [  9690] By: jhi                                   on 2001/04/12  01:34:46
58392         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
58393      Branch: perl
58394            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58395            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58396            + t/lib/time-hires.t
58397            ! MANIFEST
58398 ____________________________________________________________________________
58399 [  9689] By: jhi                                   on 2001/04/12  00:28:39
58400         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
58401              From: Gisle Aas <gisle@ActiveState.com>
58402              Date: 11 Apr 2001 16:36:11 -0700
58403              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
58404      Branch: perl
58405            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
58406 ____________________________________________________________________________
58407 [  9688] By: jhi                                   on 2001/04/12  00:27:39
58408         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58409              From: Gisle Aas <gisle@ActiveState.com>
58410              Date: 11 Apr 2001 11:13:24 -0700
58411              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
58412      Branch: perl
58413            ! ext/MIME/Base64/Base64.xs
58414 ____________________________________________________________________________
58415 [  9687] By: jhi                                   on 2001/04/11  19:51:47
58416         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
58417      Branch: perl
58418            ! Todo-5.6
58419 ____________________________________________________________________________
58420 [  9686] By: jhi                                   on 2001/04/11  16:54:25
58421         Log: Subject: [PATCH opcode.pl] Documentation of table format
58422              From: Simon Cozens <simon@netthink.co.uk>
58423              Date: Wed, 11 Apr 2001 12:59:31 +0100
58424              Message-ID: <20010411125931.A25681@netthink.co.uk>
58425      Branch: perl
58426            ! opcode.pl
58427 ____________________________________________________________________________
58428 [  9685] By: jhi                                   on 2001/04/11  16:53:15
58429         Log: Subject: [PATCH] prototype("CORE::recv")
58430              From: Simon Cozens <simon@netthink.co.uk>
58431              Date: Wed, 11 Apr 2001 13:24:35 +0100
58432              Message-ID: <20010411132435.A26169@netthink.co.uk>
58433      Branch: perl
58434            ! pp.c t/comp/proto.t
58435 ____________________________________________________________________________
58436 [  9684] By: jhi                                   on 2001/04/11  16:47:13
58437         Log: FAQ (and AUTHORS) update from Dan Carson: the information
58438              was several years obsolete, Term::Readkey has been updated
58439              to have the functionality.
58440      Branch: perl
58441            ! AUTHORS pod/perlfaq5.pod
58442 ____________________________________________________________________________
58443 [  9683] By: jhi                                   on 2001/04/11  12:15:46
58444         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58445              From: Calle Dybedahl <calle@lysator.liu.se>
58446              Date: 10 Apr 2001 16:44:16 +0200
58447              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58448      Branch: perl
58449            ! ext/MIME/Base64/Base64.xs
58450 ____________________________________________________________________________
58451 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58452         Log: A more minimal fix for 20010410.006 from Hugo.
58453      Branch: perl
58454            ! regexec.c
58455 ____________________________________________________________________________
58456 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58457         Log: Integrate changes #9678,9679 from maintline into mainperl.
58458              
58459              addendum to change#9676
58460              
58461              up $File::Glob::VERSION; add a note pointing out the version of
58462              the OpenBSD glob bsd_glob.c resembles
58463      Branch: perl
58464           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58465           !> ext/File/Glob/bsd_glob.h
58466 ____________________________________________________________________________
58467 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58468         Log: Bad test numbering in integrate in #9677.
58469              Fixes ID 20010411.001.
58470      Branch: perl
58471            ! t/op/pat.t
58472 ____________________________________________________________________________
58473 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58474         Log: up $File::Glob::VERSION; add a note pointing out the version of
58475              the OpenBSD glob bsd_glob.c resembles
58476      Branch: maint-5.6/perl
58477            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58478            ! ext/File/Glob/bsd_glob.h
58479 ____________________________________________________________________________
58480 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58481         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58482              revision 1.8.10.1 found here:
58483              
58484              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58485      Branch: maint-5.6/perl
58486            ! ext/File/Glob/bsd_glob.c
58487 ____________________________________________________________________________
58488 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58489         Log: Integrate changes #9675,9676 from maintperl into mainline.
58490              
58491              fix for bug 20010410.006, undo change#7115
58492              
58493              port the OpenBSD glob() security patch
58494      Branch: perl
58495           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58496           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58497           !> t/op/pat.t
58498 ____________________________________________________________________________
58499 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58500         Log: port the glob() security patch found at:
58501              
58502              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58503              
58504              CERT advisory for the issue is here:
58505              
58506              http://www.cert.org/advisories/CA-2001-07.html
58507              
58508              Note that the security scare is only relevant for those who are
58509              foolish enough to build suidperl (which is now officially discouraged)
58510      Branch: maint-5.6/perl
58511            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58512            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58513 ____________________________________________________________________________
58514 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58515         Log: fix for bug 20010410.006
58516              
58517              undo change#7115 (came into maint-5.6 as change#8156)
58518              
58519              add tests to keep it from coming back
58520      Branch: maint-5.6/perl
58521            ! regexec.c t/op/pat.t
58522 ____________________________________________________________________________
58523 [  9674] By: nick                                  on 2001/04/10  20:39:31
58524         Log: Integrate mainline
58525      Branch: perlio
58526           +> Porting/testall.atom
58527           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
58528           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
58529           !> t/lib/lc-uk.t t/pod/find.t
58530 ____________________________________________________________________________
58531 [  9673] By: nick                                  on 2001/04/10  18:46:14
58532         Log: Integrate against change 9670 aka perl-5.7.1
58533      Branch: perlio
58534           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58535           !> (integrate 53 files)
58536 ____________________________________________________________________________
58537 [  9672] By: jhi                                   on 2001/04/10  13:45:01
58538         Log: Add a script for doing cumulative profile of the test suite.
58539              (Requires ATOM, that is, Tru64.)
58540      Branch: perl
58541            + Porting/testall.atom
58542            ! MANIFEST
58543 ____________________________________________________________________________
58544 [  9671] By: jhi                                   on 2001/04/10  12:38:53
58545         Log: Missing std block.
58546      Branch: perl
58547            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
58548            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
58549            ! t/pod/find.t
58550 ____________________________________________________________________________
58551 [  9670] By: jhi                                   on 2001/04/10  01:25:58
58552         Log: This is 5.7.1.
58553      Branch: perl
58554            ! patchlevel.h
58555 ____________________________________________________________________________
58556 [  9669] By: jhi                                   on 2001/04/10  01:09:14
58557         Log: Update Changes.
58558      Branch: perl
58559            ! Changes patchlevel.h
58560 ____________________________________________________________________________
58561 [  9668] By: jhi                                   on 2001/04/10  01:00:38
58562         Log: Regen toc.
58563      Branch: perl
58564            ! pod/perltoc.pod
58565 ____________________________________________________________________________
58566 [  9667] By: jhi                                   on 2001/04/10  00:52:16
58567         Log: Update perlhist.
58568      Branch: perl
58569            ! pod/perlhist.pod
58570 ____________________________________________________________________________
58571 [  9666] By: jhi                                   on 2001/04/09  23:38:59
58572         Log: Slight wording tweaks from Damian to #9658.
58573      Branch: perl
58574            ! pod/perlobj.pod
58575 ____________________________________________________________________________
58576 [  9665] By: jhi                                   on 2001/04/09  19:56:06
58577         Log: Subject: [PATCH perlutil.pod] Nit
58578              From: Simon Cozens <simon@netthink.co.uk>
58579              Date: Mon, 9 Apr 2001 20:29:44 +0100
58580              Message-ID: <20010409202944.A14796@the.earth.li>
58581      Branch: perl
58582            ! pod/perlutil.pod
58583 ____________________________________________________________________________
58584 [  9664] By: jhi                                   on 2001/04/09  19:54:42
58585         Log: Subject: Re: perl571delta.pod@9631
58586              From: Mike Guy <mjtg@cam.ac.uk>
58587              Date: Mon, 09 Apr 2001 18:09:14 +0100
58588              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
58589      Branch: perl
58590            ! pod/perl571delta.pod
58591 ____________________________________________________________________________
58592 [  9663] By: jhi                                   on 2001/04/09  13:43:35
58593         Log: Update Changes.
58594      Branch: perl
58595            ! Changes patchlevel.h
58596 ____________________________________________________________________________
58597 [  9662] By: jhi                                   on 2001/04/09  13:24:46
58598         Log: tweak tweak.
58599      Branch: perl
58600            ! AUTHORS pod/perl571delta.pod
58601 ____________________________________________________________________________
58602 [  9661] By: jhi                                   on 2001/04/09  13:15:13
58603         Log: Thinko in manual patch applying.
58604      Branch: perl
58605            ! sv.c
58606 ____________________________________________________________________________
58607 [  9660] By: jhi                                   on 2001/04/09  13:07:53
58608         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
58609              From: Robin Barker <rmb1@cise.npl.co.uk> 
58610              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
58611              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
58612              
58613              (This corrects the case where the "isn't numeric" string contains \0s
58614              and is longer than the temporary buffer, and contains \0 at the point
58615              the string would be truncated by "...".) 
58616      Branch: perl
58617            ! sv.c
58618 ____________________________________________________________________________
58619 [  9659] By: jhi                                   on 2001/04/09  12:57:41
58620         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58621      Branch: perl
58622            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
58623            ! t/lib/cgi-function.t t/lib/cgi-html.t
58624 ____________________________________________________________________________
58625 [  9658] By: jhi                                   on 2001/04/09  12:48:47
58626         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
58627              From: Ilmari Karonen <iltzu@sci.fi>
58628              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
58629              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
58630              
58631              Rearrange and rewrite the Method Invocation section
58632              to explain the concepts in nicer order.
58633      Branch: perl
58634            ! pod/perlobj.pod
58635 ____________________________________________________________________________
58636 [  9657] By: jhi                                   on 2001/04/09  12:35:58
58637         Log: Upgrade to podlators 1.09, from Russ Allbery.
58638      Branch: perl
58639            ! lib/Pod/Man.pm lib/Pod/Text.pm
58640 ____________________________________________________________________________
58641 [  9656] By: jhi                                   on 2001/04/09  12:31:53
58642         Log: perl571delta.
58643      Branch: perl
58644            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
58645 ____________________________________________________________________________
58646 [  9655] By: jhi                                   on 2001/04/09  12:20:09
58647         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
58648              From: Prymmer/Kahn <pvhp@best.com>
58649              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
58650              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
58651      Branch: perl
58652            ! lib/utf8.pm pod/perlunicode.pod
58653 ____________________________________________________________________________
58654 [  9654] By: gsar                                  on 2001/04/09  03:38:33
58655         Log: here lies 5.6.1
58656      Branch: maint-5.6/perl
58657            ! Changes
58658 ____________________________________________________________________________
58659 [  9653] By: jhi                                   on 2001/04/09  03:25:24
58660         Log: Update perlhist.
58661      Branch: perl
58662            ! pod/perlhist.pod
58663 ____________________________________________________________________________
58664 [  9652] By: jhi                                   on 2001/04/09  03:18:49
58665         Log: perl571delta tweaking continues.
58666      Branch: perl
58667            ! pod/perl571delta.pod
58668 ____________________________________________________________________________
58669 [  9651] By: gsar                                  on 2001/04/09  03:11:19
58670         Log: update Changes, patchlevel.h &c.
58671      Branch: maint-5.6/perl
58672            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58673            ! pod/perltoc.pod
58674 ____________________________________________________________________________
58675 [  9650] By: jhi                                   on 2001/04/09  02:40:24
58676         Log: Integrate the perlfork half of #9513 from maintperl into mainline
58677              (the perlunicode half is obsolete)
58678      Branch: perl
58679            ! pod/perlfork.pod
58680 ____________________________________________________________________________
58681 [  9649] By: gsar                                  on 2001/04/09  02:35:43
58682         Log: tweak perldelta as suggested by Jarkko
58683      Branch: maint-5.6/perl
58684            ! pod/perldelta.pod
58685 ____________________________________________________________________________
58686 [  9648] By: jhi                                   on 2001/04/09  02:13:04
58687         Log: Integrate change #9646 from maintperl into mainline.
58688              
58689              add note about ithreads and Thread.pm
58690      Branch: perl
58691           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
58692 ____________________________________________________________________________
58693 [  9647] By: jhi                                   on 2001/04/09  02:10:18
58694         Log: Bad assumption that shortsize == 2.
58695      Branch: perl
58696            ! t/lib/xs-typemap.t
58697 ____________________________________________________________________________
58698 [  9646] By: gsar                                  on 2001/04/09  00:48:04
58699         Log: add note about ithreads and Thread.pm (too many people are
58700              confused by the fact that Thread.pm is built and installed
58701              under non-5005threads but doesn't work)
58702      Branch: maint-5.6/perl
58703            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
58704 ____________________________________________________________________________
58705 [  9645] By: gsar                                  on 2001/04/09  00:19:03
58706         Log: update perldelta.pod for changes in 5.6.1
58707      Branch: maint-5.6/perl
58708            ! Changes pod/perldelta.pod
58709 ____________________________________________________________________________
58710 [  9644] By: jhi                                   on 2001/04/08  20:37:00
58711         Log: Integrate change #9639 from maintperl into mainline:
58712              on windows, many of the README.* pods were being copied to
58713              the wrong location
58714      Branch: perl
58715           !> win32/Makefile win32/makefile.mk
58716 ____________________________________________________________________________
58717 [  9643] By: jhi                                   on 2001/04/08  20:07:11
58718         Log: Integrate change #9624 from maintperl into mainline:
58719              the pod tests were not okay.  (t/pod/find.t changes ignored)
58720      Branch: perl
58721           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58722           !> t/pod/include.t t/pod/included.t t/pod/lref.t
58723           !> t/pod/multiline_items.t t/pod/nested_items.t
58724           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58725           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58726 ____________________________________________________________________________
58727 [  9642] By: jhi                                   on 2001/04/08  19:57:17
58728         Log: Integrate change #9638 from maintperl into mainline:
58729              update to latest JPL from the anoncvs repository
58730      Branch: perl
58731           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58732           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58733           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58734 ____________________________________________________________________________
58735 [  9641] By: jhi                                   on 2001/04/08  19:53:30
58736         Log: perl571delta updates.
58737      Branch: perl
58738            ! lib/Filter/Simple.pm pod/perl571delta.pod
58739 ____________________________________________________________________________
58740 [  9640] By: gsar                                  on 2001/04/08  19:20:46
58741         Log: integrate change#9634 from mainline
58742              
58743              Fix the perlmodlib generation (didn't understand separate .pod
58744              files; didn't understand -- as the name-thing separator).
58745              Update the CPAN mirrors list.
58746      Branch: maint-5.6/perl
58747            ! pod/perlmodlib.pod
58748           !> pod/perlmodlib.PL
58749 ____________________________________________________________________________
58750 [  9639] By: gsar                                  on 2001/04/08  18:57:31
58751         Log: on windows, many of the README.* pods were being copied to the wrong
58752              location
58753      Branch: maint-5.6/perl
58754            ! win32/Makefile win32/makefile.mk
58755 ____________________________________________________________________________
58756 [  9638] By: gsar                                  on 2001/04/08  18:38:25
58757         Log: update to latest JPL from the anoncvs repository
58758      Branch: maint-5.6/perl
58759            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58760            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58761            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58762 ____________________________________________________________________________
58763 [  9637] By: jhi                                   on 2001/04/08  17:53:53
58764         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
58765      Branch: perl
58766            ! pod/perl571delta.pod
58767 ____________________________________________________________________________
58768 [  9636] By: jhi                                   on 2001/04/08  17:18:32
58769         Log: Regen toc.
58770      Branch: perl
58771            ! pod/perltoc.pod
58772 ____________________________________________________________________________
58773 [  9635] By: jhi                                   on 2001/04/08  17:16:33
58774         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
58775              From: "Craig A. Berry" <craigberry@mac.com>
58776              Date: Sun, 08 Apr 2001 12:30:16 -0500
58777              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
58778      Branch: perl
58779            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
58780 ____________________________________________________________________________
58781 [  9634] By: jhi                                   on 2001/04/08  17:09:19
58782         Log: Fix the perlmodlib generation (didn't understand separate .pod
58783              files; didn't understand -- as the name-thing separator).
58784              
58785              Update the CPAN mirrors list.
58786      Branch: perl
58787            ! pod/perlmodlib.PL pod/perlmodlib.pod
58788 ____________________________________________________________________________
58789 [  9633] By: jhi                                   on 2001/04/08  16:49:17
58790         Log: Sort MANIFEST.
58791      Branch: perl
58792            ! MANIFEST
58793 ____________________________________________________________________________
58794 [  9632] By: gsar                                  on 2001/04/08  16:36:06
58795         Log: add $Tie::RefHash::VERSION
58796      Branch: maint-5.6/perl
58797            ! lib/Tie/RefHash.pm
58798 ____________________________________________________________________________
58799 [  9631] By: jhi                                   on 2001/04/08  16:10:15
58800         Log: perl571delta updates based on p5p feedback; still needs
58801              lots of examples.
58802      Branch: perl
58803            ! pod/perl571delta.pod
58804 ____________________________________________________________________________
58805 [  9630] By: jhi                                   on 2001/04/08  15:59:13
58806         Log: Update the list of supported platforms to talk about 5.7.1
58807              (and 5.6.1)
58808      Branch: perl
58809            ! pod/perlport.pod
58810 ____________________________________________________________________________
58811 [  9629] By: jhi                                   on 2001/04/08  15:55:41
58812         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
58813              from maintperl into mainline: perlport updates.
58814      Branch: perl
58815            ! pod/perlport.pod
58816 ____________________________________________________________________________
58817 [  9628] By: jhi                                   on 2001/04/08  15:53:17
58818         Log: perlsolaris.pod copied to wrong directory.
58819      Branch: perl
58820            ! win32/makefile.mk
58821 ____________________________________________________________________________
58822 [  9627] By: jhi                                   on 2001/04/08  14:48:18
58823         Log: Subject: Typos in perl571delta.pod
58824              From: "Stephen P. Potter" <spp@spotter.yi.org>
58825              Date: Sat, 07 Apr 2001 20:37:05 -0400
58826              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
58827      Branch: perl
58828            ! pod/perl571delta.pod
58829 ____________________________________________________________________________
58830 [  9626] By: jhi                                   on 2001/04/08  14:39:04
58831         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
58832      Branch: perl
58833            ! gv.c
58834 ____________________________________________________________________________
58835 [  9625] By: nick                                  on 2001/04/08  10:14:23
58836         Log: Integrate mainline
58837      Branch: perlio
58838           +> pod/perl570delta.pod pod/perl571delta.pod
58839           !> (integrate 27 files)
58840 ____________________________________________________________________________
58841 [  9624] By: gsar                                  on 2001/04/08  06:08:17
58842         Log: test in t/pod/* were busted
58843              
58844              these tests are still not enabled in t/{harness,TEST}
58845      Branch: maint-5.6/perl
58846            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
58847            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
58848            ! t/pod/multiline_items.t t/pod/nested_items.t
58849            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58850            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58851 ____________________________________________________________________________
58852 [  9623] By: gsar                                  on 2001/04/08  03:37:01
58853         Log: integrate change#9470 from mainline
58854              
58855              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58856      Branch: maint-5.6/perl
58857           !> ext/Socket/Socket.xs
58858 ____________________________________________________________________________
58859 [  9622] By: jhi                                   on 2001/04/07  22:40:47
58860         Log: Update Changes.
58861      Branch: perl
58862            ! Changes patchlevel.h
58863 ____________________________________________________________________________
58864 [  9621] By: jhi                                   on 2001/04/07  22:34:16
58865         Log: Update AUTHORS.
58866      Branch: perl
58867            ! AUTHORS
58868 ____________________________________________________________________________
58869 [  9620] By: jhi                                   on 2001/04/07  22:12:47
58870         Log: Forgot to bump the number of tests in #9164.
58871      Branch: perl
58872            ! t/op/array.t
58873 ____________________________________________________________________________
58874 [  9619] By: jhi                                   on 2001/04/07  22:09:50
58875         Log: Bump patchlevel to 5.7.1.
58876      Branch: perl
58877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58878            ! config_h.SH patchlevel.h
58879 ____________________________________________________________________________
58880 [  9618] By: jhi                                   on 2001/04/07  22:02:41
58881         Log: Populate perl571delta.
58882      Branch: perl
58883            ! pod/perl571delta.pod
58884 ____________________________________________________________________________
58885 [  9617] By: jhi                                   on 2001/04/07  22:01:23
58886         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
58887              to forget it later; do not change patchlevel.h yet or regenerate
58888              Configure yet.
58889      Branch: perl
58890            ! epoc/config.sh win32/Makefile win32/config_H.bc
58891            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
58892 ____________________________________________________________________________
58893 [  9616] By: jhi                                   on 2001/04/07  17:46:33
58894         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
58895      Branch: perl
58896            ! pod/perl571delta.pod
58897 ____________________________________________________________________________
58898 [  9615] By: jhi                                   on 2001/04/07  17:33:21
58899         Log: Change the toc configuration.
58900      Branch: perl
58901            ! pod/buildtoc.PL pod/perl.pod
58902 ____________________________________________________________________________
58903 [  9614] By: jhi                                   on 2001/04/07  17:29:47
58904         Log: Subject: PATCH: $[
58905              From: Robin Houston <robin@kitsite.com>
58906              Date: Fri, 6 Apr 2001 18:10:14 +0100
58907              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
58908      Branch: perl
58909            ! op.c t/op/array.t
58910 ____________________________________________________________________________
58911 [  9613] By: jhi                                   on 2001/04/07  17:28:26
58912         Log: Subject: [PATCH perl@9424] isn't numeric warning
58913              From: Robin Barker <rmb1@cise.npl.co.uk>
58914              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
58915              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
58916      Branch: perl
58917            ! sv.c t/pragma/warn/sv
58918 ____________________________________________________________________________
58919 [  9612] By: jhi                                   on 2001/04/07  17:26:45
58920         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
58921              From: Mike Guy <mjtg@cam.ac.uk>
58922              Date: Fri, 06 Apr 2001 12:47:06 +0100
58923              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
58924      Branch: perl
58925            ! dump.c t/lib/peek.t
58926 ____________________________________________________________________________
58927 [  9611] By: jhi                                   on 2001/04/07  17:21:35
58928         Log: Create perl571delta and seed it off with the perldelta changes
58929              since 5.7.0; remove those changes from perldelta and rename it
58930              as perl570delta; recreate perldelta but leave it almost empty.
58931      Branch: perl
58932            + pod/perl570delta.pod pod/perl571delta.pod
58933            ! MANIFEST pod/perldelta.pod
58934 ____________________________________________________________________________
58935 [  9610] By: jhi                                   on 2001/04/07  16:56:32
58936         Log: Denit.
58937      Branch: perl
58938            ! pod/perldelta.pod
58939 ____________________________________________________________________________
58940 [  9609] By: jhi                                   on 2001/04/07  16:38:32
58941         Log: Retract #9523: needs more thought.
58942      Branch: perl
58943            ! Makefile.SH
58944 ____________________________________________________________________________
58945 [  9608] By: jhi                                   on 2001/04/07  14:59:20
58946         Log: atmark() code cleanaup.
58947      Branch: perl
58948            ! ext/IO/IO.xs
58949 ____________________________________________________________________________
58950 [  9607] By: jhi                                   on 2001/04/07  14:48:14
58951         Log: Integrate change #9605 from maintperl into mainline.
58952              
58953              can't optimize away scope entry if tr/// is present
58954      Branch: perl
58955           !> op.c t/op/tr.t
58956 ____________________________________________________________________________
58957 [  9606] By: jhi                                   on 2001/04/07  14:43:59
58958         Log: Integrate perlio:
58959              
58960              [  9604]
58961              Split out extension finding code from buildext.pl into FindExt.pm
58962              Use it to get Config.pm's idea of available extensions in line
58963              with what is built.
58964              
58965              [  9603]
58966              Cleanup correction for failed :Via() layer, also set an error code.
58967              
58968              [  9602]
58969              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58970              style. So don't use binmode() on the handles so that Win32 etc. see
58971              same sequence and produce same digests.
58972              
58973              [  9601]
58974              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58975              Else it complains and so crlf layer (say) does not get pushed.
58976              
58977              [  9599]
58978              Quote $VERSION in Encode.pm.
58979              regen_config_h as requested.
58980      Branch: perl
58981           +> win32/FindExt.pm
58982           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
58983           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
58984 ____________________________________________________________________________
58985 [  9605] By: gsar                                  on 2001/04/07  11:52:40
58986         Log: can't optimize away scope entry if tr/// is present
58987      Branch: maint-5.6/perl
58988            ! op.c t/op/tr.t
58989 ____________________________________________________________________________
58990 [  9604] By: nick                                  on 2001/04/07  11:39:45
58991         Log: Split out extension finding code from buildext.pl into FindExt.pm
58992              Use it to get Config.pm's idea of available extensions in line
58993              with what is built.
58994      Branch: perlio
58995            + win32/FindExt.pm
58996            ! MANIFEST win32/buildext.pl win32/config_sh.PL
58997            ! win32/makefile.mk
58998 ____________________________________________________________________________
58999 [  9603] By: nick                                  on 2001/04/07  09:11:38
59000         Log: Cleanup correction for failed :Via() layer, also set an error code.
59001      Branch: perlio
59002            ! ext/PerlIO/Via/Via.xs
59003 ____________________________________________________________________________
59004 [  9602] By: nick                                  on 2001/04/07  08:38:04
59005         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59006              style. So don't use binmode() on the handles so that Win32 etc. see
59007              same sequence and produce same digests.
59008      Branch: perlio
59009            ! t/lib/md5-file.t
59010 ____________________________________________________________________________
59011 [  9601] By: nick                                  on 2001/04/07  08:36:26
59012         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59013              Else it complains and so crlf layer (say) does not get pushed.
59014      Branch: perlio
59015            ! perlio.c
59016 ____________________________________________________________________________
59017 [  9600] By: jhi                                   on 2001/04/06  23:00:09
59018         Log: Integrate change #9599 from perlio into mainline.
59019      Branch: perl
59020           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59021           !> win32/config_H.vc
59022 ____________________________________________________________________________
59023 [  9599] By: nick                                  on 2001/04/06  21:42:43
59024         Log: Quote $VERSION in Encode.pm.
59025              regen_config_h as requested.
59026      Branch: perlio
59027            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59028            ! win32/config_H.vc
59029 ____________________________________________________________________________
59030 [  9598] By: nick                                  on 2001/04/06  20:34:59
59031         Log: Integrate mainline
59032      Branch: perlio
59033           +> README.macos
59034           !> (integrate 39 files)
59035 ____________________________________________________________________________
59036 [  9597] By: gsar                                  on 2001/04/06  18:06:35
59037         Log: integrate change#9464 from mainline (addendum to change#8313)
59038              
59039              Subject: [PATCH @9452] Better peep()ing for foreach() loops
59040      Branch: maint-5.6/perl
59041           !> op.c
59042 ____________________________________________________________________________
59043 [  9596] By: jhi                                   on 2001/04/06  17:26:03
59044         Log: The d_casti32=undef is good for you even when not use64bitall.
59045      Branch: perl
59046            ! hints/hpux.sh
59047 ____________________________________________________________________________
59048 [  9595] By: gsar                                  on 2001/04/06  14:57:17
59049         Log: add a low-impact fix to accommodate darwin-ism
59050      Branch: maint-5.6/perl
59051            ! ext/Errno/Errno_pm.PL
59052 ____________________________________________________________________________
59053 [  9594] By: jhi                                   on 2001/04/06  14:55:14
59054         Log: Integrate changes #9528,9593 from mainline into maintperl;
59055              tweaking the editor/IDE/shell list.
59056      Branch: maint-5.6/perl
59057           !> pod/perlfaq3.pod
59058 ____________________________________________________________________________
59059 [  9593] By: jhi                                   on 2001/04/06  14:51:39
59060         Log: Make the editor/IDE/shell list a little bit airier.
59061      Branch: perl
59062            ! pod/perlfaq3.pod
59063 ____________________________________________________________________________
59064 [  9592] By: gsar                                  on 2001/04/06  14:45:18
59065         Log: integrate change#9477 from mainline (base.pm doc tweak)
59066              
59067              missing doc entry for fmod()
59068      Branch: maint-5.6/perl
59069            ! lib/Math/BigFloat.pm
59070           !> lib/base.pm
59071 ____________________________________________________________________________
59072 [  9591] By: jhi                                   on 2001/04/06  13:55:48
59073         Log: Regen toc.
59074      Branch: perl
59075            ! pod/perltoc.pod
59076 ____________________________________________________________________________
59077 [  9590] By: jhi                                   on 2001/04/06  13:54:52
59078         Log: Math::BigFloat patches from John Peacock.  The equivalent
59079              of #9586 from maintperl but reworked by John to work with
59080              the bleadperl.
59081      Branch: perl
59082            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59083 ____________________________________________________________________________
59084 [  9589] By: jhi                                   on 2001/04/06  13:42:23
59085         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
59086      Branch: perl
59087            ! ext/Digest/MD5/Makefile.PL
59088 ____________________________________________________________________________
59089 [  9588] By: jhi                                   on 2001/04/06  13:31:45
59090         Log: Integrate changes #9584,9587 from maintperl into mainline.
59091              
59092              keep eval"" CVs alive until the end of the statement in which
59093              they're called
59094              
59095              add README.macos (from Chris Nandor)
59096              
59097              tyop in change#9555
59098      Branch: perl
59099           +> README.macos
59100           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
59101           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
59102           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
59103           !> win32/makefile.mk
59104 ____________________________________________________________________________
59105 [  9587] By: gsar                                  on 2001/04/06  07:31:30
59106         Log: add README.macos (from Chris Nandor)
59107              
59108              tyop in change#9555
59109      Branch: maint-5.6/perl
59110            + README.macos
59111            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
59112            ! win32/Makefile win32/makefile.mk
59113 ____________________________________________________________________________
59114 [  9586] By: gsar                                  on 2001/04/06  07:08:54
59115         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
59116      Branch: maint-5.6/perl
59117            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59118 ____________________________________________________________________________
59119 [  9585] By: gsar                                  on 2001/04/06  06:58:44
59120         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
59121              from mainline
59122              
59123              Subject: [PATCH] Base64 update to perlfaq9.pod
59124              
59125              Subject: [PATCH AUTHORS] Housekeeping
59126              
59127              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59128              Mac OS X (Darwin) has extra pwent fields.
59129              
59130              Subject: [PATCH B::*] print control-character vars readably
59131              Needs EBCDICification.
59132              
59133              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59134              
59135              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59136              
59137              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59138              
59139              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59140              
59141              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59142              
59143              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59144              
59145              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59146              
59147              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59148              
59149              FreeBSD hints tweak from Anton Berezin.
59150              
59151              Subject: [PATCH foolperl & bleadperl] README.vms update
59152              
59153              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59154      Branch: maint-5.6/perl
59155           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
59156           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59157           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
59158 ____________________________________________________________________________
59159 [  9584] By: gsar                                  on 2001/04/06  04:09:00
59160         Log: keep eval"" CVs alive until the end of the statement in which
59161              they're called; this avoids a coredump ensuing from search for
59162              lexicals in code such as:
59163              
59164              sub bug {
59165              my $s = @_;
59166              eval q[sub { eval 'sub { &$s }' }];
59167              }
59168              bug("x")->()->();
59169              
59170              this code still doesn't work as intended (as it has remained
59171              since time immemorial), but it doesn't provoke a coredump anymore
59172      Branch: maint-5.6/perl
59173            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59174            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59175 ____________________________________________________________________________
59176 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59177         Log: Update Changes.
59178      Branch: perl
59179            ! Changes patchlevel.h
59180 ____________________________________________________________________________
59181 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59182         Log: Slight doc tweak.
59183      Branch: perl
59184            ! pod/perlunicode.pod
59185 ____________________________________________________________________________
59186 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59187         Log: Integrate perlio:
59188              
59189              [  9569]
59190              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59191              
59192              [  9549]
59193              Downgrade "Wide character in print" to a warning.
59194      Branch: perl
59195           !> pod/perlunicode.pod
59196 ____________________________________________________________________________
59197 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59198         Log: Test for #9579.
59199      Branch: perl
59200            ! t/op/do.t
59201 ____________________________________________________________________________
59202 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59203         Log: Subject: [PATCH] Propagate calling context for do '...'
59204              From: Gisle Aas <gisle@ActiveState.com>
59205              Date: 04 Apr 2001 20:17:29 -0700
59206              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59207      Branch: perl
59208            ! pod/perlfunc.pod pp_ctl.c
59209 ____________________________________________________________________________
59210 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59211         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59212              From: Peter Prymmer <pvhp@forte.com>
59213              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59214              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59215      Branch: perl
59216            ! README.vms
59217 ____________________________________________________________________________
59218 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59219         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59220              From: "Craig A. Berry" <craigberry@mac.com>
59221              Date: Thu, 5 Apr 2001 13:43:28 -0500
59222              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59223      Branch: perl
59224            ! README.vms
59225 ____________________________________________________________________________
59226 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59227         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59228              From: Michael G Schwern <schwern@pobox.com>
59229              Date: Thu, 5 Apr 2001 21:53:21 +0100
59230              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59231      Branch: perl
59232            ! lib/base.pm t/lib/fields.t
59233 ____________________________________________________________________________
59234 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59235         Log: FreeBSD hints tweak from Anton Berezin.
59236      Branch: perl
59237            ! hints/freebsd.sh
59238 ____________________________________________________________________________
59239 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59240         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59241              From: David Dyck <dcd@tc.fluke.com>
59242              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59243              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59244      Branch: perl
59245            ! t/op/oct.t
59246 ____________________________________________________________________________
59247 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59248         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59249              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59250              From: David Dyck <dcd@tc.fluke.com>
59251              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59252      Branch: perl
59253            ! pp.c
59254 ____________________________________________________________________________
59255 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59256         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59257              From: Robin Houston <robin@kitsite.com>
59258              Date: Thu, 5 Apr 2001 20:56:48 +0100
59259              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59260      Branch: perl
59261            ! ext/B/B/Deparse.pm
59262 ____________________________________________________________________________
59263 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59264         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59265              From: Robin Houston <robin@kitsite.com>
59266              Date: Thu, 5 Apr 2001 19:55:51 +0100
59267              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59268      Branch: perl
59269            ! ext/B/B/Deparse.pm
59270 ____________________________________________________________________________
59271 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59272         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59273              From: Robin Houston <robin@kitsite.com>
59274              Date: Thu, 5 Apr 2001 20:16:29 +0100
59275              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59276      Branch: perl
59277            ! ext/B/B/Deparse.pm
59278 ____________________________________________________________________________
59279 [  9569] By: nick                                  on 2001/04/05  21:32:26
59280         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59281      Branch: perlio
59282            ! pod/perlunicode.pod
59283 ____________________________________________________________________________
59284 [  9568] By: nick                                  on 2001/04/05  19:38:09
59285         Log: Integrate mainline
59286      Branch: perlio
59287           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
59288           !> (integrate 35 files)
59289 ____________________________________________________________________________
59290 [  9567] By: jhi                                   on 2001/04/05  18:31:45
59291         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59292              From: Robin Houston <robin@kitsite.com>
59293              Date: Thu, 5 Apr 2001 18:03:23 +0100
59294              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
59295      Branch: perl
59296            ! ext/B/B/Deparse.pm
59297 ____________________________________________________________________________
59298 [  9566] By: jhi                                   on 2001/04/05  18:29:35
59299         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59300              From: Robin Houston <robin@kitsite.com>
59301              Date: Thu, 5 Apr 2001 16:45:18 +0100
59302              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
59303      Branch: perl
59304            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59305 ____________________________________________________________________________
59306 [  9565] By: jhi                                   on 2001/04/05  18:24:23
59307         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59308              From: Robin Houston <robin@kitsite.com>
59309              Date: Thu, 5 Apr 2001 14:50:09 +0100
59310              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
59311      Branch: perl
59312            ! ext/B/B/Deparse.pm
59313 ____________________________________________________________________________
59314 [  9564] By: jhi                                   on 2001/04/05  18:23:03
59315         Log: Subject: [PATCH B::*] print control-character vars readably
59316              From: Robin Houston <robin@kitsite.com>
59317              Date: Thu, 5 Apr 2001 14:27:38 +0100
59318              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
59319              
59320              Needs EBCDICification.
59321      Branch: perl
59322            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
59323            ! ext/B/B/Terse.pm
59324 ____________________________________________________________________________
59325 [  9563] By: jhi                                   on 2001/04/05  18:20:32
59326         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59327              Date: Thu, 5 Apr 2001 13:21:42 -0400
59328              From: Paul Schinder <schinder@pobox.com>
59329              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
59330              
59331              Mac OS X (Darwin) has extra pwent fields.
59332      Branch: perl
59333            ! t/op/pwent.t
59334 ____________________________________________________________________________
59335 [  9562] By: jhi                                   on 2001/04/05  17:57:51
59336         Log: Regen toc.
59337      Branch: perl
59338            ! pod/perltoc.pod
59339 ____________________________________________________________________________
59340 [  9561] By: jhi                                   on 2001/04/05  17:47:33
59341         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
59342      Branch: metaconfig
59343            ! U/Glossary.patch
59344      Branch: metaconfig/U/perl
59345            + d_u32align.U
59346            ! d_cmsghdr_s.U d_msghdr_s.U
59347 ____________________________________________________________________________
59348 [  9560] By: jhi                                   on 2001/04/05  17:47:01
59349         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
59350              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
59351              Introduce probes for struct msghdr, struct cmsghdr,
59352              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
59353              ualarm, usleep, for possible later extension work.
59354      Branch: perl
59355            + t/lib/md5-align.t
59356            ! Configure MANIFEST Porting/Glossary Porting/config.sh
59357            ! Porting/config_H config_h.SH configure.com epoc/config.sh
59358            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
59359            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59360            ! vos/config.ga.h win32/config.bc win32/config.gc
59361            ! win32/config.vc
59362 ____________________________________________________________________________
59363 [  9559] By: jhi                                   on 2001/04/05  13:03:04
59364         Log: Be traditional in your cpp (for the Errno extension).
59365      Branch: perl
59366            ! hints/darwin.sh
59367 ____________________________________________________________________________
59368 [  9558] By: jhi                                   on 2001/04/05  13:00:05
59369         Log: Add $Config{cppflags} to the gcc incantation.
59370      Branch: perl
59371            ! ext/Errno/Errno_pm.PL
59372 ____________________________________________________________________________
59373 [  9557] By: jhi                                   on 2001/04/05  04:22:39
59374         Log: Introduce Sean Burke's Class::ISA 0.32.
59375      Branch: perl
59376            + lib/Class/ISA.pm t/lib/class-isa.t
59377            ! MANIFEST
59378 ____________________________________________________________________________
59379 [  9556] By: jhi                                   on 2001/04/05  04:09:50
59380         Log: Subject: [PATCH AUTHORS] Housekeeping
59381              From: Paul Johnson <paul@pjcj.net> 
59382              Date: Wed, 4 Apr 2001 22:45:47 +0200
59383              Message-ID: <20010404224547.D9548@pjcj.net>
59384      Branch: perl
59385            ! AUTHORS
59386 ____________________________________________________________________________
59387 [  9555] By: jhi                                   on 2001/04/05  04:06:33
59388         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
59389              From: Gisle Aas <gisle@ActiveState.com>
59390              Date: 04 Apr 2001 14:23:04 -0700
59391              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
59392      Branch: perl
59393            ! pod/perlfaq9.pod
59394 ____________________________________________________________________________
59395 [  9554] By: jhi                                   on 2001/04/05  04:05:49
59396         Log: Downgrade also the "Wide character" diagnostic.
59397      Branch: perl
59398            ! pod/perldiag.pod
59399 ____________________________________________________________________________
59400 [  9553] By: jhi                                   on 2001/04/05  04:00:33
59401         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
59402              maintperl into mainline.
59403              
59404              "double" should be "NV"; standard typemap is missing entry
59405              for NV
59406              
59407              s/djSP/dSP/
59408              
59409              Downgrade "Wide character in print" to a warning.
59410              
59411              B::Deparse fix for ${^FOO} and documentation for PVX() method
59412              (from Robin Houston)
59413              
59414              tr/// doesn't null-terminate the result in some situations
59415              (from Gisle Aas)
59416      Branch: perl
59417           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
59418           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
59419           !> t/io/utf8.t t/op/tr.t
59420 ____________________________________________________________________________
59421 [  9552] By: jhi                                   on 2001/04/05  03:52:50
59422         Log: Retract changes #9542 and #9538 (from maintperl, integrated
59423              at #9540), shouldn't be needed because of the perlio changes.
59424      Branch: perl
59425            ! util.c
59426 ____________________________________________________________________________
59427 [  9551] By: gsar                                  on 2001/04/05  00:18:34
59428         Log: tr/// doesn't null-terminate the result in some situations
59429              (from Gisle Aas)
59430      Branch: maint-5.6/perl
59431            ! doop.c t/op/tr.t
59432 ____________________________________________________________________________
59433 [  9550] By: gsar                                  on 2001/04/04  20:04:17
59434         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
59435              (from Robin Houston)
59436      Branch: maint-5.6/perl
59437            ! ext/B/B.pm ext/B/B/Deparse.pm
59438 ____________________________________________________________________________
59439 [  9549] By: nick                                  on 2001/04/04  18:56:15
59440         Log: Downgrade "Wide character in print" to a warning.
59441      Branch: perlio
59442            ! doio.c t/io/utf8.t
59443 ____________________________________________________________________________
59444 [  9548] By: gsar                                  on 2001/04/04  18:51:49
59445         Log: integrate changes#9460,9462,9482,9521,9522
59446              
59447              Subject: PATCH: B::Debug should show LOOP-specific fields
59448              
59449              Subject: B::Deparse precedence bug. (Patch included.)
59450              
59451              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59452              
59453              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59454              
59455              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59456      Branch: maint-5.6/perl
59457           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59458           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59459 ____________________________________________________________________________
59460 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59461         Log: s/djSP/dSP/
59462      Branch: maint-5.6/perl
59463            ! ext/Thread/Thread.xs
59464 ____________________________________________________________________________
59465 [  9546] By: nick                                  on 2001/04/04  18:44:00
59466         Log: Integrate mainline.
59467      Branch: perlio
59468           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59469           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59470 ____________________________________________________________________________
59471 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59472         Log: integrate change#8837 from mainline
59473              
59474              Subject: [patch] -Wall cleanup round 2
59475      Branch: maint-5.6/perl
59476           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59477           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59478           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59479           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59480           !> ext/SDBM_File/SDBM_File.xs
59481 ____________________________________________________________________________
59482 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59483         Log: "double" should be "NV"; standard typemap is missing entry
59484              for NV
59485      Branch: maint-5.6/perl
59486            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59487 ____________________________________________________________________________
59488 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59489         Log: Thou shalt not (just) match for English error messages.
59490      Branch: perl
59491            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59492            ! os2/OS2/Process/Process.pm
59493 ____________________________________________________________________________
59494 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59495         Log: Make the stdio tricks of fflush_all() to exist only if
59496              stdio is being used.
59497      Branch: perl
59498            ! util.c
59499 ____________________________________________________________________________
59500 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59501         Log: Subject: Re: [PATCH] Lighten up glob
59502              From: Benjamin Sugars <bsugars@canoe.ca>
59503              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59504              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59505      Branch: perl
59506            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59507            ! util.c
59508 ____________________________________________________________________________
59509 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59510         Log: Integrate changes #9538,9539 from maintperl into mainline.
59511              
59512              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59513              for use with _fwalk() (fix for change#7705)
59514              
59515              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59516              (cp -f is not portable)
59517      Branch: perl
59518           !> Makefile.SH util.c
59519 ____________________________________________________________________________
59520 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59521         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59522      Branch: maint-5.6/perl
59523            ! Makefile.SH
59524 ____________________________________________________________________________
59525 [  9538] By: gsar                                  on 2001/04/04  01:00:38
59526         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59527              for use with _fwalk() (fix for change#7705)
59528      Branch: maint-5.6/perl
59529            ! util.c
59530 ____________________________________________________________________________
59531 [  9537] By: nick                                  on 2001/04/03  19:24:55
59532         Log: Integrate mainline
59533      Branch: perlio
59534           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
59535           +> lib/unicode/PropList.html
59536            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
59537           !> (integrate 69 files)
59538 ____________________________________________________________________________
59539 [  9536] By: jhi                                   on 2001/04/03  18:02:31
59540         Log: Integrate change #9533 from maintperl into mainline.
59541              
59542              better fix for change#9517 to accomodate UNC paths like
59543              \\server\share\foo, and paths with trailing backslash
59544              like c:\this\
59545      Branch: perl
59546           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59547 ____________________________________________________________________________
59548 [  9535] By: jhi                                   on 2001/04/03  17:58:07
59549         Log: Change the push/unshift warning to be of class syntax, not misc.
59550      Branch: perl
59551            ! op.c pod/perldiag.pod t/pragma/warn/op
59552 ____________________________________________________________________________
59553 [  9534] By: jhi                                   on 2001/04/03  15:03:46
59554         Log: Change the push/unshift warning (#9532) to talk about "no values"
59555              instead of "no arguments".
59556      Branch: perl
59557            ! op.c pod/perldiag.pod t/pragma/warn/op
59558 ____________________________________________________________________________
59559 [  9533] By: gsar                                  on 2001/04/03  14:30:07
59560         Log: better fix for change#9517 to accomodate UNC paths like
59561              \\server\share\foo, and paths with trailing backslash
59562              like c:\this\
59563      Branch: maint-5.6/perl
59564            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59565 ____________________________________________________________________________
59566 [  9532] By: jhi                                   on 2001/04/03  13:11:46
59567         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
59568              From: Robin Houston <robin@kitsite.com>
59569              Date: Mon, 2 Apr 2001 15:03:29 +0100
59570              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
59571      Branch: perl
59572            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
59573 ____________________________________________________________________________
59574 [  9531] By: jhi                                   on 2001/04/03  13:06:34
59575         Log: Integrate change #9530 from maintperl into mainline.
59576              
59577              accomodate VMS "mailbox overflow" quirk in testsuite (from
59578              Craig Berry)
59579      Branch: perl
59580           !> t/lib/socket.t
59581 ____________________________________________________________________________
59582 [  9530] By: gsar                                  on 2001/04/03  04:56:41
59583         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
59584              Craig Berry)
59585      Branch: maint-5.6/perl
59586            ! t/lib/socket.t
59587 ____________________________________________________________________________
59588 [  9529] By: jhi                                   on 2001/04/03  02:34:34
59589         Log: Update Changes.
59590      Branch: perl
59591            ! Changes patchlevel.h
59592 ____________________________________________________________________________
59593 [  9528] By: jhi                                   on 2001/04/03  01:27:57
59594         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
59595              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
59596              To: perl5-porters@perl.org
59597              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
59598      Branch: perl
59599            ! pod/perlfaq3.pod
59600 ____________________________________________________________________________
59601 [  9527] By: jhi                                   on 2001/04/03  01:22:09
59602         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
59603              From: Peter Prymmer <pvhp@forte.com>
59604              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
59605              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
59606      Branch: perl
59607            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
59608 ____________________________________________________________________________
59609 [  9526] By: jhi                                   on 2001/04/03  01:18:25
59610         Log: The metaconfig unit changes for #9525.
59611      Branch: metaconfig
59612            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
59613      Branch: metaconfig/U/perl
59614            ! use64bits.U
59615 ____________________________________________________________________________
59616 [  9525] By: jhi                                   on 2001/04/03  01:17:30
59617         Log: Configure sanity checks:
59618              * if use64bitall is attempted but pointers are only 32-bit,
59619              'downgrade' to use64bitint
59620              * if use64bitint is attempted but there's no quad type,
59621              forget about use64bitint (well, the default for it is 'n',
59622              the user can still override this)
59623              * if pointers are 64 bits, do not try to use Perl's malloc
59624      Branch: perl
59625            ! Configure
59626 ____________________________________________________________________________
59627 [  9524] By: gsar                                  on 2001/04/03  01:09:12
59628         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
59629      Branch: maint-5.6/perl
59630            ! pp_sys.c
59631 ____________________________________________________________________________
59632 [  9523] By: jhi                                   on 2001/04/03  00:02:31
59633         Log: (Retracted by #9609)
59634              
59635              Make it harder for parallel makes to enter 'test' before
59636              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
59637              should be unhappy enough, but sometimes parallel makes seem
59638              to sneak past both in Tru64 and AIX.)
59639      Branch: perl
59640            ! Makefile.SH
59641 ____________________________________________________________________________
59642 [  9522] By: jhi                                   on 2001/04/02  22:35:31
59643         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59644              Date: Mon, 2 Apr 2001 22:54:10 +0100
59645              From: Robin Houston <robin@kitsite.com>
59646              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
59647      Branch: perl
59648            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
59649 ____________________________________________________________________________
59650 [  9521] By: jhi                                   on 2001/04/02  22:32:23
59651         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59652              From: Robin Houston <robin@kitsite.com>
59653              Date: Mon, 2 Apr 2001 20:24:03 +0100
59654              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
59655      Branch: perl
59656            ! ext/B/B/Concise.pm
59657 ____________________________________________________________________________
59658 [  9520] By: jhi                                   on 2001/04/02  22:30:43
59659         Log: Subject: [PATCH] REALLY pedantic hv.h nit
59660              From: Simon Cozens <simon@netthink.co.uk>
59661              Date: Mon, 2 Apr 2001 15:43:06 +0100
59662              Message-ID: <20010402154306.A21711@netthink.co.uk>
59663      Branch: perl
59664            ! hv.h
59665 ____________________________________________________________________________
59666 [  9519] By: jhi                                   on 2001/04/02  22:28:04
59667         Log: Based on
59668              
59669              Subject: [foolperl] EPOC fix
59670              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59671              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
59672              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
59673      Branch: perl
59674            ! pp_sys.c
59675 ____________________________________________________________________________
59676 [  9518] By: jhi                                   on 2001/04/02  22:22:34
59677         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
59678              
59679              README.win32 tweaks; add a note about alternative location for
59680              getting a gcc-2.95.2 that will build perl properly on windows
59681              
59682              add some notes about gutsy threading matters
59683              
59684              many of the utilities interpolate literal paths within doublequotes
59685              (fails on dosish platforms where path contains backslashes)
59686      Branch: perl
59687           !> README.win32 pod/perlguts.pod utils/perldoc.PL
59688           !> x2p/find2perl.PL x2p/s2p.PL
59689 ____________________________________________________________________________
59690 [  9517] By: gsar                                  on 2001/04/02  19:52:21
59691         Log: many of the utilities interpolate literal paths within doublequotes
59692              (fails on dosish platforms where path contains backslashes)
59693      Branch: maint-5.6/perl
59694            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59695 ____________________________________________________________________________
59696 [  9516] By: gsar                                  on 2001/04/02  05:49:37
59697         Log: a foolish release
59698      Branch: maint-5.6/perl
59699            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59700            ! pod/perltoc.pod
59701 ____________________________________________________________________________
59702 [  9515] By: gsar                                  on 2001/04/02  05:04:29
59703         Log: add missing changelog summaries
59704      Branch: maint-5.6/perl
59705            ! Changes
59706 ____________________________________________________________________________
59707 [  9514] By: gsar                                  on 2001/04/02  04:07:13
59708         Log: add some notes about gutsy threading matters
59709      Branch: maint-5.6/perl
59710            ! pod/perlguts.pod
59711 ____________________________________________________________________________
59712 [  9513] By: gsar                                  on 2001/04/02  03:25:21
59713         Log: add more prominent caveat notices about experimental features
59714      Branch: maint-5.6/perl
59715            ! pod/perlfork.pod pod/perlunicode.pod
59716 ____________________________________________________________________________
59717 [  9512] By: gsar                                  on 2001/04/02  02:54:33
59718         Log: integrate changes#9479,9509 from mainline
59719              
59720              [PATCH] File::Glob stuff for Mac OS
59721              
59722              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59723      Branch: maint-5.6/perl
59724           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59725           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59726           !> t/lib/glob-taint.t
59727 ____________________________________________________________________________
59728 [  9511] By: gsar                                  on 2001/04/02  02:38:24
59729         Log: README.win32 tweaks; add a note about alternative location for
59730              getting a gcc-2.95.2 that will build perl properly on windows
59731      Branch: maint-5.6/perl
59732            ! README.win32
59733 ____________________________________________________________________________
59734 [  9510] By: jhi                                   on 2001/04/01  20:45:10
59735         Log: An ambiguousity warning.
59736      Branch: perl
59737            ! t/lib/trig.t
59738 ____________________________________________________________________________
59739 [  9509] By: jhi                                   on 2001/04/01  19:53:47
59740         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59741              From: Jonathan Stowe <gellyfish@gellyfish.com>
59742              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
59743              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
59744      Branch: perl
59745            ! ext/File/Glob/bsd_glob.c
59746 ____________________________________________________________________________
59747 [  9508] By: jhi                                   on 2001/04/01  19:35:03
59748         Log: Update Changes.
59749      Branch: perl
59750            ! Changes patchlevel.h
59751 ____________________________________________________________________________
59752 [  9507] By: jhi                                   on 2001/04/01  19:24:01
59753         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
59754              from mainline to maintperl: pod tweaks.
59755      Branch: maint-5.6/perl
59756           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
59757           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
59758           !> pod/perlvar.pod
59759 ____________________________________________________________________________
59760 [  9506] By: jhi                                   on 2001/04/01  19:11:53
59761         Log: Commit Sarathy to April release of 5.6.1 :-)
59762      Branch: perl
59763            ! pod/perlfaq1.pod
59764 ____________________________________________________________________________
59765 [  9505] By: jhi                                   on 2001/04/01  19:03:15
59766         Log: Subject: PATCH 5.6.0 (perldebug.pod)
59767              From: Mark-Jason Dominus <mjd@plover.com>
59768              Date: Sun, 01 Apr 2001 14:25:11 -0400
59769              Message-ID: <20010401182511.9247.qmail@plover.com>
59770      Branch: perl
59771            ! pod/perldebug.pod
59772 ____________________________________________________________________________
59773 [  9504] By: jhi                                   on 2001/04/01  18:43:09
59774         Log: Add great_circle_direction().
59775      Branch: perl
59776            ! lib/Math/Trig.pm t/lib/trig.t
59777 ____________________________________________________________________________
59778 [  9503] By: jhi                                   on 2001/04/01  17:29:12
59779         Log: Unicode ReadMe update for Unicode 3.1.
59780      Branch: perl
59781            ! lib/unicode/ReadMe.txt
59782 ____________________________________________________________________________
59783 [  9502] By: jhi                                   on 2001/04/01  17:18:40
59784         Log: Integrate change #9501 from maintperl into mainline.
59785              
59786              fix the perlembed notes on multiple interpreters
59787              
59788              fix ExtUtils::Embed to work passably on Windows
59789      Branch: perl
59790           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
59791 ____________________________________________________________________________
59792 [  9501] By: gsar                                  on 2001/04/01  07:21:57
59793         Log: fix the perlembed notes on multiple interpreters
59794              
59795              fix ExtUtils::Embed to work passably on Windows
59796      Branch: maint-5.6/perl
59797            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
59798 ____________________________________________________________________________
59799 [  9500] By: jhi                                   on 2001/04/01  05:58:23
59800         Log: Test for #9499.
59801      Branch: perl
59802            ! t/op/tr.t
59803 ____________________________________________________________________________
59804 [  9499] By: jhi                                   on 2001/04/01  05:55:46
59805         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
59806      Branch: perl
59807            ! embed.h embed.pl op.c proto.h
59808 ____________________________________________________________________________
59809 [  9498] By: jhi                                   on 2001/04/01  05:44:34
59810         Log: Protect the workaround hunk more.
59811      Branch: perl
59812            ! toke.c
59813 ____________________________________________________________________________
59814 [  9497] By: jhi                                   on 2001/04/01  00:24:25
59815         Log: Integrate changes #9493,9494,9495,9496 from maintperl
59816              into mainline.
59817              
59818              fix a broken workaround for Borland compiler in change#4739
59819              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59820              
59821              nits spotted by Borland compiler
59822              
59823              avoid redefinition warnings under Borland 5.02
59824              
59825              various nits identified by the Borland 5.5 compiler; remove suppression
59826              of a few warnings
59827      Branch: perl
59828           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
59829           !> win32/win32.h
59830 ____________________________________________________________________________
59831 [  9496] By: gsar                                  on 2001/03/31  23:22:28
59832         Log: various nits identified by the Borland 5.5 compiler; remove suppression
59833              of a few warnings
59834      Branch: maint-5.6/perl
59835            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
59836 ____________________________________________________________________________
59837 [  9495] By: gsar                                  on 2001/03/31  21:03:08
59838         Log: avoid redefinition warnings under Borland 5.02
59839      Branch: maint-5.6/perl
59840            ! win32/makefile.mk
59841 ____________________________________________________________________________
59842 [  9494] By: gsar                                  on 2001/03/31  20:18:59
59843         Log: nits spotted by Borland compiler
59844      Branch: maint-5.6/perl
59845            ! utf8.h win32/win32.h
59846 ____________________________________________________________________________
59847 [  9493] By: gsar                                  on 2001/03/31  20:18:05
59848         Log: fix a broken workaround for Borland compiler in change#4739
59849              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59850      Branch: maint-5.6/perl
59851            ! toke.c
59852 ____________________________________________________________________________
59853 [  9492] By: jhi                                   on 2001/03/31  18:36:24
59854         Log: Integrate change #9491 from maintperl into mainline.
59855              
59856              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59857              directory is relative (need to fetch the full path name *before*
59858              the chdir!)
59859      Branch: perl
59860           !> lib/Cwd.pm
59861 ____________________________________________________________________________
59862 [  9491] By: gsar                                  on 2001/03/31  17:01:56
59863         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59864              directory is relative (need to fetch the full path name *before*
59865              the chdir!)
59866              
59867              this is a followup patch for change#6749
59868      Branch: maint-5.6/perl
59869            ! lib/Cwd.pm
59870 ____________________________________________________________________________
59871 [  9490] By: jhi                                   on 2001/03/31  15:50:18
59872         Log: Subject: Re: [PATCH] av.h cosmetics
59873              From: Simon Cozens <simon@netthink.co.uk>
59874              Date: Sat, 31 Mar 2001 13:09:59 +0100
59875              Message-ID: <20010331130959.A22000@netthink.co.uk>
59876              
59877              Document AvALLOC.
59878      Branch: perl
59879            ! pod/perlguts.pod
59880 ____________________________________________________________________________
59881 [  9489] By: jhi                                   on 2001/03/31  15:48:44
59882         Log: Subject: [PATCH] Re: Math::Big* v1.21
59883              From: Tels <perl_dummy@bloodgate.com>
59884              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
59885              Message-Id: <200103311125.GAA377738@www08.hway.net>
59886      Branch: perl
59887            ! pod/perlop.pod
59888 ____________________________________________________________________________
59889 [  9488] By: jhi                                   on 2001/03/31  03:39:51
59890         Log: Debug output tweak.
59891      Branch: perl
59892            ! t/lib/cwd.t
59893 ____________________________________________________________________________
59894 [  9487] By: jhi                                   on 2001/03/31  03:33:02
59895         Log: OverVMSification.
59896      Branch: perl
59897            ! t/lib/cwd.t
59898 ____________________________________________________________________________
59899 [  9486] By: jhi                                   on 2001/03/31  03:01:40
59900         Log: Missed MANIFESTations in #9483.
59901      Branch: perl
59902            ! MANIFEST
59903 ____________________________________________________________________________
59904 [  9485] By: jhi                                   on 2001/03/31  02:58:17
59905         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
59906              From: Peter Prymmer <pvhp@forte.com>
59907              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
59908              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
59909      Branch: perl
59910            ! regexec.c t/lib/cwd.t
59911 ____________________________________________________________________________
59912 [  9484] By: jhi                                   on 2001/03/31  01:04:41
59913         Log: Obsolete file (see #3938)
59914      Branch: perl
59915            - lib/unicode/README.Ethiopic
59916            ! MANIFEST
59917 ____________________________________________________________________________
59918 [  9483] By: jhi                                   on 2001/03/31  00:52:42
59919         Log: Update to Unicode 3.1.
59920              (Rename Names.txt to NamesList.txt.)
59921      Branch: perl
59922            + lib/unicode/NamesList.txt lib/unicode/PropList.html
59923            - lib/unicode/Names.txt
59924            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59925            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
59926            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
59927            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
59928            ! lib/unicode/UCD.html lib/unicode/Unicode.html
59929            ! lib/unicode/rename lib/unicode/version
59930 ____________________________________________________________________________
59931 [  9482] By: jhi                                   on 2001/03/30  23:33:44
59932         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59933              From: Robin Houston <robin@kitsite.com>
59934              Date: Fri, 30 Mar 2001 20:07:22 +0100
59935              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
59936      Branch: perl
59937            ! ext/B/B/Deparse.pm
59938 ____________________________________________________________________________
59939 [  9481] By: jhi                                   on 2001/03/30  23:20:25
59940         Log: Subject: Re: [PATCH] CwdXS, Take 2
59941              From: Benjamin Sugars <bsugars@canoe.ca>
59942              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
59943              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
59944      Branch: perl
59945            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
59946            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
59947 ____________________________________________________________________________
59948 [  9480] By: jhi                                   on 2001/03/30  22:52:38
59949         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
59950              From: David Dyck <dcd@tc.fluke.com>
59951              Date: Fri, 30 Mar 2001 14:44:13 -0800
59952              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
59953              
59954              The t/rantests flags file creation was accidentally
59955              removed by #9217.
59956      Branch: perl
59957            ! Makefile.SH
59958 ____________________________________________________________________________
59959 [  9479] By: jhi                                   on 2001/03/30  22:45:45
59960         Log: Subject: [PATCH] File::Glob stuff for Mac OS
59961              From: Chris Nandor <pudge@pobox.com>
59962              Date: Fri, 30 Mar 2001 16:51:00 -0500
59963              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
59964      Branch: perl
59965            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59966            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59967            ! t/lib/glob-taint.t
59968 ____________________________________________________________________________
59969 [  9478] By: jhi                                   on 2001/03/30  22:43:12
59970         Log: Subject: fix for win32/buildext.pl
59971              From: "Vadim Konovalov" <watman@inbox.ru>
59972              Date: Sat, 31 Mar 2001 00:50:36 +0400
59973              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
59974      Branch: perl
59975            ! win32/buildext.pl
59976 ____________________________________________________________________________
59977 [  9477] By: jhi                                   on 2001/03/30  22:41:16
59978         Log: Subject: small base.pm doc patch
59979              From: Leon Brocard <acme@astray.com>
59980              Date: Fri, 30 Mar 2001 21:49:57 +0100
59981              Message-ID: <20010330214957.B8733@ns0.astray.com>
59982      Branch: perl
59983            ! lib/base.pm
59984 ____________________________________________________________________________
59985 [  9476] By: jhi                                   on 2001/03/30  18:16:57
59986         Log: Subject: [PATCH] av.h cosmetics
59987              From: Simon Cozens <simon@netthink.co.uk>
59988              Date: Fri, 30 Mar 2001 18:12:28 +0100
59989              Message-ID: <20010330181228.A9319@netthink.co.uk>
59990      Branch: perl
59991            ! av.h
59992 ____________________________________________________________________________
59993 [  9475] By: jhi                                   on 2001/03/30  18:15:50
59994         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
59995              From: "Philip Newton" <pnewton@gmx.de>
59996              Date: Fri, 30 Mar 2001 19:06:57 +0200
59997              Message-ID: <3AC4D951.14815.1AC7068@localhost>
59998      Branch: perl
59999            ! pod/perlhack.pod
60000 ____________________________________________________________________________
60001 [  9474] By: jhi                                   on 2001/03/30  18:14:02
60002         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
60003              From: Benjamin Sugars <bsugars@canoe.ca>
60004              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
60005              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
60006      Branch: perl
60007            ! t/lib/glob-basic.t
60008 ____________________________________________________________________________
60009 [  9473] By: jhi                                   on 2001/03/30  16:09:24
60010         Log: Update Changes.
60011      Branch: perl
60012            ! Changes patchlevel.h
60013 ____________________________________________________________________________
60014 [  9472] By: jhi                                   on 2001/03/30  15:16:08
60015         Log: Integrate perlio:
60016              
60017              [  9471]
60018              Should be (^O eq 'MSWin32') not 'Win32'
60019              Fail #12 seems real - chdir is in wrong dir.
60020              
60021              [  9467]
60022              Skip order test of glob if case-ignoring system cannot 
60023              create a.test and A.test
60024      Branch: perl
60025           !> t/lib/cwd.t t/lib/glob-basic.t
60026 ____________________________________________________________________________
60027 [  9471] By: nick                                  on 2001/03/30  14:47:10
60028         Log: Should be (^O eq 'MSWin32') not 'Win32'
60029              Fail #12 seems real - chdir is in wrong dir.
60030      Branch: perlio
60031            ! t/lib/cwd.t
60032 ____________________________________________________________________________
60033 [  9470] By: jhi                                   on 2001/03/30  14:41:11
60034         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
60035              From: Radu Greab <radu@netsoft.ro>
60036              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
60037              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
60038              
60039              Replace #9352.
60040      Branch: perl
60041            ! ext/Socket/Socket.xs pp_sys.c
60042 ____________________________________________________________________________
60043 [  9469] By: jhi                                   on 2001/03/30  14:37:51
60044         Log: Subject: PATCH pod/perldiag.pod
60045              From: Robin Houston <robin@kitsite.com>
60046              Date: Fri, 30 Mar 2001 14:10:36 +0100
60047              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
60048      Branch: perl
60049            ! pod/perldiag.pod t/lib/glob-basic.t
60050 ____________________________________________________________________________
60051 [  9468] By: jhi                                   on 2001/03/30  14:36:36
60052         Log: Subject: Better diagnostic in io/fs.t
60053              From: andreas.koenig@anima.de (Andreas J. Koenig)
60054              Date: 30 Mar 2001 10:11:43 +0200
60055              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
60056      Branch: perl
60057            ! t/io/fs.t
60058 ____________________________________________________________________________
60059 [  9467] By: nick                                  on 2001/03/30  14:25:43
60060         Log: Skip order test of glob if case-ignoring system cannot 
60061              create a.test and A.test
60062      Branch: perlio
60063            ! t/lib/glob-basic.t
60064 ____________________________________________________________________________
60065 [  9466] By: nick                                  on 2001/03/30  13:03:12
60066         Log: Integrate mainline.
60067      Branch: perlio
60068            - ext/re/hints/aix.pl
60069           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
60070           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
60071           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
60072           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
60073 ____________________________________________________________________________
60074 [  9465] By: jhi                                   on 2001/03/30  03:53:37
60075         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
60076              the tests sometimes hang, sometimes not.)
60077      Branch: perl
60078            ! t/lib/io_multihomed.t t/lib/io_sock.t
60079 ____________________________________________________________________________
60080 [  9464] By: jhi                                   on 2001/03/30  02:56:04
60081         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
60082              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60083              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
60084              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
60085      Branch: perl
60086            ! op.c
60087 ____________________________________________________________________________
60088 [  9463] By: jhi                                   on 2001/03/30  02:34:48
60089         Log: Test for #9462.
60090      Branch: perl
60091            ! t/lib/b.t
60092 ____________________________________________________________________________
60093 [  9462] By: jhi                                   on 2001/03/30  02:29:37
60094         Log: Subject: B::Deparse precedence bug. (Patch included.)
60095              From: Jeremy Madea <jmadea@inktomi.com>
60096              Date: Thu, 29 Mar 2001 12:05:02 -0800
60097              Message-ID: <20010329120502.A24881@dr.inktomi.com>
60098      Branch: perl
60099            ! ext/B/B/Deparse.pm
60100 ____________________________________________________________________________
60101 [  9461] By: jhi                                   on 2001/03/30  02:18:41
60102         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60103              From: Peter Prymmer <pvhp@forte.com>
60104              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
60105              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
60106      Branch: perl
60107            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
60108            ! t/lib/md5-file.t
60109 ____________________________________________________________________________
60110 [  9460] By: jhi                                   on 2001/03/30  02:17:07
60111         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
60112              From: Robin Houston <robin@kitsite.com>
60113              Date: Thu, 29 Mar 2001 20:47:56 +0100
60114              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
60115      Branch: perl
60116            ! ext/B/B/Debug.pm
60117 ____________________________________________________________________________
60118 [  9459] By: jhi                                   on 2001/03/30  02:16:05
60119         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
60120              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
60121              Date: Wed, 28 Mar 2001 18:02:20 -0600
60122              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
60123      Branch: perl
60124            ! lib/ExtUtils/MM_VMS.pm
60125 ____________________________________________________________________________
60126 [  9458] By: jhi                                   on 2001/03/30  02:07:58
60127         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
60128              From: "Joshua E. Rodd" <jrodd@pbs.org>
60129              Date: Wed, 28 Mar 2001 17:29:12 -0500
60130              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
60131      Branch: perl
60132            ! pod/perlop.pod
60133 ____________________________________________________________________________
60134 [  9457] By: jhi                                   on 2001/03/30  02:04:33
60135         Log: Subject: ext/re/aix.pl can go
60136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60137              Date: Thu, 29 Mar 2001 12:03:28 +0200
60138              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
60139      Branch: perl
60140            - ext/re/hints/aix.pl
60141            ! MANIFEST
60142 ____________________________________________________________________________
60143 [  9456] By: jhi                                   on 2001/03/30  02:03:32
60144         Log: Integrate perlio:
60145              
60146              [  9455]
60147              DLL name has changed so installperl needs to know
60148              (Why isn't it working it out or passed it?)
60149              
60150              [  9454]
60151              Change Encode's check arguments to 'bool' so SvTRUE gets used
60152              and we don't get undef warnings.
60153      Branch: perl
60154           !> ext/Encode/Encode.xs installperl
60155 ____________________________________________________________________________
60156 [  9455] By: nick                                  on 2001/03/29  21:11:46
60157         Log: DLL name has changed so installperl needs to know
60158              (Why isn't it working it out or passed it?)
60159      Branch: perlio
60160            ! installperl
60161 ____________________________________________________________________________
60162 [  9454] By: nick                                  on 2001/03/29  20:56:12
60163         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
60164              and we don't get undef warnings.
60165      Branch: perlio
60166            ! ext/Encode/Encode.xs
60167 ____________________________________________________________________________
60168 [  9453] By: nick                                  on 2001/03/29  17:58:48
60169         Log: Integrate mainline
60170      Branch: perlio
60171           !> Changes patchlevel.h
60172 ____________________________________________________________________________
60173 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60174         Log: Update Changes.
60175      Branch: perl
60176            ! Changes patchlevel.h
60177 ____________________________________________________________________________
60178 [  9451] By: nick                                  on 2001/03/29  16:31:38
60179         Log: Integrate mainline
60180      Branch: perlio
60181           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60182           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60183           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60184           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60185           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60186 ____________________________________________________________________________
60187 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60188         Log: Integrate perlio:
60189              
60190              [  9448]
60191              Make sure buildext.pl finds Errno.pm
60192      Branch: perl
60193           !> win32/buildext.pl
60194 ____________________________________________________________________________
60195 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60196         Log: Update Changes.
60197      Branch: perl
60198            ! Changes patchlevel.h
60199 ____________________________________________________________________________
60200 [  9448] By: nick                                  on 2001/03/29  15:47:15
60201         Log: Make sure buildext.pl finds Errno.pm
60202      Branch: perlio
60203            ! win32/buildext.pl
60204 ____________________________________________________________________________
60205 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60206         Log: Integrate perlio:
60207              
60208              [  9445]
60209              Fix breakage ... 
60210      Branch: perl
60211           !> win32/makefile.mk
60212 ____________________________________________________________________________
60213 [  9446] By: nick                                  on 2001/03/29  15:30:03
60214         Log: Integrate win32/makefile.mk with mainline.
60215      Branch: perlio
60216           !> win32/makefile.mk
60217 ____________________________________________________________________________
60218 [  9445] By: nick                                  on 2001/03/29  15:27:32
60219         Log: Fix breakage ... 
60220      Branch: perlio
60221            ! win32/makefile.mk
60222 ____________________________________________________________________________
60223 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60224         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60225              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60226              Date: Thu, 29 Mar 2001 10:32:59 +0400
60227              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60228      Branch: perl
60229            ! win32/makefile.mk
60230 ____________________________________________________________________________
60231 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60232         Log: Integrate perlio:
60233              
60234              [  9442]
60235              Work in progress - determine win32 extensions to build via script.
60236              
60237              [  9435]
60238              Win32 has name conflict with ERROR
60239              
60240              [  9432]
60241              Make as-shipped compiler default to MSVC6 
60242              
60243              [  9431]
60244              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60245              akin to PerlIO::Scalar.
60246              
60247              [  9429]
60248              Noticed that two tests were skipped as perlio:: package
60249              isn't there any more. Changed the skip condition.
60250              Avoid core-dump if sv_utf8_upgrade() called on something
60251              that does not become SvPOK after SvPV() (e.g. a ref).
60252      Branch: perl
60253           +> win32/buildext.pl
60254           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60255           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60256 ____________________________________________________________________________
60257 [  9442] By: nick                                  on 2001/03/29  14:59:11
60258         Log: Work in progress - determine win32 extensions to build via script.
60259      Branch: perlio
60260            + win32/buildext.pl
60261            ! MANIFEST win32/makefile.mk
60262 ____________________________________________________________________________
60263 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60264         Log: Reintroduce the use of external pwd.
60265      Branch: perl
60266            ! t/lib/cwd.t
60267 ____________________________________________________________________________
60268 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60269         Log: use warnings instead of -w.
60270      Branch: perl
60271            ! utils/h2xs.PL
60272 ____________________________________________________________________________
60273 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60274         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60275              From: Jonathan Stowe <gellyfish@gellyfish.com>
60276              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60277              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60278      Branch: perl
60279            ! utils/h2xs.PL
60280 ____________________________________________________________________________
60281 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60282         Log: Subject: [PATCH perl@9424] minor pod nits
60283              From: Robin Barker <rmb1@cise.npl.co.uk>
60284              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
60285              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
60286      Branch: perl
60287            ! pod/perlhack.pod pod/perliol.pod
60288 ____________________________________________________________________________
60289 [  9437] By: jhi                                   on 2001/03/29  14:29:16
60290         Log: Subject: [PATCH perl@9424] typemap cast warning
60291              From: Robin Barker <rmb1@cise.npl.co.uk>
60292              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
60293              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
60294      Branch: perl
60295            ! lib/ExtUtils/typemap
60296 ____________________________________________________________________________
60297 [  9436] By: jhi                                   on 2001/03/29  14:26:03
60298         Log: Subject: [PATCH perl@9424] printf warning
60299              From: Robin Barker <rmb1@cise.npl.co.uk>
60300              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
60301              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
60302      Branch: perl
60303            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
60304            ! ext/Storable/Storable.xs toke.c
60305 ____________________________________________________________________________
60306 [  9435] By: nick                                  on 2001/03/29  14:23:31
60307         Log: Win32 has name conflict with ERROR
60308      Branch: perlio
60309            ! ext/PerlIO/Via/Via.xs
60310 ____________________________________________________________________________
60311 [  9434] By: jhi                                   on 2001/03/29  14:17:48
60312         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60313              From: Peter Prymmer <pvhp@forte.com>
60314              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
60315              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
60316      Branch: perl
60317            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
60318 ____________________________________________________________________________
60319 [  9433] By: jhi                                   on 2001/03/29  13:52:44
60320         Log: test-prep target was missing.
60321      Branch: perl
60322            ! Makefile.SH
60323 ____________________________________________________________________________
60324 [  9432] By: nick                                  on 2001/03/29  12:40:03
60325         Log: Make as-shipped compiler default to MSVC6 
60326      Branch: perlio
60327            ! win32/makefile.mk
60328 ____________________________________________________________________________
60329 [  9431] By: nick                                  on 2001/03/29  12:12:16
60330         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
60331              akin to PerlIO::Scalar.
60332      Branch: perlio
60333            ! perlio.c perlio.h
60334 ____________________________________________________________________________
60335 [  9430] By: nick                                  on 2001/03/29  10:56:35
60336         Log: Integrate mainline.
60337      Branch: perlio
60338           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60339           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60340           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60341           !> win32/makefile.mk win32/win32sck.c
60342 ____________________________________________________________________________
60343 [  9429] By: nick                                  on 2001/03/29  09:03:43
60344         Log: Noticed that two tests were skipped as perlio:: package
60345              isn't there any more. Changed the skip condition.
60346              Avoid core-dump if sv_utf8_upgrade() called on something
60347              that does not become SvPOK after SvPV() (e.g. a ref).
60348      Branch: perlio
60349            ! sv.c t/io/utf8.t t/lib/io_scalar.t
60350 ____________________________________________________________________________
60351 [  9428] By: jhi                                   on 2001/03/29  01:31:47
60352         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
60353              From: Benjamin Sugars <bsugars@canoe.ca> 
60354              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
60355              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
60356      Branch: perl
60357            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60358            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60359            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60360 ____________________________________________________________________________
60361 [  9427] By: jhi                                   on 2001/03/29  00:49:30
60362         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60363              From: "Vadim Konovalov" <watman@inbox.ru>
60364              Date: Thu, 29 Mar 2001 01:50:12 +0400
60365              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
60366      Branch: perl
60367            ! win32/makefile.mk win32/win32sck.c
60368 ____________________________________________________________________________
60369 [  9426] By: gsar                                  on 2001/03/29  00:28:04
60370         Log: dmake can only handle == and != in comparisons; support building
60371              with Borland's VCL libraries (from Vadim Konovalov)
60372      Branch: maint-5.6/perl
60373            ! win32/makefile.mk
60374 ____________________________________________________________________________
60375 [  9425] By: nick                                  on 2001/03/28  19:29:56
60376         Log: Integrate (@snapshot)
60377      Branch: perlio
60378           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
60379 ____________________________________________________________________________
60380 [  9424] By: jhi                                   on 2001/03/28  19:03:16
60381         Log: Update Changes.
60382      Branch: perl
60383            ! Changes patchlevel.h
60384 ____________________________________________________________________________
60385 [  9423] By: jhi                                   on 2001/03/28  18:52:09
60386         Log: Rmdir lib/XS on cleanup.
60387      Branch: perl
60388            ! Makefile.SH
60389 ____________________________________________________________________________
60390 [  9422] By: jhi                                   on 2001/03/28  18:49:34
60391         Log: Integrate perlio:
60392              
60393              [  9421]
60394              Loose duplicate chunk.
60395      Branch: perl
60396           !> t/op/utf8decode.t
60397 ____________________________________________________________________________
60398 [  9421] By: nick                                  on 2001/03/28  18:46:44
60399         Log: Loose duplicate chunk.
60400      Branch: perlio
60401            ! t/op/utf8decode.t
60402 ____________________________________________________________________________
60403 [  9420] By: nick                                  on 2001/03/28  18:44:11
60404         Log: Integrate mainline.
60405      Branch: perlio
60406           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
60407           !> vms/vmsish.h
60408 ____________________________________________________________________________
60409 [  9419] By: jhi                                   on 2001/03/28  18:42:05
60410         Log: Can't trust external pwds
60411              (either shell builtins or external programs)
60412      Branch: perl
60413            ! t/lib/cwd.t
60414 ____________________________________________________________________________
60415 [  9418] By: jhi                                   on 2001/03/28  18:34:05
60416         Log: Integrate perlio:
60417              
60418              [  9417]
60419              PerlIO.pm / perlio.pm conflict.
60420              Update some pods.
60421              Make t/op/utf8decode.t a text file.
60422      Branch: perl
60423            - lib/perlio.pm
60424           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60425           !> t/op/utf8decode.t
60426 ____________________________________________________________________________
60427 [  9417] By: nick                                  on 2001/03/28  18:24:02
60428         Log: PerlIO.pm / perlio.pm conflict.
60429              Update some pods.
60430              Make t/op/utf8decode.t a text file.
60431      Branch: perlio
60432            - lib/perlio.pm
60433            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60434            ! t/op/utf8decode.t
60435 ____________________________________________________________________________
60436 [  9416] By: jhi                                   on 2001/03/28  18:06:07
60437         Log: Integrate change #9409 from mainline to maintperl.
60438              
60439              Yet another tweak on AIX dynaloading.
60440      Branch: maint-5.6/perl
60441           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60442 ____________________________________________________________________________
60443 [  9415] By: gsar                                  on 2001/03/28  17:13:01
60444         Log: integrate changes#9377,9385,9401 from mainline
60445              
60446              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60447              
60448              If directory entries compare equal case-insensitively,
60449              retry case-sensitively.
60450              
60451              Subject: [PATCH] B::Terse and warnings
60452      Branch: maint-5.6/perl
60453           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60454           !> t/pragma/warn/perl
60455 ____________________________________________________________________________
60456 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60457         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60458              From: "Craig A. Berry" <craigberry@mac.com>
60459              Date: Wed, 28 Mar 2001 10:55:20 -0600
60460              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60461      Branch: perl
60462            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60463 ____________________________________________________________________________
60464 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60465         Log: Dup hunk.
60466      Branch: perl
60467            ! t/op/utf8decode.t
60468 ____________________________________________________________________________
60469 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60470         Log: Forced integrate from perlio.
60471      Branch: perl
60472           !> t/op/utf8decode.t
60473 ____________________________________________________________________________
60474 [  9411] By: nick                                  on 2001/03/28  16:50:03
60475         Log: Integrate mainline.
60476      Branch: perlio
60477           +> t/lib/cwd.t
60478           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60479           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60480           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60481           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60482           !> t/pragma/warn/perl
60483 ____________________________________________________________________________
60484 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60485         Log: Subject: Re: [PATCH] 9403 cannot be tested
60486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60487              Date: Wed, 28 Mar 2001 18:33:56 +0200
60488              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60489      Branch: perl
60490            ! makedef.pl
60491 ____________________________________________________________________________
60492 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60493         Log: Yet another tweak on AIX dynaloading.
60494      Branch: perl
60495            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60496 ____________________________________________________________________________
60497 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60498         Log: Subject: [PATCH] 9403 cannot be tested
60499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60500              Date: Wed, 28 Mar 2001 17:23:00 +0200
60501              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60502              
60503              A missing symbol.
60504      Branch: perl
60505            ! makedef.pl
60506 ____________________________________________________________________________
60507 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60508         Log: Integrate perlio:
60509              
60510              [  9400]
60511              More EBCDIC tweaks:
60512              - one more swash issue &~(0xA0-1) did not do the right thing,
60513              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60514              - add "use re 'asciirange'" to make [!-~] etc. work
60515              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60516              - Choose a key for t/op/each.t test which gets encoded.
60517              - Skip utf8decode if this is UTF-EBCDIC.
60518      Branch: perl
60519            ! t/op/utf8decode.t
60520           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60521           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60522 ____________________________________________________________________________
60523 [  9406] By: jhi                                   on 2001/03/28  15:37:08
60524         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
60525              From: Benjamin Sugars <bsugars@canoe.ca> 
60526              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
60527              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
60528      Branch: perl
60529            + t/lib/cwd.t
60530            ! MANIFEST
60531 ____________________________________________________________________________
60532 [  9405] By: jhi                                   on 2001/03/28  15:13:18
60533         Log: pp_ne() needs a CORRECT boolean.
60534      Branch: perl
60535            ! pp.c
60536 ____________________________________________________________________________
60537 [  9404] By: jhi                                   on 2001/03/28  15:09:23
60538         Log: pp_ne() needs a boolean, not an integer.
60539      Branch: perl
60540            ! pp.c
60541 ____________________________________________________________________________
60542 [  9403] By: jhi                                   on 2001/03/28  14:47:43
60543         Log: (Retracted by #9404.)
60544      Branch: perl
60545            ! pp.c
60546 ____________________________________________________________________________
60547 [  9402] By: jhi                                   on 2001/03/28  14:43:59
60548         Log: Subject: Re: [PATCH] Typemap testing
60549              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60550              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
60551              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
60552      Branch: perl
60553            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60554            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
60555 ____________________________________________________________________________
60556 [  9401] By: jhi                                   on 2001/03/28  14:42:14
60557         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60558              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
60559              Date: Sun, 25 Mar 2001 21:59:15 +0100
60560              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
60561              
60562              A variable will be checked for the "use once" warnings if:
60563              
60564              1. It is in the scope of a use warnings 'once'
60565              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
60566              
60567              Otherwise it won't be checked at all.
60568              
60569              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
60570              
60571              The enclosed patch partially fixes this issue. What I didn't
60572              get to work was the case where the "used once" warning is enabled
60573              in any file other than the main file.
60574      Branch: perl
60575            ! gv.c t/pragma/warn/perl
60576 ____________________________________________________________________________
60577 [  9400] By: nick                                  on 2001/03/28  14:38:24
60578         Log: More EBCDIC tweaks:
60579              - one more swash issue &~(0xA0-1) did not do the right thing,
60580              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60581              - add "use re 'asciirange'" to make [!-~] etc. work
60582              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60583              - Choose a key for t/op/each.t test which gets encoded.
60584              - Skip utf8decode if this is UTF-EBCDIC.
60585      Branch: perlio
60586            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60587            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
60588 ____________________________________________________________________________
60589 [  9399] By: jhi                                   on 2001/03/28  14:21:00
60590         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
60591              Andreas Schwab.
60592      Branch: perl
60593            ! pp.c
60594 ____________________________________________________________________________
60595 [  9398] By: jhi                                   on 2001/03/28  00:55:56
60596         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
60597              From: David Dyck <dcd@tc.fluke.com>
60598              Date: Tue, 27 Mar 2001 15:16:24 -0800
60599              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
60600      Branch: perl
60601            ! ext/IO/lib/IO/Socket.pm
60602 ____________________________________________________________________________
60603 [  9397] By: jhi                                   on 2001/03/27  21:52:49
60604         Log: Integrate perlio:
60605              
60606              [  9395]
60607              Outline docs for PerlIO and PerlIO::Scalar
60608              
60609              [  9394]
60610              PerlIO::Via layer (alpha-ish).
60611      Branch: perl
60612           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60613           +> ext/PerlIO/Via/Via.xs
60614           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60615 ____________________________________________________________________________
60616 [  9396] By: nick                                  on 2001/03/27  21:45:13
60617         Log: Integrate mainline.
60618      Branch: perlio
60619           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
60620           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
60621 ____________________________________________________________________________
60622 [  9395] By: nick                                  on 2001/03/27  21:18:58
60623         Log: Outline docs for PerlIO and PerlIO::Scalar
60624      Branch: perlio
60625            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60626 ____________________________________________________________________________
60627 [  9394] By: nick                                  on 2001/03/27  20:50:13
60628         Log: PerlIO::Via layer (alpha-ish).
60629      Branch: perlio
60630            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60631            + ext/PerlIO/Via/Via.xs
60632            ! MANIFEST
60633 ____________________________________________________________________________
60634 [  9393] By: jhi                                   on 2001/03/27  20:49:55
60635         Log: Retract #9329 now that 9390 should take care of the matter.
60636      Branch: perl
60637            ! utils/h2xs.PL
60638 ____________________________________________________________________________
60639 [  9390] By: jhi                                   on 2001/03/27  20:47:50
60640         Log: Subject: Autoloading Errno.pm when %! is encountered
60641              From: Robin Houston <robin@kitsite.com>
60642              Date: Tue, 27 Mar 2001 20:57:11 +0100
60643              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
60644      Branch: perl
60645            ! embed.h embed.pl gv.c proto.h t/op/magic.t
60646 ____________________________________________________________________________
60647 [  9389] By: jhi                                   on 2001/03/27  20:24:31
60648         Log: Integrate perlio:
60649              
60650              [  9384]
60651              Various EBCDIC fixes:
60652              - major revelation that swash code is encoding aware,
60653              (or thought it was) - now it is ;-)
60654              - With that out of the way fix a slab of tr/// cases.
60655              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60656              - As anticipated Base64.xs needed tweaks.
60657              - Until tr/// works right avoid old_encode64 in MIME tests.
60658      Branch: perl
60659           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60660           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
60661           !> utf8.c
60662 ____________________________________________________________________________
60663 [  9388] By: jhi                                   on 2001/03/27  20:21:38
60664         Log: Better have a three-element array if one is going to assign
60665              to the third element of that array. (from Tim Jenness)
60666      Branch: perl
60667            ! ext/XS/Typemap/Typemap.xs
60668 ____________________________________________________________________________
60669 [  9387] By: nick                                  on 2001/03/27  20:15:43
60670         Log: Integrate mainline.
60671      Branch: perlio
60672           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60673           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60674           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60675           +> t/lib/xs-typemap.t
60676           !> (integrate 34 files)
60677 ____________________________________________________________________________
60678 [  9386] By: jhi                                   on 2001/03/27  20:04:18
60679         Log: Subject: Re: perl@9359 breaks HTML::Parser
60680              From: Gisle Aas <gisle@ActiveState.com>
60681              Date: 27 Mar 2001 11:30:24 -0800
60682              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
60683              
60684              Clarify the UTF-8 issues of the API docs.
60685              (Slightly reworded and expanded.)
60686      Branch: perl
60687            ! pod/perlapi.pod sv.c sv.h
60688 ____________________________________________________________________________
60689 [  9385] By: jhi                                   on 2001/03/27  19:44:25
60690         Log: If directory entries compare equal case-insensitively,
60691              retry case-sensitively.
60692      Branch: perl
60693            ! ext/File/Glob/bsd_glob.c
60694 ____________________________________________________________________________
60695 [  9384] By: nick                                  on 2001/03/27  19:38:50
60696         Log: Various EBCDIC fixes:
60697              - major revelation that swash code is encoding aware,
60698              (or thought it was) - now it is ;-)
60699              - With that out of the way fix a slab of tr/// cases.
60700              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60701              - As anticipated Base64.xs needed tweaks.
60702              - Until tr/// works right avoid old_encode64 in MIME tests.
60703      Branch: perlio
60704            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60705            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
60706 ____________________________________________________________________________
60707 [  9383] By: jhi                                   on 2001/03/27  18:34:41
60708         Log: Add the std test suite BEGIN block.
60709      Branch: perl
60710            ! t/lib/xs-typemap.t
60711 ____________________________________________________________________________
60712 [  9382] By: jhi                                   on 2001/03/27  15:16:07
60713         Log: Add debugging output to the test.
60714      Branch: perl
60715            ! t/lib/glob-basic.t
60716 ____________________________________________________________________________
60717 [  9381] By: jhi                                   on 2001/03/27  15:08:10
60718         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
60719      Branch: perl
60720            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60721            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60722            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60723            + t/lib/xs-typemap.t
60724            ! MANIFEST
60725 ____________________________________________________________________________
60726 [  9380] By: jhi                                   on 2001/03/27  14:48:34
60727         Log: Subject: [PATCH] Typemap testing
60728              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60729              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
60730              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
60731              
60732              (The first part of the patch.)
60733      Branch: perl
60734            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
60735 ____________________________________________________________________________
60736 [  9379] By: jhi                                   on 2001/03/27  14:44:56
60737         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
60738              From: Benjamin Sugars <bsugars@canoe.ca> 
60739              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
60740              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
60741      Branch: perl
60742            ! t/lib/glob-basic.t
60743 ____________________________________________________________________________
60744 [  9378] By: jhi                                   on 2001/03/27  14:42:30
60745         Log: Subject: [PATCH] perlvar nit
60746              From: Simon Cozens <simon@netthink.co.uk>
60747              Date: Tue, 27 Mar 2001 01:12:01 +0100
60748              Message-ID: <20010327011201.A19179@netthink.co.uk>
60749      Branch: perl
60750            ! pod/perlvar.pod
60751 ____________________________________________________________________________
60752 [  9377] By: jhi                                   on 2001/03/27  14:36:26
60753         Log: Subject: [PATCH] B::Terse and warnings
60754              From: Benjamin Sugars <ben.sugars@home.com>
60755              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
60756              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
60757      Branch: perl
60758            ! ext/B/B.pm ext/B/B/Terse.pm
60759 ____________________________________________________________________________
60760 [  9376] By: jhi                                   on 2001/03/27  14:31:31
60761         Log: Document sockatmark() some.
60762      Branch: perl
60763            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
60764            ! pod/perltoc.pod
60765 ____________________________________________________________________________
60766 [  9375] By: jhi                                   on 2001/03/27  14:00:24
60767         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
60768              noted by Gisle and fixed by NI-S.
60769      Branch: perl
60770            ! sv.c
60771 ____________________________________________________________________________
60772 [  9374] By: jhi                                   on 2001/03/27  05:50:01
60773         Log: Regen toc.
60774      Branch: perl
60775            ! pod/perltoc.pod
60776 ____________________________________________________________________________
60777 [  9373] By: jhi                                   on 2001/03/27  05:43:51
60778         Log: Pixie documenting.
60779      Branch: perl
60780            ! Makefile.SH pod/perlhack.pod
60781 ____________________________________________________________________________
60782 [  9372] By: jhi                                   on 2001/03/27  05:29:34
60783         Log: Metaconfig unit changes for #9371.
60784      Branch: metaconfig
60785            ! U/modified/myhostname.U
60786      Branch: metaconfig/U/perl
60787            + d_sockatmark.U
60788            ! gccvers.U
60789 ____________________________________________________________________________
60790 [  9371] By: jhi                                   on 2001/03/27  05:29:07
60791         Log: Add sockatmark() probing.
60792      Branch: perl
60793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60794            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60795            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60796            ! vos/config.ga.h win32/config.bc win32/config.gc
60797            ! win32/config.vc
60798 ____________________________________________________________________________
60799 [  9370] By: jhi                                   on 2001/03/26  22:01:18
60800         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
60801              Really need to benchmark this.
60802      Branch: perl
60803            ! pp.c
60804 ____________________________________________________________________________
60805 [  9369] By: nick                                  on 2001/03/26  21:59:30
60806         Log: Integrate mainline.
60807      Branch: perlio
60808            ! ext/MIME/Base64/QuotedPrint.pm
60809           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60810           !> patchlevel.h pod/perlhack.pod pp_sys.c
60811 ____________________________________________________________________________
60812 [  9368] By: jhi                                   on 2001/03/26  21:47:03
60813         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
60814              
60815              TODO1: perlbench.
60816              TODO2: le, lt, ge, gt?  Yech.
60817      Branch: perl
60818            ! pp.c
60819 ____________________________________________________________________________
60820 [  9367] By: jhi                                   on 2001/03/26  21:34:57
60821         Log: Too much cut-and-paste in #9363.
60822      Branch: perl
60823            ! pp_sys.c
60824 ____________________________________________________________________________
60825 [  9366] By: jhi                                   on 2001/03/26  21:20:53
60826         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
60827              From: Andreas Schwab <schwab@suse.de>
60828              Date: 26 Mar 2001 17:29:04 +0200
60829              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
60830              
60831              (The patch for 5.6.0 or so, this is a guess for bleadperl)
60832      Branch: perl
60833            ! pp_hot.c
60834 ____________________________________________________________________________
60835 [  9365] By: jhi                                   on 2001/03/26  21:07:54
60836         Log: Integrate perlio:
60837              
60838              [  9364]
60839              REFCNT botch in layer name cache hash.
60840      Branch: perl
60841           !> perlio.c
60842 ____________________________________________________________________________
60843 [  9364] By: nick                                  on 2001/03/26  20:30:48
60844         Log: REFCNT botch in layer name cache hash.
60845      Branch: perlio
60846            ! perlio.c
60847 ____________________________________________________________________________
60848 [  9363] By: jhi                                   on 2001/03/26  18:44:32
60849         Log: Subject: [PATCH] socket() leaks file descriptors
60850              From: Benjamin Sugars <bsugars@canoe.ca>
60851              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
60852              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
60853              
60854              Also sockpair() fixed similarly.
60855      Branch: perl
60856            ! pp_sys.c
60857 ____________________________________________________________________________
60858 [  9362] By: jhi                                   on 2001/03/26  18:37:52
60859         Log: Integrate perlio:
60860              
60861              [  9361]
60862              Implement flush of linebuffered streams on read of a tty.
60863              
60864              [  9360]
60865              Memory tweaks and notes for OEMVS.
60866      Branch: perl
60867           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
60868 ____________________________________________________________________________
60869 [  9361] By: nick                                  on 2001/03/26  17:32:06
60870         Log: Implement flush of linebuffered streams on read of a tty.
60871      Branch: perlio
60872            ! perlio.c perliol.h
60873 ____________________________________________________________________________
60874 [  9360] By: nick                                  on 2001/03/26  17:12:32
60875         Log: Memory tweaks and notes for OEMVS.
60876      Branch: perlio
60877            ! README.os390 miniperlmain.c t/op/pat.t
60878 ____________________________________________________________________________
60879 [  9359] By: jhi                                   on 2001/03/26  02:12:54
60880         Log: Update Changes.
60881      Branch: perl
60882            ! Changes patchlevel.h
60883 ____________________________________________________________________________
60884 [  9358] By: jhi                                   on 2001/03/26  02:05:32
60885         Log: Document the most common pixie options.
60886      Branch: perl
60887            ! pod/perlhack.pod
60888 ____________________________________________________________________________
60889 [  9357] By: jhi                                   on 2001/03/26  01:25:28
60890         Log: For perl.pixie check *before* compiling that optimize is -g,
60891              as for perl.third.
60892      Branch: perl
60893            ! Makefile.SH
60894 ____________________________________________________________________________
60895 [  9356] By: jhi                                   on 2001/03/26  01:13:41
60896         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
60897      Branch: perl
60898            ! Makefile.SH
60899 ____________________________________________________________________________
60900 [  9355] By: jhi                                   on 2001/03/26  01:11:19
60901         Log: Remove t/perl.third.
60902      Branch: perl
60903            ! Makefile.SH
60904 ____________________________________________________________________________
60905 [  9354] By: jhi                                   on 2001/03/26  00:23:38
60906         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
60907              IO::Sockatmark().
60908      Branch: perl
60909            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60910 ____________________________________________________________________________
60911 [  9353] By: jhi                                   on 2001/03/25  22:25:04
60912         Log: Integrate perlio:
60913              
60914              [  9351]
60915              Fix readline in list mode to tell rest of world that it has
60916              things on the stack. Otherwise if perl code gets invoked
60917              underneath it it scribbles over results-so-far.
60918              (Why TIEHANDLE has not tripped on this is a mystery.)
60919              
60920              [  9350]
60921              win32/makefile.mk typos
60922              
60923              [  9348]
60924              Make it text
60925              
60926              [  9346]
60927              Add destruct time hook to PerlIO (for work-in-process implementing
60928              layers in perl code. In such cases layers need to be popped before
60929              we loose the ability to run perl code.)
60930              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60931              
60932              [  9345]
60933              Avoid at leasy one of undefined warnings in Encode.
60934              
60935              [  9343]
60936              Missing return value.
60937      Branch: perl
60938           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60939           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
60940           !> pp_hot.c win32/makefile.mk
60941 ____________________________________________________________________________
60942 [  9352] By: jhi                                   on 2001/03/25  22:21:41
60943         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
60944              From: Radu Greab <radu@netsoft.ro>
60945              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
60946              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
60947      Branch: perl
60948            ! pp_sys.c
60949 ____________________________________________________________________________
60950 [  9351] By: nick                                  on 2001/03/25  22:15:02
60951         Log: Fix readline in list mode to tell rest of world that it has
60952              things on the stack. Otherwise if perl code gets invoked
60953              underneath it it scribbles over results-so-far.
60954              (Why TIEHANDLE has not tripped on this is a mystery.)
60955      Branch: perlio
60956            ! pp_hot.c
60957 ____________________________________________________________________________
60958 [  9350] By: nick                                  on 2001/03/25  22:10:13
60959         Log: win32/makefile.mk typos
60960      Branch: perlio
60961            ! win32/makefile.mk
60962 ____________________________________________________________________________
60963 [  9349] By: nick                                  on 2001/03/25  21:31:14
60964         Log: Integrate now-non-binary file.
60965      Branch: perlio
60966           !> t/lib/mimeqp.t
60967 ____________________________________________________________________________
60968 [  9348] By: nick                                  on 2001/03/25  21:27:24
60969         Log: Make it text
60970      Branch: perlio
60971            ! t/lib/mimeqp.t
60972 ____________________________________________________________________________
60973 [  9347] By: nick                                  on 2001/03/25  21:25:37
60974         Log: Integrate mainline.
60975      Branch: perlio
60976           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60977           !> lib/Term/ReadLine.pm t/lib/md5-file.t
60978 ____________________________________________________________________________
60979 [  9346] By: nick                                  on 2001/03/25  20:58:15
60980         Log: Add destruct time hook to PerlIO (for work-in-process implementing
60981              layers in perl code. In such cases layers need to be popped before
60982              we loose the ability to run perl code.)
60983              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60984      Branch: perlio
60985            ! perl.c perlio.c perlio.h perliol.h
60986 ____________________________________________________________________________
60987 [  9345] By: nick                                  on 2001/03/25  20:49:11
60988         Log: Avoid at leasy one of undefined warnings in Encode.
60989      Branch: perlio
60990            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60991 ____________________________________________________________________________
60992 [  9344] By: jhi                                   on 2001/03/25  20:37:43
60993         Log: A workaround for using Term::ReadLine in emacs minibuffer
60994              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
60995              additional tweaks from Ilya Zakharevich.
60996      Branch: perl
60997            ! lib/Term/ReadLine.pm
60998 ____________________________________________________________________________
60999 [  9343] By: nick                                  on 2001/03/25  20:21:14
61000         Log: Missing return value.
61001      Branch: perlio
61002            ! ext/PerlIO/Scalar/Scalar.xs
61003 ____________________________________________________________________________
61004 [  9342] By: jhi                                   on 2001/03/25  16:21:00
61005         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
61006              to equal the CPAN versions since no code changes have been made.
61007      Branch: perl
61008            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61009            ! t/lib/md5-file.t
61010 ____________________________________________________________________________
61011 [  9341] By: jhi                                   on 2001/03/25  16:01:48
61012         Log: Escape 8-bit characters.
61013      Branch: perl
61014            ! t/lib/mimeqp.t
61015 ____________________________________________________________________________
61016 [  9340] By: gsar                                  on 2001/03/25  15:50:53
61017         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
61018              chars)
61019      Branch: perl
61020            + t/lib/mimeqp.t
61021 ____________________________________________________________________________
61022 [  9339] By: gsar                                  on 2001/03/25  15:48:50
61023         Log: delete mimeqp.t for later add with text mode set
61024      Branch: perl
61025            - t/lib/mimeqp.t
61026 ____________________________________________________________________________
61027 [  9338] By: nick                                  on 2001/03/25  09:01:57
61028         Log: Integrate mainline.
61029      Branch: perlio
61030           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61031           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61032           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61033           +> t/lib/mimeb64u.t t/lib/mimeqp.t
61034           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
61035           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
61036           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
61037 ____________________________________________________________________________
61038 [  9337] By: jhi                                   on 2001/03/25  04:23:24
61039         Log: Add MIME::Base64 here and there.  Again, a lot of
61040              optimism is in the air.
61041      Branch: perl
61042            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61043            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
61044 ____________________________________________________________________________
61045 [  9336] By: jhi                                   on 2001/03/25  04:12:43
61046         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
61047              this by ear as I do not do Win32 programming.)
61048      Branch: perl
61049            ! win32/Makefile win32/makefile.mk
61050 ____________________________________________________________________________
61051 [  9335] By: jhi                                   on 2001/03/25  04:03:50
61052         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
61053      Branch: perl
61054            ! t/lib/md5-file.t
61055 ____________________________________________________________________________
61056 [  9334] By: jhi                                   on 2001/03/25  03:58:53
61057         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
61058      Branch: perl
61059            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61060            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61061            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61062            + t/lib/mimeb64u.t t/lib/mimeqp.t
61063            ! MANIFEST
61064 ____________________________________________________________________________
61065 [  9333] By: jhi                                   on 2001/03/24  20:14:37
61066         Log: Integrate perlio:
61067              
61068              [  9332]
61069              Fix un-init variable leading to spurious "Out of Memory!"
61070              
61071              [  9331]
61072              Tweak docs for C<open> (boy does that need wholesale revision...)
61073              and update layers internals doc.
61074      Branch: perl
61075           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
61076 ____________________________________________________________________________
61077 [  9332] By: nick                                  on 2001/03/24  19:40:34
61078         Log: Fix un-init variable leading to spurious "Out of Memory!"
61079      Branch: perlio
61080            ! doio.c
61081 ____________________________________________________________________________
61082 [  9331] By: nick                                  on 2001/03/24  19:09:59
61083         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
61084              and update layers internals doc.
61085      Branch: perlio
61086            ! pod/perlfunc.pod pod/perliol.pod
61087 ____________________________________________________________________________
61088 [  9330] By: jhi                                   on 2001/03/24  18:42:11
61089         Log: The length might be uninitialized garbage if the *svp is the undef.
61090      Branch: perl
61091            ! doio.c
61092 ____________________________________________________________________________
61093 [  9329] By: jhi                                   on 2001/03/24  18:26:57
61094         Log: (Retracted by #9393)
61095              
61096              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
61097              From: Simon Cozens <simon@netthink.co.uk>
61098              Date: Sat, 24 Mar 2001 17:13:17 +0000
61099              Message-ID: <20010324171317.A13406@netthink.co.uk>
61100      Branch: perl
61101            ! utils/h2xs.PL
61102 ____________________________________________________________________________
61103 [  9328] By: nick                                  on 2001/03/24  17:22:02
61104         Log: Integrate mainline.
61105      Branch: perlio
61106           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
61107           !> lib/unicode/version
61108 ____________________________________________________________________________
61109 [  9327] By: nick                                  on 2001/03/24  17:16:02
61110         Log: Integrate mainline.
61111      Branch: perlio
61112           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61113           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61114           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61115           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61116           +> t/lib/md5-file.t
61117           !> MANIFEST Makefile.SH configure.com djgpp/config.over
61118           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
61119           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
61120           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
61121           !> win32/makefile.mk
61122 ____________________________________________________________________________
61123 [  9326] By: jhi                                   on 2001/03/24  17:00:42
61124         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
61125      Branch: perl
61126            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
61127            ! lib/unicode/version
61128 ____________________________________________________________________________
61129 [  9325] By: jhi                                   on 2001/03/24  16:22:33
61130         Log: Subject: Re: B::Deparse bug (5.6.0)
61131              From: Robin Houston <robin@kitsite.com>
61132              Date: Sat, 24 Mar 2001 14:33:09 +0000
61133              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
61134      Branch: perl
61135            ! op.c pp.c t/lib/b.t t/op/repeat.t
61136 ____________________________________________________________________________
61137 [  9324] By: jhi                                   on 2001/03/24  16:21:56
61138         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
61139              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
61140              these additions may be too optimistic.
61141      Branch: perl
61142            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61143            ! hints/uwin.sh hints/vmesa.sh
61144 ____________________________________________________________________________
61145 [  9323] By: jhi                                   on 2001/03/24  16:06:01
61146         Log: Integrate perlio:
61147              
61148              [  9322]
61149              Routine Win32 regen_config_h - no real changes.
61150              
61151              [  9321]
61152              PerlIO fixups for Win32:
61153              - provide win33_popenlist() - non-functional as yet.
61154              - avoid need for aTHX in PerlIO_debug calls - even if not 
61155              enabled args are still evaluated so Win32 has trouble during fork().
61156              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61157              - Fixup makedef.pl for latest set of symbols.
61158              
61159              [  9320]
61160              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61161              was gibberish - broke it on WIn32 at least.
61162              
61163              [  9319]
61164              Generated files.
61165              
61166              [  9318]
61167              Implement:
61168              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61169              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61170      Branch: perl
61171           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61172           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61173            ! Makefile.SH
61174           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61175           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61176           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61177           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61178           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61179           !> win32/win32iop.h
61180 ____________________________________________________________________________
61181 [  9322] By: nick                                  on 2001/03/24  14:39:12
61182         Log: Routine Win32 regen_config_h - no real changes.
61183      Branch: perlio
61184            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61185 ____________________________________________________________________________
61186 [  9321] By: nick                                  on 2001/03/24  14:31:49
61187         Log: PerlIO fixups for Win32:
61188              - provide win33_popenlist() - non-functional as yet.
61189              - avoid need for aTHX in PerlIO_debug calls - even if not 
61190              enabled args are still evaluated so Win32 has trouble during fork().
61191              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61192              - Fixup makedef.pl for latest set of symbols.
61193      Branch: perlio
61194            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61195            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61196 ____________________________________________________________________________
61197 [  9320] By: nick                                  on 2001/03/24  14:26:58
61198         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61199              was gibberish - broke it on WIn32 at least.
61200      Branch: perlio
61201            ! ext/POSIX/POSIX.xs
61202 ____________________________________________________________________________
61203 [  9319] By: nick                                  on 2001/03/24  11:29:41
61204         Log: Generated files.
61205      Branch: perlio
61206            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61207 ____________________________________________________________________________
61208 [  9318] By: nick                                  on 2001/03/24  10:29:37
61209         Log: Implement:
61210              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61211              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61212      Branch: perlio
61213            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61214            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61215            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61216            ! t/io/open.t t/io/utf8.t
61217 ____________________________________________________________________________
61218 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61219         Log: AIX does seems to have optimization problems with its C compilers.
61220      Branch: perl
61221            ! hints/aix.sh
61222 ____________________________________________________________________________
61223 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61224         Log: Integrate perlio:
61225              
61226              [  9314]
61227              Perlio internals re-organized.
61228              - open process creates AV of layer/arg pairs
61229              (appends layers from open() or open.pm to default list).
61230              - push arg is now an SV.
61231              - layer ->Open get passed the AV
61232              - open is no longer mandatory method.
61233              - topmost layer that has ->Open method does the open
61234              - any layers above are pushed once that returns.
61235              - vtable re-ordered so dummy layers need only provide push/pop methods.
61236              
61237              [  9313]
61238              Check in a stable (working) version before next round of tweaks.
61239              Changes include:
61240              - Move default layers code out of doio.c and into perlio.c
61241              - Single routine for parsing layer specification strings.
61242              - Skeleton support for demand loading of layers
61243              - Core-dump avoidance if PERLIO environment specifies loadable layer
61244              (does not _work_ as need IO to load and need load to do IO ...)
61245              
61246              [  9305]
61247              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61248              
61249              [  9304]
61250              Render -Duseperlio functional again.
61251              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61252              which is what old scheme did. New scheme needs to change that
61253              to make open(...,\$scalar) etc. work but this will do for now.
61254              
61255              [  9303]
61256              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61257              -Uuseperlio now works again.
61258              -Duseperlio is still poorly. Don't merge yet...
61259              
61260              [  9302]
61261              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61262              type code.
61263              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61264              is its main caller. In particular now has access to "extra" args, and
61265              can tell when an open handle is "reopened" (or duped?).
61266              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61267              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61268              PerlIO_open() et. al. (i.e. other way round).
61269              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61270              with args close to PerlIO_openn().
61271      Branch: perl
61272           +> lib/PerlIO.pm
61273           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61274           !> perliol.h
61275 ____________________________________________________________________________
61276 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61277         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61278      Branch: perl
61279            ! t/lib/md5-file.t
61280 ____________________________________________________________________________
61281 [  9314] By: nick                                  on 2001/03/23  20:49:02
61282         Log: Perlio internals re-organized.
61283              - open process creates AV of layer/arg pairs
61284              (appends layers from open() or open.pm to default list).
61285              - push arg is now an SV.
61286              - layer ->Open get passed the AV
61287              - open is no longer mandatory method.
61288              - topmost layer that has ->Open method does the open
61289              - any layers above are pushed once that returns.
61290              - vtable re-ordered so dummy layers need only provide push/pop methods.
61291      Branch: perlio
61292            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61293 ____________________________________________________________________________
61294 [  9313] By: nick                                  on 2001/03/23  16:27:41
61295         Log: Check in a stable (working) version before next round of tweaks.
61296              Changes include:
61297              - Move default layers code out of doio.c and into perlio.c
61298              - Single routine for parsing layer specification strings.
61299              - Skeleton support for demand loading of layers
61300              - Core-dump avoidance if PERLIO environment specifies loadable layer
61301              (does not _work_ as need IO to load and need load to do IO ...)
61302      Branch: perlio
61303            + lib/PerlIO.pm
61304            ! MANIFEST doio.c perlio.c
61305 ____________________________________________________________________________
61306 [  9312] By: gsar                                  on 2001/03/23  16:25:25
61307         Log: add execute bit to files with shebang lines in the repository;
61308              avoid clobbering execute bit in Porting/makerel 
61309      Branch: maint-5.6/perl
61310            ! (edit 144 files)
61311 ____________________________________________________________________________
61312 [  9311] By: jhi                                   on 2001/03/23  14:25:35
61313         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
61314      Branch: perl
61315            ! MANIFEST
61316 ____________________________________________________________________________
61317 [  9310] By: jhi                                   on 2001/03/23  13:45:04
61318         Log: Subject: [PATCH] Net::Ping
61319              From: Colin McMillen <mcmi0037@tc.umn.edu>
61320              Date: Thu, 22 Mar 2001 19:30:31 -0600
61321              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
61322      Branch: perl
61323            ! lib/Net/Ping.pm
61324 ____________________________________________________________________________
61325 [  9309] By: jhi                                   on 2001/03/23  13:39:13
61326         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
61327      Branch: perl
61328            ! t/lib/md5-aaa.t t/lib/md5-file.t
61329 ____________________________________________________________________________
61330 [  9308] By: jhi                                   on 2001/03/23  13:20:34
61331         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
61332              - bump the version to 2.14
61333              - drop the base64 tests since they require MIME::Base64
61334              - drop the rfc1321.txt
61335              - drop the hints/dec_osf.pl since it's only needed for
61336              pre-5.005_03 Perls
61337              Todo:
61338              - the U32 alignment testing is now removed; it needs to
61339              be reintroduced as as a Config variable (meaning also
61340              as a Configure test)
61341              - get the new EBCDIC md5sum for MD5.pm
61342              - test in Win32 to see how badly I botched the makefiles
61343      Branch: perl
61344            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61345            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61346            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61347            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61348            + t/lib/md5-file.t
61349            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61350            ! win32/Makefile win32/makefile.mk
61351 ____________________________________________________________________________
61352 [  9307] By: jhi                                   on 2001/03/23  12:56:14
61353         Log: Integrate change #9306 from maintperl into mainline,
61354              AIX dynaloader for AIXes without <load.h>.
61355      Branch: perl
61356           !> ext/DynaLoader/hints/aix.pl
61357 ____________________________________________________________________________
61358 [  9306] By: jhi                                   on 2001/03/23  12:51:36
61359         Log: There are AIXes without /usr/include/load.h,
61360              patch from H.Merijn Brand.
61361      Branch: maint-5.6/perl
61362            ! ext/DynaLoader/hints/aix.pl
61363 ____________________________________________________________________________
61364 [  9305] By: nick                                  on 2001/03/23  11:00:42
61365         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61366      Branch: perlio
61367            ! ext/Encode/Encode.xs perlio.c perlio.h
61368 ____________________________________________________________________________
61369 [  9304] By: nick                                  on 2001/03/23  10:20:46
61370         Log: Render -Duseperlio functional again.
61371              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61372              which is what old scheme did. New scheme needs to change that
61373              to make open(...,\$scalar) etc. work but this will do for now.
61374      Branch: perlio
61375            ! perlio.c
61376 ____________________________________________________________________________
61377 [  9303] By: nick                                  on 2001/03/23  09:53:20
61378         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
61379              -Uuseperlio now works again.
61380              -Duseperlio is still poorly. Don't merge yet...
61381      Branch: perlio
61382            ! doio.c perlio.h
61383 ____________________________________________________________________________
61384 [  9302] By: nick                                  on 2001/03/22  22:26:51
61385         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61386              type code.
61387              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61388              is its main caller. In particular now has access to "extra" args, and
61389              can tell when an open handle is "reopened" (or duped?).
61390              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61391              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61392              PerlIO_open() et. al. (i.e. other way round).
61393              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61394              with args close to PerlIO_openn().
61395      Branch: perlio
61396            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61397 ____________________________________________________________________________
61398 [  9301] By: jhi                                   on 2001/03/22  20:58:04
61399         Log: Integrate perlio:
61400              
61401              [  9300]
61402              Don't include $@ in not ok message.
61403              
61404              [  9298]
61405              Give a meaning to '&' in n-arg open case:
61406              open($fh,"<&",$scalar);
61407              $scalar can be:
61408              - an integer which does "fdopen"
61409              open($fh,"<&",2); # like open($fh,"<&2")
61410              - something that will yield a file handle via sv_2io()
61411              useful for dup'ing anonymous handles.
61412              e.g.:
61413              open(my $fh,"<&",\*STDIN);
61414              open(my $dup,"<&",$fh);
61415              
61416              [  9297]
61417              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61418              
61419              [  9296]
61420              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61421              
61422              [  9295]
61423              If stdin, stdout or stderr get opened in unexpected read/write state
61424              then warn at time of open not at time of use.
61425              
61426              [  9294]
61427              Die on n-arg open(...,"",xxx,yyy,...)
61428              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61429              - die on read/write cases so we can decide what it means later.
61430              
61431              [  9293]
61432              perlio tweaks (reported by Nick Clark)
61433              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61434              error check in Pendinf_read().
61435      Branch: perl
61436           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
61437           !> t/io/open.t util.c
61438 ____________________________________________________________________________
61439 [  9300] By: nick                                  on 2001/03/22  17:36:32
61440         Log: Don't include $@ in not ok message.
61441      Branch: perlio
61442            ! t/io/open.t
61443 ____________________________________________________________________________
61444 [  9299] By: gsar                                  on 2001/03/22  16:53:45
61445         Log: back out changes#7532,7521 for now (appears to have problems
61446              on IRIX)
61447      Branch: maint-5.6/perl
61448            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61449            ! ext/POSIX/typemap pod/perlvar.pod
61450 ____________________________________________________________________________
61451 [  9298] By: nick                                  on 2001/03/22  14:35:46
61452         Log: Give a meaning to '&' in n-arg open case:
61453              open($fh,"<&",$scalar);
61454              $scalar can be:
61455              - an integer which does "fdopen"
61456              open($fh,"<&",2); # like open($fh,"<&2")
61457              - something that will yield a file handle via sv_2io()
61458              useful for dup'ing anonymous handles.
61459              e.g.:
61460              open(my $fh,"<&",\*STDIN);
61461              open(my $dup,"<&",$fh);
61462      Branch: perlio
61463            ! doio.c t/io/open.t
61464 ____________________________________________________________________________
61465 [  9297] By: nick                                  on 2001/03/22  13:34:35
61466         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61467      Branch: perlio
61468            ! util.c
61469 ____________________________________________________________________________
61470 [  9296] By: nick                                  on 2001/03/22  12:51:20
61471         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61472      Branch: perlio
61473            ! perl.c
61474 ____________________________________________________________________________
61475 [  9295] By: nick                                  on 2001/03/22  11:59:44
61476         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61477              then warn at time of open not at time of use.
61478      Branch: perlio
61479            ! doio.c pp_hot.c pp_sys.c
61480 ____________________________________________________________________________
61481 [  9294] By: nick                                  on 2001/03/22  10:54:35
61482         Log: Die on n-arg open(...,"",xxx,yyy,...)
61483              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61484              - die on read/write cases so we can decide what it means later.
61485      Branch: perlio
61486            ! doio.c embed.pl iperlsys.h util.c
61487 ____________________________________________________________________________
61488 [  9293] By: nick                                  on 2001/03/22  09:02:45
61489         Log: perlio tweaks (reported by Nick Clark)
61490              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61491              error check in Pendinf_read().
61492      Branch: perlio
61493            ! perlio.c
61494 ____________________________________________________________________________
61495 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61496         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61497              fixes)
61498      Branch: maint-5.6/perl
61499           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61500 ____________________________________________________________________________
61501 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61502         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61503      Branch: perl
61504            ! t/op/re_tests
61505 ____________________________________________________________________________
61506 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61507         Log: Move MacOS Classic higher in the list of supported platforms.
61508      Branch: maint-5.6/perl
61509            ! pod/perlport.pod
61510 ____________________________________________________________________________
61511 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61512         Log: revert part of change#6438 for compatibility (av_reify()
61513              appears to be needed to implement av_splice()ish things
61514              in XS)
61515      Branch: maint-5.6/perl
61516            ! embed.pl global.sym objXSUB.h perlapi.c
61517 ____________________________________________________________________________
61518 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61519         Log: update copyright year
61520      Branch: maint-5.6/perl
61521            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61522            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61523            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
61524            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
61525            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
61526            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
61527            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
61528            ! x2p/walk.c
61529 ____________________________________________________________________________
61530 [  9287] By: jhi                                   on 2001/03/21  20:30:54
61531         Log: Integrate perlio:
61532              
61533              [  9285]
61534              Multiplicity fix for Dumper.
61535      Branch: perl
61536           !> ext/Data/Dumper/Dumper.xs
61537 ____________________________________________________________________________
61538 [  9286] By: gsar                                  on 2001/03/21  19:49:54
61539         Log: makefile.mk tweak
61540      Branch: maint-5.6/perl
61541            ! win32/Makefile win32/makefile.mk
61542 ____________________________________________________________________________
61543 [  9285] By: nick                                  on 2001/03/21  19:07:13
61544         Log: Multiplicity fix for Dumper.
61545      Branch: perlio
61546            ! ext/Data/Dumper/Dumper.xs
61547 ____________________________________________________________________________
61548 [  9284] By: nick                                  on 2001/03/21  19:01:07
61549         Log: Integrate mainline - (does not build xTHX issue in Dumper).
61550      Branch: perlio
61551           !> (integrate 27 files)
61552 ____________________________________________________________________________
61553 [  9283] By: jhi                                   on 2001/03/21  17:17:35
61554         Log: Integrate change #9282 from mainline into maintperl,
61555              4-arg UTF-8 substr().
61556      Branch: maint-5.6/perl
61557           !> pp.c
61558 ____________________________________________________________________________
61559 [  9282] By: jhi                                   on 2001/03/21  17:15:43
61560         Log: The #9270 would have leaked a scalar if pp_substr()
61561              returned early.
61562      Branch: perl
61563            ! pp.c
61564 ____________________________________________________________________________
61565 [  9281] By: gsar                                  on 2001/03/21  17:03:14
61566         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
61567      Branch: maint-5.6/perl
61568            ! win32/makefile.mk
61569 ____________________________________________________________________________
61570 [  9280] By: gsar                                  on 2001/03/21  17:01:20
61571         Log: some tweaks to change#9278 (fork() emulation should be enabled
61572              by setting BUILD_FLAVOR instead of changing the defaults)
61573      Branch: maint-5.6/perl
61574            ! win32/makefile.mk
61575 ____________________________________________________________________________
61576 [  9279] By: gsar                                  on 2001/03/21  16:47:19
61577         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
61578      Branch: maint-5.6/perl
61579            ! ext/File/Glob/Glob.pm
61580           !> lib/Cwd.pm
61581 ____________________________________________________________________________
61582 [  9278] By: jhi                                   on 2001/03/21  14:35:10
61583         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
61584              From: "Vadim Konovalov" <watman@inbox.ru>
61585              Date: Wed, 21 Mar 2001 01:53:51 +0300
61586              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
61587      Branch: maint-5.6/perl
61588            ! win32/makefile.mk win32/win32sck.c
61589 ____________________________________________________________________________
61590 [  9277] By: jhi                                   on 2001/03/21  13:58:28
61591         Log: Integrate change #9270 from mainline to maintperl:
61592              continued 4-arg UTF-8 substr() fixing.
61593      Branch: maint-5.6/perl
61594           !> pp.c t/op/substr.t
61595 ____________________________________________________________________________
61596 [  9276] By: jhi                                   on 2001/03/21  13:33:00
61597         Log: More pixie cleaning.
61598      Branch: perl
61599            ! Makefile.SH
61600 ____________________________________________________________________________
61601 [  9275] By: jhi                                   on 2001/03/21  03:54:17
61602         Log: Update Changes.
61603      Branch: perl
61604            ! Changes patchlevel.h
61605 ____________________________________________________________________________
61606 [  9274] By: jhi                                   on 2001/03/21  03:48:24
61607         Log: First stab at making Data::Dumper to grok Unicode.
61608              
61609              TODO: tests, EBCDICify.
61610      Branch: perl
61611            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
61612 ____________________________________________________________________________
61613 [  9273] By: jhi                                   on 2001/03/21  02:23:00
61614         Log: Fix for
61615              
61616              Subject: Memory leak in unquoted print   
61617              From: Benjamin Sugars <bsugars@canoe.ca> 
61618              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
61619              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
61620      Branch: perl
61621            ! perlio.c
61622 ____________________________________________________________________________
61623 [  9272] By: jhi                                   on 2001/03/21  01:33:17
61624         Log: Subject: Re: [PATCH] POSIX::getcwd()
61625              From: Benjamin Sugars <bsugars@canoe.ca> 
61626              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
61627              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
61628      Branch: perl
61629            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61630 ____________________________________________________________________________
61631 [  9271] By: jhi                                   on 2001/03/21  01:22:52
61632         Log: Subject: [PATCH] Cwd.pm docs
61633              From: Benjamin Sugars <bsugars@canoe.ca>
61634              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
61635              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
61636      Branch: perl
61637            ! lib/Cwd.pm
61638 ____________________________________________________________________________
61639 [  9270] By: jhi                                   on 2001/03/21  01:16:29
61640         Log: Continue 4-arg substr() UTF-8 fixage.
61641      Branch: perl
61642            ! pp.c t/op/substr.t
61643 ____________________________________________________________________________
61644 [  9269] By: jhi                                   on 2001/03/21  00:46:14
61645         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
61646              
61647              revert the leak fix in change#9142 (problem needs a more experimental
61648              fix unsuitable for 5.6.1)
61649              
61650              do alphabetical sorting by default (for csh compatibility)
61651              
61652              cut-n-paste goof in change#9264
61653              
61654              VMS piping fixes (from Charles Lane)
61655      Branch: perl
61656           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
61657           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61658           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
61659 ____________________________________________________________________________
61660 [  9268] By: jhi                                   on 2001/03/21  00:37:04
61661         Log: Integrate perlio:
61662              
61663              [  9267]
61664              More EBCDIC stuff:
61665              - Loose the extra level of function on ASCII.
61666              - spotted a chr(0) issue in sv.c
61667              - re-work of UTF-X tr/// ranges to work in Unicode
61668              space. Still issues with the "0xff is illegal UTF-8" hack.
61669              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61670              (why do it once when you can do it all over the place :-(
61671              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61672              need utf8.pm for swashes.
61673              - Simplified and commented scan_const() in toke.c
61674              Still something wrong regexp and tr (swashes?).
61675      Branch: perl
61676           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61677           !> utf8.c utf8.h utfebcdic.h
61678 ____________________________________________________________________________
61679 [  9267] By: nick                                  on 2001/03/20  20:04:39
61680         Log: More EBCDIC stuff:
61681              - Loose the extra level of function on ASCII.
61682              - spotted a chr(0) issue in sv.c
61683              - re-work of UTF-X tr/// ranges to work in Unicode
61684              space. Still issues with the "0xff is illegal UTF-8" hack.
61685              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61686              (why do it once when you can do it all over the place :-(
61687              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61688              need utf8.pm for swashes.
61689              - Simplified and commented scan_const() in toke.c
61690              Still something wrong regexp and tr (swashes?).
61691      Branch: perlio
61692            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61693            ! utf8.c utf8.h utfebcdic.h
61694 ____________________________________________________________________________
61695 [  9266] By: gsar                                  on 2001/03/20  19:16:43
61696         Log: VMS piping fixes (from Charles Lane)
61697      Branch: maint-5.6/perl
61698            ! vms/vms.c vms/vmspipe.com
61699 ____________________________________________________________________________
61700 [  9265] By: gsar                                  on 2001/03/20  17:53:52
61701         Log: cut-n-paste goof in change#9264
61702      Branch: maint-5.6/perl
61703            ! ext/File/Glob/Glob.xs
61704 ____________________________________________________________________________
61705 [  9264] By: gsar                                  on 2001/03/20  17:43:47
61706         Log: do alphabetical sorting by default (for csh compatibility);
61707              bsd_glob() does ASCII sort by default as usual, unless
61708              GLOB_ALPHASORT was specified
61709      Branch: maint-5.6/perl
61710            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
61711            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61712            ! ext/File/Glob/bsd_glob.h
61713 ____________________________________________________________________________
61714 [  9263] By: gsar                                  on 2001/03/20  16:40:08
61715         Log: integrate change#9255 from mainline (unicode fix)
61716              
61717              substr($bytestr, i, n, $charstr)
61718      Branch: maint-5.6/perl
61719           !> Todo-5.6 pp.c t/op/substr.t
61720 ____________________________________________________________________________
61721 [  9262] By: gsar                                  on 2001/03/20  15:57:41
61722         Log: revert the leak fix in change#9142 (problem needs a more experimental
61723              fix unsuitable for 5.6.1)
61724      Branch: maint-5.6/perl
61725            ! scope.c
61726 ____________________________________________________________________________
61727 [  9261] By: jhi                                   on 2001/03/20  14:26:25
61728         Log: Integrate changes #9259,9260 from maintperl into mainline.
61729              
61730              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61731              
61732              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61733      Branch: perl
61734           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
61735 ____________________________________________________________________________
61736 [  9260] By: jhi                                   on 2001/03/20  14:05:46
61737         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61738              From: Robin Barker <rmb1@cise.npl.co.uk>
61739              Date: Tue, 20 Mar 2001 10:12:04 GMT
61740              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
61741      Branch: maint-5.6/perl
61742            ! run.c
61743 ____________________________________________________________________________
61744 [  9259] By: jhi                                   on 2001/03/20  14:04:39
61745         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61746              From: Chris Nandor <pudge@pobox.com>
61747              Date: Tue, 20 Mar 2001 00:40:56 -0500
61748              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
61749      Branch: maint-5.6/perl
61750            ! ext/POSIX/POSIX.xs lib/File/Path.pm
61751 ____________________________________________________________________________
61752 [  9258] By: jhi                                   on 2001/03/20  05:09:34
61753         Log: Update Changes.
61754      Branch: perl
61755            ! Changes patchlevel.h
61756 ____________________________________________________________________________
61757 [  9257] By: jhi                                   on 2001/03/20  05:04:25
61758         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
61759      Branch: perl
61760            ! t/op/tr.t
61761 ____________________________________________________________________________
61762 [  9256] By: jhi                                   on 2001/03/20  04:43:12
61763         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
61764              From: Peter Prymmer <pvhp@forte.com>
61765              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
61766              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
61767      Branch: maint-5.6/perl
61768            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
61769 ____________________________________________________________________________
61770 [  9255] By: jhi                                   on 2001/03/19  23:17:17
61771         Log: substr($bytestr, i, n, $charstr)
61772              
61773              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
61774      Branch: perl
61775            ! Todo-5.6 pp.c t/op/substr.t
61776 ____________________________________________________________________________
61777 [  9254] By: jhi                                   on 2001/03/19  22:25:09
61778         Log: Rearrange the make test target prerequisites so that
61779              in a parallel make 'all' is finished before 'test'.
61780      Branch: perl
61781            ! Makefile.SH
61782 ____________________________________________________________________________
61783 [  9253] By: jhi                                   on 2001/03/19  21:48:07
61784         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
61785              From: Robin Houston <robin@kitsite.com>
61786              Date: Mon, 19 Mar 2001 15:48:41 +0000
61787              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
61788      Branch: perl
61789            ! pp_ctl.c
61790 ____________________________________________________________________________
61791 [  9252] By: jhi                                   on 2001/03/19  21:42:27
61792         Log: Integrate perlio:
61793              
61794              [  9248]
61795              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61796              (Building on OS390 uses native YACC and YYDEBUG has other
61797              side effects.)
61798              
61799              [  9246]
61800              More EBCDIC fixes.
61801      Branch: perl
61802           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
61803           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
61804           !> utfebcdic.h vms/perly_c.vms
61805 ____________________________________________________________________________
61806 [  9251] By: jhi                                   on 2001/03/19  21:31:28
61807         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
61808              
61809              Dynaloading in 64-bit AIX with vac.
61810      Branch: perl
61811           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61812           !> hints/aix.sh
61813 ____________________________________________________________________________
61814 [  9250] By: jhi                                   on 2001/03/19  21:18:00
61815         Log: A more robust solution for the 64bitall AIX dynaloading
61816              problem, from Jens-Uwe Mager.
61817      Branch: maint-5.6/perl
61818            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61819 ____________________________________________________________________________
61820 [  9249] By: nick                                  on 2001/03/19  20:59:37
61821         Log: Integrate mainline.
61822      Branch: perlio
61823           !> (integrate 42 files)
61824 ____________________________________________________________________________
61825 [  9248] By: nick                                  on 2001/03/19  20:22:07
61826         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61827              (Building on OS390 uses native YACC and YYDEBUG has other
61828              side effects.)
61829      Branch: perlio
61830            ! perly.c perly.y vms/perly_c.vms
61831 ____________________________________________________________________________
61832 [  9247] By: jhi                                   on 2001/03/19  19:59:53
61833         Log: 64-bit AIX dynaloading problem (see #9244) idea
61834              from Jens-Uwe Mager.
61835      Branch: maint-5.6/perl
61836            ! ext/DynaLoader/dl_aix.xs
61837 ____________________________________________________________________________
61838 [  9246] By: nick                                  on 2001/03/19  19:27:57
61839         Log: More EBCDIC fixes.
61840      Branch: perlio
61841            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
61842            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
61843 ____________________________________________________________________________
61844 [  9245] By: jhi                                   on 2001/03/19  19:05:19
61845         Log: Integrate change #9243 from mainline into maintperl.
61846              
61847              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61848      Branch: maint-5.6/perl
61849           !> README.vmesa
61850 ____________________________________________________________________________
61851 [  9244] By: jhi                                   on 2001/03/19  19:03:15
61852         Log: Get 64bitall AIX building, but still does not test okay:
61853              dynaloading anything fails, for example for op/defins:
61854              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
61855              (update: fixed by #9247,9250)
61856      Branch: maint-5.6/perl
61857            ! hints/aix.sh
61858 ____________________________________________________________________________
61859 [  9243] By: jhi                                   on 2001/03/19  19:00:16
61860         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61861              From: Robin Barker <rmb1@cise.npl.co.uk>
61862              Date: Mon, 19 Mar 2001 18:01:57 GMT
61863              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
61864      Branch: perl
61865            ! README.vmesa
61866 ____________________________________________________________________________
61867 [  9242] By: jhi                                   on 2001/03/19  18:58:43
61868         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
61869              
61870              TODO: tests.
61871      Branch: perl
61872            ! doop.c op.c
61873 ____________________________________________________________________________
61874 [  9241] By: gsar                                  on 2001/03/19  17:34:46
61875         Log: VMSify tests (from Charles Lane)
61876      Branch: maint-5.6/perl
61877            ! t/lib/filehand.t t/lib/texttabs.t
61878 ____________________________________________________________________________
61879 [  9240] By: jhi                                   on 2001/03/19  14:24:26
61880         Log: Integrate change #9233 from maintperl into mainline.
61881              
61882              some refcounts were incorrect in perl_clone()
61883      Branch: perl
61884           !> sv.c
61885 ____________________________________________________________________________
61886 [  9239] By: gsar                                  on 2001/03/19  09:23:17
61887         Log: this is 5.6.1-trial3
61888      Branch: maint-5.6/perl
61889            ! Changes
61890 ____________________________________________________________________________
61891 [  9238] By: gsar                                  on 2001/03/19  08:47:04
61892         Log: some new symbols are only available under ithreads
61893      Branch: maint-5.6/perl
61894            ! makedef.pl
61895 ____________________________________________________________________________
61896 [  9237] By: gsar                                  on 2001/03/19  08:42:28
61897         Log: update patchlevel.h, Changes, &c.
61898      Branch: maint-5.6/perl
61899            ! Changes patchlevel.h pod/perlhist.pod
61900           !> AUTHORS
61901 ____________________________________________________________________________
61902 [  9236] By: gsar                                  on 2001/03/19  08:17:49
61903         Log: integrate changes#8068,8717 from mainline
61904              
61905              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
61906              
61907              [PATCH CPAN 1.59_51] warning message (not!)
61908      Branch: maint-5.6/perl
61909           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
61910           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
61911           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
61912           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
61913           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61914 ____________________________________________________________________________
61915 [  9235] By: gsar                                  on 2001/03/19  08:07:09
61916         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
61917              
61918              [PATCH] Add missing CV flags to dump.c
61919              
61920              Re: [patch] Re: PL_ptr_table
61921              
61922              Fixup non-ithread build after 8713
61923              
61924              Generated files form 8713 etc.
61925              
61926              Correct the correction :-(
61927              
61928              Documenting coderef @INC (Re: CPAN "make this script work" feature)
61929              
61930              Subject: Re: sync sync sync: have I missed any patches?
61931              Replace djSP with dSP.
61932      Branch: maint-5.6/perl
61933           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
61934           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
61935           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
61936           !> sv.c sv.h win32/perlhost.h
61937 ____________________________________________________________________________
61938 [  9234] By: gsar                                  on 2001/03/19  07:22:05
61939         Log: revert the change#9090 integrate for now (change looks somewhat
61940              incomplete in that [ha]v_exists() need something similar; lacks
61941              tests; &c.)
61942      Branch: maint-5.6/perl
61943            ! hv.c
61944 ____________________________________________________________________________
61945 [  9233] By: gsar                                  on 2001/03/19  07:10:01
61946         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
61947              destruction when there are unreferenced scalars (SvREFCNT==0)
61948      Branch: maint-5.6/perl
61949            ! sv.c
61950 ____________________________________________________________________________
61951 [  9232] By: jhi                                   on 2001/03/19  05:11:02
61952         Log: Regen api and toc.
61953      Branch: maint-5.6/perl
61954            ! pod/perlapi.pod pod/perltoc.pod
61955 ____________________________________________________________________________
61956 [  9231] By: jhi                                   on 2001/03/19  04:06:03
61957         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
61958              add a lost line in pp.c:pp_chop(), update to new op/chop.
61959              
61960              Clarify the description differentiating for and while; inspired by
61961              
61962              Subject: [ID 20010306.004] || != named unary operator
61963              
61964              The $Is_MacOS needs to be declared.
61965      Branch: maint-5.6/perl
61966            ! pp.c t/op/chop.t
61967           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
61968 ____________________________________________________________________________
61969 [  9230] By: jhi                                   on 2001/03/19  03:48:16
61970         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
61971              9079,9083,9089,9090,9091 from mainline to maintperl.
61972              
61973              Quieten some noise in Win32 builds
61974              
61975              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
61976              
61977              The perlretut was still talking about the old \p and \P
61978              definitions.
61979              
61980              More tweakage on the Unicode character class descriptions.
61981              
61982              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61983              
61984              Subject: 'no *POSIX' Patch speeding up make on BS2000 
61985              
61986              Subject: [PATCH] perldata.pod here-doc docs
61987              
61988              Add /sbin and /usr/sbin to the list of directories scanned
61989              for setuid programs.  Takes care of bug id 20010309.003.
61990              
61991              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
61992              
61993              In op/stat #35 better to scan all the potential directories
61994              for setuids, not just the first one.
61995      Branch: maint-5.6/perl
61996            ! Makefile.SH
61997           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
61998           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
61999           !> t/op/stat.t toke.c win32/win32.h
62000 ____________________________________________________________________________
62001 [  9229] By: jhi                                   on 2001/03/19  02:31:50
62002         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
62003              From: Chris Nandor <pudge@pobox.com>
62004              Date: Sat, 10 Mar 2001 14:22:19 -0500
62005              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
62006      Branch: maint-5.6/perl
62007            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62008            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
62009            ! t/lib/b.t t/lib/errno.t
62010 ____________________________________________________________________________
62011 [  9228] By: jhi                                   on 2001/03/19  02:29:59
62012         Log: Integrate changes #9113,9122 from mainline into maintperl.
62013              
62014              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?)
62015      Branch: maint-5.6/perl
62016           !> Configure README.os390 hints/os390.sh
62017 ____________________________________________________________________________
62018 [  9227] By: jhi                                   on 2001/03/19  02:22:35
62019         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
62020              into maintperl.
62021              
62022              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62023              
62024              Forgot to check-in the larger part of #9120, duh.
62025              
62026              Subject: Another patch for integer.pm POD 
62027              
62028              h2ph strictness and cleanliness from Kurt Starsinic.
62029              
62030              Borland filename case problem.
62031              
62032              h2ph strictness and cleanliness from Kurt Starsinic.
62033              
62034              Subject: [PATCH] the uncontroversial doc patches
62035      Branch: maint-5.6/perl
62036           +> win32/sncfnmcs.pl
62037           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
62038           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
62039           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
62040           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
62041           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
62042           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
62043           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
62044 ____________________________________________________________________________
62045 [  9226] By: jhi                                   on 2001/03/19  02:10:21
62046         Log: Integrate changes #9207,9214 from mainline into maintperl.
62047              
62048              podchecker relaxations: =over has an *optional* number after it,
62049              and whitespace in L<> is okay.
62050      Branch: maint-5.6/perl
62051           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62052           !> t/pod/poderrs.xr
62053 ____________________________________________________________________________
62054 [  9225] By: jhi                                   on 2001/03/19  02:07:38
62055         Log: Integrate change #9219 from maintperl into mainline.
62056              
62057              remove duplicated tests
62058      Branch: perl
62059           !> t/op/re_tests
62060 ____________________________________________________________________________
62061 [  9224] By: jhi                                   on 2001/03/19  02:06:11
62062         Log: Integrate change #9223 from mainline to maintperl.
62063              
62064              Document -Dmksymlinks.
62065      Branch: maint-5.6/perl
62066           !> INSTALL
62067 ____________________________________________________________________________
62068 [  9223] By: jhi                                   on 2001/03/19  02:01:25
62069         Log: Document -Dmksymlinks.
62070      Branch: perl
62071            ! INSTALL
62072 ____________________________________________________________________________
62073 [  9222] By: jhi                                   on 2001/03/19  01:15:35
62074         Log: The -Dmksymlinks wasn't working for maintperl.
62075      Branch: maint-5.6/perl
62076            ! Configure
62077 ____________________________________________________________________________
62078 [  9221] By: jhi                                   on 2001/03/19  00:49:43
62079         Log: Cleanup pixie residue.
62080      Branch: perl
62081            ! Makefile.SH
62082 ____________________________________________________________________________
62083 [  9220] By: jhi                                   on 2001/03/19  00:44:47
62084         Log: Document the use of pixie/prof; create make targets for it.
62085              
62086              TODO: make t/TEST pixie-aware.
62087      Branch: perl
62088            ! Makefile.SH pod/perlhack.pod
62089 ____________________________________________________________________________
62090 [  9219] By: gsar                                  on 2001/03/19  00:16:55
62091         Log: remove duplicated tests
62092      Branch: maint-5.6/perl
62093            ! t/op/re_tests
62094 ____________________________________________________________________________
62095 [  9218] By: jhi                                   on 2001/03/18  23:59:31
62096         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
62097      Branch: perl
62098            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
62099 ____________________________________________________________________________
62100 [  9217] By: jhi                                   on 2001/03/18  23:25:20
62101         Log: Rewrite the tests section of Makefile to be less redundant
62102              and to allow for more flexible test targets, many recursive
62103              make calls introduced.
62104      Branch: perl
62105            ! Makefile.SH
62106 ____________________________________________________________________________
62107 [  9216] By: jhi                                   on 2001/03/18  22:30:04
62108         Log: Document the use of Third Degree (sparsely).
62109      Branch: perl
62110            ! pod/perlhack.pod t/TEST
62111 ____________________________________________________________________________
62112 [  9215] By: jhi                                   on 2001/03/18  22:10:30
62113         Log: Make targets for testing with Third Degree.
62114      Branch: perl
62115            ! Makefile.SH
62116 ____________________________________________________________________________
62117 [  9214] By: jhi                                   on 2001/03/18  21:08:53
62118         Log: The podchecker relaxations need to mirrored also at the tests.
62119      Branch: perl
62120            ! t/pod/poderrs.xr
62121 ____________________________________________________________________________
62122 [  9213] By: jhi                                   on 2001/03/18  20:56:21
62123         Log: Update Changes.
62124      Branch: perl
62125            ! Changes patchlevel.h
62126 ____________________________________________________________________________
62127 [  9212] By: jhi                                   on 2001/03/18  20:36:59
62128         Log: Looking for config.sh in parent directories isn't
62129              very useful for the toplevel Makefile.
62130      Branch: perl
62131            ! Makefile.SH
62132 ____________________________________________________________________________
62133 [  9211] By: jhi                                   on 2001/03/18  20:33:37
62134         Log: On "make clean" take care of Third Degree droppings.
62135      Branch: perl
62136            ! Makefile.SH
62137 ____________________________________________________________________________
62138 [  9210] By: jhi                                   on 2001/03/18  20:21:34
62139         Log: Add a hook for running the tests under the Third Degree
62140              debugging tool (set $ENV{PERL_3LOG} to non-zero)
62141              
62142              TODO: Document the use of Third Degree.
62143      Branch: perl
62144            ! t/TEST
62145 ____________________________________________________________________________
62146 [  9209] By: jhi                                   on 2001/03/18  20:19:07
62147         Log: Regen toc and api pods.
62148      Branch: perl
62149            ! pod/perlapi.pod pod/perltoc.pod
62150 ____________________________________________________________________________
62151 [  9208] By: jhi                                   on 2001/03/18  20:12:12
62152         Log: Integrate changes #8128,9132 from mainline into maintperl,
62153              Tie::SubstrHash fixes.
62154      Branch: maint-5.6/perl
62155           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62156 ____________________________________________________________________________
62157 [  9207] By: jhi                                   on 2001/03/18  20:07:43
62158         Log: podchecker relaxations from Michael Stevens.
62159      Branch: perl
62160            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62161 ____________________________________________________________________________
62162 [  9206] By: jhi                                   on 2001/03/18  20:04:24
62163         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
62164      Branch: perl
62165            ! lib/Locale/Constants.pm lib/Locale/Country.pm
62166            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
62167            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
62168 ____________________________________________________________________________
62169 [  9205] By: jhi                                   on 2001/03/18  19:54:45
62170         Log: Integrate changes #9161,9162 from maintperl to mainline.
62171              
62172              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62173              results
62174      Branch: perl
62175           !> t/op/magic.t
62176 ____________________________________________________________________________
62177 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62178         Log: Make perl.third checks more understandable to the builder.
62179      Branch: perl
62180            ! Makefile.SH
62181 ____________________________________________________________________________
62182 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62183         Log: Re-integrate #9138 from maintperl to mainline,
62184              the squelching of the unneeded "Scalars leaked" messages.
62185      Branch: perl
62186           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62187           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62188           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62189 ____________________________________________________________________________
62190 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62191         Log: More robust and more paranoid perl.third target.
62192      Branch: perl
62193            ! Makefile.SH
62194 ____________________________________________________________________________
62195 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62196         Log: Integrate change #9197 from maintperl to mainline.
62197              
62198              more thorough cleaning of arenas.
62199      Branch: perl
62200           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62201 ____________________________________________________________________________
62202 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62203         Log: Integrate perlio:
62204              
62205              [  9199]
62206              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62207              is the sense of the test being done. Avoid some magical 127 and 128 values
62208              by using macros.
62209              
62210              [  9198]
62211              UTF-X encoding invariance for Encode:
62212              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62213              - move the XS code for those to universal.c (so in miniperl)
62214              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62215              - change ext/Encode/compile to use above.
62216              - Fix t/lib/encode.t for above
62217              - Teach t/lib/b.t to expect -uutf8
62218              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62219              utf8.pm is needed.
62220              
62221              [  9196]
62222              Fix pragma/utf8.t # 15
62223              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62224              are SvUTF8 as well.
62225      Branch: perl
62226           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62227           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62228           !> t/lib/encode.t toke.c universal.c utf8.c
62229 ____________________________________________________________________________
62230 [  9199] By: nick                                  on 2001/03/18  15:23:51
62231         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62232              is the sense of the test being done. Avoid some magical 127 and 128 values
62233              by using macros.
62234      Branch: perlio
62235            ! doop.c pp_ctl.c sv.c toke.c
62236 ____________________________________________________________________________
62237 [  9198] By: nick                                  on 2001/03/18  14:18:12
62238         Log: UTF-X encoding invariance for Encode:
62239              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62240              - move the XS code for those to universal.c (so in miniperl)
62241              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62242              - change ext/Encode/compile to use above.
62243              - Fix t/lib/encode.t for above
62244              - Teach t/lib/b.t to expect -uutf8
62245              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62246              utf8.pm is needed.
62247      Branch: perlio
62248            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62249            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62250 ____________________________________________________________________________
62251 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62252         Log: more thorough cleaning of arenas--keep going until no more
62253              SvREFCNT_dec()s occur (this fixes the problem that causes the
62254              pesky "Scalars leaked" warnings)
62255      Branch: maint-5.6/perl
62256            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62257 ____________________________________________________________________________
62258 [  9196] By: nick                                  on 2001/03/18  10:57:29
62259         Log: Fix pragma/utf8.t # 15
62260              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62261              are SvUTF8 as well.
62262      Branch: perlio
62263            ! toke.c
62264 ____________________________________________________________________________
62265 [  9195] By: nick                                  on 2001/03/18  09:27:06
62266         Log: Integrate mainline
62267      Branch: perlio
62268           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62269           !> t/op/pat.t
62270 ____________________________________________________________________________
62271 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62272         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62273              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62274      Branch: perl
62275            ! op.c op.h t/op/misc.t t/op/pat.t
62276 ____________________________________________________________________________
62277 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62278         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62279      Branch: perl
62280            ! mg.c t/op/pat.t
62281 ____________________________________________________________________________
62282 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62283         Log: tr/// UTF-8 patches from Inaba Hiroto.
62284      Branch: perl
62285            ! doop.c op.c
62286 ____________________________________________________________________________
62287 [  9191] By: jhi                                   on 2001/03/18  04:21:17
62288         Log: Integrate perlio:
62289              
62290              [  9190]
62291              Correct #if EBCDIC side typos.
62292              Builds and passes many tests on OS390.
62293      Branch: perl
62294           !> utf8.c utfebcdic.h
62295 ____________________________________________________________________________
62296 [  9190] By: nick                                  on 2001/03/17  20:32:01
62297         Log: Correct #if EBCDIC side typos.
62298              Builds and passes many tests on OS390.
62299      Branch: perlio
62300            ! utf8.c utfebcdic.h
62301 ____________________________________________________________________________
62302 [  9189] By: jhi                                   on 2001/03/17  18:55:49
62303         Log: Add prerequisites for the perl.third target.
62304      Branch: perl
62305            ! Makefile.SH
62306 ____________________________________________________________________________
62307 [  9188] By: jhi                                   on 2001/03/17  18:46:00
62308         Log: Integrate perlio:
62309              
62310              [  9186]
62311              MANIFEST addition :-(
62312              
62313              [  9185]
62314              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62315              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62316              a superset of ASCII are invariant under the encoding. This is EBCDIC
62317              friendly as an encoded string can be looked at as being EBCDIC by lexer
62318              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
62319              ASCII on ASCII machines.
62320              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62321              seperate.
62322              - Add some more macros to comprehend different shift amounts and
62323              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62324              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62325              and conditionally #include it.
62326              EBCDIC build as yet untested.  ASCII still fails the one test.
62327              
62328              [  9184]
62329              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62330      Branch: perl
62331           +> utfebcdic.h
62332           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
62333 ____________________________________________________________________________
62334 [  9187] By: jhi                                   on 2001/03/17  18:38:47
62335         Log: Add a make rule for perl.third (the Third Degree memory debugging
62336              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
62337      Branch: perl
62338            ! Makefile.SH
62339 ____________________________________________________________________________
62340 [  9186] By: nick                                  on 2001/03/17  18:34:48
62341         Log: MANIFEST addition :-(
62342      Branch: perlio
62343            ! MANIFEST
62344 ____________________________________________________________________________
62345 [  9185] By: nick                                  on 2001/03/17  18:29:50
62346         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62347              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62348              a superset of ASCII are invariant under the encoding. This is EBCDIC
62349              friendly as an encoded string can be looked at as being EBCDIC by lexer
62350              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
62351              ASCII on ASCII machines.
62352              
62353              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62354              seperate.
62355              - Add some more macros to comprehend different shift amounts and
62356              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62357              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62358              and conditionally #include it.
62359              
62360              EBCDIC build as yet untested.  ASCII still fails the one test.
62361      Branch: perlio
62362            + utfebcdic.h
62363            ! utf8.c utf8.h
62364 ____________________________________________________________________________
62365 [  9184] By: nick                                  on 2001/03/17  17:44:16
62366         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62367      Branch: perlio
62368            ! doop.c perl.h pp.c utf8.h
62369 ____________________________________________________________________________
62370 [  9183] By: jhi                                   on 2001/03/17  15:55:42
62371         Log: Integrate perlio:
62372              
62373              [  9182]
62374              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62375              
62376              [  9180]
62377              EBCDIC Fixes.
62378              
62379              [  9173]
62380              1st day's EBCDIC fixes:
62381              - toke.c's parsing of strings needed attention
62382              needed to conditionally e2a if string was already UTF-8
62383              - e2a/a2e tables where wrong way round.
62384              - new macros in utf8.h
62385      Branch: perl
62386            ! MANIFEST
62387           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
62388 ____________________________________________________________________________
62389 [  9182] By: nick                                  on 2001/03/17  09:16:06
62390         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62391      Branch: perlio
62392            ! t/op/pat.t
62393 ____________________________________________________________________________
62394 [  9181] By: nick                                  on 2001/03/17  09:15:11
62395         Log: Integrate mainline.
62396      Branch: perlio
62397           +> lib/Locale/Constants.pm lib/Locale/Country.pm
62398           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62399           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62400           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
62401           !> (integrate 83 files)
62402 ____________________________________________________________________________
62403 [  9180] By: nick                                  on 2001/03/16  17:23:21
62404         Log: EBCDIC Fixes.
62405      Branch: perlio
62406            ! perl.h sv.c toke.c utf8.c utf8.h
62407 ____________________________________________________________________________
62408 [  9179] By: jhi                                   on 2001/03/16  14:10:12
62409         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
62410              a change needed to work around an AIX compiler bug.
62411      Branch: perl
62412            ! ext/Storable/Storable.xs
62413 ____________________________________________________________________________
62414 [  9178] By: jhi                                   on 2001/03/16  03:19:59
62415         Log: With Damian's approval synchronize damian's modules'
62416              licensing with Perl's standard module licensing.
62417      Branch: perl
62418            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
62419 ____________________________________________________________________________
62420 [  9177] By: jhi                                   on 2001/03/16  03:15:34
62421         Log: Make the Filter::Util:Call files have their own copies
62422              of the Perl standard module licensing, from Paul Marquess.
62423      Branch: perl
62424            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62425 ____________________________________________________________________________
62426 [  9176] By: jhi                                   on 2001/03/16  02:56:04
62427         Log: Subject: [PATCH] more pod patches
62428              From: Michael Stevens <michael@etla.org>
62429              Date: Thu, 15 Mar 2001 21:25:18 +0000
62430              Message-ID: <20010315212518.A18870@firedrake.org>
62431      Branch: perl
62432            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
62433            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
62434            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
62435            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62436            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62437            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
62438            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
62439            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
62440            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
62441            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
62442            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
62443            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
62444            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
62445            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62446            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62447            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62448            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62449            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62450            ! lib/Locale/Country.pm lib/Locale/Language.pm
62451            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62452            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62453            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62454            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62455            ! os2/OS2/Process/Process.pm
62456 ____________________________________________________________________________
62457 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62458         Log: Subject: [PATCH] the uncontroversial doc patches
62459              From: Michael Stevens <michael@etla.org>
62460              Date: Thu, 15 Mar 2001 20:01:12 +0000
62461              Message-ID: <20010315200112.A7636@firedrake.org>
62462      Branch: perl
62463            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62464            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62465            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62466            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62467            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62468 ____________________________________________________________________________
62469 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62470         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62471              From: Paul Lindner <lindner@inuus.com>
62472              Date: Fri, 16 Mar 2001 11:28:03 -0800
62473              Message-ID: <20010316112803.A7577@inuus.com>
62474      Branch: perl
62475            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62476 ____________________________________________________________________________
62477 [  9173] By: nick                                  on 2001/03/15  20:21:03
62478         Log: 1st day's EBCDIC fixes:
62479              - toke.c's parsing of strings needed attention
62480              needed to conditionally e2a if string was already UTF-8
62481              - e2a/a2e tables where wrong way round.
62482              - new macros in utf8.h
62483      Branch: perlio
62484            ! perl.h toke.c utf8.h
62485 ____________________________________________________________________________
62486 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62487         Log: Update Changes.
62488      Branch: perl
62489            ! Changes patchlevel.h
62490 ____________________________________________________________________________
62491 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62492         Log: Subject: Re: Another Borland C++ problem.
62493              From: "Vadim Konovalov" <watman@inbox.ru>
62494              Date: Sat, 10 Mar 2001 19:26:07 +0300
62495              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62496              
62497              Borland filename case problem.
62498      Branch: perl
62499            + win32/sncfnmcs.pl
62500            ! MANIFEST README.win32
62501 ____________________________________________________________________________
62502 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62503         Log: Add Locale::Codes 1.06, from Neil Bowers.
62504      Branch: perl
62505            + lib/Locale/Constants.pm lib/Locale/Country.pm
62506            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62507            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62508            + t/lib/lc-language.t t/lib/lc-uk.t
62509            ! MANIFEST
62510 ____________________________________________________________________________
62511 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62512         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62513      Branch: perl
62514            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62515            ! ext/Storable/Storable.xs
62516 ____________________________________________________________________________
62517 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62518         Log: Integrate changes #9120,9167 from mainline to maintperl.
62519              
62520              Subject: [PATCH 5.6.1] OS/2 docs
62521              
62522              Subject: [PATCH 5.6.1] perldoc
62523      Branch: maint-5.6/perl
62524           !> os2/Changes utils/perldoc.PL
62525 ____________________________________________________________________________
62526 [  9167] By: jhi                                   on 2001/03/15  14:07:42
62527         Log: Subject: [PATCH 5.6.1] perldoc
62528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62529              Date: Wed, 14 Mar 2001 23:46:52 -0500
62530              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
62531      Branch: perl
62532            ! utils/perldoc.PL
62533 ____________________________________________________________________________
62534 [  9166] By: jhi                                   on 2001/03/15  13:53:15
62535         Log: sigaction test condition tweakage.
62536      Branch: perl
62537            ! t/lib/sigaction.t
62538 ____________________________________________________________________________
62539 [  9165] By: alanbur                               on 2001/03/15  03:49:17
62540         Log: Resynchronised with parent
62541      Branch: maint-5.6/pureperl
62542           +> os2/os2add.sym t/op/anonsub.t
62543           !> (integrate 72 files)
62544 ____________________________________________________________________________
62545 [  9164] By: jhi                                   on 2001/03/15  01:05:01
62546         Log: Avoid stomping off the beginning of an array in tr///.
62547      Branch: perl
62548            ! op.c
62549 ____________________________________________________________________________
62550 [  9163] By: jhi                                   on 2001/03/15  00:58:57
62551         Log: h2ph strictness and cleanliness from Kurt Starsinic.
62552      Branch: perl
62553            ! utils/h2ph.PL
62554 ____________________________________________________________________________
62555 [  9162] By: gsar                                  on 2001/03/15  00:56:53
62556         Log: avoid warnings
62557      Branch: maint-5.6/perl
62558            ! t/op/magic.t
62559 ____________________________________________________________________________
62560 [  9161] By: gsar                                  on 2001/03/15  00:52:09
62561         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62562              results
62563      Branch: maint-5.6/perl
62564            ! t/op/magic.t
62565 ____________________________________________________________________________
62566 [  9160] By: jhi                                   on 2001/03/14  22:02:10
62567         Log: Do not use the Perl malloc in IRIX, suggested by
62568              Helmus Jarausch.
62569      Branch: perl
62570            ! hints/irix_6.sh
62571 ____________________________________________________________________________
62572 [  9159] By: nick                                  on 2001/03/14  21:45:59
62573         Log: Integrate mainline
62574      Branch: perlio
62575           +> t/op/loopctl.t
62576           !> (integrate 41 files)
62577 ____________________________________________________________________________
62578 [  9158] By: jhi                                   on 2001/03/14  21:10:09
62579         Log: The Day of the Retractions continues: the #9138
62580              (integrated in #9144) doesn't work well in mainline.
62581      Branch: perl
62582            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62583            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62584            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62585 ____________________________________________________________________________
62586 [  9157] By: jhi                                   on 2001/03/14  20:58:12
62587         Log: The #9145 CANNOT be enabled: the clear_pmop code still
62588              dumps core all over in Tru64.
62589      Branch: perl
62590            ! op.c op.h t/op/pat.t
62591 ____________________________________________________________________________
62592 [  9156] By: jhi                                   on 2001/03/14  20:48:06
62593         Log: Integrate change #9154 from maintperl to mainline.
62594              
62595              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62596              (caused Storable 1.0.10 to break on windows)
62597      Branch: perl
62598           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62599           !> perlapi.c proto.h
62600 ____________________________________________________________________________
62601 [  9155] By: jhi                                   on 2001/03/14  20:23:53
62602         Log: Retract #9136: breaks threading (and binary compatibility).
62603      Branch: perl
62604            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62605 ____________________________________________________________________________
62606 [  9154] By: gsar                                  on 2001/03/14  17:48:18
62607         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62608              (caused Storable 1.0.10 to break on windows)
62609      Branch: maint-5.6/perl
62610            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62611            ! perlapi.c proto.h
62612 ____________________________________________________________________________
62613 [  9153] By: jhi                                   on 2001/03/14  13:35:21
62614         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
62615      Branch: perl
62616            ! t/lib/sigaction.t
62617 ____________________________________________________________________________
62618 [  9152] By: gsar                                  on 2001/03/14  07:29:40
62619         Log: back out changes#9012,9010,9009 and parts of change#9016
62620              (causes ABRs under purify, and some prerequisites don't
62621              seem to be there in 5.6.x)
62622      Branch: maint-5.6/perl
62623            ! doop.c op.c t/op/tr.t toke.c
62624 ____________________________________________________________________________
62625 [  9151] By: gsar                                  on 2001/03/14  07:01:29
62626         Log: reenable change#9145 (the test was busted due to a missing
62627              C<print "ok 27\n">)
62628      Branch: perl
62629            ! op.c op.h t/op/pat.t
62630 ____________________________________________________________________________
62631 [  9150] By: jhi                                   on 2001/03/14  06:38:36
62632         Log: Retract #9145.
62633      Branch: perl
62634            ! op.c op.h t/op/pat.t
62635 ____________________________________________________________________________
62636 [  9149] By: jhi                                   on 2001/03/14  06:14:56
62637         Log: Retract #9143.
62638      Branch: perl
62639            ! op.c
62640 ____________________________________________________________________________
62641 [  9148] By: gsar                                  on 2001/03/14  06:13:02
62642         Log: Uninitialized Memory Read in regexec.c
62643      Branch: perl
62644            ! regexec.c
62645 ____________________________________________________________________________
62646 [  9147] By: jhi                                   on 2001/03/14  04:59:54
62647         Log: Subject: PATCH: make goto work in nested eval ""
62648              From: Robin Houston <robin@kitsite.com>
62649              Date: Wed, 14 Mar 2001 04:16:10 +0000
62650              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
62651      Branch: perl
62652            ! pp_ctl.c t/op/goto.t
62653 ____________________________________________________________________________
62654 [  9146] By: jhi                                   on 2001/03/14  04:42:54
62655         Log: Preserve the #ifdef PERL_CORE in perly.h.
62656      Branch: perl
62657            ! perly.fixer
62658 ____________________________________________________________________________
62659 [  9145] By: jhi                                   on 2001/03/14  03:57:41
62660         Log: (Retracted by #9150.)
62661      Branch: perl
62662            ! op.c op.h t/op/pat.t
62663 ____________________________________________________________________________
62664 [  9144] By: jhi                                   on 2001/03/14  03:50:38
62665         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
62666              
62667              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62668              
62669              remove squelch controls for "Scalars leaked" messages in most places
62670              (these are now cured)
62671              
62672              fix another memory leak reported by purify (tie callbacks that
62673              croak can leak when wiping out magic)
62674      Branch: perl
62675           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
62676           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
62677           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
62678           !> t/pragma/warnings.t
62679 ____________________________________________________________________________
62680 [  9143] By: jhi                                   on 2001/03/14  03:37:53
62681         Log: (Retracted by #9149.)
62682      Branch: perl
62683            ! op.c
62684 ____________________________________________________________________________
62685 [  9142] By: gsar                                  on 2001/03/14  03:20:48
62686         Log: fix another memory leak reported by purify (tie callbacks that
62687              croak can leak when wiping out magic)
62688      Branch: maint-5.6/perl
62689            ! scope.c
62690 ____________________________________________________________________________
62691 [  9141] By: jhi                                   on 2001/03/14  02:55:00
62692         Log: Subject: PATCH for [ID 20010305.003]
62693              From: Robin Houston <robin@kitsite.com>
62694              Date: Wed, 14 Mar 2001 02:45:51 +0000
62695              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
62696      Branch: perl
62697            ! pp_ctl.c t/op/eval.t
62698 ____________________________________________________________________________
62699 [  9140] By: jhi                                   on 2001/03/14  02:41:54
62700         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62701              Date: Wed, 14 Mar 2001 01:52:51 +0000
62702              From: Robin Houston <robin@kitsite.com>
62703              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
62704              
62705              Fix for 2000313.004.
62706      Branch: perl
62707            ! pp_ctl.c t/op/goto.t
62708 ____________________________________________________________________________
62709 [  9139] By: jhi                                   on 2001/03/14  02:40:50
62710         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62711              From: Robin Houston <robin@kitsite.com>
62712              Date: Wed, 14 Mar 2001 00:43:45 +0000
62713              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
62714      Branch: perl
62715            + t/op/loopctl.t
62716            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
62717            ! vms/perly_c.vms
62718 ____________________________________________________________________________
62719 [  9138] By: gsar                                  on 2001/03/14  01:18:00
62720         Log: remove squelch controls for "Scalars leaked" messages in most places
62721              (these are now cured)
62722      Branch: maint-5.6/perl
62723            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62724            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62725            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62726 ____________________________________________________________________________
62727 [  9137] By: gsar                                  on 2001/03/14  00:57:04
62728         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62729      Branch: maint-5.6/perl
62730            ! regcomp.c
62731 ____________________________________________________________________________
62732 [  9136] By: jhi                                   on 2001/03/13  23:12:24
62733         Log: (Retracted by #9155)
62734              
62735              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
62736              From: Jens-Uwe Mager <jum@helios.de>
62737              Date: Wed, 21 Feb 2001 21:32:04 +0100
62738              Message-ID: <20010221213203.A18340@ans.helios.de>
62739      Branch: perl
62740            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62741 ____________________________________________________________________________
62742 [  9135] By: jhi                                   on 2001/03/13  22:50:05
62743         Log: Integrate perlio:
62744              
62745              [  9126]
62746              #ifdef'ed out code to make packed side of pack/unpack
62747              octets. (i.e. pack('U') => encode_utf8).
62748      Branch: perl
62749           !> pp.c
62750 ____________________________________________________________________________
62751 [  9134] By: jhi                                   on 2001/03/13  22:49:05
62752         Log: Integrate change #9131 from maintperl into mainline.
62753              
62754              make the error text look more consistent in hints/hpux.sh
62755      Branch: perl
62756           !> hints/hpux.sh
62757 ____________________________________________________________________________
62758 [  9133] By: gsar                                  on 2001/03/13  22:46:20
62759         Log: integrate change#9067 from mainline
62760              
62761              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62762      Branch: maint-5.6/perl
62763           !> lib/ExtUtils/MM_Unix.pm
62764 ____________________________________________________________________________
62765 [  9132] By: jhi                                   on 2001/03/13  22:41:21
62766         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62767              From: "John P. Linderman" <jpl@research.att.com>
62768              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
62769              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
62770              
62771              A more correct prime finder.
62772      Branch: perl
62773            ! lib/Tie/SubstrHash.pm
62774 ____________________________________________________________________________
62775 [  9131] By: gsar                                  on 2001/03/13  22:30:42
62776         Log: make the error text look more consistent in hints/hpux.sh
62777      Branch: maint-5.6/perl
62778            ! hints/hpux.sh
62779 ____________________________________________________________________________
62780 [  9130] By: jhi                                   on 2001/03/13  22:23:44
62781         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
62782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62783              Date: Tue, 13 Mar 2001 18:41:26 +0100
62784              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
62785              
62786              If the test is run non-interactively the default handler
62787              is different.
62788      Branch: perl
62789            ! t/lib/sigaction.t
62790 ____________________________________________________________________________
62791 [  9129] By: jhi                                   on 2001/03/13  22:20:21
62792         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
62793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62794              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
62795              Date:     Tue, 13 Mar 2001 16:44:32 EST
62796      Branch: perl
62797            ! t/lib/1_compile.t
62798 ____________________________________________________________________________
62799 [  9128] By: jhi                                   on 2001/03/13  22:18:34
62800         Log: Subject: Another patch for integer.pm POD 
62801              From: "John L. Allen" <allen@grumman.com>
62802              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
62803              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
62804      Branch: perl
62805            ! lib/integer.pm
62806 ____________________________________________________________________________
62807 [  9127] By: nick                                  on 2001/03/13  21:26:30
62808         Log: Integrate mainline.
62809      Branch: perlio
62810           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
62811           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
62812           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
62813           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
62814           !> Changes Configure MANIFEST README.os2 README.os390
62815           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
62816           !> os2/Changes patchlevel.h win32/perlhost.h
62817 ____________________________________________________________________________
62818 [  9126] By: nick                                  on 2001/03/13  20:39:51
62819         Log: #ifdef'ed out code to make packed side of pack/unpack
62820              octets. (i.e. pack('U') => encode_utf8).
62821      Branch: perlio
62822            ! pp.c
62823 ____________________________________________________________________________
62824 [  9125] By: jhi                                   on 2001/03/13  15:07:16
62825         Log: Update Changes.
62826      Branch: perl
62827            ! Changes patchlevel.h
62828 ____________________________________________________________________________
62829 [  9124] By: jhi                                   on 2001/03/13  14:22:45
62830         Log: Workaround for the buggy ("internal compiler error")
62831              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
62832              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
62833              of Andreas König.
62834      Branch: perl
62835            ! ext/re/Makefile.PL hints/aix.sh
62836 ____________________________________________________________________________
62837 [  9123] By: jhi                                   on 2001/03/13  03:24:34
62838         Log: Typo in #9114.
62839      Branch: metaconfig
62840            ! U/modified/myhostname.U
62841 ____________________________________________________________________________
62842 [  9122] By: jhi                                   on 2001/03/13  03:24:06
62843         Log: Typo in #9113.
62844      Branch: perl
62845            ! Configure
62846 ____________________________________________________________________________
62847 [  9121] By: jhi                                   on 2001/03/13  01:53:05
62848         Log: Forgot to check-in the larger part of #9120, duh.
62849      Branch: perl
62850            ! README.os2
62851 ____________________________________________________________________________
62852 [  9120] By: jhi                                   on 2001/03/13  01:51:31
62853         Log: Subject: [PATCH 5.6.1] OS/2 docs
62854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62855              Date: Mon, 12 Mar 2001 03:27:32 -0500
62856              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
62857      Branch: perl
62858            ! os2/Changes
62859 ____________________________________________________________________________
62860 [  9119] By: jhi                                   on 2001/03/13  01:49:41
62861         Log: Integrate change #9116 from maintperl into mainline.
62862              
62863              Win32::GetCwd() returns C: instead of C:\ in the root directory
62864              under ithreads
62865      Branch: perl
62866           !> win32/perlhost.h
62867 ____________________________________________________________________________
62868 [  9118] By: jhi                                   on 2001/03/13  01:13:39
62869         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
62870      Branch: perl
62871            + lib/Switch.pm t/lib/switch.t
62872            ! MANIFEST
62873 ____________________________________________________________________________
62874 [  9117] By: jhi                                   on 2001/03/13  01:03:17
62875         Log: Add Text::Balanced 1.83.
62876      Branch: perl
62877            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
62878            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
62879            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
62880            + t/lib/tb-xvari.t
62881            ! MANIFEST
62882 ____________________________________________________________________________
62883 [  9116] By: gsar                                  on 2001/03/13  00:55:53
62884         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
62885              under ithreads
62886      Branch: maint-5.6/perl
62887            ! win32/perlhost.h
62888 ____________________________________________________________________________
62889 [  9115] By: jhi                                   on 2001/03/13  00:54:09
62890         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62891              From: "John L. Allen" <allen@grumman.com>
62892              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
62893              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
62894              
62895              use integer document clarification.
62896      Branch: perl
62897            ! lib/integer.pm
62898 ____________________________________________________________________________
62899 [  9114] By: jhi                                   on 2001/03/13  00:38:54
62900         Log: Metaconfig unit change for #9113.
62901      Branch: metaconfig
62902            ! U/modified/myhostname.U
62903 ____________________________________________________________________________
62904 [  9113] By: jhi                                   on 2001/03/13  00:38:35
62905         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?)
62906              From: Peter Prymmer <pvhp@forte.com>
62907              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
62908              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
62909      Branch: perl
62910            ! Configure README.os390 hints/os390.sh
62911 ____________________________________________________________________________
62912 [  9112] By: jhi                                   on 2001/03/13  00:29:00
62913         Log: Integrate perlio:
62914              
62915              [  9110]
62916              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62917      Branch: perl
62918           !> sv.c utf8.h
62919 ____________________________________________________________________________
62920 [  9111] By: nick                                  on 2001/03/12  21:16:33
62921         Log: Integrate mainline.
62922      Branch: perlio
62923           +> t/op/anonsub.t
62924           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62925           !> proto.h sv.c
62926 ____________________________________________________________________________
62927 [  9110] By: nick                                  on 2001/03/12  21:00:13
62928         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62929      Branch: perlio
62930            ! sv.c utf8.h
62931 ____________________________________________________________________________
62932 [  9109] By: jhi                                   on 2001/03/12  16:04:47
62933         Log: Integrate change #9108 from maintperl to mainline.
62934              
62935              fix memory leak in C<sub X { sub {} }> arising from a refcount
62936              loop between the outer sub and the inner prototype anonsub
62937              
62938              this also enables closures returned by subroutines that
62939              subsequently get redefined to work without generating coredumps :)
62940              
62941              completely removed the free_closures() hack--it shouldn't be
62942              needed anymore
62943      Branch: perl
62944           +> t/op/anonsub.t
62945           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62946           !> proto.h sv.c
62947 ____________________________________________________________________________
62948 [  9108] By: gsar                                  on 2001/03/12  10:21:31
62949         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
62950              loop between the outer sub and the inner prototype anonsub
62951              
62952              this also enables closures returned by subroutines that
62953              subsequently get redefined to work without generating coredumps :)
62954              
62955              completely removed the free_closures() hack--it shouldn't be
62956              needed anymore
62957      Branch: maint-5.6/perl
62958            + t/op/anonsub.t
62959            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62960            ! proto.h sv.c
62961 ____________________________________________________________________________
62962 [  9107] By: jhi                                   on 2001/03/12  05:15:31
62963         Log: Integrate perlio:
62964              
62965              [  9106]
62966              regcomp.c is working in native space, not Unicode space (if different)
62967              as it is doing compare against 'W' in \W etc.
62968              
62969              [  9105]
62970              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62971              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62972              
62973              [  9104]
62974              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62975              
62976              [  9102]
62977              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62978              - exclude layer syms in makedef.pl for sfio
62979              - also inhibit Encode from trying to build ":encode()" layer.
62980      Branch: perl
62981           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
62982 ____________________________________________________________________________
62983 [  9106] By: nick                                  on 2001/03/11  20:10:12
62984         Log: regcomp.c is working in native space, not Unicode space (if different)
62985              as it is doing compare against 'W' in \W etc.
62986      Branch: perlio
62987            ! regcomp.c
62988 ____________________________________________________________________________
62989 [  9105] By: nick                                  on 2001/03/11  19:39:34
62990         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62991              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62992      Branch: perlio
62993            ! regcomp.c toke.c utf8.c
62994 ____________________________________________________________________________
62995 [  9104] By: nick                                  on 2001/03/11  18:15:44
62996         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62997      Branch: perlio
62998            ! sv.c
62999 ____________________________________________________________________________
63000 [  9103] By: nick                                  on 2001/03/11  18:03:28
63001         Log: Integrate mainline (for regexp stuff).
63002      Branch: perlio
63003           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63004           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
63005           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
63006           !> t/lib/errno.t t/op/pat.t
63007 ____________________________________________________________________________
63008 [  9102] By: nick                                  on 2001/03/11  17:44:20
63009         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63010              - exclude layer syms in makedef.pl for sfio
63011              - also inhibit Encode from trying to build ":encode()" layer.
63012      Branch: perlio
63013            ! ext/Encode/Encode.xs makedef.pl
63014 ____________________________________________________________________________
63015 [  9101] By: jhi                                   on 2001/03/10  22:38:13
63016         Log: The $Is_MacOS needs to be declared.
63017      Branch: perl
63018            ! lib/ExtUtils/Manifest.pm
63019 ____________________________________________________________________________
63020 [  9100] By: jhi                                   on 2001/03/10  22:14:29
63021         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
63022              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
63023              pollute the symbolspace if using sfio.
63024      Branch: perl
63025            ! ext/Encode/Encode.xs
63026 ____________________________________________________________________________
63027 [  9099] By: jhi                                   on 2001/03/10  21:58:48
63028         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
63029              Date: Sat, 10 Mar 2001 14:23:55 -0500
63030              From: Chris Nandor <pudge@pobox.com>
63031              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
63032      Branch: perl
63033            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63034            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
63035            ! t/lib/errno.t
63036 ____________________________________________________________________________
63037 [  9098] By: jhi                                   on 2001/03/10  21:38:30
63038         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
63039      Branch: perl
63040            ! regcomp.c regexec.c t/op/pat.t
63041 ____________________________________________________________________________
63042 [  9097] By: jhi                                   on 2001/03/10  14:38:07
63043         Log: Integrate perlio:
63044              
63045              [  9096]
63046              EBCDIC sanity - phase I
63047              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63048              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63049              - back out vN.N and $^V exceptions to e2a/a2e
63050              - make "locale" isxxx macros be uvchr (may be redundant?)
63051              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63052              The tr// and rexexp stuff still needs an audit, assumption is they are working
63053              in Unicode space.
63054              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63055      Branch: perl
63056           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63057           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63058           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63059 ____________________________________________________________________________
63060 [  9096] By: nick                                  on 2001/03/10  11:55:43
63061         Log: EBCDIC sanity - phase I
63062              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63063              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63064              - back out vN.N and $^V exceptions to e2a/a2e
63065              - make "locale" isxxx macros be uvchr (may be redundant?)
63066              
63067              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63068              The tr// and rexexp stuff still needs an audit, assumption is they are working
63069              in Unicode space.
63070              
63071              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63072      Branch: perlio
63073            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63074            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63075            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63076 ____________________________________________________________________________
63077 [  9095] By: jhi                                   on 2001/03/09  22:10:01
63078         Log: Integrate perlio:
63079              
63080              [  9094]
63081              Builds an passes all tests after integrate and this tweak.
63082      Branch: perl
63083           !> dump.c
63084 ____________________________________________________________________________
63085 [  9094] By: nick                                  on 2001/03/09  17:36:38
63086         Log: Builds an passes all tests after integrate and this tweak.
63087      Branch: perlio
63088            ! dump.c
63089 ____________________________________________________________________________
63090 [  9093] By: nick                                  on 2001/03/09  17:16:03
63091         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
63092      Branch: perlio
63093           +> lib/unicode/Scripts.txt t/lib/sigaction.t
63094           !> (integrate 79 files)
63095 ____________________________________________________________________________
63096 [  9092] By: jhi                                   on 2001/03/09  15:28:26
63097         Log: Update Changes.
63098      Branch: perl
63099            ! Changes patchlevel.h
63100 ____________________________________________________________________________
63101 [  9091] By: jhi                                   on 2001/03/09  15:25:05
63102         Log: In op/stat #35 better to scan all the potential directories
63103              for setuids, not just the first one.
63104      Branch: perl
63105            ! t/op/stat.t
63106 ____________________________________________________________________________
63107 [  9090] By: jhi                                   on 2001/03/09  15:01:27
63108         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
63109              From: rspier@pobox.com (Robert Spier)
63110              Date: Fri, 9 Mar 2001 03:30:20 -0500
63111              Message-ID: <15016.38044.381174.160189@rls.cx>
63112              
63113              EXISTS() returning undef mistakenly triggered a FETCH().
63114      Branch: perl
63115            ! hv.c
63116 ____________________________________________________________________________
63117 [  9089] By: jhi                                   on 2001/03/09  14:59:02
63118         Log: Add /sbin and /usr/sbin to the list of directories scanned
63119              for setuid programs.  Takes care of bug id 20010309.003.
63120      Branch: perl
63121            ! t/op/stat.t
63122 ____________________________________________________________________________
63123 [  9088] By: jhi                                   on 2001/03/09  14:48:32
63124         Log: Regen perlapi, perltoc.
63125      Branch: perl
63126            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
63127 ____________________________________________________________________________
63128 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63129         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63130              From: David Mitchell <davem@fdgroup.co.uk>
63131              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
63132              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
63133      Branch: perl
63134            ! dump.c perl.c perl.h pod/perlrun.pod
63135 ____________________________________________________________________________
63136 [  9086] By: jhi                                   on 2001/03/09  01:47:16
63137         Log: A modified version of
63138              
63139              Subject: [ID 20010307.005] POSIX::sigaction has various problems
63140              From: anders@broadcom.com
63141              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
63142              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
63143              
63144              Currently the sigaction.t test #6 fails (and is fudged to look
63145              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
63146              This may well be a genuine bug in Linux sigaction() (since at
63147              least Tru64, Solaris, and HP-UX disagree with Linux).
63148              Anyone with POSIX / SUSv2 tome handy?  The problem is that
63149              the flags of the oldaction don't match with the flags in
63150              the previously installed disposition.
63151      Branch: perl
63152            + t/lib/sigaction.t
63153            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
63154 ____________________________________________________________________________
63155 [  9085] By: jhi                                   on 2001/03/09  01:30:13
63156         Log: Subject: Re: mission impossible for the day
63157              From: Alex Gough <alex@rcon.org>
63158              Date: Thu, 08 Mar 2001 17:18:19 +0000
63159              Message-ID: <3AA7BEDB.8070409@rcon.org>
63160              
63161              If references (are overloaded) and can be directly stringified,
63162              show that instead of "stringified".
63163              
63164              (The problem, infinite mutual recursion caused by overloaded bool
63165              in Switch.pm, tracked by David Mitchell)
63166      Branch: perl
63167            ! lib/Carp/Heavy.pm
63168 ____________________________________________________________________________
63169 [  9084] By: jhi                                   on 2001/03/09  01:20:39
63170         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63171              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
63172              From: David Mitchell <davem@fdgroup.co.uk>
63173              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63174      Branch: perl
63175            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63176            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63177 ____________________________________________________________________________
63178 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63179         Log: Subject: [PATCH] perldata.pod here-doc docs
63180              From: Jeff Pinyan <jeffp@crusoe.net>
63181              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63182              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63183      Branch: perl
63184            ! pod/perldata.pod
63185 ____________________________________________________________________________
63186 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63187         Log: Subject: Re: Unicode/EBCDIC
63188              From: Peter Prymmer <pvhp@forte.com>
63189              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63190              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63191      Branch: perl
63192            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63193 ____________________________________________________________________________
63194 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63195         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63196              From: Dorner Thomas <Thomas.Dorner@start.de>
63197              Date: Thu, 8 Mar 2001 08:43:28 +0100
63198              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63199      Branch: perl
63200            ! hints/posix-bc.sh
63201 ____________________________________________________________________________
63202 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63203         Log: It's Scripts.txt, not Script.txt.
63204      Branch: perl
63205            ! MANIFEST
63206 ____________________________________________________________________________
63207 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63208         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63209              From: Dorner Thomas <Thomas.Dorner@start.de>
63210              Date: Wed, 7 Mar 2001 14:13:31 +0100
63211              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63212      Branch: perl
63213            ! makedepend.SH
63214 ____________________________________________________________________________
63215 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63216         Log: Retract #9069, wrong patch.
63217      Branch: perl
63218            ! Makefile.SH
63219 ____________________________________________________________________________
63220 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63221         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63222      Branch: perl
63223            + lib/unicode/Scripts.txt
63224            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63225            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63226            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63227            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63228            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63229            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63230            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63231            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63232            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63233            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63234            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63235            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63236            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63237            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63238            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63239            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63240            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63241            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63242            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63243            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63244            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63245            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63246            ! lib/unicode/version
63247 ____________________________________________________________________________
63248 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63249         Log: Integrate change #7784 from mainline into maintperl.
63250              
63251              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63252      Branch: maint-5.6/perl
63253           !> pp_ctl.c t/op/pat.t
63254 ____________________________________________________________________________
63255 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63256         Log: More UTF-8 test tweaks.
63257      Branch: perl
63258            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63259 ____________________________________________________________________________
63260 [  9074] By: nick                                  on 2001/03/07  21:39:29
63261         Log: Integrate mainline.
63262      Branch: perlio
63263           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63264           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63265           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63266           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63267           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63268 ____________________________________________________________________________
63269 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63270         Log: Update Changes.
63271      Branch: perl
63272            ! Changes patchlevel.h
63273 ____________________________________________________________________________
63274 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63275         Log: Subject: [ID 20010306.004] || != named unary operator
63276              From: abela@geneanet.org
63277              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63278              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63279      Branch: perl
63280            ! pod/perlop.pod
63281 ____________________________________________________________________________
63282 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63283         Log: Subject: downgrading to bytes for common functions
63284              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
63285              Date: Wed, 7 Mar 2001 02:36:55 -0500
63286              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
63287      Branch: perl
63288            ! pp_sys.c
63289 ____________________________________________________________________________
63290 [  9070] By: jhi                                   on 2001/03/07  15:04:58
63291         Log: Clarify the description differentiating for and while; inspired by
63292              
63293              Subject: [ID 20010306.002] for/while difference in for definition
63294              From: abela@geneanet.org
63295              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
63296              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
63297      Branch: perl
63298            ! pod/perlsyn.pod
63299 ____________________________________________________________________________
63300 [  9069] By: jhi                                   on 2001/03/07  14:55:30
63301         Log: (Retracted by #9078.)
63302      Branch: perl
63303            ! Makefile.SH
63304 ____________________________________________________________________________
63305 [  9068] By: jhi                                   on 2001/03/07  14:51:17
63306         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
63307              From: Radu Greab <radu@netsoft.ro>
63308              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
63309              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
63310      Branch: perl
63311            ! pp.c t/op/chop.t
63312 ____________________________________________________________________________
63313 [  9067] By: jhi                                   on 2001/03/07  14:48:57
63314         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63315              From: Simon Cozens <simon@netthink.co.uk>
63316              Date: Wed, 7 Mar 2001 13:59:28 +0000
63317              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
63318              
63319              In order to allow MakeMaker to build correct Makefiles,
63320              you need to change the order of the arguments in MM_Unix.pm
63321              as well. (Unless you have C89_CCMODE set, but we're trying
63322              to be POSIXly correct)
63323              
63324              Thanks to Merijn Broeren for tracking this down.
63325      Branch: perl
63326            ! lib/ExtUtils/MM_Unix.pm
63327 ____________________________________________________________________________
63328 [  9066] By: jhi                                   on 2001/03/07  14:30:02
63329         Log: Floating point too messy.
63330      Branch: perl
63331            ! t/camel-III/vstring.t
63332 ____________________________________________________________________________
63333 [  9065] By: jhi                                   on 2001/03/07  14:17:44
63334         Log: Integrate change #9064 from maintperl into mainline.
63335              
63336              fix memory leak in pack("Bb",...)
63337      Branch: perl
63338           !> perl.c
63339 ____________________________________________________________________________
63340 [  9064] By: gsar                                  on 2001/03/07  06:29:24
63341         Log: fix memory leak in pack("Bb",...)
63342      Branch: maint-5.6/perl
63343            ! perl.c
63344 ____________________________________________________________________________
63345 [  9063] By: jhi                                   on 2001/03/07  00:55:04
63346         Log: Major utf8 test reorganisation and rewrite.
63347              Hopefully no tests were lost in the shuffle.
63348              (The beginning of pragma/utf8 was lost intentionally,
63349              the tests were rather bogus and incomplete.)
63350      Branch: perl
63351            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
63352            ! t/pragma/utf8.t
63353 ____________________________________________________________________________
63354 [  9062] By: jhi                                   on 2001/03/07  00:41:16
63355         Log: More tweakage on the Unicode character class descriptions.
63356      Branch: perl
63357            ! lib/unicode/mktables.PL pod/perlretut.pod
63358 ____________________________________________________________________________
63359 [  9061] By: jhi                                   on 2001/03/06  23:12:38
63360         Log: The perlretut was still talking about the old \p and \P
63361              definitions.
63362      Branch: perl
63363            ! pod/perlretut.pod
63364 ____________________________________________________________________________
63365 [  9060] By: nick                                  on 2001/03/06  20:52:37
63366         Log: Integrate mainline (make test works again now).
63367      Branch: perlio
63368           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
63369 ____________________________________________________________________________
63370 [  9059] By: jhi                                   on 2001/03/06  15:36:14
63371         Log: 0.999... does equal 1.0, doesn't it?
63372      Branch: perl
63373            ! t/camel-III/vstring.t
63374 ____________________________________________________________________________
63375 [  9058] By: jhi                                   on 2001/03/06  15:34:00
63376         Log: Make /x{abcd}/ to work without use utf8.
63377      Branch: perl
63378            ! regcomp.c
63379 ____________________________________________________________________________
63380 [  9057] By: jhi                                   on 2001/03/06  03:02:36
63381         Log: Easier to outcomment all the three reset() tests for now.
63382      Branch: perl
63383            ! t/op/pat.t
63384 ____________________________________________________________________________
63385 [  9056] By: jhi                                   on 2001/03/06  02:30:02
63386         Log: Comment out the deadly reset; until the 20010301.005
63387              is finally fixed.
63388      Branch: perl
63389            ! t/op/pat.t
63390 ____________________________________________________________________________
63391 [  9055] By: jhi                                   on 2001/03/06  02:21:26
63392         Log: Integrate the change #9054 from mainline:
63393              retract the PMOP cleanup patch pending further investigation.
63394      Branch: maint-5.6/perl
63395           !> op.c op.h
63396 ____________________________________________________________________________
63397 [  9054] By: jhi                                   on 2001/03/06  02:19:57
63398         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
63399              with oddly familiar stack traces.
63400      Branch: perl
63401            ! op.c op.h
63402 ____________________________________________________________________________
63403 [  9053] By: jhi                                   on 2001/03/05  23:20:28
63404         Log: Integrate perlio:
63405              
63406              [  9052]
63407              skipping USE_PERLIO symbols correction.
63408              
63409              [  9051]
63410              More Encode alias tidying.
63411      Branch: perl
63412           +> ext/Encode/Encode/koi8-r.ucm
63413           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63414           !> makedef.pl
63415 ____________________________________________________________________________
63416 [  9052] By: nick                                  on 2001/03/05  23:08:17
63417         Log: skipping USE_PERLIO symbols correction.
63418      Branch: perlio
63419            ! makedef.pl
63420 ____________________________________________________________________________
63421 [  9051] By: nick                                  on 2001/03/05  22:35:07
63422         Log: More Encode alias tidying.
63423      Branch: perlio
63424            + ext/Encode/Encode/koi8-r.ucm
63425            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63426 ____________________________________________________________________________
63427 [  9050] By: jhi                                   on 2001/03/05  21:44:29
63428         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
63429              Sarathy's fix for ID 20010301.005.
63430      Branch: maint-5.6/perl
63431           !> op.c op.h
63432 ____________________________________________________________________________
63433 [  9049] By: nick                                  on 2001/03/05  19:54:04
63434         Log: Integrate Jarkko's Encode.pm tweak.
63435      Branch: perlio
63436           !> ext/Encode/Encode.pm
63437 ____________________________________________________________________________
63438 [  9048] By: nick                                  on 2001/03/05  19:47:57
63439         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
63440      Branch: perlio
63441           +> os2/os2add.sym
63442           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
63443           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
63444           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
63445           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63446           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63447 ____________________________________________________________________________
63448 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63449         Log: Regen perlapi.
63450      Branch: perl
63451            ! pod/perlapi.pod
63452 ____________________________________________________________________________
63453 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63454         Log: Integrate perlio:
63455              
63456              [  9043]
63457              Update MANIFEST for new test.
63458              
63459              [  9042]
63460              Some tests for Camel 3rd edition features.
63461              Make gethostbyaddr() test in above work.
63462      Branch: perl
63463           +> t/camel-III/vstring.t
63464           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63465 ____________________________________________________________________________
63466 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63467         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63468      Branch: perl
63469            ! ext/Encode/Encode.pm
63470 ____________________________________________________________________________
63471 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63472         Log: Forgot the other half of the PMOP patch (#9033).
63473      Branch: perl
63474            ! op.h
63475 ____________________________________________________________________________
63476 [  9043] By: nick                                  on 2001/03/05  18:14:47
63477         Log: Update MANIFEST for new test.
63478      Branch: perlio
63479            ! MANIFEST
63480 ____________________________________________________________________________
63481 [  9042] By: nick                                  on 2001/03/05  18:12:41
63482         Log: Some tests for Camel 3rd edition features.
63483              Make gethostbyaddr() test in above work.
63484      Branch: perlio
63485            + t/camel-III/vstring.t
63486            ! pp.h pp_sys.c t/TEST t/harness
63487 ____________________________________________________________________________
63488 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63489         Log: Add more ISO 8859 encoding aliases.
63490      Branch: perl
63491            ! ext/Encode/Encode.pm
63492 ____________________________________________________________________________
63493 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63494         Log: Integrate perlio:
63495              
63496              [  9039]
63497              Missed added file.
63498              
63499              [  9037]
63500              Long-standing "defined but not used" SvPVbyte*() are about to get used
63501              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63502              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63503              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63504              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63505      Branch: perl
63506           !> MANIFEST sv.c
63507 ____________________________________________________________________________
63508 [  9039] By: nick                                  on 2001/03/05  17:11:36
63509         Log: Missed added file.
63510      Branch: perlio
63511            ! MANIFEST
63512 ____________________________________________________________________________
63513 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63514         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63515      Branch: perl
63516            ! t/op/tr.t
63517 ____________________________________________________________________________
63518 [  9037] By: nick                                  on 2001/03/05  15:56:35
63519         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63520              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63521              
63522              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63523              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63524              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63525      Branch: perlio
63526            ! sv.c
63527 ____________________________________________________________________________
63528 [  9036] By: jhi                                   on 2001/03/05  15:49:15
63529         Log: Add matching tests currently failing in EBCDIC,
63530              suggested by Karsten Sperling.
63531      Branch: perl
63532            ! t/op/pat.t
63533 ____________________________________________________________________________
63534 [  9035] By: jhi                                   on 2001/03/05  15:36:55
63535         Log: The #9034 needs a MANIFESTation.
63536      Branch: perl
63537            ! MANIFEST
63538 ____________________________________________________________________________
63539 [  9034] By: jhi                                   on 2001/03/05  15:35:14
63540         Log: Integrate perlio:
63541              
63542              [  9032]
63543              Encode implementation "completion"
63544              Implement and document define_encoding()
63545              Implement and document encoding aliases including define_alias()
63546              Make Encode::XS use define_encoding() rather than back-door.
63547              Move run-time *.enc to separate Encode::Tcl module.
63548              Make 'compile' honour <codeset_name>
63549              Change canonical names of to iso-8859-* and US-ascii.
63550      Branch: perl
63551           +> ext/Encode/Encode/Tcl.pm
63552           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63553           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63554           !> ext/Encode/Encode/iso8859-1.ucm
63555           !> ext/Encode/Encode/iso8859-10.ucm
63556           !> ext/Encode/Encode/iso8859-13.ucm
63557           !> ext/Encode/Encode/iso8859-14.ucm
63558           !> ext/Encode/Encode/iso8859-15.ucm
63559           !> ext/Encode/Encode/iso8859-16.ucm
63560           !> ext/Encode/Encode/iso8859-2.ucm
63561           !> ext/Encode/Encode/iso8859-3.ucm
63562           !> ext/Encode/Encode/iso8859-4.ucm
63563           !> ext/Encode/Encode/iso8859-5.ucm
63564           !> ext/Encode/Encode/iso8859-6.ucm
63565           !> ext/Encode/Encode/iso8859-7.ucm
63566           !> ext/Encode/Encode/iso8859-8.ucm
63567           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63568           !> t/lib/encode.t
63569 ____________________________________________________________________________
63570 [  9033] By: jhi                                   on 2001/03/05  15:33:18
63571         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
63572              From: Gurusamy Sarathy <gsar@ActiveState.com>
63573              Date: Sun, 04 Mar 2001 22:33:15 -0800
63574              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
63575              
63576              PMOPs need to remember their own stash so that they can
63577              gracefully remove themselves from their linked list.
63578      Branch: perl
63579            ! op.c
63580 ____________________________________________________________________________
63581 [  9032] By: nick                                  on 2001/03/05  14:51:50
63582         Log: Encode implementation "completion"
63583              Implement and document define_encoding()
63584              Implement and document encoding aliases including define_alias()
63585              Make Encode::XS use define_encoding() rather than back-door.
63586              Move run-time *.enc to separate Encode::Tcl module.
63587              Make 'compile' honour <codeset_name>
63588              Change canonical names of to iso-8859-* and US-ascii.
63589      Branch: perlio
63590            + ext/Encode/Encode/Tcl.pm
63591            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63592            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63593            ! ext/Encode/Encode/iso8859-1.ucm
63594            ! ext/Encode/Encode/iso8859-10.ucm
63595            ! ext/Encode/Encode/iso8859-13.ucm
63596            ! ext/Encode/Encode/iso8859-14.ucm
63597            ! ext/Encode/Encode/iso8859-15.ucm
63598            ! ext/Encode/Encode/iso8859-16.ucm
63599            ! ext/Encode/Encode/iso8859-2.ucm
63600            ! ext/Encode/Encode/iso8859-3.ucm
63601            ! ext/Encode/Encode/iso8859-4.ucm
63602            ! ext/Encode/Encode/iso8859-5.ucm
63603            ! ext/Encode/Encode/iso8859-6.ucm
63604            ! ext/Encode/Encode/iso8859-7.ucm
63605            ! ext/Encode/Encode/iso8859-8.ucm
63606            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63607            ! t/lib/encode.t
63608 ____________________________________________________________________________
63609 [  9031] By: jhi                                   on 2001/03/05  13:51:17
63610         Log: Integrate change #9030 from maintperl into mainline.
63611              
63612              Subject: [PATCH 5.6.1] OS/2 cleanup
63613      Branch: perl
63614           +> os2/os2add.sym
63615           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63616           !> makedef.pl os2/Changes os2/Makefile.SHs
63617           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63618           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63619           !> os2/os2.sym os2/os2ish.h
63620 ____________________________________________________________________________
63621 [  9030] By: jhi                                   on 2001/03/05  13:46:49
63622         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
63623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63624              Date: Mon, 5 Mar 2001 02:29:44 -0500
63625              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
63626      Branch: maint-5.6/perl
63627            + os2/os2add.sym
63628            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63629            ! makedef.pl os2/Changes os2/Makefile.SHs
63630            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63631            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63632            ! os2/os2.sym os2/os2ish.h
63633 ____________________________________________________________________________
63634 [  9029] By: jhi                                   on 2001/03/05  13:40:35
63635         Log: Integrate change #9028 from maintperl into mainline.
63636              
63637              various nits in MM_Unix.pm found by disabling SelfLoader
63638      Branch: perl
63639           !> lib/ExtUtils/MM_Unix.pm
63640 ____________________________________________________________________________
63641 [  9028] By: gsar                                  on 2001/03/05  09:58:38
63642         Log: various nits in MM_Unix.pm found by disabling SelfLoader
63643      Branch: maint-5.6/perl
63644            ! lib/ExtUtils/MM_Unix.pm
63645 ____________________________________________________________________________
63646 [  9027] By: nick                                  on 2001/03/05  08:35:22
63647         Log: Integrate mainline
63648      Branch: perlio
63649           !> (integrate 28 files)
63650 ____________________________________________________________________________
63651 [  9026] By: jhi                                   on 2001/03/05  02:14:59
63652         Log: Integrate change #9025 from mainline to maintperl,
63653              retract \N{U+HHHH}.
63654      Branch: maint-5.6/perl
63655           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63656           !> t/lib/charnames.t toke.c
63657 ____________________________________________________________________________
63658 [  9025] By: jhi                                   on 2001/03/05  02:13:09
63659         Log: Retracting \N{U+HHHH}.
63660      Branch: perl
63661            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63662            ! t/lib/charnames.t toke.c
63663 ____________________________________________________________________________
63664 [  9024] By: jhi                                   on 2001/03/04  20:51:07
63665         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
63666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63667              Date: Fri, 02 Mar 2001 18:25:26 +0100
63668              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
63669              
63670              Casting problem.
63671      Branch: perl
63672            ! ext/Storable/Storable.xs
63673 ____________________________________________________________________________
63674 [  9023] By: jhi                                   on 2001/03/04  19:46:45
63675         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
63676              From: nick@talking.bollo.cx
63677              Date: Sat, 03 Mar 2001 21:41:33 +0000
63678              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
63679              
63680              Revert the workaround.
63681      Branch: perl
63682            ! perlio.c
63683 ____________________________________________________________________________
63684 [  9022] By: jhi                                   on 2001/03/04  19:36:28
63685         Log: Update Changes.
63686      Branch: perl
63687            ! Changes patchlevel.h
63688 ____________________________________________________________________________
63689 [  9021] By: jhi                                   on 2001/03/04  18:41:00
63690         Log: makedef.pl updates suggested by Chris Nandor; double-checking
63691              the changes in AIX, OS/2 Win32 would be nice.
63692      Branch: perl
63693            ! makedef.pl
63694 ____________________________________________________________________________
63695 [  9020] By: jhi                                   on 2001/03/04  18:23:58
63696         Log: Integrate change #9012 from maintperl into mainline,
63697              quench a compiler warning.
63698      Branch: perl
63699           !> toke.c
63700 ____________________________________________________________________________
63701 [  9019] By: jhi                                   on 2001/03/04  18:18:43
63702         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
63703              
63704              \N{U+HHHH} fix.
63705              
63706              pattern in G_ARRAY context
63707      Branch: maint-5.6/perl
63708           !> pp_hot.c t/op/pat.t toke.c
63709 ____________________________________________________________________________
63710 [  9018] By: jhi                                   on 2001/03/04  18:07:48
63711         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
63712              From: Jeff Pinyan <jeffp@crusoe.net>
63713              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
63714              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
63715      Branch: perl
63716            ! pp_hot.c t/op/pat.t
63717 ____________________________________________________________________________
63718 [  9017] By: jhi                                   on 2001/03/04  18:06:21
63719         Log: I thought I tested the #9014.
63720      Branch: perl
63721            ! toke.c
63722 ____________________________________________________________________________
63723 [  9016] By: jhi                                   on 2001/03/04  17:41:22
63724         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
63725              
63726              Tweak the get*ent() OS/2 prototypes.
63727              
63728              Add the \N{U+HHHH} syntax.
63729              
63730              More tr/// UTF-8 fixes from Inaba Hiroto.
63731      Branch: maint-5.6/perl
63732           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
63733           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
63734 ____________________________________________________________________________
63735 [  9015] By: jhi                                   on 2001/03/04  17:36:04
63736         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
63737      Branch: perl
63738            ! doop.c t/op/tr.t
63739 ____________________________________________________________________________
63740 [  9014] By: jhi                                   on 2001/03/04  17:24:49
63741         Log: Add the \N{U+HHHH} syntax.
63742      Branch: perl
63743            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63744            ! t/lib/charnames.t toke.c
63745 ____________________________________________________________________________
63746 [  9013] By: jhi                                   on 2001/03/04  17:20:45
63747         Log: Tweak the get*ent() OS/2 prototypes.
63748      Branch: perl
63749            ! os2/os2.c
63750 ____________________________________________________________________________
63751 [  9012] By: gsar                                  on 2001/03/04  06:26:14
63752         Log: avoid warning (nit in change#9009)
63753      Branch: maint-5.6/perl
63754            ! toke.c
63755 ____________________________________________________________________________
63756 [  9011] By: gsar                                  on 2001/03/04  06:15:24
63757         Log: lib/charnames.t fails in 5.6.x because of older Unicode
63758              data
63759              
63760              TODO: need to revisit this after updating lib/unicode/...
63761      Branch: maint-5.6/perl
63762            ! t/lib/charnames.t
63763 ____________________________________________________________________________
63764 [  9010] By: gsar                                  on 2001/03/04  06:08:36
63765         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
63766      Branch: maint-5.6/perl
63767            ! toke.c
63768 ____________________________________________________________________________
63769 [  9009] By: jhi                                   on 2001/03/03  19:27:20
63770         Log: Integrate change #9008 from mainline to maintperl,
63771              UTF-8 tr/// fixes from Inaba Hiroto.
63772      Branch: maint-5.6/perl
63773           !> doop.c op.c t/op/tr.t toke.c
63774 ____________________________________________________________________________
63775 [  9008] By: jhi                                   on 2001/03/03  19:19:42
63776         Log: UTF8 tr/// fixes from Inaba Hiroto.
63777      Branch: perl
63778            ! doop.c op.c t/op/tr.t toke.c
63779 ____________________________________________________________________________
63780 [  9007] By: jhi                                   on 2001/03/03  19:00:30
63781         Log: Integrate change #9006 from maintperl to mainline,
63782              more robust quest for the infinite.
63783      Branch: perl
63784           !> lib/Math/Complex.pm
63785 ____________________________________________________________________________
63786 [  9006] By: jhi                                   on 2001/03/03  18:58:06
63787         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
63788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63789              Date: Sat, 3 Mar 2001 12:51:50 -0500
63790              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
63791              
63792              Be more robust in our quest for the infinite.
63793      Branch: maint-5.6/perl
63794            ! lib/Math/Complex.pm
63795 ____________________________________________________________________________
63796 [  9005] By: jhi                                   on 2001/03/03  17:55:50
63797         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
63798      Branch: maint-5.6/perl
63799            ! doio.c
63800 ____________________________________________________________________________
63801 [  9004] By: jhi                                   on 2001/03/03  17:40:14
63802         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
63803              so that picky compilers like IRIX won't get huffy about
63804              "statements without effect" (like 1;).
63805      Branch: perl
63806            ! toke.c
63807 ____________________________________________________________________________
63808 [  9003] By: jhi                                   on 2001/03/03  17:15:52
63809         Log: Integrate change #9002 from mainline to maintperl.
63810              
63811              Subject: [perl-5.6.x, perl-current] accept for EPOC
63812      Branch: maint-5.6/perl
63813           !> pp_sys.c
63814 ____________________________________________________________________________
63815 [  9002] By: jhi                                   on 2001/03/03  17:14:30
63816         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
63817              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63818              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
63819              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
63820      Branch: perl
63821            ! pp_sys.c
63822 ____________________________________________________________________________
63823 [  9001] By: jhi                                   on 2001/03/03  17:13:13
63824         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
63825              From: "Craig A. Berry" <craigberry@mac.com>
63826              Date: Fri, 02 Mar 2001 17:44:40 -0600
63827              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
63828      Branch: perl
63829            ! t/pod/find.t
63830 ____________________________________________________________________________
63831 [  9000] By: jhi                                   on 2001/03/03  17:11:55
63832         Log: Integrate changes #8997,8999 from maintperl.
63833              
63834              Subject: [PATCH 5.6.1] compiling on OS/2
63835              (Better error message from hints/os2.sh)
63836              
63837              Subject: [PATCH 5.6.1] syslog.t
63838      Branch: perl
63839           !> hints/os2.sh t/lib/syslog.t
63840 ____________________________________________________________________________
63841 [  8999] By: jhi                                   on 2001/03/03  17:09:28
63842         Log: Subject: [PATCH 5.6.1] syslog.t
63843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63844              Date: Sat, 3 Mar 2001 02:11:17 -0500
63845              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
63846      Branch: maint-5.6/perl
63847            ! t/lib/syslog.t
63848 ____________________________________________________________________________
63849 [  8998] By: jhi                                   on 2001/03/03  17:07:50
63850         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
63851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63852              Date: Sat, 3 Mar 2001 01:53:52 -0500
63853              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
63854      Branch: maint-5.6/perl
63855            ! opcode.pl os2/os2.c
63856 ____________________________________________________________________________
63857 [  8997] By: jhi                                   on 2001/03/03  17:03:30
63858         Log: Subject: [PATCH 5.6.1] compiling on OS/2
63859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63860              Date: Sat, 3 Mar 2001 01:59:59 -0500
63861              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
63862      Branch: maint-5.6/perl
63863            ! hints/os2.sh
63864 ____________________________________________________________________________
63865 [  8996] By: jhi                                   on 2001/03/03  00:55:58
63866         Log: Regen files for mainline.
63867      Branch: perl
63868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63869            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
63870 ____________________________________________________________________________
63871 [  8995] By: jhi                                   on 2001/03/03  00:35:22
63872         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
63873              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
63874              to maintperl.
63875              
63876              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63877              
63878              Add Configure option -Dmksymlinks which will create a symlink
63879              forest if the current/build differs from the source directory.
63880              (8218,8220,8221,8317,8318,8971)
63881              
63882              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63883              (Document APPLLIB_EXP in INSTALL.)
63884              
63885              If running byacc write-enable also perly.h.
63886              
63887              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63888              
63889              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63890              
63891              Sanity check for conflicting thread flavours.
63892              
63893              Fix the sys/fcntl.h problem reported by Peter Prymmer.
63894              
63895              Add few CPUs/architectures to the Cppsym scan,
63896              add -perlio to archname if so selected (modified 8890)
63897              
63898              Be more helpful for devel builders, suggested by John L. Allen.
63899              (admittedly pointless change for maintperl, but the usedevel
63900              code is there already)
63901      Branch: maint-5.6/perl
63902           !> Configure INSTALL Makefile.SH Porting/Glossary
63903           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
63904           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
63905           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
63906           !> win32/config.bc win32/config.gc win32/config.vc
63907 ____________________________________________________________________________
63908 [  8994] By: jhi                                   on 2001/03/02  23:31:41
63909         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
63910      Branch: metaconfig/U/perl
63911            ! gccvers.U
63912 ____________________________________________________________________________
63913 [  8993] By: jhi                                   on 2001/03/02  23:22:12
63914         Log: Regenerate various files for maint.
63915      Branch: maint-5.6/perl
63916            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
63917            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
63918 ____________________________________________________________________________
63919 [  8992] By: alanbur                               on 2001/03/02  22:48:34
63920         Log: Resync wuth parent
63921      Branch: maint-5.6/pureperl
63922           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63923           !> (integrate 60 files)
63924 ____________________________________________________________________________
63925 [  8991] By: jhi                                   on 2001/03/02  21:00:08
63926         Log: Retract the #8742 part of #8986, backward compat.
63927      Branch: maint-5.6/perl
63928            ! embed.pl
63929 ____________________________________________________________________________
63930 [  8990] By: jhi                                   on 2001/03/02  20:40:07
63931         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
63932      Branch: maint-5.6/perl
63933            ! hv.c
63934 ____________________________________________________________________________
63935 [  8989] By: jhi                                   on 2001/03/02  19:59:56
63936         Log: Update Changes.
63937      Branch: perl
63938            ! Changes patchlevel.h
63939 ____________________________________________________________________________
63940 [  8988] By: jhi                                   on 2001/03/02  19:57:08
63941         Log: Integrate perlio:
63942              
63943              [  8969]
63944              Add charname comments to .ucm files writen by 'compile',
63945              also order charmaps in those files by source encoding.
63946              regenerate distrubuted .ucm files
63947      Branch: perl
63948           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63949           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63950           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63951           !> ext/Encode/Encode/iso8859-10.ucm
63952           !> ext/Encode/Encode/iso8859-13.ucm
63953           !> ext/Encode/Encode/iso8859-14.ucm
63954           !> ext/Encode/Encode/iso8859-15.ucm
63955           !> ext/Encode/Encode/iso8859-16.ucm
63956           !> ext/Encode/Encode/iso8859-2.ucm
63957           !> ext/Encode/Encode/iso8859-3.ucm
63958           !> ext/Encode/Encode/iso8859-4.ucm
63959           !> ext/Encode/Encode/iso8859-5.ucm
63960           !> ext/Encode/Encode/iso8859-6.ucm
63961           !> ext/Encode/Encode/iso8859-7.ucm
63962           !> ext/Encode/Encode/iso8859-8.ucm
63963           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63964           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
63965 ____________________________________________________________________________
63966 [  8987] By: jhi                                   on 2001/03/02  19:43:40
63967         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
63968              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
63969              8950,8952,8955 from mainline to maintperl.
63970              
63971              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63972              
63973              Put to rest the 20010205.001, the email address checking (not) regex.
63974              
63975              fork() not everywhere, cleanup temp files.
63976              
63977              The #8843 wasn't quite right: %Config needs to imported.
63978              
63979              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63980              (#8849: the glob-basic hunk needed massaging as it depended
63981              on Schwern's large-scale (unintegrated) patches)
63982              
63983              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
63984              
63985              Upgrade to CGI.pm 2.752, from Lincoln Stein.
63986              (Note: there were some conflicts due to EBCDIC and EPOC
63987              patches, in general I preferred the repository code.)
63988              (When 2.753 comes out, we need to synchronize.)
63989              
63990              Subject: [PATCH] fix for charnames above FFFF
63991              
63992              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63993              
63994              If no sfio, no -lsfio.
63995              
63996              Run run/*.t also in minitest.
63997              
63998              Subject:  [PATCH perl 5.7.0] malloc message address offset
63999              
64000              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64001              
64002              Subject: fix for parameter -Dm (for perl@8867)
64003              
64004              Subject: [PATCH: perl@8892] was Re: hashing order difference?
64005              (make the test more portable)
64006              
64007              Subject: Re: [PATCH] fix for charnames above FFFF
64008              
64009              Subject: Re: I'm losing the war...
64010              (hv_store() not working correctly in ENV_IS_CASELESS case.)
64011              
64012              Subject: Modified README.bs2000 
64013              
64014              Subject: [PATCH: perl@8935] -Dt padsv($var)
64015              
64016              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64017              
64018              Subject: PATCH: extra tests to check on negative float to unsigned cast
64019              
64020              Subject: [PATCH] XPUSH[insp] was Re: progress
64021              
64022              Subject: Re: Compile with perlcc..
64023      Branch: maint-5.6/perl
64024           !> (integrate 36 files)
64025 ____________________________________________________________________________
64026 [  8986] By: jhi                                   on 2001/03/02  18:51:25
64027         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
64028              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
64029              to maintperl.
64030              
64031              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
64032              
64033              Subject: [DOC PATCH] overload.pm nits
64034              
64035              Add header for LIB$ prototypes (C. Berry)
64036              
64037              Convert fwrite()s to sockets to write()s, since some socket stacks
64038              don't take kindly to stdio.
64039              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64040              (for often optional LNMs)
64041              Correct a few typos
64042              (C. Bailey)
64043              
64044              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64045              
64046              De-cut-and-pasto.
64047              
64048              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64049              
64050              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64051              
64052              Upgrade to CPAN 1.59_54, from Andreas König.
64053              
64054              Bogus shebang.
64055              
64056              Subject: [PATCH] Document makepatch in Porting/patching
64057              
64058              UTF-8 documentation.
64059              
64060              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64061              
64062              Sort the MANIFEST.
64063              
64064              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64065              
64066              Subject: [PATCH @8807] toke.c cleanup: scan_str()
64067              
64068              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64069              
64070              Add run/*.t to testables.
64071              
64072              TODO: integrate #8784.
64073      Branch: maint-5.6/perl
64074           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64075           !> (integrate 28 files)
64076 ____________________________________________________________________________
64077 [  8985] By: nick                                  on 2001/03/02  18:15:45
64078         Log: Integrate mainline
64079      Branch: perlio
64080           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
64081           !> vms/vms.c
64082 ____________________________________________________________________________
64083 [  8984] By: jhi                                   on 2001/03/02  16:00:17
64084         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
64085              
64086              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
64087              5.004_05, and mention the suidperl August 2000 security problem.
64088              (#8978,#8981)
64089              
64090              Subject: [ID 20010301.004] Technically speaking in perldata
64091              
64092              Subject: [PATCH] File::Copy for bleadperl, maintperl
64093              
64094              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64095              
64096              (The #8982, fix for 20010221.005 and 20010221.008,
64097              would be nice too but it didn't integrate cleanly.)
64098      Branch: maint-5.6/perl
64099           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
64100 ____________________________________________________________________________
64101 [  8983] By: jhi                                   on 2001/03/02  15:51:16
64102         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64103              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64104              Date:     Thu, 1 Mar 2001 15:54:09 EST
64105              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
64106      Branch: perl
64107            ! vms/vms.c
64108 ____________________________________________________________________________
64109 [  8982] By: jhi                                   on 2001/03/02  15:43:31
64110         Log: Subject: Re: sync sync sync: have I missed any patches?
64111              From: Radu Greab <radu@netsoft.ro> 
64112              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
64113              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
64114              
64115              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
64116              was checking argv[0] regardless of whether a different pathname
64117              will actually be executed."  Test case not supplied because 
64118              drafting that, ironically enough, revealed another bug
64119              (or a feature).
64120      Branch: perl
64121            ! doio.c
64122 ____________________________________________________________________________
64123 [  8981] By: jhi                                   on 2001/03/02  15:28:03
64124         Log: Misdate in #8978.
64125      Branch: perl
64126            ! pod/perlfaq1.pod
64127 ____________________________________________________________________________
64128 [  8980] By: jhi                                   on 2001/03/02  15:24:20
64129         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
64130              From: Chris Nandor <pudge@pobox.com>
64131              Date: Wed, 28 Feb 2001 22:10:15 -0500
64132              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
64133      Branch: perl
64134            ! lib/File/Copy.pm
64135 ____________________________________________________________________________
64136 [  8979] By: jhi                                   on 2001/03/02  15:17:16
64137         Log: Subject: [ID 20010301.004] Technically speaking in perldata
64138              From: abela@geneanet.org
64139              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
64140              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
64141      Branch: perl
64142            ! pod/perldata.pod
64143 ____________________________________________________________________________
64144 [  8978] By: jhi                                   on 2001/03/02  15:15:27
64145         Log: Subject: [ID 20010301.003] ref to 5.004
64146              From: abela@geneanet.org
64147              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
64148              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
64149              
64150              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
64151              and mention the suidperl August 2000 security problem.
64152      Branch: perl
64153            ! pod/perlfaq1.pod
64154 ____________________________________________________________________________
64155 [  8977] By: alanbur                               on 2001/03/02  14:17:45
64156         Log: Resynchronised with parent
64157      Branch: maint-5.6/pureperl
64158           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
64159           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
64160           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
64161           !> vms/descrip_mms.template win32/win32.c win32/win32.h
64162           !> win32/win32iop.h
64163 ____________________________________________________________________________
64164 [  8976] By: nick                                  on 2001/03/01  23:25:30
64165         Log: Integrate mainline.
64166      Branch: perlio
64167            - t/op/qu.t
64168           !> (integrate 55 files)
64169 ____________________________________________________________________________
64170 [  8975] By: jhi                                   on 2001/03/01  16:51:34
64171         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
64172      Branch: perl
64173           !> toke.c
64174 ____________________________________________________________________________
64175 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64176         Log: fix for bugid 20010226.008
64177              
64178              the problem was that some of the pointers (PL_last_lop and
64179              PL_last_uni specifically) into the lex buffers weren't correctly
64180              being invalidated when the buffer changed; this would leave the
64181              pointers pointing at an arbitrary location in the buffer if
64182              the buffer didn't need to be reallocated, or point into freed
64183              memory if the buffer had to be realloced
64184              
64185              TODO item for bugdb maintainers: check other seemingly random
64186              parser-related bugs--they might be cured by this
64187      Branch: maint-5.6/perl
64188            ! toke.c
64189 ____________________________________________________________________________
64190 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64191         Log: Retract #8970 because of a completely mysterious core dump:
64192              adding the tests 241..244 causes op/pat dump core at test #25.
64193              The test needs a lot of whittling down before the bug can be solved.
64194      Branch: perl
64195            ! t/op/pat.t
64196 ____________________________________________________________________________
64197 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64198         Log: Regen perlapi.
64199      Branch: perl
64200            ! pod/perlapi.pod
64201 ____________________________________________________________________________
64202 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64203         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))
64204              From: Nicholas Clark <nick@ccl4.org>
64205              Date: Wed, 28 Feb 2001 23:28:49 +0000
64206              Message-ID: <20010228232849.A55187@plum.flirble.org>
64207              
64208              Allow a completely write protected source code tree
64209              when using the Configure -Dmksymlinks.
64210      Branch: perl
64211            ! embed.pl warnings.pl
64212 ____________________________________________________________________________
64213 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64214         Log: Add back the EBCDIC character range tests (for matching).
64215      Branch: perl
64216            ! t/op/pat.t
64217 ____________________________________________________________________________
64218 [  8969] By: nick                                  on 2001/02/28  18:18:01
64219         Log: Add charname comments to .ucm files writen by 'compile',
64220              also order charmaps in those files by source encoding.
64221              regenerate distrubuted .ucm files
64222      Branch: perlio
64223            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64224            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64225            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64226            ! ext/Encode/Encode/iso8859-10.ucm
64227            ! ext/Encode/Encode/iso8859-13.ucm
64228            ! ext/Encode/Encode/iso8859-14.ucm
64229            ! ext/Encode/Encode/iso8859-15.ucm
64230            ! ext/Encode/Encode/iso8859-16.ucm
64231            ! ext/Encode/Encode/iso8859-2.ucm
64232            ! ext/Encode/Encode/iso8859-3.ucm
64233            ! ext/Encode/Encode/iso8859-4.ucm
64234            ! ext/Encode/Encode/iso8859-5.ucm
64235            ! ext/Encode/Encode/iso8859-6.ucm
64236            ! ext/Encode/Encode/iso8859-7.ucm
64237            ! ext/Encode/Encode/iso8859-8.ucm
64238            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64239            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64240 ____________________________________________________________________________
64241 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64242         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64243      Branch: perl
64244            ! hints/hpux.sh hints/irix_6.sh
64245 ____________________________________________________________________________
64246 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64247         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64248              retract toke.c/qu parts of #8583, retract #8485, retract
64249              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64250              op/length.t, and MANIFEST, and delete t/op/qu.t.
64251      Branch: perl
64252            - t/op/qu.t
64253            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64254            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64255            ! t/op/length.t toke.c
64256 ____________________________________________________________________________
64257 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64258         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64259              by not changing from pre-Unicode days into being Unicode-aware.
64260              Sniff.
64261      Branch: perl
64262            ! pp.c t/op/pack.t t/op/qu.t
64263 ____________________________________________________________________________
64264 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64265         Log: Subject: Re: Errors in core PODs
64266              From: Michael Stevens <michael@etla.org> 
64267              Date: Fri, 23 Feb 2001 15:47:56 +0000
64268              Message-ID: <20010223154756.A7723@firedrake.org> 
64269      Branch: perl
64270            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64271            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64272            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64273            ! x2p/a2p.pod
64274 ____________________________________________________________________________
64275 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64276         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64277              (The #8961 was too bold.)
64278      Branch: perl
64279            ! hints/hpux.sh hints/irix_6.sh
64280 ____________________________________________________________________________
64281 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64282         Log: Subject: Re: sync sync sync: have I missed any patches?
64283              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64284              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
64285              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
64286              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
64287              
64288              Replace djSP with dSP.
64289      Branch: perl
64290            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
64291            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
64292            ! win32/perlhost.h
64293 ____________________________________________________________________________
64294 [  8962] By: jhi                                   on 2001/02/27  23:21:14
64295         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
64296      Branch: perl
64297            ! lib/Filter/Simple.pm
64298 ____________________________________________________________________________
64299 [  8961] By: jhi                                   on 2001/02/27  22:55:26
64300         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
64301              and this would be it.
64302      Branch: perl
64303            ! hints/hpux.sh hints/irix_6.sh
64304 ____________________________________________________________________________
64305 [  8960] By: jhi                                   on 2001/02/27  22:51:33
64306         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64307              From: "Craig A. Berry" <craigberry@mac.com>
64308              Date: Tue, 27 Feb 2001 16:11:44 -0600
64309              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64310      Branch: maint-5.6/perl
64311            ! configure.com vms/descrip_mms.template
64312 ____________________________________________________________________________
64313 [  8959] By: jhi                                   on 2001/02/27  22:47:23
64314         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64315              From: "Craig A. Berry" <craigberry@mac.com>
64316              Date: Tue, 27 Feb 2001 16:11:44 -0600
64317              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64318      Branch: perl
64319            ! configure.com vms/descrip_mms.template
64320 ____________________________________________________________________________
64321 [  8958] By: jhi                                   on 2001/02/27  15:16:42
64322         Log: Update Changes.
64323      Branch: perl
64324            ! Changes patchlevel.h
64325 ____________________________________________________________________________
64326 [  8957] By: jhi                                   on 2001/02/27  06:15:07
64327         Log: Subject: [5.6.x] EPOC additions
64328              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64329              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
64330              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
64331      Branch: maint-5.6/perl
64332            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
64333 ____________________________________________________________________________
64334 [  8956] By: jhi                                   on 2001/02/27  06:12:11
64335         Log: Subject: [perl-current] EPOC 
64336              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64337              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
64338              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
64339      Branch: perl
64340            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
64341            ! epoc/epocish.c epoc/epocish.h pp_sys.c
64342 ____________________________________________________________________________
64343 [  8955] By: jhi                                   on 2001/02/27  05:59:50
64344         Log: Subject: Re: Compile with perlcc..
64345              From: Edward Peschko <edwardp@excitehome.net>
64346              Date: Mon, 26 Feb 2001 18:51:58 -0800
64347              Message-ID: <20010226185158.A9871@excitehome.net>
64348              
64349              plus add a simple usage message if no arguments given.
64350      Branch: perl
64351            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
64352            ! utils/Makefile utils/perlcc.PL win32/pod.mak
64353 ____________________________________________________________________________
64354 [  8954] By: nick                                  on 2001/02/26  21:02:59
64355         Log: Integrate mainline
64356      Branch: perlio
64357           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
64358           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
64359           !> t/op/sprintf.t
64360 ____________________________________________________________________________
64361 [  8953] By: jhi                                   on 2001/02/26  14:43:54
64362         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
64363              From: Nicholas Clark <nick@ccl4.org>
64364              Date: Mon, 26 Feb 2001 00:42:07 +0000
64365              Message-ID: <20010226004207.F23333@plum.flirble.org>
64366      Branch: perl
64367            ! pp_ctl.c
64368 ____________________________________________________________________________
64369 [  8952] By: jhi                                   on 2001/02/26  14:42:13
64370         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
64371              From: Simon Cozens <simon@netthink.co.uk>
64372              Date: Mon, 26 Feb 2001 12:23:48 +0000
64373              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
64374      Branch: perl
64375            ! pod/perlguts.pod
64376 ____________________________________________________________________________
64377 [  8951] By: jhi                                   on 2001/02/26  14:39:15
64378         Log: Subject: [PATCH] perlio - unknown layer
64379              From: Nicholas Clark <nick@ccl4.org>
64380              Date: Mon, 26 Feb 2001 00:27:19 +0000
64381              Message-ID: <20010226002719.E23333@plum.flirble.org>
64382      Branch: perl
64383            ! perlio.c
64384 ____________________________________________________________________________
64385 [  8950] By: jhi                                   on 2001/02/26  14:38:04
64386         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
64387              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
64388              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
64389              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
64390      Branch: perl
64391            ! t/op/bop.t
64392 ____________________________________________________________________________
64393 [  8949] By: jhi                                   on 2001/02/26  14:37:07
64394         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
64395              From: Peter Prymmer <pvhp@forte.com>
64396              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
64397              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
64398      Branch: perl
64399            ! lib/Test.pm
64400 ____________________________________________________________________________
64401 [  8948] By: jhi                                   on 2001/02/26  14:35:53
64402         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64403              From: Radu Greab <radu@netsoft.ro>
64404              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
64405              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
64406      Branch: perl
64407            ! pod/perlop.pod
64408 ____________________________________________________________________________
64409 [  8947] By: jhi                                   on 2001/02/26  14:34:46
64410         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
64411              From: David Mitchell <davem@fdgroup.co.uk>
64412              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
64413              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
64414      Branch: perl
64415            ! run.c
64416 ____________________________________________________________________________
64417 [  8946] By: jhi                                   on 2001/02/26  14:32:37
64418         Log: Subject: Modified README.bs2000 
64419              From: Dorner Thomas <Thomas.Dorner@start.de>
64420              Date: Mon, 26 Feb 2001 09:22:17 +0100
64421              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
64422      Branch: perl
64423            ! README.bs2000
64424 ____________________________________________________________________________
64425 [  8945] By: jhi                                   on 2001/02/26  14:19:53
64426         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
64427              to maintperl, listing the known failures on the tests 129 and 130.
64428      Branch: maint-5.6/perl
64429           !> t/op/sprintf.t
64430 ____________________________________________________________________________
64431 [  8944] By: jhi                                   on 2001/02/26  14:14:15
64432         Log: Add more known sprintf failures.
64433      Branch: perl
64434            ! t/op/sprintf.t
64435 ____________________________________________________________________________
64436 [  8943] By: jhi                                   on 2001/02/26  13:56:22
64437         Log: perlglob.exe needs to be found in Win32, patch from
64438              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
64439              which needs external glob at mini-perl time."
64440      Branch: perl
64441            ! ext/Encode/compile
64442 ____________________________________________________________________________
64443 [  8942] By: jhi                                   on 2001/02/26  13:52:19
64444         Log: A missing dTHX from Vadim Konovalov.
64445      Branch: perl
64446            ! perlio.c
64447 ____________________________________________________________________________
64448 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64449         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64450      Branch: perl
64451            ! op.c
64452 ____________________________________________________________________________
64453 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64454         Log: Integrate perlio:
64455              
64456              [  8938]
64457              Encode implementations docs.
64458      Branch: perl
64459           !> ext/Encode/Encode.pm
64460 ____________________________________________________________________________
64461 [  8939] By: nick                                  on 2001/02/25  23:47:09
64462         Log: Integrate mainline.
64463      Branch: perlio
64464           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64465           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64466 ____________________________________________________________________________
64467 [  8938] By: nick                                  on 2001/02/25  19:36:28
64468         Log: Encode implementations docs.
64469      Branch: perlio
64470            ! ext/Encode/Encode.pm
64471 ____________________________________________________________________________
64472 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64473         Log: Script wasn't aligned with reality.
64474      Branch: perl
64475            ! t/pod/find.t
64476 ____________________________________________________________________________
64477 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64478         Log: Update Changes.
64479      Branch: perl
64480            ! Changes patchlevel.h
64481 ____________________________________________________________________________
64482 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64483         Log: Retract #8929,8930,8932,8933 for now.
64484      Branch: perl
64485            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64486 ____________________________________________________________________________
64487 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64488         Log: Integrate perlio:
64489              
64490              [  8927]
64491              Change method names in Encode implementation classes to something
64492              less confusing (preparing to "go public").
64493              
64494              [  8926]
64495              GCC __atribute__ / printf fix
64496              
64497              [  8925]
64498              Checked in the wrong one ...
64499              
64500              [  8923]
64501              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: perl
64506           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64507           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64508           !> t/lib/encode.t
64509 ____________________________________________________________________________
64510 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64511         Log: (Retracted by #8395.)
64512              
64513              Slight tweaks in scan_const(), not fixes yet, it seems like
64514              lots of work remains to be done...
64515      Branch: perl
64516            ! toke.c
64517 ____________________________________________________________________________
64518 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64519         Log: (Retracted by #8395.)
64520              
64521              Missing from #8930.
64522      Branch: perl
64523            ! perl.h
64524 ____________________________________________________________________________
64525 [  8931] By: jhi                                   on 2001/02/25  17:26:19
64526         Log: A comment tweak.
64527      Branch: perl
64528            ! utf8.c
64529 ____________________________________________________________________________
64530 [  8930] By: jhi                                   on 2001/02/25  17:25:47
64531         Log: (Retracted by #8395.)
64532              
64533              Attempt to fix the EBCDIC character range problem with //.
64534      Branch: perl
64535            ! regcomp.c
64536 ____________________________________________________________________________
64537 [  8929] By: jhi                                   on 2001/02/25  17:23:45
64538         Log: (Retracted by #8395.)
64539              
64540              Expand the EBCDIC character range tests, and add few nasty
64541              tr tests from Karsten Sperling.
64542      Branch: perl
64543            ! t/op/pat.t t/op/tr.t
64544 ____________________________________________________________________________
64545 [  8928] By: jhi                                   on 2001/02/25  17:18:49
64546         Log: Missing check-in.
64547      Branch: perl
64548            ! lib/Pod/Find.pm
64549 ____________________________________________________________________________
64550 [  8927] By: nick                                  on 2001/02/25  11:30:22
64551         Log: Change method names in Encode implementation classes to something
64552              less confusing (preparing to "go public").
64553      Branch: perlio
64554            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64555 ____________________________________________________________________________
64556 [  8926] By: nick                                  on 2001/02/25  10:53:24
64557         Log: GCC __atribute__ / printf fix
64558      Branch: perlio
64559            ! perl.h
64560 ____________________________________________________________________________
64561 [  8925] By: nick                                  on 2001/02/25  10:52:25
64562         Log: Checked in the wrong one ...
64563      Branch: perlio
64564            ! ext/Encode/Encode.pm
64565 ____________________________________________________________________________
64566 [  8924] By: nick                                  on 2001/02/24  18:46:51
64567         Log: Integrate mainline - to see what Jarkko has in ...
64568      Branch: perlio
64569           +> t/pod/testpods/lib/Pod/Stuff.pm
64570           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
64571 ____________________________________________________________________________
64572 [  8923] By: nick                                  on 2001/02/24  17:05:23
64573         Log: Encode API documentation nd tidy up.
64574              Minor additions to test.
64575              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64576              Adds STRLEN to standard typemap.
64577      Branch: perlio
64578            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64579            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
64580 ____________________________________________________________________________
64581 [  8922] By: jhi                                   on 2001/02/24  16:38:12
64582         Log: Add a test for the "character range should match in EBCDIC
64583              if specified using explicit numerics" bug found by Karsten
64584              Sperling.
64585      Branch: perl
64586            ! t/op/pat.t
64587 ____________________________________________________________________________
64588 [  8921] By: jhi                                   on 2001/02/24  16:30:16
64589         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
64590              From: schwern@pobox.com
64591              Date: Fri, 23 Feb 2001 03:21:37 -0500
64592              Message-ID: <20010223032137.A26022@magnonel.guild.net>
64593              
64594              plus Charles Lane's fixes, plus tweaks.
64595      Branch: perl
64596            + t/pod/testpods/lib/Pod/Stuff.pm
64597            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
64598 ____________________________________________________________________________
64599 [  8920] By: nick                                  on 2001/02/24  10:30:11
64600         Log: Integrate mainline
64601      Branch: perlio
64602           !> (integrate 33 files)
64603 ____________________________________________________________________________
64604 [  8919] By: jhi                                   on 2001/02/24  00:23:35
64605         Log: Subject: Re: I'm losing the war...
64606              From: "Vadim Konovalov" <watman@inbox.ru>
64607              Date: Sat, 24 Feb 2001 00:10:14 +0300
64608              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
64609              
64610              hv_store() not working correctly in ENV_IS_CASELESS case.
64611      Branch: perl
64612            ! hv.c
64613 ____________________________________________________________________________
64614 [  8918] By: jhi                                   on 2001/02/24  00:20:09
64615         Log: Subject: Re: [PATCH] fix for charnames above FFFF
64616              From: andreas.koenig@anima.de (Andreas J. Koenig)
64617              Date: 23 Feb 2001 02:39:03 +0100
64618              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
64619              
64620              A further efficiency tweak.
64621      Branch: perl
64622            ! lib/charnames.pm
64623 ____________________________________________________________________________
64624 [  8917] By: jhi                                   on 2001/02/23  20:27:51
64625         Log: Integrate change #8916 from mainline,
64626              do away with USE_WIN32_RTL_ENV.
64627      Branch: maint-5.6/perl
64628           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64629 ____________________________________________________________________________
64630 [  8916] By: jhi                                   on 2001/02/23  20:02:25
64631         Log: Abolish USE_WIN32_RTL_ENV.
64632      Branch: perl
64633            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64634 ____________________________________________________________________________
64635 [  8915] By: jhi                                   on 2001/02/23  19:36:00
64636         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
64637              later protected by some #define.
64638      Branch: perl
64639            ! gv.c
64640 ____________________________________________________________________________
64641 [  8914] By: jhi                                   on 2001/02/23  19:31:38
64642         Log: Retract #8902 for now, requested by Charles Lane, the correct
64643              fix will be something else.
64644      Branch: perl
64645            ! op.c
64646 ____________________________________________________________________________
64647 [  8913] By: jhi                                   on 2001/02/23  19:11:36
64648         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
64649              From: Peter Prymmer <pvhp@forte.com>
64650              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
64651              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
64652      Branch: perl
64653            ! t/op/lex_assign.t
64654 ____________________________________________________________________________
64655 [  8912] By: jhi                                   on 2001/02/23  18:38:20
64656         Log: Subject: [patch] perlio + useithreads
64657              From: Doug MacEachern <dougm@covalent.net>
64658              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
64659              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
64660              
64661              Gets things running but not complete.
64662      Branch: perl
64663            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
64664 ____________________________________________________________________________
64665 [  8911] By: jhi                                   on 2001/02/23  04:20:02
64666         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
64667              
64668              Duplicated environment freeing, File::Temp 0.12,
64669              op/append portability (EBCDIC) tweak.
64670      Branch: maint-5.6/perl
64671           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64672           !> t/op/append.t
64673 ____________________________________________________________________________
64674 [  8910] By: jhi                                   on 2001/02/23  02:07:33
64675         Log: Integrate change #8909 from mainline, a better Borland
64676              putenv() workaround.
64677      Branch: maint-5.6/perl
64678           !> perl.c
64679 ____________________________________________________________________________
64680 [  8909] By: jhi                                   on 2001/02/23  02:05:46
64681         Log: A better workaround for Borland putenv() brokenness from Sarathy.
64682      Branch: perl
64683            ! perl.c
64684 ____________________________________________________________________________
64685 [  8908] By: jhi                                   on 2001/02/23  02:04:14
64686         Log: Subject: fix for parameter -Dm (for perl@8867)
64687              From: "Vadim Konovalov" <watman@inbox.ru>
64688              Date: Thu, 22 Feb 2001 17:30:12 +0300
64689              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
64690      Branch: perl
64691            ! perl.h
64692 ____________________________________________________________________________
64693 [  8907] By: jhi                                   on 2001/02/23  01:58:20
64694         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
64695              From: Peter Prymmer <pvhp@forte.com>
64696              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
64697              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
64698      Branch: perl
64699            ! t/op/append.t
64700 ____________________________________________________________________________
64701 [  8906] By: jhi                                   on 2001/02/23  01:48:34
64702         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
64703      Branch: perl
64704            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64705 ____________________________________________________________________________
64706 [  8905] By: jhi                                   on 2001/02/23  01:43:30
64707         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
64708              From: Peter Prymmer <pvhp@forte.com>
64709              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
64710              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
64711      Branch: perl
64712            ! t/lib/st-06compat.t
64713 ____________________________________________________________________________
64714 [  8904] By: jhi                                   on 2001/02/23  01:42:39
64715         Log: Metaconfig unit change for #8903.
64716      Branch: metaconfig/U/perl
64717            ! Devel.U
64718 ____________________________________________________________________________
64719 [  8903] By: jhi                                   on 2001/02/23  01:42:12
64720         Log: Be more helpful for devel builders, suggested by John L. Allen.
64721      Branch: perl
64722            ! Configure
64723 ____________________________________________________________________________
64724 [  8902] By: jhi                                   on 2001/02/23  01:37:41
64725         Log: (Retracted by #8914)
64726              (Wrongly, reinstated by #8941)
64727              
64728              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64730              Date:     Thu, 22 Feb 2001 09:43:57 EST
64731              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
64732      Branch: perl
64733            ! op.c
64734 ____________________________________________________________________________
64735 [  8901] By: jhi                                   on 2001/02/23  01:20:32
64736         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
64737              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64738              Date:     Thu, 22 Feb 2001 08:01:35 EST
64739              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
64740      Branch: perl
64741            ! malloc.c
64742 ____________________________________________________________________________
64743 [  8900] By: jhi                                   on 2001/02/23  01:18:02
64744         Log: Integrate changes #8898,8899 from mainline, environ handling.
64745      Branch: maint-5.6/perl
64746           !> perl.c
64747 ____________________________________________________________________________
64748 [  8899] By: jhi                                   on 2001/02/23  01:16:25
64749         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
64750              putenv() is not to be relied on, they are either broken or leaky
64751              or both.)
64752      Branch: perl
64753            ! perl.c
64754 ____________________________________________________________________________
64755 [  8898] By: jhi                                   on 2001/02/22  23:36:59
64756         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
64757              and safesysfree() must be used.
64758      Branch: perl
64759            ! perl.c
64760 ____________________________________________________________________________
64761 [  8897] By: jhi                                   on 2001/02/22  23:25:45
64762         Log: With environ one must use safesysmalloc()/safesysfree().
64763      Branch: perl
64764            ! perl.c
64765 ____________________________________________________________________________
64766 [  8896] By: jhi                                   on 2001/02/22  22:13:18
64767         Log: If we have a duplicated environment free it
64768              if PERL_DESTRUCT_LEVEL.
64769      Branch: perl
64770            ! perl.c
64771 ____________________________________________________________________________
64772 [  8895] By: alanbur                               on 2001/02/22  19:31:57
64773         Log: Synchronised with parent
64774      Branch: maint-5.6/pureperl
64775           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
64776 ____________________________________________________________________________
64777 [  8894] By: gsar                                  on 2001/02/22  19:06:18
64778         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
64779              
64780              fix memory leak in method call optimization (change#3768);
64781              made C<eval "$x->foo()"> leak
64782              
64783              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64784      Branch: maint-5.6/perl
64785           !> op.c
64786 ____________________________________________________________________________
64787 [  8893] By: jhi                                   on 2001/02/22  18:35:27
64788         Log: (Retracted by #8915.)
64789              
64790              Third Degree finding:
64791              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
64792      Branch: perl
64793            ! gv.c
64794 ____________________________________________________________________________
64795 [  8892] By: jhi                                   on 2001/02/22  14:28:32
64796         Log: Update Changes.
64797      Branch: perl
64798            ! Changes patchlevel.h
64799 ____________________________________________________________________________
64800 [  8891] By: jhi                                   on 2001/02/22  13:22:45
64801         Log: Metaconfig unit changes for #8890.
64802      Branch: metaconfig
64803            ! U/modified/Cppsym.U U/threads/archname.U
64804 ____________________________________________________________________________
64805 [  8890] By: jhi                                   on 2001/02/22  13:22:12
64806         Log: Add -stdio to the archname if no perlio selected,
64807              no -perlio added since that is now the default.
64808              
64809              Add few CPUs/architectures to the Cppsym scan.
64810      Branch: perl
64811            ! Configure config_h.SH
64812 ____________________________________________________________________________
64813 [  8889] By: jhi                                   on 2001/02/22  13:05:59
64814         Log: Metaconfig unit change for #8888.
64815      Branch: metaconfig/U/perl
64816            ! useperlio.U
64817 ____________________________________________________________________________
64818 [  8888] By: jhi                                   on 2001/02/22  13:05:28
64819         Log: *drum roll*  Make perlio the default.
64820      Branch: perl
64821            ! Configure config_h.SH
64822 ____________________________________________________________________________
64823 [  8887] By: jhi                                   on 2001/02/22  12:50:52
64824         Log: Integrate change #8665 from maintperl to mainline,
64825              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
64826      Branch: perl
64827           !> ext/POSIX/POSIX.xs
64828 ____________________________________________________________________________
64829 [  8886] By: jhi                                   on 2001/02/22  12:49:24
64830         Log: Integrate changes #8883,8884 from mainline to maintperl.
64831              
64832              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64833              Subject: Re: File::Temp::_gettemp warning
64834      Branch: maint-5.6/perl
64835           !> embed.h embed.pl lib/File/Temp.pm
64836 ____________________________________________________________________________
64837 [  8885] By: jhi                                   on 2001/02/22  12:43:59
64838         Log: Based on
64839              
64840              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
64841              From: schwab@suse.de
64842              Date: Thu, 22 Feb 2001 13:08:09 +0100
64843              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
64844              
64845              but the fix done slightly differently because the other
64846              half was already done in #8664.
64847      Branch: maint-5.6/perl
64848            ! ext/POSIX/POSIX.xs
64849 ____________________________________________________________________________
64850 [  8884] By: jhi                                   on 2001/02/22  12:37:15
64851         Log: Subject: Re: File::Temp::_gettemp warning
64852              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64853              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
64854              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
64855              
64856              This patch to File::Temp does two things:
64857              
64858              1. Fixes the problem with CGI::Carp when determining
64859              the Fcntl constants
64860              
64861              2. Removes most of the carps and consolidates them so that all the
64862              reasons are included in a single die that is caught by the test. This
64863              means that the correct skipping behaviour is displayed by the test.
64864      Branch: perl
64865            ! lib/File/Temp.pm
64866 ____________________________________________________________________________
64867 [  8883] By: jhi                                   on 2001/02/22  12:29:19
64868         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64869              From: Peter Prymmer <pvhp@forte.com>
64870              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
64871              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
64872      Branch: perl
64873            ! embed.h embed.pl
64874 ____________________________________________________________________________
64875 [  8882] By: jhi                                   on 2001/02/21  19:41:33
64876         Log: Integrate change #8881 from mainlin to maintperl.
64877              
64878              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64879      Branch: maint-5.6/perl
64880           !> op.c
64881 ____________________________________________________________________________
64882 [  8881] By: jhi                                   on 2001/02/21  19:38:57
64883         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64885              Date:     Wed, 21 Feb 2001 13:08:03 EST
64886              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
64887      Branch: perl
64888            ! op.c
64889 ____________________________________________________________________________
64890 [  8880] By: jhi                                   on 2001/02/21  19:34:34
64891         Log: Retract #8875, cannot let go of the old semantics of unpack U
64892              without rethinking utf8decode.t.
64893      Branch: perl
64894            ! pp.c t/op/pack.t
64895 ____________________________________________________________________________
64896 [  8879] By: jhi                                   on 2001/02/21  19:08:02
64897         Log: Run run/*.t also in minitest.
64898      Branch: perl
64899            ! Makefile.SH
64900 ____________________________________________________________________________
64901 [  8878] By: nick                                  on 2001/02/21  18:55:37
64902         Log: Integrate mainline
64903      Branch: perlio
64904           !> (integrate 76 files)
64905 ____________________________________________________________________________
64906 [  8877] By: jhi                                   on 2001/02/21  15:09:33
64907         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
64908      Branch: metaconfig
64909            ! U/compline/nblock_io.U
64910      Branch: perl
64911            ! Configure config_h.SH
64912 ____________________________________________________________________________
64913 [  8876] By: jhi                                   on 2001/02/21  14:54:45
64914         Log: If no sfio, no -lsfio.
64915      Branch: metaconfig/U/perl
64916            ! d_sfio.U
64917      Branch: perl
64918            ! Configure config_h.SH
64919 ____________________________________________________________________________
64920 [  8875] By: jhi                                   on 2001/02/21  14:54:00
64921         Log: Make unpack C and unpack U truly equivalent.
64922      Branch: perl
64923            ! pp.c t/op/pack.t
64924 ____________________________________________________________________________
64925 [  8874] By: jhi                                   on 2001/02/21  14:26:02
64926         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64927              From: Peter Prymmer <pvhp@forte.com>
64928              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
64929              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
64930      Branch: perl
64931            ! pod/perlport.pod
64932 ____________________________________________________________________________
64933 [  8873] By: jhi                                   on 2001/02/21  14:24:31
64934         Log: Subject: [PATCH] fix for charnames above FFFF
64935              From: andreas.koenig@anima.de (Andreas J. Koenig)
64936              Date: 21 Feb 2001 07:05:45 +0100
64937              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
64938      Branch: perl
64939            ! lib/charnames.pm t/lib/charnames.t
64940 ____________________________________________________________________________
64941 [  8872] By: jhi                                   on 2001/02/21  14:15:25
64942         Log: Integrate change #8868 from pureperl to mainline.
64943              
64944              Fixed reference count loop caused by sv_magic.
64945      Branch: perl
64946           !> sv.c
64947 ____________________________________________________________________________
64948 [  8871] By: jhi                                   on 2001/02/21  14:07:29
64949         Log: Integrate change #8868 from pureperl to maintperl.
64950              
64951              Fixed reference count loop caused by sv_magic.
64952      Branch: maint-5.6/perl
64953           !> sv.c
64954 ____________________________________________________________________________
64955 [  8870] By: jhi                                   on 2001/02/21  14:04:41
64956         Log: Put back the #8840, it was innocent.
64957      Branch: perl
64958            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64959            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64960 ____________________________________________________________________________
64961 [  8869] By: jhi                                   on 2001/02/21  14:00:03
64962         Log: unpack("C", ...) was left slightly unfinished by #8865.
64963      Branch: perl
64964            ! pp.c t/op/pack.t
64965 ____________________________________________________________________________
64966 [  8868] By: alanbur                               on 2001/02/21  01:33:45
64967         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
64968              from gv_fetchpv to create single-character magic variables (e.g. $!),
64969              and it is passed a sv and the gv that contains the sv as the mg_obj
64970              value.  When sv_magic stores the mg_obj pointer it increments the gv
64971              refcount, thus causing a sv-gv pair that can't be freed.  There is
64972              already a check for sv == obj which is used to prevent such reference
64973              loops.  This change extends the check to cover the case described above.
64974      Branch: maint-5.6/pureperl
64975            ! sv.c
64976 ____________________________________________________________________________
64977 [  8867] By: jhi                                   on 2001/02/21  00:52:39
64978         Log: Update Changes.
64979      Branch: perl
64980            ! Changes patchlevel.h
64981 ____________________________________________________________________________
64982 [  8866] By: jhi                                   on 2001/02/21  00:34:20
64983         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
64984              (Note: there were some conflicts due to EBCDIC and EPOC
64985              patches, in general I preferred the repository code.)
64986              (When 2.753 comes out, we need to synchronize.)
64987      Branch: perl
64988            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64989            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64990            ! t/lib/cgi-html.t
64991 ____________________________________________________________________________
64992 [  8865] By: jhi                                   on 2001/02/21  00:24:22
64993         Log: Make pack("C", 0x100) to create Unicode, unless under the
64994              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
64995              will understand Unicode, unless you under know what.
64996      Branch: perl
64997            ! pp.c t/op/pack.t t/op/qu.t
64998 ____________________________________________________________________________
64999 [  8864] By: alanbur                               on 2001/02/20  22:35:34
65000         Log: Resynchronised with parent
65001      Branch: maint-5.6/pureperl
65002           !> README.win32 ext/GDBM_File/GDBM_File.pm
65003           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
65004           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
65005           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65006           !> t/lib/sdbm.t util.c
65007 ____________________________________________________________________________
65008 [  8863] By: jhi                                   on 2001/02/20  20:55:11
65009         Log: Integrate change #8860,8861 from mainline into maintperl.
65010              
65011              "pseudo-literal j"
65012              
65013              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65014      Branch: maint-5.6/perl
65015           !> lib/Test.pm pod/perlop.pod
65016 ____________________________________________________________________________
65017 [  8862] By: jhi                                   on 2001/02/20  20:30:07
65018         Log: Don't do casting between pointers pointing to differently sized
65019              integers.
65020      Branch: perl
65021            ! hv.c sv.c
65022 ____________________________________________________________________________
65023 [  8861] By: jhi                                   on 2001/02/20  19:53:44
65024         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65025              From: Peter Prymmer <pvhp@forte.com>
65026              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
65027              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
65028      Branch: perl
65029            ! lib/Test.pm
65030 ____________________________________________________________________________
65031 [  8860] By: jhi                                   on 2001/02/20  19:48:02
65032         Log: "pseudo-literal j", a documentation glitch reported to Debian.
65033              The text recovered from Perl 5.005_03, and pseudo-literal replaced
65034              by "backtick string".
65035      Branch: perl
65036            ! pod/perlop.pod
65037 ____________________________________________________________________________
65038 [  8859] By: jhi                                   on 2001/02/20  19:15:46
65039         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
65040              from Chris Nandor.
65041      Branch: perl
65042            ! makedef.pl
65043 ____________________________________________________________________________
65044 [  8858] By: jhi                                   on 2001/02/20  17:36:53
65045         Log: Integrate pureperl changes #8844,8845,8850 to mainline
65046              (via maintperl #8855).
65047              
65048              Fixed %^H scoping bug
65049              
65050              Removed GV <-> CV refcount loop
65051              
65052              Removed %ENV refcount loop
65053      Branch: perl
65054           !> gv.c op.c perl.c pp.c scope.c
65055 ____________________________________________________________________________
65056 [  8857] By: jhi                                   on 2001/02/20  17:34:32
65057         Log: Integrate changes #8853,8854 from maintperl to mainline.
65058              
65059              EBDIC fixes, README.win32 Borland update.
65060      Branch: perl
65061           !> README.win32 handy.h util.c
65062 ____________________________________________________________________________
65063 [  8856] By: jhi                                   on 2001/02/20  17:33:16
65064         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
65065      Branch: maint-5.6/perl
65066           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65067           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65068           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65069 ____________________________________________________________________________
65070 [  8855] By: jhi                                   on 2001/02/20  17:32:13
65071         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
65072              
65073              Fixed %^H scoping bug
65074              
65075              Removed GV <-> CV refcount loop
65076              
65077              Removed %ENV refcount loop
65078      Branch: maint-5.6/perl
65079           !> gv.c op.c perl.c pp.c scope.c
65080 ____________________________________________________________________________
65081 [  8854] By: jhi                                   on 2001/02/20  17:25:06
65082         Log: Subject: Addition to readme.win32 for Borland C++ compilers
65083              Date: Tue, 20 Feb 2001 02:15:25 +0300
65084              From: "Vadim Konovalov" <watman@inbox.ru>
65085              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
65086              
65087              Document Borland compiler misbehaviour.
65088      Branch: maint-5.6/perl
65089            ! README.win32
65090 ____________________________________________________________________________
65091 [  8853] By: jhi                                   on 2001/02/20  17:22:25
65092         Log: The assimilation of ebcdic.c didn't quite work at the first try,
65093              patches from Thomas Dorner.
65094      Branch: maint-5.6/perl
65095            ! handy.h util.c
65096 ____________________________________________________________________________
65097 [  8852] By: jhi                                   on 2001/02/20  17:20:15
65098         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
65099              From: Chris Nandor <pudge@pobox.com>
65100              Date: Tue, 20 Feb 2001 08:32:45 -0500
65101              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
65102      Branch: maint-5.6/perl
65103            ! makedef.pl mg.c
65104 ____________________________________________________________________________
65105 [  8851] By: jhi                                   on 2001/02/20  17:15:52
65106         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
65107      Branch: perl
65108            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
65109            ! t/lib/filter-util.t
65110 ____________________________________________________________________________
65111 [  8850] By: alanbur                               on 2001/02/20  17:12:40
65112         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
65113              and the magic pointer points back to the GV that contains the
65114              %ENV hash.  This creates a refcount loop that prevents members
65115              of %ENV from being freed correctly.  This change removes the
65116              refcount loop - the magic pointer was never used anyway, the
65117              only use of the magic was to check the type ('E') so that the
65118              appropriate environment manipulation code is called when %ENV
65119              is modified.
65120      Branch: maint-5.6/pureperl
65121            ! perl.c
65122 ____________________________________________________________________________
65123 [  8849] By: jhi                                   on 2001/02/20  17:12:20
65124         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
65125              From: "Craig A. Berry" <craigberry@mac.com>
65126              Date: Mon, 19 Feb 2001 23:36:12 -0600
65127              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
65128              
65129              Case-forgiving systems match TestInit.pm with TES*.
65130      Branch: perl
65131            ! t/lib/glob-basic.t
65132 ____________________________________________________________________________
65133 [  8848] By: jhi                                   on 2001/02/20  17:10:02
65134         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
65135      Branch: perl
65136            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65137            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65138            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65139 ____________________________________________________________________________
65140 [  8847] By: jhi                                   on 2001/02/20  15:34:41
65141         Log: The #8843 wasn't quite right: %Config needs to imported.
65142      Branch: perl
65143            ! t/run/runenv.t
65144 ____________________________________________________________________________
65145 [  8846] By: jhi                                   on 2001/02/20  15:31:50
65146         Log: Retract the #8838 and #8840 for now because of
65147              the DB_File tie problem.
65148      Branch: perl
65149            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
65150            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65151            ! proto.h sv.c
65152 ____________________________________________________________________________
65153 [  8845] By: alanbur                               on 2001/02/20  14:25:41
65154         Log: Removed GV <-> CV refcount loop
65155              CvGV(mycv) points to the parent GV of the CV, and was previously
65156              refcounted.  The pointer remains, but the refcounting has been removed
65157              as it causes a refcount loop between the CV and GV that means the CV
65158              can't ever be deleted.
65159      Branch: maint-5.6/pureperl
65160            ! gv.c op.c pp.c
65161 ____________________________________________________________________________
65162 [  8844] By: alanbur                               on 2001/02/20  14:23:13
65163         Log: Fixed %^H scoping bug
65164      Branch: maint-5.6/pureperl
65165            ! scope.c
65166 ____________________________________________________________________________
65167 [  8843] By: jhi                                   on 2001/02/19  13:38:08
65168         Log: fork() not everywhere, cleanup temp files.
65169      Branch: perl
65170            ! t/run/runenv.t
65171 ____________________________________________________________________________
65172 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65173         Log: Resynchronised with parent
65174      Branch: maint-5.6/pureperl
65175           !> pod/perlfaq4.pod sv.c utf8.c
65176 ____________________________________________________________________________
65177 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65178         Log: Update Changes.
65179      Branch: perl
65180            ! Changes patchlevel.h
65181 ____________________________________________________________________________
65182 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65183         Log: Subject: [patch] add sv_setref_uv
65184              From: Doug MacEachern <dougm@covalent.net>
65185              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65186              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65187      Branch: perl
65188            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65189            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65190 ____________________________________________________________________________
65191 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65192         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65193      Branch: perl
65194            ! pod/perlfaq9.pod
65195 ____________________________________________________________________________
65196 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65197         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65198              From: Doug MacEachern <dougm@covalent.net>
65199              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65200              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65201      Branch: perl
65202            ! lib/ExtUtils/xsubpp
65203 ____________________________________________________________________________
65204 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65205         Log: Subject: [patch] -Wall cleanup round 2
65206              From: Doug MacEachern <dougm@covalent.net>
65207              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65208              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65209      Branch: perl
65210            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65211            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65212            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65213            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65214            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65215            ! ext/SDBM_File/SDBM_File.xs
65216 ____________________________________________________________________________
65217 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65218         Log: Misapplied regex optimizations when \C is present.
65219              Fixes 20001230.002.
65220              
65221              What still remains broken is that the submatches that
65222              have \C in them get their UTF8 flag on because their
65223              parent SV has it on.  This will result in malformed
65224              UTF8 if a \C happened to match a non-ASCII byte.
65225      Branch: perl
65226            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65227            ! t/pragma/utf8.t
65228 ____________________________________________________________________________
65229 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65230         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65231              
65232              The hash key got wrongly UTF8fied.
65233      Branch: perl
65234            ! pod/perlapi.pod toke.c utf8.c
65235 ____________________________________________________________________________
65236 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65237         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65238              don't warn on magical or overloaded things.
65239      Branch: perl
65240            ! pp_hot.c
65241 ____________________________________________________________________________
65242 [  8833] By: nick                                  on 2001/02/18  19:31:22
65243         Log: Integrate mainline
65244      Branch: perlio
65245           +> t/TestInit.pm t/run/runenv.t
65246            - t/UTEST
65247           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65248           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65249           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65250           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65251           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65252           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65253           !> utf8.c
65254 ____________________________________________________________________________
65255 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65256         Log: Integrate perlio:
65257              
65258              [  8830]
65259              Apply the spirit of patch from Nick Clark:
65260              Subject: [PATCH] Re: extensions that provide layers
65261              From: Nicholas Clark <nick@ccl4.org>
65262              Date: Mon, 12 Feb 2001 16:43:51 +0000
65263              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65264      Branch: perl
65265           !> perlio.c pod/perldiag.pod
65266 ____________________________________________________________________________
65267 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65268         Log: Integrate change #8827 from mainline.
65269              
65270              UTF8 tweaks.
65271      Branch: maint-5.6/perl
65272           !> sv.c utf8.c
65273 ____________________________________________________________________________
65274 [  8830] By: nick                                  on 2001/02/18  19:10:34
65275         Log: Apply the spirit of patch from Nick Clark:
65276              Subject: [PATCH] Re: extensions that provide layers
65277              From: Nicholas Clark <nick@ccl4.org>
65278              Date: Mon, 12 Feb 2001 16:43:51 +0000
65279              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65280      Branch: perlio
65281            ! perlio.c pod/perldiag.pod
65282 ____________________________________________________________________________
65283 [  8829] By: jhi                                   on 2001/02/18  19:03:25
65284         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
65285              From: schwern@pobox.com 
65286              Date: Sun, 18 Feb 2001 13:44:35 -0500
65287              Message-ID: <20010218134435.A17544@magnonel.guild.net>
65288              
65289              Applied, but as t/TestInit.pm.
65290      Branch: perl
65291            + t/TestInit.pm
65292            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
65293            ! t/op/subst_wamp.t
65294 ____________________________________________________________________________
65295 [  8828] By: jhi                                   on 2001/02/18  18:43:52
65296         Log: Integrate perlio:
65297              
65298              [  8826]
65299              Fix [ID 20010217.002]
65300              open FOO, "<:raw:perlio", ...
65301              :raw now inserts default base layer below itself.
65302              Also
65303              open FOO, "<:unix", ...
65304              works as well - but leaves buffer layer on stack under the unix layer.
65305      Branch: perl
65306           !> perlio.c
65307 ____________________________________________________________________________
65308 [  8827] By: jhi                                   on 2001/02/18  18:41:33
65309         Log: UTF-8 tweaks.
65310      Branch: perl
65311            ! sv.c utf8.c
65312 ____________________________________________________________________________
65313 [  8826] By: nick                                  on 2001/02/18  17:40:59
65314         Log: Fix [ID 20010217.002]
65315              open FOO, "<:raw:perlio", ...
65316              :raw now inserts default base layer below itself.
65317              Also
65318              open FOO, "<:unix", ...
65319              works as well - but leaves buffer layer on stack under the unix layer.
65320      Branch: perlio
65321            ! perlio.c
65322 ____________________________________________________________________________
65323 [  8825] By: jhi                                   on 2001/02/18  17:15:39
65324         Log: Integrate perlio:
65325              
65326              [  8820]
65327              Clean up a few core dumps when layers are used in unexpected ways.
65328              (Still not "right"...)
65329      Branch: perl
65330           !> perlio.c perliol.h
65331 ____________________________________________________________________________
65332 [  8824] By: jhi                                   on 2001/02/18  17:10:53
65333         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
65334              From: schwern@pobox.com
65335              Date: Sun, 18 Feb 2001 01:48:50 -0500
65336              Message-ID: <20010218014850.C19957@magnonel.guild.net>
65337      Branch: perl
65338            ! lib/Test/Harness.pm t/TEST t/op/chop.t
65339 ____________________________________________________________________________
65340 [  8823] By: jhi                                   on 2001/02/18  17:01:06
65341         Log: Add run/*.t to testables.
65342      Branch: perl
65343            ! t/TEST
65344 ____________________________________________________________________________
65345 [  8822] By: jhi                                   on 2001/02/18  16:58:58
65346         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
65347              From: schwern@pobox.com
65348              Date: Sun, 18 Feb 2001 01:11:35 -0500
65349              Message-ID: <20010218011135.A19957@magnonel.guild.net>
65350              
65351              Revive mjd's and Simon's PERL5OPT fix.
65352      Branch: perl
65353            + t/run/runenv.t
65354            ! MANIFEST perl.c
65355 ____________________________________________________________________________
65356 [  8821] By: jhi                                   on 2001/02/18  16:53:46
65357         Log: Subject: Re: Why t/TEST and not Test::Harness?
65358              From: schwern@pobox.com
65359              Date: Sat, 17 Feb 2001 22:44:44 -0500
65360              Message-ID: <20010217224444.A6679@magnonel.guild.net>
65361              
65362              Replace UTEST with TEST -utf8.
65363      Branch: perl
65364            - t/UTEST
65365            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
65366            ! t/lib/glob-basic.t
65367 ____________________________________________________________________________
65368 [  8820] By: nick                                  on 2001/02/18  13:06:16
65369         Log: Clean up a few core dumps when layers are used in unexpected ways.
65370              (Still not "right"...)
65371      Branch: perlio
65372            ! perlio.c perliol.h
65373 ____________________________________________________________________________
65374 [  8819] By: jhi                                   on 2001/02/18  02:25:55
65375         Log: Integrate change #8818 from maintperl, a FAQ nit.
65376      Branch: perl
65377           !> pod/perlfaq4.pod
65378 ____________________________________________________________________________
65379 [  8818] By: jhi                                   on 2001/02/18  02:24:50
65380         Log: FAQ nit from Chris Fedde.
65381      Branch: maint-5.6/perl
65382            ! pod/perlfaq4.pod
65383 ____________________________________________________________________________
65384 [  8817] By: nick                                  on 2001/02/17  18:20:14
65385         Log: Integrate mainline
65386      Branch: perlio
65387           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65388           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65389           +> pod/perlclib.pod
65390            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65391            - lib/unicode/Unicode.301
65392           !> (integrate 324 files)
65393 ____________________________________________________________________________
65394 [  8816] By: jhi                                   on 2001/02/17  16:56:58
65395         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
65396      Branch: perl
65397            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65398            ! ext/Storable/Storable.xs t/lib/st-06compat.t
65399            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65400 ____________________________________________________________________________
65401 [  8815] By: jhi                                   on 2001/02/17  16:40:07
65402         Log: Subject: [patch] -Wall
65403              From: Doug MacEachern <dougm@covalent.net>
65404              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
65405              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
65406      Branch: perl
65407            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
65408            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
65409 ____________________________________________________________________________
65410 [  8814] By: jhi                                   on 2001/02/16  19:27:18
65411         Log: Document qu better.
65412      Branch: perl
65413            ! pod/perlop.pod
65414 ____________________________________________________________________________
65415 [  8813] By: jhi                                   on 2001/02/15  13:54:37
65416         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
65417              From: Hugo <hv@crypt.compulink.co.uk>
65418              Date: Thu, 15 Feb 2001 13:39:49 +0000
65419              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
65420      Branch: perl
65421            ! toke.c
65422 ____________________________________________________________________________
65423 [  8812] By: alanbur                               on 2001/02/15  13:52:16
65424         Log: Resynchronised with parent
65425      Branch: maint-5.6/pureperl
65426            - ebcdic.c
65427           !> (integrate 36 files)
65428 ____________________________________________________________________________
65429 [  8811] By: jhi                                   on 2001/02/15  13:51:16
65430         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
65431              
65432              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65433              From: Jan Dubois <JanD@ActiveState.com>
65434              Date: Wed, 31 Jan 2001 21:17:03 -0800
65435              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65436              
65437              tweak change#8659 to keep it simple
65438              
65439              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65440              From: Russ Allbery <rra@stanford.edu>
65441              Date: 14 Feb 2001 10:15:41 -0800
65442              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65443              
65444              (8809 empty)
65445              
65446              Upgrade to podlators 1.08, from Russ Allbery.
65447      Branch: perl
65448           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65449           !> utils/perldoc.PL
65450 ____________________________________________________________________________
65451 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65452         Log: Upgrade to podlators 1.08, from Russ Allbery.
65453      Branch: maint-5.6/perl
65454            ! lib/Pod/Man.pm lib/Pod/Text.pm
65455 ____________________________________________________________________________
65456 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65457         Log: (accidentally empty check-in)
65458      Branch: maint-5.6/perl
65459            ! lib/Test/Harness.pm
65460 ____________________________________________________________________________
65461 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65462         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65463              From: Russ Allbery <rra@stanford.edu>
65464              Date: 14 Feb 2001 10:15:41 -0800
65465              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65466              
65467              perldoc was hardcoding $Config{installscript}, which breaks
65468              when install* isn't where Perl ends up (such as with AFS).
65469              
65470              Use $Config{scriptdir} instead.
65471      Branch: maint-5.6/perl
65472            ! utils/perldoc.PL
65473 ____________________________________________________________________________
65474 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65475         Log: Update Changes.
65476      Branch: perl
65477            ! Changes patchlevel.h
65478 ____________________________________________________________________________
65479 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65480         Log: Integrate changes #8803,8804,8805 from mainline.
65481              
65482              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65483              
65484              Don't skip too much of the locale error message if no environ array,
65485              from Chris Nandor.
65486              
65487              More MacOS Classic fixes from Chris Nandor.
65488      Branch: maint-5.6/perl
65489           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65490 ____________________________________________________________________________
65491 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65492         Log: More MacOS Classic fixes from Chris Nandor.
65493      Branch: perl
65494            ! doop.c lib/Cwd.pm
65495 ____________________________________________________________________________
65496 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65497         Log: Don't skip too much of the locale error message if no environ array,
65498              from Chris Nandor.
65499      Branch: perl
65500            ! util.c
65501 ____________________________________________________________________________
65502 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65503         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65504      Branch: perl
65505            ! perl.c perl.h
65506 ____________________________________________________________________________
65507 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65508         Log: AUTHORS update.
65509      Branch: perl
65510            ! AUTHORS
65511 ____________________________________________________________________________
65512 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65513         Log: Integrate change #8792 from mainline.
65514              
65515              Subject: buncha MacPerl patches for bleadperl
65516              From: Chris Nandor <pudge@pobox.com>
65517              Date: Tue, 13 Feb 2001 00:02:43 -0500
65518              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65519      Branch: maint-5.6/perl
65520           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65521           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65522           !> t/lib/basename.t toke.c util.h
65523 ____________________________________________________________________________
65524 [  8800] By: jhi                                   on 2001/02/13  17:46:43
65525         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
65526              to be forced to Off_t.
65527              
65528              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
65529              From: nick@ccl4.org
65530              Date: Thu, 1 Feb 2001 12:01:04 +0000
65531              Message-Id: <20010201120103.E11401@plum.flirble.org>
65532      Branch: maint-5.6/perl
65533            ! iperlsys.h perlio.c
65534 ____________________________________________________________________________
65535 [  8799] By: jhi                                   on 2001/02/13  16:52:51
65536         Log: Duplex duplex hunk hunk.
65537      Branch: maint-5.6/perl
65538            ! Makefile.SH
65539 ____________________________________________________________________________
65540 [  8797] By: jhi                                   on 2001/02/13  14:52:04
65541         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
65542              From: "Craig A. Berry" <craigberry@mac.com>
65543              Date: Mon, 12 Feb 2001 11:05:25 -0600
65544              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
65545      Branch: perl
65546            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
65547 ____________________________________________________________________________
65548 [  8796] By: jhi                                   on 2001/02/13  14:36:47
65549         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
65550              From: simon.cozens@pembroke.oxford.ac.uk 
65551              Date: Sat, 10 Feb 2001 17:57:02 +0000
65552              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
65553              
65554              Now it does include.
65555      Branch: perl
65556            ! pod/perldiag.pod
65557 ____________________________________________________________________________
65558 [  8795] By: jhi                                   on 2001/02/13  14:30:11
65559         Log: Sort the MANIFEST.
65560      Branch: perl
65561            ! MANIFEST
65562 ____________________________________________________________________________
65563 [  8794] By: jhi                                   on 2001/02/13  14:26:51
65564         Log: Integrate change #8793 from mainline, FAQ updates.
65565      Branch: maint-5.6/perl
65566           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65567 ____________________________________________________________________________
65568 [  8793] By: jhi                                   on 2001/02/13  14:25:13
65569         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
65570      Branch: perl
65571            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65572 ____________________________________________________________________________
65573 [  8792] By: jhi                                   on 2001/02/13  14:22:50
65574         Log: Subject: buncha MacPerl patches for bleadperl
65575              From: Chris Nandor <pudge@pobox.com>
65576              Date: Tue, 13 Feb 2001 00:02:43 -0500
65577              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65578      Branch: perl
65579            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65580            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65581            ! t/lib/basename.t toke.c util.h
65582 ____________________________________________________________________________
65583 [  8791] By: jhi                                   on 2001/02/13  14:10:39
65584         Log: Integrate change #8790 from mainline.
65585              
65586              environ array wrongly assumed in Perl_init_i18nl10n(),
65587      Branch: maint-5.6/perl
65588           !> util.c
65589 ____________________________________________________________________________
65590 [  8790] By: jhi                                   on 2001/02/13  14:06:15
65591         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
65592              noticed by Chris Nandor in MacOS Classic.
65593      Branch: perl
65594            ! util.c
65595 ____________________________________________________________________________
65596 [  8789] By: jhi                                   on 2001/02/13  13:58:07
65597         Log: Integrate changes #8373,8487,8544,8783 from mainline.
65598              
65599              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
65600              hints files, the dynaloading, assimilate ebcdic into util.c.
65601      Branch: maint-5.6/perl
65602            - ebcdic.c
65603            ! MANIFEST hints/posix-bc.sh
65604           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
65605           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
65606           !> perlapi.c proto.h util.c
65607 ____________________________________________________________________________
65608 [  8788] By: alanbur                               on 2001/02/13  10:33:13
65609         Log: Integrated changes from maint-5.6
65610      Branch: maint-5.6/pureperl
65611           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
65612           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
65613           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65614           !> vos/config.ga.h vos/configure_perl.cm
65615 ____________________________________________________________________________
65616 [  8787] By: jhi                                   on 2001/02/13  05:56:36
65617         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
65618      Branch: perl
65619           !> Makefile.SH
65620 ____________________________________________________________________________
65621 [  8786] By: jhi                                   on 2001/02/13  05:54:34
65622         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
65623              From: Dorner Thomas <Thomas.Dorner@start.de>
65624              Date: Mon, 12 Feb 2001 15:06:26 +0100
65625              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
65626      Branch: maint-5.6/perl
65627            ! Makefile.SH
65628 ____________________________________________________________________________
65629 [  8785] By: jhi                                   on 2001/02/13  05:29:04
65630         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
65631      Branch: perl
65632           !> hints/openbsd.sh
65633 ____________________________________________________________________________
65634 [  8784] By: jhi                                   on 2001/02/13  02:25:24
65635         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
65636              From: Peter Prymmer <pvhp@forte.com>
65637              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
65638              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
65639      Branch: perl
65640            ! pod/perlclib.pod
65641 ____________________________________________________________________________
65642 [  8783] By: jhi                                   on 2001/02/13  02:22:36
65643         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
65644      Branch: perl
65645            - ebcdic.c
65646            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
65647            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
65648            ! util.c
65649 ____________________________________________________________________________
65650 [  8782] By: jhi                                   on 2001/02/13  02:00:07
65651         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
65652      Branch: maint-5.6/perl
65653            ! pod/perlport.pod
65654 ____________________________________________________________________________
65655 [  8781] By: jhi                                   on 2001/02/13  01:58:44
65656         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
65657      Branch: maint-5.6/perl
65658            ! hints/openbsd.sh
65659 ____________________________________________________________________________
65660 [  8780] By: jhi                                   on 2001/02/13  01:57:33
65661         Log: Synchronize the regexp tests between maintperl and mainline.
65662      Branch: maint-5.6/perl
65663           !> t/op/re_tests
65664 ____________________________________________________________________________
65665 [  8779] By: jhi                                   on 2001/02/13  01:49:35
65666         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65667              From: Hugo <hv@crypt.compulink.co.uk>
65668              Date: Tue, 13 Feb 2001 00:11:11 +0000
65669              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65670      Branch: perl
65671            ! regcomp.c t/op/re_tests
65672 ____________________________________________________________________________
65673 [  8778] By: jhi                                   on 2001/02/13  00:23:10
65674         Log: Comments do not nest.
65675      Branch: perl
65676            ! perl.h
65677 ____________________________________________________________________________
65678 [  8777] By: jhi                                   on 2001/02/13  00:17:54
65679         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65680              From: Hugo <hv@crypt.compulink.co.uk>
65681              Date: Tue, 13 Feb 2001 00:11:11 +0000
65682              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65683      Branch: maint-5.6/perl
65684            ! regcomp.c t/op/re_tests
65685 ____________________________________________________________________________
65686 [  8776] By: jhi                                   on 2001/02/12  23:25:52
65687         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
65688      Branch: maint-5.6/perl
65689            ! pod/perlport.pod
65690 ____________________________________________________________________________
65691 [  8775] By: jhi                                   on 2001/02/12  23:04:28
65692         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
65693      Branch: maint-5.6/perl
65694            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
65695            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65696            ! vos/configure_perl.cm
65697 ____________________________________________________________________________
65698 [  8774] By: jhi                                   on 2001/02/12  22:59:11
65699         Log: Subject: Re: [patch] context for 'U' magic functions
65700              From: Doug MacEachern <dougm@covalent.net>
65701              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
65702              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
65703              
65704              plus the suggestion by Nick Ing-Simmons to name the macro
65705              as PERL_MG_UFUNC to avoid namespace pollution, plus add
65706              the advice by Doug for XS writers to perl.h
65707      Branch: perl
65708            ! mg.c perl.h
65709 ____________________________________________________________________________
65710 [  8773] By: jhi                                   on 2001/02/11  20:14:12
65711         Log: Update Changes.
65712      Branch: perl
65713            ! Changes patchlevel.h
65714 ____________________________________________________________________________
65715 [  8772] By: jhi                                   on 2001/02/11  18:47:52
65716         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
65717              From: Simon Cozens <simon@cozens.net>
65718              Date: Wed, 31 Jan 2001 16:31:43 +0000
65719              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
65720      Branch: perl
65721            + pod/perlclib.pod
65722            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
65723            ! pod/perltoc.pod
65724 ____________________________________________________________________________
65725 [  8771] By: jhi                                   on 2001/02/11  18:36:48
65726         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
65727              
65728              Blocks-4d3.beta.txt
65729              CaseFolding-3d4.beta.txt
65730              CompositionExclusions-3d6.beta.txt
65731              EastAsianWidth-4d4.beta.txt
65732              LineBreak-6d3.beta.txt
65733              NamesList-3.1.0d1.beta.txt
65734              PropList-3.1.0d4.beta.txt
65735              SpecialCasing-4d1.beta.txt
65736              UnicodeData-3.1.0d6.beta.txt
65737      Branch: perl
65738            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65739           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65740            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65741            - lib/unicode/Unicode.301
65742            ! (edit 257 files)
65743 ____________________________________________________________________________
65744 [  8770] By: jhi                                   on 2001/02/11  17:26:22
65745         Log: UTF-8 documentation.
65746      Branch: perl
65747            ! utf8.h
65748 ____________________________________________________________________________
65749 [  8769] By: jhi                                   on 2001/02/11  17:12:49
65750         Log: Retract #8762.
65751      Branch: perl
65752            ! regexec.c
65753 ____________________________________________________________________________
65754 [  8768] By: jhi                                   on 2001/02/11  16:54:45
65755         Log: Subject: [PATCH] Test::Harness
65756              From: andreas.koenig@anima.de (Andreas J. Koenig)
65757              Date: 11 Feb 2001 14:37:00 +0100
65758              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
65759      Branch: perl
65760            ! lib/Test/Harness.pm
65761 ____________________________________________________________________________
65762 [  8767] By: jhi                                   on 2001/02/11  16:53:52
65763         Log: Subject: [PATCH] Document makepatch in Porting/patching
65764              From: andreas.koenig@anima.de (Andreas J. Koenig)
65765              Date: 11 Feb 2001 16:46:28 +0100
65766              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
65767      Branch: perl
65768            ! Porting/patching.pod
65769 ____________________________________________________________________________
65770 [  8766] By: jhi                                   on 2001/02/11  06:30:23
65771         Log: Subject: Re: [patch] GvSHARED
65772              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
65773              From: Doug MacEachern <dougm@covalent.net>
65774              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
65775              
65776              Subject: Re: [patch] GvSHARED
65777              From: Doug MacEachern <dougm@covalent.net>
65778              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
65779              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
65780              
65781              Subject: [patch] attributes.pm support for `shared'
65782              From: Doug MacEachern <dougm@covalent.net>
65783              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
65784              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
65785              
65786              our() attributes were ignored, our :shared pieces missing,
65787              allow attributes.pm to turn on shared.
65788      Branch: perl
65789            ! op.c t/op/attrs.t toke.c xsutils.c
65790 ____________________________________________________________________________
65791 [  8765] By: alanbur                               on 2001/02/10  23:11:19
65792         Log: Resync with parent (hopefully sucessfully this time)
65793      Branch: maint-5.6/pureperl
65794           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
65795           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65796           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65797           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65798           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65799           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65800           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65801 ____________________________________________________________________________
65802 [  8764] By: jhi                                   on 2001/02/10  22:54:38
65803         Log: Make TEST and UTEST more verbose in case something goes
65804              wrong in running/compiling a script, suggested by Doug
65805              MacEachern.
65806      Branch: perl
65807            ! t/TEST t/UTEST
65808 ____________________________________________________________________________
65809 [  8763] By: jhi                                   on 2001/02/10  22:11:34
65810         Log: Bogus shebang.
65811      Branch: perl
65812            ! t/lib/texttabs.t
65813 ____________________________________________________________________________
65814 [  8762] By: jhi                                   on 2001/02/10  21:56:02
65815         Log: (Retracted by #8769)
65816      Branch: perl
65817            ! regexec.c
65818 ____________________________________________________________________________
65819 [  8761] By: jhi                                   on 2001/02/10  21:26:15
65820         Log: Subject: Re: [patch] GvSHARED 
65821              From: Doug MacEachern <dougm@covalent.net>
65822              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
65823              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
65824              
65825              our @EXPORT : shared = (...);
65826      Branch: perl
65827            ! toke.c
65828 ____________________________________________________________________________
65829 [  8760] By: jhi                                   on 2001/02/10  21:25:07
65830         Log: Subject: [patch] GvSHARED
65831              From: Doug MacEachern <dougm@covalent.net>
65832              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
65833              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
65834      Branch: perl
65835            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
65836 ____________________________________________________________________________
65837 [  8759] By: alanbur                               on 2001/02/10  21:24:27
65838         Log: Backed out mismerge.
65839      Branch: maint-5.6/pureperl
65840            ! MANIFEST README.hpux README.vmesa gv.c installhtml
65841            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
65842            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65843            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65844            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65845            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65846            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
65847 ____________________________________________________________________________
65848 [  8758] By: jhi                                   on 2001/02/10  18:01:17
65849         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
65850              
65851              Fixed UMRs and leak in Perl_pmtrans()
65852              
65853              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65854              associated UTFied tr/// code.  Also fixed scoping leak of
65855              PL_reg_start_tmp.
65856              
65857              newATTRSUB leaks when an attempt to redefine the active sort sub is
65858              made.
65859      Branch: maint-5.6/perl
65860           !> op.c regcomp.c
65861 ____________________________________________________________________________
65862 [  8757] By: alanbur                               on 2001/02/10  17:56:46
65863         Log: Resynchronised with parent
65864      Branch: maint-5.6/pureperl
65865           +> README.bs2000
65866            - README.posix-bc
65867            ! gv.c perl.c sv.c
65868           !> MANIFEST README.hpux README.vmesa installhtml
65869           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65870           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65871           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65872           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65873           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65874           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65875 ____________________________________________________________________________
65876 [  8756] By: alanbur                               on 2001/02/10  17:51:15
65877         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
65878              made.
65879      Branch: maint-5.6/pureperl
65880            ! op.c
65881 ____________________________________________________________________________
65882 [  8755] By: jhi                                   on 2001/02/09  22:41:35
65883         Log: Upgrade to CPAN 1.59_54, from Andreas König.
65884      Branch: perl
65885            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65886 ____________________________________________________________________________
65887 [  8754] By: jhi                                   on 2001/02/09  22:29:20
65888         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
65889              
65890              Didn't upgrade the fill.t since it has a dependency to File::Slurp
65891              purely for debugging purposes, the actual test hasn't changed.
65892      Branch: perl
65893            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
65894            ! t/lib/textwrap.t
65895 ____________________________________________________________________________
65896 [  8753] By: jhi                                   on 2001/02/09  20:17:50
65897         Log: Integrate change #8682 from maintperl.
65898              
65899              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65900              to work correctly.
65901      Branch: perl
65902           !> hints/irix_6.sh
65903 ____________________________________________________________________________
65904 [  8752] By: jhi                                   on 2001/02/09  20:00:46
65905         Log: Update Changes.
65906      Branch: perl
65907            ! Changes patchlevel.h
65908 ____________________________________________________________________________
65909 [  8751] By: nick                                  on 2001/02/09  19:48:37
65910         Log: Integrate mainline
65911      Branch: perlio
65912           +> README.bs2000 t/lib/cgi-esc.t
65913            - README.posix-bc
65914           !> (integrate 53 files)
65915 ____________________________________________________________________________
65916 [  8750] By: nick                                  on 2001/02/09  19:25:16
65917         Log: Subject: RE: Biannual Competition to Improve Hashing Function
65918              From: Fisher Mark <fisherm@tce.com>
65919              Date: Thu, 8 Feb 2001 10:44:00 -0500
65920              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
65921              Date: Thu, 8 Feb 2001 15:02:47 -0500
65922              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
65923      Branch: perl
65924            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
65925 ____________________________________________________________________________
65926 [  8749] By: jhi                                   on 2001/02/09  19:02:35
65927         Log: Forgotten fragment.
65928      Branch: perl
65929            ! pod/perlapi.pod
65930 ____________________________________________________________________________
65931 [  8748] By: jhi                                   on 2001/02/09  18:31:34
65932         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
65933              plus manual tweakage.
65934              
65935              Sync the perlfaq2 between mainline and maintperl.
65936      Branch: maint-5.6/perl
65937            ! pod/perlfaq2.pod
65938      Branch: perl
65939           !> pod/perlfaq2.pod
65940 ____________________________________________________________________________
65941 [  8747] By: jhi                                   on 2001/02/09  18:12:04
65942         Log: Subject: versiononly and installperl
65943              From: abigail@foad.org
65944              Date: Wed, 7 Feb 2001 22:43:12 +0100
65945              Message-ID: <20010207214312.7045.qmail@foad.org>    
65946              
65947              Add +v flag to force a normal install of the perl binary
65948              and the utilities.
65949              
65950              Subject: [PATCH] installperl
65951              From: Nicholas Clark <nick@ccl4.org>
65952              Date: Fri, 9 Feb 2001 16:28:57 +0000
65953              Message-ID: <20010209162857.B10931@plum.flirble.org>
65954              
65955              Add -A flag which also hardlinks the binary with
65956              the full architecture name.
65957      Branch: perl
65958            ! installperl
65959 ____________________________________________________________________________
65960 [  8746] By: jhi                                   on 2001/02/09  18:03:43
65961         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
65962              
65963              Subject: perlfaq2, re: perlmongers
65964              
65965              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65966              
65967              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65968              
65969              Subject: [ID 20010205.001] typo in perlfaq9
65970              
65971              Subject: [ID 20010208.002] unordered explanation in perlcall
65972      Branch: maint-5.6/perl
65973           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65974           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
65975           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
65976 ____________________________________________________________________________
65977 [  8745] By: jhi                                   on 2001/02/09  17:59:09
65978         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
65979              From: abela@geneanet.org
65980              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
65981              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
65982      Branch: perl
65983            ! pod/perlcall.pod
65984 ____________________________________________________________________________
65985 [  8744] By: jhi                                   on 2001/02/09  17:48:16
65986         Log: Subject: [ID 20010205.001] typo in perlfaq9
65987              From: eserte@vran.herceg.de
65988              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
65989              Message-Id: <200102042244.XAA21926@vran.herceg.de>
65990      Branch: perl
65991            ! pod/perlfaq9.pod
65992 ____________________________________________________________________________
65993 [  8743] By: jhi                                   on 2001/02/09  17:25:12
65994         Log: Integrate change #8695 from maintperl.
65995              
65996              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65997      Branch: perl
65998           !> thread.h
65999 ____________________________________________________________________________
66000 [  8742] By: jhi                                   on 2001/02/09  17:21:22
66001         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
66002              From: Andy Dougherty <doughera@lafayette.edu>
66003              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
66004              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
66005      Branch: perl
66006            ! embed.pl
66007 ____________________________________________________________________________
66008 [  8741] By: jhi                                   on 2001/02/09  17:05:19
66009         Log: Integrate changes #8738,8739,8740 from maintperl.
66010              
66011              Html files will be installed in a more logical and easier to
66012              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66013              
66014              Html files will be generated with a header to make them look
66015              a little less bare.
66016              
66017              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66018      Branch: perl
66019           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
66020 ____________________________________________________________________________
66021 [  8740] By: jhi                                   on 2001/02/09  17:03:46
66022         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66023              From: "Brendan O'Dea" <bod@compusol.com.au>
66024              Date: Sun, 4 Feb 2001 11:17:56 +1100
66025              Message-ID: <20010204111756.A16301@compusol.com.au>
66026      Branch: maint-5.6/perl
66027            ! pod/perlfaq3.pod
66028 ____________________________________________________________________________
66029 [  8739] By: jhi                                   on 2001/02/09  17:01:59
66030         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
66031              From: "Indy Singh" <indy@nusphere.com>
66032              Date: Fri, 2 Feb 2001 15:09:59 -0500
66033              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
66034              
66035              Html files will be generated with a header to make them look
66036              a little less bare.
66037      Branch: maint-5.6/perl
66038            ! installhtml
66039 ____________________________________________________________________________
66040 [  8738] By: jhi                                   on 2001/02/09  16:58:48
66041         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
66042              From: "Indy Singh" <indy@nusphere.com>
66043              Date: Fri, 2 Feb 2001 15:08:23 -0500
66044              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
66045              
66046              Html files will be installed in a more logical and easier to
66047              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66048      Branch: maint-5.6/perl
66049            ! win32/Makefile win32/makefile.mk
66050 ____________________________________________________________________________
66051 [  8737] By: jhi                                   on 2001/02/09  16:46:54
66052         Log: Integrate changes #8687,8736 from maintperl.
66053              
66054              HP-UX thread patches from Merijn H. Brand.
66055              
66056              Latin nit from Philip Newton.
66057      Branch: perl
66058           !> README.hpux hints/hpux.sh
66059 ____________________________________________________________________________
66060 [  8736] By: jhi                                   on 2001/02/09  16:42:31
66061         Log: Latin nit from Philip Newton.
66062      Branch: maint-5.6/perl
66063            ! README.hpux
66064 ____________________________________________________________________________
66065 [  8735] By: jhi                                   on 2001/02/09  16:24:03
66066         Log: Integrate changes #8704,8710 from pureperl.
66067              
66068              Fixed UMRs and leak in Perl_pmtrans()
66069              
66070              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66071              associated UTFied tr/// code.  Also fixed scoping leak of
66072              PL_reg_start_tmp.
66073      Branch: perl
66074           !> op.c regcomp.c
66075 ____________________________________________________________________________
66076 [  8734] By: jhi                                   on 2001/02/09  15:40:21
66077         Log: Integrate change #8733 from maintperl.
66078              
66079              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66080      Branch: perl
66081           !> pod/perlre.pod
66082 ____________________________________________________________________________
66083 [  8733] By: jhi                                   on 2001/02/09  15:35:47
66084         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66085              From: Prymmer/Kahn <pvhp@best.com>
66086              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
66087              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
66088      Branch: maint-5.6/perl
66089            ! pod/perlre.pod
66090 ____________________________________________________________________________
66091 [  8732] By: jhi                                   on 2001/02/09  15:26:17
66092         Log: Rename README.posix-bc to README.bs2000 (to avoid the
66093              confusion of a "perlposix-bc.pod"), add a few missing
66094              arch pods, regen toc.
66095      Branch: maint-5.6/perl
66096           +> README.bs2000
66097            - README.posix-bc
66098            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66099            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66100 ____________________________________________________________________________
66101 [  8731] By: jhi                                   on 2001/02/09  15:23:39
66102         Log: De-cut-and-pasto.
66103      Branch: perl
66104            ! pod/perl.pod
66105 ____________________________________________________________________________
66106 [  8730] By: jhi                                   on 2001/02/09  15:11:13
66107         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
66108              when people think that perlposix-bc.pod tells anything about
66109              Perl and POSIX.  Regen toc.
66110      Branch: perl
66111           +> README.bs2000
66112            - README.posix-bc
66113            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66114            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66115 ____________________________________________________________________________
66116 [  8729] By: jhi                                   on 2001/02/09  14:52:28
66117         Log: The README.vmesa part of #8712 from maintperl.
66118      Branch: perl
66119            ! README.vmesa
66120 ____________________________________________________________________________
66121 [  8728] By: jhi                                   on 2001/02/09  14:46:06
66122         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
66123              From: Peter Prymmer <pvhp@forte.com>
66124              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
66125              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
66126      Branch: maint-5.6/perl
66127            ! README.vmesa win32/Makefile win32/makefile.mk
66128 ____________________________________________________________________________
66129 [  8727] By: jhi                                   on 2001/02/09  14:33:25
66130         Log: Integrate change #8712 from mainline.
66131              
66132              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
66133      Branch: maint-5.6/perl
66134           !> lib/Pod/Find.pm
66135 ____________________________________________________________________________
66136 [  8726] By: jhi                                   on 2001/02/09  14:30:28
66137         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
66138              From: Peter Prymmer <pvhp@forte.com>
66139              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
66140              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
66141      Branch: perl
66142            + t/lib/cgi-esc.t
66143            ! MANIFEST lib/CGI/Util.pm
66144 ____________________________________________________________________________
66145 [  8725] By: jhi                                   on 2001/02/09  04:56:47
66146         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
66147      Branch: maint-5.6/perl
66148            ! pod/perlport.pod
66149 ____________________________________________________________________________
66150 [  8724] By: jhi                                   on 2001/02/09  04:40:59
66151         Log: Integrate changes 7819,7820 from vmsperl into mainline.
66152              
66153              Add header for LIB$ prototypes (C. Berry)
66154              
66155              Convert fwrite()s to sockets to write()s, since some socket stacks
66156              don't take kindly to stdio.
66157              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66158              (for often optional LNMs)
66159              Correct a few typos
66160              (C. Bailey)
66161      Branch: perl
66162           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
66163 ____________________________________________________________________________
66164 [  8723] By: jhi                                   on 2001/02/09  03:29:29
66165         Log: Integrate change #8722 from mainline.
66166              
66167              The Im() function wasn't returning zero for non-Math::Complex
66168              arguments.  The bug reported by John Gamble.
66169      Branch: maint-5.6/perl
66170           !> lib/Math/Complex.pm
66171 ____________________________________________________________________________
66172 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66173         Log: The Im() function wasn't returning zero for non-Math::Complex
66174              arguments.  The bug reported by John Gamble.
66175      Branch: perl
66176            ! lib/Math/Complex.pm
66177 ____________________________________________________________________________
66178 [  8721] By: nick                                  on 2001/02/08  22:11:35
66179         Log: Correct the correction :-(
66180      Branch: perl
66181            ! perl.c
66182 ____________________________________________________________________________
66183 [  8720] By: bailey                                on 2001/02/08  20:59:22
66184         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66185              don't take kindly to stdio.
66186              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66187              (for often optional LNMs)
66188              Correct a few typos
66189              (C. Bailey)
66190      Branch: vmsperl
66191            ! vms/vms.c vms/vmsish.h
66192 ____________________________________________________________________________
66193 [  8719] By: bailey                                on 2001/02/08  20:51:02
66194         Log: Add header for LIB$ prototypes (C. Berry)
66195      Branch: vmsperl
66196            ! ext/Devel/DProf/DProf.xs
66197 ____________________________________________________________________________
66198 [  8718] By: bailey                                on 2001/02/08  20:49:00
66199         Log: SYN SYN
66200      Branch: vmsperl
66201           +> pod/perliol.pod t/lib/sample-tests/bailout
66202           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66203           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66204           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66205           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66206           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66207           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66208            - lib/unicode/Is/DCinital.pl
66209           !> (integrate 101 files)
66210 ____________________________________________________________________________
66211 [  8717] By: nick                                  on 2001/02/08  19:38:48
66212         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66213              From: Robin Barker <rmb1@cise.npl.co.uk>
66214              Date: Thu, 8 Feb 2001 14:38:07 GMT
66215              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66216      Branch: perl
66217            ! lib/CPAN.pm
66218 ____________________________________________________________________________
66219 [  8716] By: nick                                  on 2001/02/08  19:29:07
66220         Log: Generated files form 8713 etc.
66221      Branch: perl
66222            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66223 ____________________________________________________________________________
66224 [  8715] By: nick                                  on 2001/02/08  19:26:08
66225         Log: Fixup non-ithread build after 8713
66226      Branch: perl
66227            ! perl.c
66228 ____________________________________________________________________________
66229 [  8714] By: nick                                  on 2001/02/08  19:17:45
66230         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66231              From: nick@ccl4.org
66232              Date: Wed, 7 Feb 2001 00:27:47 +0000
66233              Message-Id: <20010207002747.B63724@plum.flirble.org>
66234      Branch: perl
66235            ! sv.c toke.c
66236 ____________________________________________________________________________
66237 [  8713] By: nick                                  on 2001/02/08  19:15:58
66238         Log: Subject: Re: [patch] Re: PL_ptr_table
66239              From: Doug Maceachern <dougm@covalent.net>
66240              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66241              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66242      Branch: perl
66243            ! embed.pl perl.c sv.c sv.h
66244 ____________________________________________________________________________
66245 [  8712] By: nick                                  on 2001/02/08  19:12:47
66246         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66247              From: Peter Prymmer <pvhp@forte.com>
66248              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66249              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66250      Branch: perl
66251            ! lib/Pod/Find.pm
66252 ____________________________________________________________________________
66253 [  8711] By: nick                                  on 2001/02/07  21:06:11
66254         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66255              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66256              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66257              Date: Tue, 06 Feb 2001 23:37:01 +0000
66258              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66259      Branch: perl
66260            ! regcomp.c
66261 ____________________________________________________________________________
66262 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66263         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66264              associated UTFied tr/// code.  Also fixed scoping leak of
66265              PL_reg_start_tmp.
66266      Branch: maint-5.6/pureperl
66267            ! op.c regcomp.c
66268 ____________________________________________________________________________
66269 [  8709] By: nick                                  on 2001/02/06  21:16:49
66270         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66271              From: Michael G Schwern <schwern@pobox.com>
66272              Date: Sun, 4 Feb 2001 19:47:14 -0500
66273              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66274      Branch: perl
66275            ! pod/perlapi.pod pod/perlmodlib.PL
66276 ____________________________________________________________________________
66277 [  8708] By: nick                                  on 2001/02/06  20:41:20
66278         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66279              From: Michael G Schwern <schwern@pobox.com>
66280              Date: Sun, 4 Feb 2001 21:17:49 -0500
66281              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66282      Branch: perl
66283            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
66284            ! pod/perltootc.pod
66285 ____________________________________________________________________________
66286 [  8707] By: nick                                  on 2001/02/06  20:29:11
66287         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
66288              From: Michael G Schwern <schwern@pobox.com>
66289              Date: Tue, 6 Feb 2001 05:54:30 -0500
66290              Message-Id: <20010206055430.A951@blackrider.aocn.com>
66291      Branch: perl
66292            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
66293 ____________________________________________________________________________
66294 [  8706] By: nick                                  on 2001/02/06  20:21:40
66295         Log: Subject: RE: some win32 fixes
66296              Date: Tue, 6 Feb 2001 09:23:20 +0300
66297              From: Vadim Konovalov <vkonovalov@lucent.com>
66298              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
66299      Branch: perl
66300            ! toke.c win32/Makefile win32/config.bc win32/config.gc
66301            ! win32/config.vc win32/config_H.bc win32/makefile.mk
66302 ____________________________________________________________________________
66303 [  8705] By: alanbur                               on 2001/02/06  15:00:03
66304         Log: Synchronised with parent
66305      Branch: maint-5.6/pureperl
66306            ! regexec.c
66307           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66308           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
66309 ____________________________________________________________________________
66310 [  8704] By: alanbur                               on 2001/02/06  14:55:24
66311         Log: Fixed UMRs and leak in Perl_pmtrans()
66312      Branch: maint-5.6/pureperl
66313            ! op.c
66314 ____________________________________________________________________________
66315 [  8703] By: gsar                                  on 2001/02/06  02:29:37
66316         Log: $(MAKE) distclean doesn't clean up properly on windows
66317      Branch: maint-5.6/perl
66318            ! win32/Makefile win32/makefile.mk
66319 ____________________________________________________________________________
66320 [  8702] By: gsar                                  on 2001/02/06  01:00:46
66321         Log: tweak change#8659 to keep it simple
66322      Branch: maint-5.6/perl
66323            ! utils/perldoc.PL
66324 ____________________________________________________________________________
66325 [  8701] By: gsar                                  on 2001/02/05  22:45:41
66326         Log: change#8693 was missing testsuite changes
66327      Branch: maint-5.6/perl
66328           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66329 ____________________________________________________________________________
66330 [  8700] By: nick                                  on 2001/02/05  20:32:52
66331         Log: Integrate mainline
66332      Branch: perlio
66333           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
66334           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66335           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66336           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66337           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66338           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66339           +> t/lib/test-harness.t
66340           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
66341           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
66342           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
66343           !> pod/perlutil.pod t/TEST utils/h2xs.PL
66344 ____________________________________________________________________________
66345 [  8699] By: nick                                  on 2001/02/05  19:41:07
66346         Log: Subject: perlfaq2, re: perlmongers
66347              From: David H. Adler <dha@panix.com>
66348              Date: Sun, 4 Feb 2001 23:48:23 -0500
66349              Message-Id: <20010204234823.A13429@panix.com>
66350      Branch: perl
66351            ! pod/perlfaq2.pod
66352 ____________________________________________________________________________
66353 [  8698] By: nick                                  on 2001/02/05  19:39:31
66354         Log: Missed file f#rom the testharness mess.
66355      Branch: perl
66356            + t/lib/test-harness.t
66357 ____________________________________________________________________________
66358 [  8697] By: nick                                  on 2001/02/05  19:37:21
66359         Log: Subject: [DOC PATCH] overload.pm nits
66360              From: John Tobey <jtobey@john-edwin-tobey.org>
66361              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
66362              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
66363      Branch: perl
66364            ! lib/overload.pm
66365 ____________________________________________________________________________
66366 [  8696] By: alanbur                               on 2001/02/05  11:56:00
66367         Log: Sync with parent
66368      Branch: maint-5.6/pureperl
66369           !> thread.h
66370 ____________________________________________________________________________
66371 [  8695] By: gsar                                  on 2001/02/05  03:27:34
66372         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66373      Branch: maint-5.6/perl
66374            ! thread.h
66375 ____________________________________________________________________________
66376 [  8694] By: alanbur                               on 2001/02/05  00:07:47
66377         Log: Initial branch creation from //depot/maint-5.6/perl
66378      Branch: maint-5.6/pureperl
66379           +> (branch 1719 files)
66380 ____________________________________________________________________________
66381 [  8693] By: gsar                                  on 2001/02/04  22:38:49
66382         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
66383              changes)
66384      Branch: maint-5.6/perl
66385           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66386           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66387           !> ext/DB_File/version.c
66388 ____________________________________________________________________________
66389 [  8692] By: nick                                  on 2001/02/04  18:15:57
66390         Log: The missed t/TEST part of the grand testharness upgrade.
66391      Branch: perl
66392            ! t/TEST
66393 ____________________________________________________________________________
66394 [  8691] By: nick                                  on 2001/02/04  18:05:17
66395         Log: New improved test harness
66396              Subject: Re: [PATCH Test::Harness] Third time's a charm?
66397              From: Michael G Schwern <schwern@pobox.com>
66398              Date: Sun, 4 Feb 2001 08:01:20 -0500
66399              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
66400      Branch: perl
66401            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
66402            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66403            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66404            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66405            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66406            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66407            ! MANIFEST lib/Test/Harness.pm
66408 ____________________________________________________________________________
66409 [  8690] By: nick                                  on 2001/02/04  17:57:51
66410         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
66411              From: Jonathan Stowe <gellyfish@gellyfish.com>
66412              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
66413              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
66414      Branch: perl
66415            ! utils/h2xs.PL
66416 ____________________________________________________________________________
66417 [  8689] By: nick                                  on 2001/02/04  17:55:24
66418         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
66419              From: Michael G Schwern <schwern@pobox.com>
66420              Date: Sat, 3 Feb 2001 22:46:38 -0500
66421              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
66422      Branch: perl
66423            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
66424            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
66425 ____________________________________________________________________________
66426 [  8688] By: nick                                  on 2001/02/04  17:43:55
66427         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
66428              length byfailing to spot lack of closing )
66429              From: nick@talking.bollo.cx
66430              Date: Sat, 03 Feb 2001 23:53:16 +0000
66431              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
66432      Branch: perl
66433            ! perlio.c pod/perldiag.pod
66434 ____________________________________________________________________________
66435 [  8687] By: jhi                                   on 2001/02/03  17:11:42
66436         Log: HP-UX thread patches from Merijn H. Brand.
66437      Branch: maint-5.6/perl
66438            ! README.hpux hints/hpux.sh
66439 ____________________________________________________________________________
66440 [  8686] By: jhi                                   on 2001/02/03  16:40:12
66441         Log: Metaconfig changes for #8685.
66442      Branch: metaconfig
66443            ! U/installdirs/instubperl.U
66444      Branch: metaconfig/U/perl
66445            ! Devel.U versiononly.U
66446 ____________________________________________________________________________
66447 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66448         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66449              versiononly, a combined idea of Richard Soderberg and Merijn
66450              H. Brand.  You can still override both of these from the command
66451              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66452      Branch: perl
66453            ! Configure
66454 ____________________________________________________________________________
66455 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66456         Log: Metaconfig unit fix for #8683.
66457      Branch: metaconfig
66458            ! U/compline/nblock_io.U
66459 ____________________________________________________________________________
66460 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66461         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66462              reported by Peter Prymmer for 5.6-TRIAL1.
66463      Branch: perl
66464            ! Configure
66465 ____________________________________________________________________________
66466 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66467         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66468              to work correctly.
66469      Branch: maint-5.6/perl
66470            ! hints/irix_6.sh
66471 ____________________________________________________________________________
66472 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66473         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66474      Branch: maint-5.6/perl
66475            ! pod/perlport.pod
66476 ____________________________________________________________________________
66477 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66478         Log: perlport update from Peter Prymmer.
66479      Branch: maint-5.6/perl
66480            ! pod/perlport.pod
66481 ____________________________________________________________________________
66482 [  8679] By: nick                                  on 2001/02/02  20:50:48
66483         Log: Integrate mainline
66484      Branch: perlio
66485           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66486           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66487           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66488 ____________________________________________________________________________
66489 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66490         Log: note about bincompat, slightly modified (from Lupe Christoph)
66491      Branch: maint-5.6/perl
66492            ! README.solaris
66493 ____________________________________________________________________________
66494 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66495         Log: Supported platforms updates.
66496      Branch: maint-5.6/perl
66497            ! pod/perlport.pod
66498 ____________________________________________________________________________
66499 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66500         Log: A couple more perlfaq2 tweaks.
66501      Branch: maint-5.6/perl
66502            ! pod/perlfaq2.pod
66503 ____________________________________________________________________________
66504 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66505         Log: Misedit in #8661.
66506      Branch: maint-5.6/perl
66507            ! Configure
66508 ____________________________________________________________________________
66509 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66510         Log: Damien again.
66511      Branch: maint-5.6/perl
66512            ! pod/perlfaq2.pod
66513 ____________________________________________________________________________
66514 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66515         Log: perlfaq update from Elaine Ashton.
66516      Branch: maint-5.6/perl
66517            ! pod/perlfaq2.pod
66518 ____________________________________________________________________________
66519 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66520         Log: UTF-8 s/// patch from Inaba Hiroto.
66521      Branch: maint-5.6/perl
66522            ! pp_ctl.c pp_hot.c
66523 ____________________________________________________________________________
66524 [  8671] By: jhi                                   on 2001/02/01  22:34:31
66525         Log: Update Changes.
66526      Branch: perl
66527            ! Changes patchlevel.h
66528 ____________________________________________________________________________
66529 [  8670] By: jhi                                   on 2001/02/01  22:15:29
66530         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
66531              from maintperl.
66532              
66533              Upgrade to Getopt::Long 2.25, from Johan Vromans.
66534              
66535              more files need to be writable in the source distribution
66536              
66537              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66538              
66539              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66540              
66541              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66542              
66543              Allow the float to be fuzzier.
66544              
66545              need to use INT2PTR instead of a straight cast or ia64 fails
66546              
66547              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66548              
66549              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66550      Branch: perl
66551           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66552           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
66553           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66554 ____________________________________________________________________________
66555 [  8669] By: jhi                                   on 2001/02/01  21:57:02
66556         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66557              From: Robin Barker <rmb1@cise.npl.co.uk>
66558              Date: Thu, 1 Feb 2001 16:59:05 GMT
66559              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
66560      Branch: maint-5.6/perl
66561            ! pod/perlmodlib.PL
66562 ____________________________________________________________________________
66563 [  8668] By: nick                                  on 2001/02/01  19:41:40
66564         Log: Integrate mainline
66565      Branch: perlio
66566           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
66567           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
66568           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
66569 ____________________________________________________________________________
66570 [  8667] By: gsar                                  on 2001/02/01  16:59:11
66571         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66572      Branch: maint-5.6/perl
66573            ! embed.pl embedvar.h
66574 ____________________________________________________________________________
66575 [  8666] By: gsar                                  on 2001/02/01  16:34:51
66576         Log: add missing entries to win32/config.?c
66577      Branch: maint-5.6/perl
66578            ! win32/config.bc win32/config.gc win32/config.vc
66579            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66580 ____________________________________________________________________________
66581 [  8665] By: jhi                                   on 2001/02/01  14:58:51
66582         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66583              From: "Stephen P. Potter" <spp@spotter.yi.org>
66584              Date: Thu, 01 Feb 2001 10:45:46 -0500
66585              Message-Id: <200102011545.KAA31479@spotter.yi.org>
66586      Branch: maint-5.6/perl
66587            ! pod/perlfunc.pod
66588 ____________________________________________________________________________
66589 [  8664] By: gsar                                  on 2001/02/01  14:52:37
66590         Log: need to use INT2PTR instead of a straight cast or ia64 fails
66591              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
66592      Branch: maint-5.6/perl
66593            ! ext/POSIX/POSIX.xs
66594 ____________________________________________________________________________
66595 [  8663] By: jhi                                   on 2001/02/01  14:09:13
66596         Log: Allow the float to be fuzzier.
66597      Branch: maint-5.6/perl
66598            ! t/lib/peek.t
66599 ____________________________________________________________________________
66600 [  8662] By: jhi                                   on 2001/02/01  13:59:00
66601         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66602              From: Robin Barker <rmb1@cise.npl.co.uk>
66603              Date: Thu, 1 Feb 2001 13:05:39 GMT
66604              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
66605      Branch: maint-5.6/perl
66606            ! pod/perlmodlib.pod
66607 ____________________________________________________________________________
66608 [  8661] By: jhi                                   on 2001/02/01  13:57:38
66609         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
66610              Date: Thu, 01 Feb 2001 14:15:41 +0100
66611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66612              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
66613              
66614              Have the $ccflags in the gcc version test (strange, this change
66615              is claimed to be have been integrated already)
66616      Branch: maint-5.6/perl
66617            ! Configure
66618 ____________________________________________________________________________
66619 [  8660] By: jhi                                   on 2001/02/01  13:44:10
66620         Log: Integrate changes #7950,7964,7962 from mainline.
66621              
66622              Find the stdchar signedness using cpp, should fix some of
66623              the Solaris compiler warnings reported by Alan Burlison.
66624      Branch: maint-5.6/perl
66625           !> Configure config_h.SH
66626 ____________________________________________________________________________
66627 [  8659] By: jhi                                   on 2001/02/01  05:35:32
66628         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66629              From: Jan Dubois <JanD@ActiveState.com>
66630              Date: Wed, 31 Jan 2001 21:17:03 -0800
66631              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66632      Branch: maint-5.6/perl
66633            ! utils/perldoc.PL
66634 ____________________________________________________________________________
66635 [  8658] By: jhi                                   on 2001/02/01  04:33:17
66636         Log: Integrate the README.os390 and README.posix-bc parts of mainline
66637              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
66638              installperl parts were taken care of by #8657.)
66639      Branch: maint-5.6/perl
66640           !> README.os390 README.posix-bc
66641 ____________________________________________________________________________
66642 [  8657] By: jhi                                   on 2001/02/01  04:29:21
66643         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
66644              From: Peter Prymmer <pvhp@forte.com>
66645              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
66646              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
66647      Branch: maint-5.6/perl
66648            + ext/DynaLoader/dl_dllload.xs
66649            ! MANIFEST Makefile.SH hints/os390.sh installperl
66650 ____________________________________________________________________________
66651 [  8656] By: jhi                                   on 2001/02/01  04:25:45
66652         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
66653              From: Peter Prymmer <pvhp@forte.com>
66654              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
66655              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
66656      Branch: maint-5.6/perl
66657            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
66658 ____________________________________________________________________________
66659 [  8655] By: jhi                                   on 2001/02/01  04:14:47
66660         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
66661              From: troc@netrus.net
66662              Date: Wed, 31 Jan 2001 22:31:26 -0500
66663              Message-Id: <200102010331.WAA117.85@rocco.homenet>
66664      Branch: maint-5.6/perl
66665            ! os2/os2.c
66666 ____________________________________________________________________________
66667 [  8654] By: jhi                                   on 2001/02/01  04:12:52
66668         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66669              as reported by Alan Burlison.
66670      Branch: maint-5.6/perl
66671            ! pp.h
66672 ____________________________________________________________________________
66673 [  8653] By: jhi                                   on 2001/02/01  04:05:12
66674         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
66675              From: dsugalski@northernlight.com
66676              Date: Wed, 31 Jan 2001 18:54:11 -0500
66677              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
66678      Branch: maint-5.6/perl
66679            ! configure.com
66680 ____________________________________________________________________________
66681 [  8652] By: jhi                                   on 2001/02/01  04:03:11
66682         Log: Misplaced #endif.
66683              
66684              Subject: [perl-5-6-1-trial2] patches for EPOC
66685              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66686              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66687              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66688      Branch: maint-5.6/perl
66689            ! epoc/epocish.c
66690 ____________________________________________________________________________
66691 [  8651] By: jhi                                   on 2001/02/01  04:00:25
66692         Log: Integrate changes #8647,8648,8650 from mainline.
66693              
66694              Macrofy a magic UTF-8 test.
66695              
66696              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
66697              
66698              Watch out for cross compiling for EPOC (usually done on linux).
66699      Branch: maint-5.6/perl
66700           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
66701 ____________________________________________________________________________
66702 [  8650] By: jhi                                   on 2001/02/01  03:56:20
66703         Log: Watch out for cross compiling for EPOC (usually done on linux)
66704              
66705              Subject: [perl-5-6-1-trial2] patches for EPOC
66706              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66707              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66708              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66709      Branch: perl
66710            ! ext/Errno/Errno_pm.PL
66711 ____________________________________________________________________________
66712 [  8649] By: gsar                                  on 2001/02/01  00:46:00
66713         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66714      Branch: maint-5.6/perl
66715            ! sv.c
66716 ____________________________________________________________________________
66717 [  8648] By: jhi                                   on 2001/01/31  23:35:36
66718         Log: All the uses of PL_numeric_radix must be protected by
66719              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
66720              
66721              Subject: [perl-5-6-1-trial2] patches for EPOC
66722              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66723              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66724              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66725      Branch: perl
66726            ! sv.c
66727 ____________________________________________________________________________
66728 [  8647] By: jhi                                   on 2001/01/31  22:56:16
66729         Log: Macrofy a magic UTF-8 test.
66730      Branch: perl
66731            ! utf8.c utf8.h
66732 ____________________________________________________________________________
66733 [  8646] By: gsar                                  on 2001/01/31  15:55:12
66734         Log: update Changes
66735      Branch: maint-5.6/perl
66736            ! Changes
66737 ____________________________________________________________________________
66738 [  8645] By: gsar                                  on 2001/01/31  15:10:14
66739         Log: Configure tweak suggested by Peter Prymmer
66740      Branch: maint-5.6/perl
66741            ! Configure
66742 ____________________________________________________________________________
66743 [  8644] By: gsar                                  on 2001/01/31  15:06:32
66744         Log: more files need to be writable in the source distribution
66745      Branch: maint-5.6/perl
66746            ! Porting/makerel
66747 ____________________________________________________________________________
66748 [  8643] By: jhi                                   on 2001/01/31  14:59:46
66749         Log: Integrate changes #8258,8278,8279 from mainline.
66750              
66751              Make the large file tests more robust/talkative.
66752      Branch: maint-5.6/perl
66753           !> t/lib/syslfs.t t/op/lfs.t
66754 ____________________________________________________________________________
66755 [  8642] By: gsar                                  on 2001/01/31  14:53:48
66756         Log: integrate changes#8311,8334 from mainline
66757              
66758              Add a new MakeMaker variable PM_FILTER that defines a Unix
66759              filter to be run on each .pm during the pm_to_blib() phase,
66760              a fixed version of
66761              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
66762              
66763              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
66764              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
66765              accurate reading of the "atime".  
66766      Branch: maint-5.6/perl
66767           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
66768           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
66769           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
66770 ____________________________________________________________________________
66771 [  8641] By: jhi                                   on 2001/01/31  14:46:37
66772         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
66773      Branch: maint-5.6/perl
66774            ! lib/Getopt/Long.pm
66775 ____________________________________________________________________________
66776 [  8640] By: gsar                                  on 2001/01/31  14:40:24
66777         Log: make regen_all
66778      Branch: maint-5.6/perl
66779            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
66780 ____________________________________________________________________________
66781 [  8639] By: gsar                                  on 2001/01/31  14:37:25
66782         Log: refresh windows config files
66783      Branch: maint-5.6/perl
66784            ! win32/Makefile win32/config_H.bc win32/config_H.gc
66785            ! win32/config_H.vc win32/makefile.mk
66786 ____________________________________________________________________________
66787 [  8638] By: gsar                                  on 2001/01/31  14:28:10
66788         Log: makefile tweaks for windows: introduce a bulk-switch to enable
66789              same options as ActivePerl; sync changes with makefile.mk
66790      Branch: maint-5.6/perl
66791            ! win32/Makefile win32/makefile.mk
66792 ____________________________________________________________________________
66793 [  8637] By: jhi                                   on 2001/01/31  04:41:30
66794         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
66795              From: Nicholas Clark <nick@ccl4.org>
66796              Date: Tue, 30 Jan 2001 19:51:05 +0000
66797              Message-ID: <20010130195105.R76607@plum.flirble.org> 
66798              
66799              op/inc cure.
66800      Branch: perl
66801            ! pp.c pp.h pp_hot.c t/op/arith.t
66802 ____________________________________________________________________________
66803 [  8636] By: jhi                                   on 2001/01/31  02:38:32
66804         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
66805              no perlio],8257,8380,8479,8515 from mainline.
66806              
66807              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
66808              
66809              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
66810              Subject: [PATCH perl@8133] fix-up for VMS extensions
66811              
66812              In VMS embedded perls couldn't access the statically built Socket.
66813              
66814              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
66815              
66816              Further VMS piping fixes from Charles Lane.
66817              
66818              Subject:  [PATCH] make t/op/misc.t work on VMS
66819              
66820              Add tracing for debugging extensions builds in VMS.
66821              
66822              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66823      Branch: maint-5.6/perl
66824           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
66825           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
66826           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
66827 ____________________________________________________________________________
66828 [  8635] By: jhi                                   on 2001/01/31  01:46:41
66829         Log: Integrate change #7732 from mainline.
66830              
66831              Sparc 64-bit pack() fix from Jens Hamisch.
66832      Branch: maint-5.6/perl
66833           !> pp.c
66834 ____________________________________________________________________________
66835 [  8634] By: jhi                                   on 2001/01/31  01:41:16
66836         Log: One spot missing from #8626.
66837      Branch: maint-5.6/perl
66838            ! sv.c
66839 ____________________________________________________________________________
66840 [  8633] By: jhi                                   on 2001/01/31  00:49:17
66841         Log: Integrate change #7495 from mainline.
66842              
66843              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
66844      Branch: maint-5.6/perl
66845           !> MANIFEST ext/re/Makefile.PL
66846 ____________________________________________________________________________
66847 [  8632] By: jhi                                   on 2001/01/30  23:38:49
66848         Log: Integrate change #8396 from mainline.
66849              
66850              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
66851              better multicast support (resend)
66852      Branch: maint-5.6/perl
66853           !> ext/Socket/Socket.pm
66854 ____________________________________________________________________________
66855 [  8631] By: jhi                                   on 2001/01/30  23:28:03
66856         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
66857              
66858              More AIX lore. (7514, ext/re/hints/aix.pl)
66859              
66860              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66861              
66862              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)
66863              
66864              Subject: [ID 20001214.002] Net::Ping patch
66865              
66866              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66867              
66868              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
66869              
66870              Add ReuseAddr as a (preferred) alias for Reuse as we now
66871              also have ReusePort.
66872              
66873              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66874      Branch: maint-5.6/perl
66875           +> ext/re/hints/aix.pl
66876           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66877           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
66878 ____________________________________________________________________________
66879 [  8630] By: jhi                                   on 2001/01/30  23:03:59
66880         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
66881              
66882              read() documentation tweak for 20001121.004.
66883              
66884              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
66885      Branch: maint-5.6/perl
66886           !> pod/perlfunc.pod pod/perlre.pod
66887 ____________________________________________________________________________
66888 [  8629] By: jhi                                   on 2001/01/30  22:41:57
66889         Log: Integrate change #8098 from mainline.
66890              
66891              fastgetcwd is defined using a glob alias on a $^O dependent basis
66892              and there was no default assignment or perl subroutine.
66893      Branch: maint-5.6/perl
66894           !> lib/Cwd.pm
66895 ____________________________________________________________________________
66896 [  8628] By: jhi                                   on 2001/01/30  21:58:52
66897         Log: Integrate change #7866 from mainline.
66898              
66899              File::Temp 0.11.
66900      Branch: maint-5.6/perl
66901           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
66902 ____________________________________________________________________________
66903 [  8627] By: jhi                                   on 2001/01/30  21:39:44
66904         Log: Integrate changes #8075,8086,8228 from mainline.  
66905              
66906              Darwin is not Windows. (8075,8086)
66907              
66908              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66909      Branch: maint-5.6/perl
66910           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
66911           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
66912           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
66913           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
66914 ____________________________________________________________________________
66915 [  8626] By: jhi                                   on 2001/01/30  21:22:11
66916         Log: Integrate with tweakery the change #8625 from mainline,
66917              the multibyte decimal separator fix ("fa_IR locale failure").
66918      Branch: maint-5.6/perl
66919            ! embedvar.h perlapi.h
66920           !> intrpvar.h perl.c perl.h sv.c util.c
66921 ____________________________________________________________________________
66922 [  8625] By: jhi                                   on 2001/01/30  20:26:33
66923         Log: Fix for the fa_IR locale failure.  The reason for the failure
66924              was that Perl was assuming the decimal separator aka the radix
66925              separator is one character.  The Farsi-Iranian locale crushed
66926              that bad assumption since there the separator is 'Momayyez',
66927              glyphwise looking somewhat like a slash, and in Unicode UTF-8
66928              encoded in two bytes, 0xd9 0xab.
66929      Branch: perl
66930            ! intrpvar.h perl.c perl.h sv.c util.c
66931 ____________________________________________________________________________
66932 [  8624] By: gsar                                  on 2001/01/30  20:17:03
66933         Log: regen_headers
66934      Branch: maint-5.6/perl
66935            ! Makefile.SH pod/perlintern.pod
66936 ____________________________________________________________________________
66937 [  8623] By: gsar                                  on 2001/01/30  19:42:34
66938         Log: backout change#7431 and its dependents (causes spurious rebuilds
66939              of autogenerated files)
66940              
66941              fix benign b.t failure
66942      Branch: maint-5.6/perl
66943            ! Makefile.SH t/lib/b.t
66944 ____________________________________________________________________________
66945 [  8622] By: jhi                                   on 2001/01/30  19:41:41
66946         Log: Microperl sync.
66947      Branch: perl
66948            ! mg.c perl.h
66949 ____________________________________________________________________________
66950 [  8621] By: gsar                                  on 2001/01/30  19:24:47
66951         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
66952              from mainline
66953              
66954              Subject: podlators 1.06 released
66955              
66956              Subject: [PATCH @8436] Eliminate op_children
66957              
66958              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66959              
66960              (Replaced by #8448)  More op_children traces (cleanup of #8442).
66961              
66962              Subject: [PATCH #3 @8436] Re: Eliminate op_children
66963              Replace #8444 and #8445.
66964              
66965              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66966              at the setting of the ofs_sv in new_struct_thread() as the
66967              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66968              uninitialized fields are, uh, initialized with),
66969              SvREFCNT_inc()ing that invited a core dump.
66970              
66971              podlators 1.07, from Russ Allbery.
66972              
66973              Subject: [PATCH] regcomp.c old feature removal
66974              From: mjd@plover.com
66975              Date: 16 Jan 2001 14:43:18 -0000 
66976              Message-ID: <20010116144318.7140.qmail@plover.com> 
66977      Branch: maint-5.6/perl
66978           +> lib/Pod/Text/Overstrike.pm
66979           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
66980           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
66981           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
66982           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
66983           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
66984           !> util.c
66985 ____________________________________________________________________________
66986 [  8620] By: gsar                                  on 2001/01/30  18:48:32
66987         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
66988              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
66989              now fails one test)
66990              
66991              Subject: [PATCH] lvalue AUTOLOAD. No, really.
66992              
66993              Subject: [PATCH] Interesting syntax idea
66994              Make opens + bareword assigns do typeglob assigns.
66995              
66996              Tests for #8254.
66997              
66998              Subject: [PATCH @8269] Continue blocks and B::Deparse
66999              Make the peephole optimizer to bypass more null ops and
67000              and rewrite the deparse handling of continue blocks.
67001              
67002              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
67003              Doc tweak on #8313.
67004              
67005              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67006              
67007              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67008              
67009              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67010              
67011              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67012              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67013              according to the platform.
67014              
67015              Subject: [PATCH @8404] Consolidated lvalue sub changes
67016              
67017              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67018              
67019              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67020              
67021              Subject: B::Concise -- an improved replacement for B::Terse 
67022              
67023              The B::Terse drop-in replacement wasn't quite drop-in.
67024              
67025              The LVRET macro needed an aTHX.
67026              
67027              Use the /^Perl_/-less form of is_lvalue_sub().
67028              
67029              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67030      Branch: maint-5.6/perl
67031           +> ext/B/B/Concise.pm
67032           !> (integrate 27 files)
67033 ____________________________________________________________________________
67034 [  8619] By: nick                                  on 2001/01/30  18:40:28
67035         Log: Integrate mainline
67036      Branch: perlio
67037           !> (integrate 40 files)
67038 ____________________________________________________________________________
67039 [  8618] By: jhi                                   on 2001/01/30  18:37:18
67040         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
67041              Date: Mon, 29 Jan 2001 22:51:29 -0600
67042              From: "Craig A. Berry" <craigberry@mac.com>
67043              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
67044      Branch: perl
67045            ! vms/test.com
67046 ____________________________________________________________________________
67047 [  8617] By: jhi                                   on 2001/01/30  18:34:53
67048         Log: Subject: [PATCH] Add missing CV flags to dump.c
67049              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67050              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
67051              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
67052      Branch: perl
67053            ! dump.c
67054 ____________________________________________________________________________
67055 [  8616] By: jhi                                   on 2001/01/30  18:20:58
67056         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
67057              part isn't applicable to maintperl.
67058              
67059              UTF-8 nit from Inaba Hiroto.
67060      Branch: maint-5.6/perl
67061           !> pod/perlapi.pod utf8.c
67062 ____________________________________________________________________________
67063 [  8615] By: jhi                                   on 2001/01/30  18:18:51
67064         Log: UTF-8 nit from Inaba Hiroto.
67065      Branch: perl
67066            ! pod/perlapi.pod t/op/each.t utf8.c
67067 ____________________________________________________________________________
67068 [  8614] By: jhi                                   on 2001/01/30  18:13:38
67069         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
67070              
67071              perl's internal variables are not for public consumption,
67072              move their docs from perlapi.pod to perlintern.pod
67073              
67074              support for -Dusethreads build under HP-UX 10.20 and DCE threads
67075              library (11.0 and later have pthreads but 10.x don't)
67076              
67077              avoid uninitialized value warnings
67078              
67079              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67080              gets weird results)
67081              
67082              perldoc nit on windows
67083              
67084              make it possible to run the tests outside the source tree
67085              (there's still a dependency on ../lib being the library
67086              location)
67087      Branch: perl
67088           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
67089           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
67090           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
67091           !> win32/bin/search.pl win32/vdir.h
67092 ____________________________________________________________________________
67093 [  8613] By: gsar                                  on 2001/01/30  16:39:59
67094         Log: make it possible to run the tests outside the source tree
67095              (there's still a dependency on ../lib being the library
67096              location)
67097      Branch: maint-5.6/perl
67098            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
67099 ____________________________________________________________________________
67100 [  8612] By: gsar                                  on 2001/01/30  16:31:12
67101         Log: perldoc nit on windows
67102      Branch: maint-5.6/perl
67103            ! utils/perldoc.PL
67104 ____________________________________________________________________________
67105 [  8611] By: gsar                                  on 2001/01/30  16:22:54
67106         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67107              gets weird results)
67108      Branch: maint-5.6/perl
67109            ! win32/vdir.h
67110 ____________________________________________________________________________
67111 [  8610] By: gsar                                  on 2001/01/30  16:12:45
67112         Log: avoid uninitialized value warnings
67113      Branch: maint-5.6/perl
67114            ! win32/bin/search.pl
67115 ____________________________________________________________________________
67116 [  8609] By: gsar                                  on 2001/01/30  16:08:01
67117         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
67118              library (11.0 and later have pthreads but 10.x don't)
67119      Branch: maint-5.6/perl
67120            ! hints/hpux.sh thread.h
67121 ____________________________________________________________________________
67122 [  8608] By: gsar                                  on 2001/01/30  15:48:55
67123         Log: perl's internal variables are not for public consumption,
67124              move their docs from perlapi.pod to perlintern.pod
67125      Branch: maint-5.6/perl
67126            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
67127            ! thrdvar.h
67128 ____________________________________________________________________________
67129 [  8607] By: gsar                                  on 2001/01/30  15:44:27
67130         Log: mistakenly branched perl56delta.pod, revert
67131      Branch: maint-5.6/perl
67132            - pod/perl56delta.pod
67133           !> pod/perldelta.pod
67134 ____________________________________________________________________________
67135 [  8606] By: gsar                                  on 2001/01/30  14:20:24
67136         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
67137              dTHR which has been a noop for a while now, except for the
67138              compatibility definition in thread.h)
67139      Branch: maint-5.6/perl
67140           !> (integrate 45 files)
67141 ____________________________________________________________________________
67142 [  8605] By: jhi                                   on 2001/01/30  05:43:58
67143         Log: Mark the UTF-8 APIs as experimental.
67144      Branch: maint-5.6/perl
67145            ! embed.pl pod/perlapi.pod
67146 ____________________________________________________________________________
67147 [  8604] By: jhi                                   on 2001/01/30  05:38:40
67148         Log: Nits from earlier integrates.
67149      Branch: maint-5.6/perl
67150            ! lib/Carp/Heavy.pm
67151           !> sv.c
67152 ____________________________________________________________________________
67153 [  8603] By: jhi                                   on 2001/01/30  05:27:26
67154         Log: Regenerate Porting files.
67155      Branch: maint-5.6/perl
67156            ! Porting/Glossary Porting/config.sh Porting/config_H
67157 ____________________________________________________________________________
67158 [  8602] By: jhi                                   on 2001/01/30  05:14:59
67159         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
67160              8310,8339,8447,8492,8493,8505,8525: documentation changes.
67161              
67162              Subject: Re: perlfaq style changes
67163              
67164              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67165              
67166              Subject: [PATCH] docs on NaN
67167              
67168              Subject: [patch] perlfaq7
67169              
67170              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
67171              
67172              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67173              
67174              Subject: [PATCH] open() example in perlfunc.pod
67175              
67176              Podify README.mpeix (a new version from the web)
67177              
67178              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67179              
67180              Subject: [PATCH] format and rewording in perlfaq.pod
67181              
67182              Subject: [PATCH] API Variable documentation   
67183              
67184              Memory management calls documentation.
67185              
67186              Subject: [PATCH: perl@8482] README.vms URL updates
67187              
67188              Subject: Minor typos in perlfaq2.pod
67189              
67190              Subject: [PATCH] pod/perlvar.pod
67191      Branch: maint-5.6/perl
67192           +> pod/perl56delta.pod
67193            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67194           !> README.amiga README.epoc README.mpeix README.vms
67195           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67196           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67197           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67198           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67199           !> pod/perlvar.pod thrdvar.h
67200 ____________________________________________________________________________
67201 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67202         Log: Integrate changes #8036,8096,8253 from mainline:
67203              hints changes.
67204              
67205              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67206              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67207              
67208              Output the (apparent) version of gcc in Tru64.
67209      Branch: maint-5.6/perl
67210           +> ext/POSIX/hints/svr4.pl
67211           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67212           !> hints/svr4.sh t/lib/bigfltpm.t
67213 ____________________________________________________________________________
67214 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67215         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67216              locale fixes.
67217              
67218              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67219              
67220              Debian allows /usr/bin/locale to exist without any locales. (7868)
67221              
67222              Allow the locale test needing POSIX and the taint test
67223              needing IPC::SysV to run under 'minitest' (basically,
67224              bail out if loading the extension fails). (8384)
67225              
67226              Cleanup the locale.t output  (8480)
67227      Branch: maint-5.6/perl
67228           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67229           !> t/pragma/locale.t
67230 ____________________________________________________________________________
67231 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67232         Log: Missing generated files from #8598.
67233      Branch: maint-5.6/perl
67234            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67235 ____________________________________________________________________________
67236 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67237         Log: Integrate change #8555 from mainline, manually integrate parts
67238              of changes 8452 and 8583.
67239              
67240              Subject: [PATCH] utf8.c documentation (8452)
67241              
67242              No point in checking the length if the pointer is bogus. (8555)
67243              
67244              Introduce bytes_from_utf8() and implement sv_eq() using it,
67245              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67246              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67247              was malformed. (8583)
67248      Branch: maint-5.6/perl
67249            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67250           !> pod/perlapi.pod sv.c utf8.c
67251 ____________________________________________________________________________
67252 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67253         Log: get PERL_OBJECT build going again on windows
67254      Branch: maint-5.6/perl
67255            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67256            ! pod/perlapi.pod proto.h sv.c
67257 ____________________________________________________________________________
67258 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67259         Log: Signedness nit.
67260      Branch: perl
67261            ! sv.c
67262 ____________________________________________________________________________
67263 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67264         Log: EBCDIC patch for Storable, from Peter Prymmer.
67265      Branch: perl
67266            ! t/lib/st-06compat.t
67267 ____________________________________________________________________________
67268 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67269         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67270              From: Peter Prymmer <pvhp@forte.com>
67271              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67272              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67273      Branch: perl
67274            ! t/lib/b.t
67275 ____________________________________________________________________________
67276 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67277         Log: Subject: [PATCH: perl@8585] pod problems in io
67278              From: Peter Prymmer <pvhp@forte.com>
67279              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67280              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67281      Branch: perl
67282            ! pod/perlapio.pod pod/perliol.pod
67283 ____________________________________________________________________________
67284 [  8592] By: jhi                                   on 2001/01/30  00:48:20
67285         Log: Integrate perlio:
67286              
67287              [  8591]
67288              GNU 'merge' Simon's copy of perliol.pod with version
67289              patched by Craig's patch.
67290              
67291              [  8590]
67292              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67293      Branch: perl
67294           !> pod/perlapio.pod pod/perliol.pod
67295 ____________________________________________________________________________
67296 [  8591] By: nick                                  on 2001/01/29  22:02:28
67297         Log: GNU 'merge' Simon's copy of perliol.pod with version
67298              patched by Craig's patch.
67299      Branch: perlio
67300            ! pod/perliol.pod
67301 ____________________________________________________________________________
67302 [  8590] By: nick                                  on 2001/01/29  21:55:10
67303         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67304      Branch: perlio
67305            ! pod/perlapio.pod pod/perliol.pod
67306 ____________________________________________________________________________
67307 [  8589] By: jhi                                   on 2001/01/29  15:35:33
67308         Log: Integrate change #8586 from maint-5.6/perl.
67309              
67310              make the BOM detection code not call tell() until it has to
67311              (meant to fix esoteric compatibility issues where PL_rsfp
67312              is overridden)
67313      Branch: perl
67314           !> toke.c
67315 ____________________________________________________________________________
67316 [  8588] By: jhi                                   on 2001/01/29  15:29:11
67317         Log: Subject: MAking Solaris malloc() the default
67318              From: Lupe Christoph <lupe@lupe-christoph.de>
67319              Date: Mon, 29 Jan 2001 12:59:36 +0100
67320              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
67321              
67322              The README.solaris part slightly tweaked.
67323      Branch: perl
67324            ! README.solaris hints/solaris_2.sh
67325 ____________________________________________________________________________
67326 [  8587] By: jhi                                   on 2001/01/29  15:17:34
67327         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
67328              From: root@ak-75.mind.de
67329              Date: Sun, 28 Jan 2001 20:32:29 +0100
67330              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
67331      Branch: perl
67332            ! pod/perlre.pod
67333 ____________________________________________________________________________
67334 [  8586] By: gsar                                  on 2001/01/29  13:43:44
67335         Log: make the BOM detection code not call tell() until it has to
67336              (meant to fix esoteric compatibility issues where PL_rsfp
67337              is overridden)
67338      Branch: maint-5.6/perl
67339            ! toke.c
67340 ____________________________________________________________________________
67341 [  8585] By: jhi                                   on 2001/01/28  20:05:45
67342         Log: Update Changes.
67343      Branch: perl
67344            ! Changes patchlevel.h
67345 ____________________________________________________________________________
67346 [  8584] By: jhi                                   on 2001/01/28  19:30:02
67347         Log: Integrate perlio:
67348              
67349              [  8582]
67350              Add pod/perliol.pod to MANIFEST :-(
67351              
67352              [  8581]
67353              PerlIO documentation. Proofing and sub-editing requested.
67354      Branch: perl
67355           +> pod/perliol.pod
67356           !> MANIFEST pod/perlapio.pod
67357 ____________________________________________________________________________
67358 [  8583] By: jhi                                   on 2001/01/28  19:28:40
67359         Log: Patch from Inaba Hiroto:
67360              - canonical UTF-8 hash keys: if a key string for a hash is
67361              UTF8-on, try downgrade the string and use it if
67362              unicode::distinct is not in effect.
67363              For the task, I added a function bytes_from_utf8() to utf8.c.
67364              It might resemble utf8_to_bytes() but it is not convenient
67365              to the task.
67366              Made a test for it and added to t/op/each.t
67367              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
67368              the mortal copy of the argument SV.
67369              And changed t/io/utf8.t test 18 which expects print() to
67370              upgrade its argument.
67371              - re-implement sv_eq with bytes_from_utf8()
67372              - some bug fixes
67373              - tr/// does not handle UTF8 range (\x{}-\x{})
67374              - \ before raw UTF8 character produced
67375              "Malformed UTF-8 character" warning.
67376              - "\x{100}\N{CENT SIGN}" is Malformed.
67377              Added tests for these 3.
67378              - and one silly bug (by me) with qu operator.
67379      Branch: perl
67380            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
67381            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
67382            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
67383 ____________________________________________________________________________
67384 [  8582] By: nick                                  on 2001/01/28  19:25:04
67385         Log: Add pod/perliol.pod to MANIFEST :-(
67386      Branch: perlio
67387            ! MANIFEST
67388 ____________________________________________________________________________
67389 [  8581] By: nick                                  on 2001/01/28  19:22:40
67390         Log: PerlIO documentation. Proofing and sub-editing requested.
67391      Branch: perlio
67392            + pod/perliol.pod
67393            ! pod/perlapio.pod
67394 ____________________________________________________________________________
67395 [  8580] By: jhi                                   on 2001/01/28  05:16:25
67396         Log: Revert the change to sv_2pv() done by #8054: Someone who
67397              did SvNV_set() on a scalar that also happened to be POK,
67398              followed by sv_2pv() won't get the right coercion anymore.
67399              [Sarathy]
67400      Branch: maint-5.6/perl
67401            ! sv.c
67402 ____________________________________________________________________________
67403 [  8579] By: jhi                                   on 2001/01/28  05:15:04
67404         Log: Remove the #8084 effect: do not allow -Q to be interpreted
67405              as -&Q(), this is too much wiggle room.
67406      Branch: maint-5.6/perl
67407            ! toke.c
67408 ____________________________________________________________________________
67409 [  8578] By: jhi                                   on 2001/01/28  05:12:45
67410         Log: Needed bits of #8439 (should have been in #8576),
67411              mainly for lval substr().
67412      Branch: maint-5.6/perl
67413            ! mg.c pp.c pp_hot.c
67414 ____________________________________________________________________________
67415 [  8577] By: jhi                                   on 2001/01/28  05:02:46
67416         Log: A missing check-in.
67417      Branch: maint-5.6/perl
67418            ! utf8.c
67419 ____________________________________________________________________________
67420 [  8576] By: jhi                                   on 2001/01/28  04:26:18
67421         Log: Integrate changes #8425,8436,8439,8517 from mainline.
67422              The 8439 was not truly integrated because it had too many
67423              dependencies on the development branch and because it introduced
67424              concepts too bold for a maintenance branch (such as the qu operator).
67425              
67426              Subject: [PATCH perl@8342] -Wformat
67427              
67428              Tighten some of the UTF-8 tests a bit.
67429              
67430              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
67431              - The substr lval was still not okay.
67432              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67433              even if IN_BYTE.  pp_stringify is called from fold_constants
67434              at optimization phase and "\x{100}" was made SvUTF8_off under
67435              use bytes (the bytes pragma is for "byte semantics" and not
67436              for "do not produce UTF8 data")
67437      Branch: maint-5.6/perl
67438            ! t/lib/charnames.t t/op/substr.t toke.c
67439           !> sv.c t/pragma/utf8.t
67440 ____________________________________________________________________________
67441 [  8575] By: jhi                                   on 2001/01/28  04:01:51
67442         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
67443              
67444              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
67445              
67446              Subject: [ID 20001230.003] UTF-8 tr still hurts
67447              
67448              Test cases for #8385 (from Simon's "torture.pl")
67449              
67450              Start fixing UTF-8 lval substr() (8405)
67451      Branch: maint-5.6/perl
67452           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67453           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67454 ____________________________________________________________________________
67455 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67456         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67457              from mainline.
67458              
67459              UTF-8 cleanup.
67460              
67461              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67462              
67463              "\x{FF}\xFF" was broken.
67464              
67465              Tests for #8329 and #8330.
67466              
67467              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67468              
67469              IRIX compiler noticed that the bof initialization might be
67470              bypassed by control flow.
67471              
67472              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67473      Branch: maint-5.6/perl
67474           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67475           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67476 ____________________________________________________________________________
67477 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67478         Log: Retract #8552.
67479      Branch: perl
67480            ! lib/Text/Wrap.pm t/lib/textwrap.t
67481 ____________________________________________________________________________
67482 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67483         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67484              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67485              not really integrated but instead salvaged by hand
67486              (they had too many dependencies on the development release
67487              to be cleanly integratable).
67488              
67489              Subject: more UTF8 test suites and an UTF8 patch
67490              
67491              Tweak for MULTIPLICITY/USE_PERLIO
67492              
67493              Signedness nit.
67494              
67495              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67496              
67497              Use the UTF8_XXX macros in is_utf8_char().
67498              
67499              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67500              should now be UTF-8-proof.
67501              
67502              Subject: [PATCH perl@8269] scanning two hex-constants
67503              fails on EBCDIC environment (script length.t)
67504              
67505              Add some Unicode chop() tests.
67506      Branch: maint-5.6/perl
67507            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67508           !> sv.c t/op/chop.t utf8.h
67509 ____________________________________________________________________________
67510 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67511         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67512              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67513              
67514              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67515              
67516              The maxiters upper limit sanity check (guarding against
67517              non-progress) assumed bytes instead of characters in s///
67518              and split().
67519              
67520              Signedness nit.
67521              
67522              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67523              join() should now be UTF-8-proof.
67524              
67525              More split // UTF-8 tests. (8250)
67526      Branch: maint-5.6/perl
67527           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
67528           !> util.c
67529 ____________________________________________________________________________
67530 [  8570] By: jhi                                   on 2001/01/27  22:15:46
67531         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
67532              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
67533              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
67534              8084,8204,8244,8333 from mainline.
67535              
67536              For -Q where Q might be a one-letter sub name one does no more
67537              get a warning about an unknown filetest (7941,7943,7944,8084).
67538              
67539              Subject: Re: [ID 20001130.011] expression parsing bug ?
67540              
67541              Make uv_to_utf8() to zero-terminate its output buffer.
67542              
67543              Split off t/op/length.t (7995)
67544              
67545              Split off t/op/utf8decode.t (7996)
67546              
67547              Remove an unnecessary 'use utf8' from the utf8.t (7998)
67548              
67549              Split off t/op/concat.t (8004)
67550              
67551              Split off t/op/ver.t (8005)
67552              
67553              Document utf8_length(), utf8_distance(), and utf8_hop().
67554              
67555              Document utf8_to_uv() better.
67556              
67557              Introduce macros for UTF8 decoding (8028,8033).
67558              
67559              Add test for reverse() (8030,8031).
67560              
67561              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
67562              
67563              Do not return the Unicode replacement character    on UTF-8
67564              decoding failure.
67565              
67566              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
67567              not this_utf8 i.e. the output string has one, but don't mess
67568              with source assumption. (8052,8053)
67569              
67570              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
67571              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
67572              was not expecting to be called with something that was already
67573              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
67574              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
67575              (8054)
67576              
67577              Recode the naughty binary bytes in utf8decode.t using the \xHH.
67578              
67579              Make some panic messages a bit more logical.
67580      Branch: maint-5.6/perl
67581           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
67582           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
67583           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
67584           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
67585           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
67586           !> utf8.c utf8.h
67587 ____________________________________________________________________________
67588 [  8569] By: jhi                                   on 2001/01/27  19:16:43
67589         Log: Integrate changes #7750 from perlio and #8566 from mainline.
67590      Branch: maint-5.6/perl
67591           !> regexec.c sv.c
67592 ____________________________________________________________________________
67593 [  8568] By: jhi                                   on 2001/01/27  18:06:51
67594         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
67595              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
67596              7935[-perlio.c],7936,7959,7965 from mainline.
67597              
67598              Change the "big byte" error message to "Wide character".
67599              (7355, the croak-if-wide-chars-in-print part ignored)
67600              
67601              Use UINT64_C().
67602              
67603              Introduce Perl_utf8_length().
67604              
67605              diff -se shows these as different (7753, forgotten check-ins)
67606              
67607              Subject: [PATCH] doop.c - UTF8 tr///
67608              
67609              If we use (aTHX_ ...) then put Perl_ on the front.
67610              
67611              Make utf8_length() and utf8_distance() to be less forgiving
67612              about bad UTF-8.
67613              
67614              Test line numbers are different with utf8.
67615              
67616              No need to scan till infinity, 13 is enough. (7872,7911)
67617              
67618              Subject: [PATCH] Tokeniser debugging
67619              
67620              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67621              
67622              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
67623              
67624              Be more careful in Perl_sv_utf8_downgrade().
67625              
67626              Use DO_UTF8().
67627              
67628              Raw zero bytes in text files confuse at least GNU patch 2.1.
67629      Branch: maint-5.6/perl
67630           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
67631           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
67632           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
67633           !> t/pragma/utf8.t toke.c utf8.c utf8.h
67634 ____________________________________________________________________________
67635 [  8567] By: nick                                  on 2001/01/27  11:10:38
67636         Log: Integrate mainline
67637      Branch: perlio
67638           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
67639           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
67640           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
67641           !> toke.c
67642 ____________________________________________________________________________
67643 [  8566] By: jhi                                   on 2001/01/27  06:22:48
67644         Log: More documentation for the regexp context stack.
67645      Branch: perl
67646            ! regexec.c
67647 ____________________________________________________________________________
67648 [  8565] By: jhi                                   on 2001/01/27  05:21:57
67649         Log: Update Changes.
67650      Branch: perl
67651            ! Changes patchlevel.h
67652 ____________________________________________________________________________
67653 [  8564] By: jhi                                   on 2001/01/27  04:44:04
67654         Log: Threadedness patch for #8562 from Doug MacEachern.
67655      Branch: perl
67656            ! toke.c
67657 ____________________________________________________________________________
67658 [  8563] By: jhi                                   on 2001/01/27  04:26:24
67659         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67660              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67661              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
67662              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
67663      Branch: perl
67664            ! op.c
67665 ____________________________________________________________________________
67666 [  8562] By: jhi                                   on 2001/01/27  04:20:30
67667         Log: Subject: Re: Announce : Tokener reporting patch
67668              From: Simon Cozens <simon@cozens.net>
67669              Date: Mon, 22 Jan 2001 02:17:22 +0000
67670              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
67671      Branch: perl
67672            ! embed.h embed.pl proto.h toke.c
67673 ____________________________________________________________________________
67674 [  8561] By: jhi                                   on 2001/01/27  04:17:24
67675         Log: Forgot from #8545.  Oops.
67676      Branch: perl
67677            ! pp.c t/pragma/overload.t
67678 ____________________________________________________________________________
67679 [  8560] By: jhi                                   on 2001/01/27  03:01:47
67680         Log: A better module compilation test, use MANIFEST as suggested
67681              by Spider.
67682      Branch: perl
67683            ! t/lib/1_compile.t
67684 ____________________________________________________________________________
67685 [  8559] By: jhi                                   on 2001/01/27  02:50:48
67686         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
67687              From: Peter Prymmer <pvhp@forte.com>
67688              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
67689              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
67690      Branch: perl
67691            ! t/lib/b.t
67692 ____________________________________________________________________________
67693 [  8558] By: jhi                                   on 2001/01/27  02:27:05
67694         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
67695              From: Peter Prymmer <pvhp@forte.com>
67696              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
67697              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
67698      Branch: perl
67699            ! t/pragma/sub_lval.t
67700 ____________________________________________________________________________
67701 [  8557] By: jhi                                   on 2001/01/27  02:26:03
67702         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
67703              From: Peter Prymmer <pvhp@forte.com>
67704              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
67705              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
67706      Branch: perl
67707            ! t/lib/st-06compat.t
67708 ____________________________________________________________________________
67709 [  8556] By: jhi                                   on 2001/01/27  02:24:33
67710         Log: Subject: [PATCH: perl@8531] minor update to README.os390
67711              From: Peter Prymmer <pvhp@forte.com>
67712              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
67713              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
67714      Branch: perl
67715            ! README.os390
67716 ____________________________________________________________________________
67717 [  8555] By: jhi                                   on 2001/01/27  00:35:47
67718         Log: No point in checking the length before we know whether the pointer
67719              is bogus or not, fixes Abigail's odbm failures in Linux.
67720      Branch: perl
67721            ! sv.c
67722 ____________________________________________________________________________
67723 [  8554] By: nick                                  on 2001/01/26  19:01:31
67724         Log: Integrate mainline
67725      Branch: perlio
67726           !> lib/Text/Wrap.pm t/lib/textwrap.t
67727 ____________________________________________________________________________
67728 [  8553] By: jhi                                   on 2001/01/26  15:19:39
67729         Log: Integrate change #7792 from perlio (multiplicity fix),
67730              fix the AV leak in regex DEBUGGING (tiny part of the
67731              polymorphic regexp patch #8143).
67732      Branch: maint-5.6/perl
67733            ! regcomp.c
67734           !> scope.h
67735 ____________________________________________________________________________
67736 [  8552] By: jhi                                   on 2001/01/26  15:03:23
67737         Log: (Retracted by #8573)
67738              
67739              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
67740              From: Michael G Schwern <schwern@pobox.com>
67741              Date: Fri, 26 Jan 2001 09:28:31 -0500
67742              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
67743      Branch: perl
67744            ! lib/Text/Wrap.pm t/lib/textwrap.t
67745 ____________________________________________________________________________
67746 [  8551] By: jhi                                   on 2001/01/26  02:33:19
67747         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
67748              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
67749              
67750              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
67751              
67752              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
67753              
67754              Message nit.
67755              
67756              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67757              
67758              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67759              
67760              (the cleanup of unused submatches in regtry() and regcppop())
67761              
67762              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67763              stored and restored, and thusly was trounced by the utf8 swash
67764              routines.
67765              
67766              use utf8 not required to use \x{}.
67767              
67768              Removed two more tests that make no sense in UTF-8 since the test
67769              data is not in UTF-8.
67770              
67771              Get the three different space character classes right under utf8.
67772              
67773              Implement ANYOFUTF8 regprop() dumping.
67774              
67775              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67776              
67777              Document the regex context pushing/popping a bit better.
67778      Branch: maint-5.6/perl
67779           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67780           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67781           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
67782           !> t/op/regmesg.t utf8.c
67783 ____________________________________________________________________________
67784 [  8550] By: nick                                  on 2001/01/25  19:42:30
67785         Log: Integrate mainline
67786      Branch: perlio
67787           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
67788           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
67789           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
67790           !> t/lib/bigint.t t/lib/bigintpm.t
67791 ____________________________________________________________________________
67792 [  8549] By: jhi                                   on 2001/01/25  15:22:28
67793         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
67794      Branch: maint-5.6/perl
67795            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
67796 ____________________________________________________________________________
67797 [  8548] By: jhi                                   on 2001/01/25  15:02:55
67798         Log: Integrate changes #7997,8063,8492,8547 from mainline.
67799              
67800              Subject: Re: STRLEN - what?
67801              
67802              Subject: [PATCH] perlguts.pod
67803              
67804              Memory management calls documentation.
67805              
67806              Layout using tabulator is not a good idea in a pod.
67807      Branch: maint-5.6/perl
67808           !> pod/perlguts.pod
67809 ____________________________________________________________________________
67810 [  8547] By: jhi                                   on 2001/01/25  14:49:05
67811         Log: Layout using tabulator is not a good idea in a pod.
67812      Branch: perl
67813            ! pod/perlguts.pod
67814 ____________________________________________________________________________
67815 [  8546] By: jhi                                   on 2001/01/25  14:31:12
67816         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
67817              from mainline.
67818              
67819              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67820              
67821              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
67822              
67823              More Win32 editor/IDE/shell hints.
67824              
67825              More Win32 Perling.
67826              
67827              Yet another editor edit.
67828              
67829              Edit edit edit.
67830              
67831              IDE/editor section tweaking.
67832              
67833              Few more IDE/editor nits from p5p.
67834      Branch: maint-5.6/perl
67835           !> pod/perlfaq3.pod
67836 ____________________________________________________________________________
67837 [  8545] By: jhi                                   on 2001/01/25  04:16:32
67838         Log: Subject: [PATCH 5.7.0] overload int()
67839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67840              Date: Wed, 24 Jan 2001 19:06:57 -0500
67841              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
67842      Branch: perl
67843            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
67844            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
67845            ! t/lib/bigintpm.t
67846 ____________________________________________________________________________
67847 [  8544] By: jhi                                   on 2001/01/25  04:15:11
67848         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
67849              From: Peter Prymmer <pvhp@forte.com>
67850              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
67851              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
67852      Branch: perl
67853            ! Makefile.SH README.os390 hints/os390.sh installperl
67854 ____________________________________________________________________________
67855 [  8543] By: jhi                                   on 2001/01/25  03:52:08
67856         Log: Integrate change #8462,8469 from mainline.
67857              
67858              In VMS Perl subversion (perl -V) is undef.
67859      Branch: maint-5.6/perl
67860           !> configure.com
67861 ____________________________________________________________________________
67862 [  8542] By: jhi                                   on 2001/01/25  03:44:55
67863         Log: Integrate changes #7835,7850,8315,8316 from mainline.
67864              
67865              Solaris hints.
67866      Branch: maint-5.6/perl
67867           !> hints/solaris_2.sh
67868 ____________________________________________________________________________
67869 [  8541] By: jhi                                   on 2001/01/25  03:39:28
67870         Log: Integrate #8336 from mainline.
67871      Branch: maint-5.6/perl
67872           !> hv.c
67873 ____________________________________________________________________________
67874 [  8540] By: jhi                                   on 2001/01/25  03:23:50
67875         Log: Retract #8539.
67876      Branch: maint-5.6/perl
67877            ! pod/perlfaq3.pod
67878 ____________________________________________________________________________
67879 [  8539] By: jhi                                   on 2001/01/25  03:21:55
67880         Log: (Retracted by #8540.)
67881      Branch: maint-5.6/perl
67882            ! pod/perlfaq3.pod
67883 ____________________________________________________________________________
67884 [  8538] By: jhi                                   on 2001/01/25  03:14:07
67885         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
67886              From: Peter Prymmer <pvhp@forte.com>
67887              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
67888              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
67889              
67890              The VMS bits.
67891      Branch: maint-5.6/perl
67892            ! configure.com vms/descrip_mms.template
67893 ____________________________________________________________________________
67894 [  8537] By: jhi                                   on 2001/01/25  03:06:09
67895         Log: Integrate #7710,7824,7973 from mainline.
67896      Branch: maint-5.6/perl
67897           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67898           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
67899           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
67900           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67901           !> win32/config.gc win32/config.vc
67902 ____________________________________________________________________________
67903 [  8536] By: jhi                                   on 2001/01/24  13:50:20
67904         Log: Revert the edits made by me so far to the 5.6 branch since
67905              the TRIAL1 since I did edits when I should have been using
67906              integrates.  Bad programmer.   (Will integrate them properly later.)
67907              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
67908              The #8353 will not be reapplied at least for now since
67909              the UTF-8 hash keys need more thinking.
67910              (The patches #8347, #8354, #8454, #8473 were okay since they
67911              were original edits made specifically for the 5.6.1-TRIAL1.)
67912      Branch: maint-5.6/perl
67913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67914            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
67915            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
67916            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
67917            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
67918            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67919            ! win32/config.bc win32/config.gc win32/config.vc
67920 ____________________________________________________________________________
67921 [  8535] By: bailey                                on 2001/01/24  06:37:02
67922         Log: SYN SYN
67923      Branch: vmsperl
67924           +> (branch 26 files)
67925           !> (integrate 130 files)
67926 ____________________________________________________________________________
67927 [  8534] By: nick                                  on 2001/01/23  19:30:57
67928         Log: Integrate mainline.
67929      Branch: perlio
67930           !> Changes Configure Porting/Glossary Porting/config.sh
67931           !> Porting/config_H embed.h embed.pl ext/Encode/compile
67932           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
67933           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
67934           !> pod/perlvar.pod proto.h t/lib/1_compile.t
67935 ____________________________________________________________________________
67936 [  8533] By: jhi                                   on 2001/01/23  16:15:46
67937         Log: Forgotten from #8501.
67938      Branch: perl
67939            ! Porting/Glossary Porting/config.sh Porting/config_H
67940 ____________________________________________________________________________
67941 [  8532] By: jhi                                   on 2001/01/23  16:13:27
67942         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
67943              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67944              Date: Mon, 22 Jan 2001 17:51:58 +0100
67945              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
67946      Branch: perl
67947            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
67948 ____________________________________________________________________________
67949 [  8531] By: jhi                                   on 2001/01/23  15:46:01
67950         Log: Update Changes.
67951      Branch: perl
67952            ! Changes patchlevel.h
67953 ____________________________________________________________________________
67954 [  8530] By: jhi                                   on 2001/01/23  15:38:39
67955         Log: De-cut-and-pasto.
67956      Branch: perl
67957            ! t/lib/1_compile.t
67958 ____________________________________________________________________________
67959 [  8529] By: jhi                                   on 2001/01/23  15:11:04
67960         Log: Document the mkdir trailing slashes case.
67961      Branch: perl
67962            ! pod/perlfunc.pod
67963 ____________________________________________________________________________
67964 [  8528] By: jhi                                   on 2001/01/23  15:08:28
67965         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
67966              get installed:
67967              
67968              Subject: lib/lib.pm
67969              From: <abigail@foad.org>
67970              Date: Mon, 28 Aug 2000 20:35:08 -0400
67971              Message-ID: <20000829003508.21281.qmail@foad.org>
67972      Branch: perl
67973            ! installperl
67974 ____________________________________________________________________________
67975 [  8527] By: jhi                                   on 2001/01/23  14:44:04
67976         Log: Metaconfig unit change for #8526.
67977      Branch: metaconfig
67978            ! U/threads/archname.U
67979 ____________________________________________________________________________
67980 [  8526] By: jhi                                   on 2001/01/23  14:43:19
67981         Log: Attach -perlio to the archname if so selected.
67982      Branch: perl
67983            ! Configure
67984 ____________________________________________________________________________
67985 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67986         Log: Subject: [PATCH] pod/perlvar.pod
67987              From: abigail@foad.org
67988              Date: Tue, 23 Jan 2001 01:41:10 +0100
67989              Message-ID: <20010123004110.22259.qmail@foad.org>
67990      Branch: perl
67991            ! pod/perlvar.pod
67992 ____________________________________________________________________________
67993 [  8524] By: jhi                                   on 2001/01/23  14:22:32
67994         Log: A bug introduced in #8217 (the undefined variable in the
67995              lib/safe1_t #3) fixed, by Charles Lane:
67996              
67997              The earlier patch made it so that stuff running in Safe
67998              compartments could do a "caller" and see "main".  That
67999              little change in name is done right before the code in
68000              the compartment is run, and apparantly the parser
68001              was picking up the stash name before it got changed.
68002              
68003              (why it was threaded vs. unthreaded Perl that was sensitive to this
68004              I still don't know...and it probably doesn't matter).
68005              
68006              I tryed removing the stash name-change and saw that threaded Perl
68007              did indeed pass the lib/safe1.t tests.
68008              
68009              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
68010              do the name change (and to connect _ in the compartment to the global
68011              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
68012              to call _safe_pkg_prep when creating a new compartment.
68013              
68014              Passes all tests with threaded perl on linux; passes all tests
68015              with unthreaded perl on VMS.
68016              
68017              At some point I'll probably want to revisit Safe and Opcode to
68018              provide more sensible handling of global variables...and to get
68019              formats working in Safe compartments, which they don't do currently.
68020      Branch: perl
68021            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
68022 ____________________________________________________________________________
68023 [  8523] By: jhi                                   on 2001/01/23  14:11:58
68024         Log: Also the lib/Thread.pm itself needs to be ignored if
68025              the Thread extension hasn't been built.
68026      Branch: perl
68027            ! t/lib/1_compile.t
68028 ____________________________________________________________________________
68029 [  8522] By: jhi                                   on 2001/01/23  13:51:28
68030         Log: print() instead of warn() so that stderr doesn't get
68031              unnecessarily polluted.
68032      Branch: perl
68033            ! ext/Encode/compile
68034 ____________________________________________________________________________
68035 [  8521] By: jhi                                   on 2001/01/23  13:49:48
68036         Log: Integrate perlio:
68037              
68038              [  8520]
68039              More messing with Encode:
68040              Extra fields in header to allow multiple names and to record
68041              other things "compile" knows.
68042              Re-organise compile to factor out common output routines.
68043              
68044              [  8519]
68045              Change file-of-files command line from -F to -f to avoid case issues on VMS.
68046      Branch: perl
68047           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
68048           !> ext/Encode/encode.h
68049 ____________________________________________________________________________
68050 [  8520] By: nick                                  on 2001/01/22  21:44:00
68051         Log: More messing with Encode:
68052              Extra fields in header to allow multiple names and to record
68053              other things "compile" knows.
68054              Re-organise compile to factor out common output routines.
68055      Branch: perlio
68056            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
68057 ____________________________________________________________________________
68058 [  8519] By: nick                                  on 2001/01/22  20:33:50
68059         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
68060      Branch: perlio
68061            ! ext/Encode/Makefile.PL ext/Encode/compile
68062 ____________________________________________________________________________
68063 [  8518] By: nick                                  on 2001/01/22  20:28:13
68064         Log: Integrate mainline
68065      Branch: perlio
68066           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
68067           !> vos/config.alpha.def vos/config.alpha.h
68068 ____________________________________________________________________________
68069 [  8517] By: jhi                                   on 2001/01/22  15:37:17
68070         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
68071              by Inaba Hiroto.
68072      Branch: perl
68073            ! sv.c
68074 ____________________________________________________________________________
68075 [  8516] By: jhi                                   on 2001/01/22  14:55:15
68076         Log: More SIG_SIZE fixes.
68077      Branch: perl
68078            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
68079 ____________________________________________________________________________
68080 [  8515] By: jhi                                   on 2001/01/22  14:50:27
68081         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
68082              From: "Craig A. Berry" <craigberry@mac.com>
68083              Date: Mon, 22 Jan 2001 00:42:24 -0600
68084              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
68085      Branch: perl
68086            ! configure.com
68087 ____________________________________________________________________________
68088 [  8514] By: jhi                                   on 2001/01/22  14:31:17
68089         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
68090              From: "Craig A. Berry" <craigberry@mac.com>
68091              Date: Sun, 21 Jan 2001 23:03:25 -0600
68092              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
68093      Branch: perl
68094            ! configure.com
68095 ____________________________________________________________________________
68096 [  8513] By: jhi                                   on 2001/01/22  14:14:00
68097         Log: Add the .ucm encoding tables to the MANIFEST.
68098      Branch: perl
68099            ! MANIFEST
68100 ____________________________________________________________________________
68101 [  8512] By: jhi                                   on 2001/01/22  13:43:33
68102         Log: Integrate perlio:
68103              
68104              [  8511]
68105              Make "real" layers of ":utf8" and ":raw".
68106              So now PERLIO=utf8 perl ...
68107              does what Andreas wanted.
68108              Fix arg passing in open.pm (still have a Carp issue).
68109              
68110              [  8508]
68111              Switch "compiled in" encodings to .ucm format.
68112              (Leave others as .enc till we can run-time load .ucm,
68113              or find some other way to load them.)
68114      Branch: perl
68115           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68116           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68117           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68118           +> ext/Encode/Encode/iso8859-10.ucm
68119           +> ext/Encode/Encode/iso8859-13.ucm
68120           +> ext/Encode/Encode/iso8859-14.ucm
68121           +> ext/Encode/Encode/iso8859-15.ucm
68122           +> ext/Encode/Encode/iso8859-16.ucm
68123           +> ext/Encode/Encode/iso8859-2.ucm
68124           +> ext/Encode/Encode/iso8859-3.ucm
68125           +> ext/Encode/Encode/iso8859-4.ucm
68126           +> ext/Encode/Encode/iso8859-5.ucm
68127           +> ext/Encode/Encode/iso8859-6.ucm
68128           +> ext/Encode/Encode/iso8859-7.ucm
68129           +> ext/Encode/Encode/iso8859-8.ucm
68130           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68131           +> ext/Encode/Encode/symbol.ucm
68132           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
68133           !> perliol.h
68134 ____________________________________________________________________________
68135 [  8511] By: nick                                  on 2001/01/21  23:44:47
68136         Log: Make "real" layers of ":utf8" and ":raw".
68137              So now PERLIO=utf8 perl ...
68138              does what Andreas wanted.
68139              Fix arg passing in open.pm (still have a Carp issue).
68140      Branch: perlio
68141            ! lib/open.pm perlio.c perliol.h
68142 ____________________________________________________________________________
68143 [  8510] By: jhi                                   on 2001/01/21  22:56:53
68144         Log: Document the regex content pushing/popping a bit better.
68145      Branch: perl
68146            ! regexec.c
68147 ____________________________________________________________________________
68148 [  8509] By: jhi                                   on 2001/01/21  22:55:44
68149         Log: Tweak the mkdir trailing slash code some more.
68150              
68151              TO DO: the same handling should probably be done for
68152              all the other filesystem functions that can have directories
68153              as their arguments.
68154      Branch: perl
68155            ! pp_sys.c
68156 ____________________________________________________________________________
68157 [  8508] By: nick                                  on 2001/01/21  21:37:43
68158         Log: Switch "compiled in" encodings to .ucm format.
68159              (Leave others as .enc till we can run-time load .ucm,
68160              or find some other way to load them.)
68161      Branch: perlio
68162            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68163            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68164            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68165            + ext/Encode/Encode/iso8859-10.ucm
68166            + ext/Encode/Encode/iso8859-13.ucm
68167            + ext/Encode/Encode/iso8859-14.ucm
68168            + ext/Encode/Encode/iso8859-15.ucm
68169            + ext/Encode/Encode/iso8859-16.ucm
68170            + ext/Encode/Encode/iso8859-2.ucm
68171            + ext/Encode/Encode/iso8859-3.ucm
68172            + ext/Encode/Encode/iso8859-4.ucm
68173            + ext/Encode/Encode/iso8859-5.ucm
68174            + ext/Encode/Encode/iso8859-6.ucm
68175            + ext/Encode/Encode/iso8859-7.ucm
68176            + ext/Encode/Encode/iso8859-8.ucm
68177            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68178            + ext/Encode/Encode/symbol.ucm
68179            ! ext/Encode/Makefile.PL ext/Encode/compile
68180 ____________________________________________________________________________
68181 [  8507] By: nick                                  on 2001/01/21  21:02:03
68182         Log: Integrate (partial) mainline.
68183      Branch: perlio
68184           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68185           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68186           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68187 ____________________________________________________________________________
68188 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68189         Log: Update Changes.
68190      Branch: perl
68191            ! Changes patchlevel.h
68192 ____________________________________________________________________________
68193 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68194         Log: Subject: Minor typos in perlfaq2.pod
68195              From: "Stephen P. Potter" <spp@spotter.yi.org>
68196              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68197              Date: Fri, 19 Jan 2001 16:01:13 -0500
68198              
68199              with a nit from Philip Newton.
68200      Branch: perl
68201            ! pod/perlfaq2.pod
68202 ____________________________________________________________________________
68203 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68204         Log: Metaconfig change for #8503.
68205      Branch: metaconfig
68206            ! U/threads/usethreads.U
68207 ____________________________________________________________________________
68208 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68209         Log: Sanity check for conflicting thread flavours.
68210      Branch: perl
68211            ! Configure config_h.SH
68212 ____________________________________________________________________________
68213 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68214         Log: Metaconfig change for #8501.
68215      Branch: metaconfig
68216            ! U/modified/sig_name.U
68217 ____________________________________________________________________________
68218 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68219         Log: The SIG_SIZE is the number of the elements *excluding*
68220              the terminating NULL.
68221      Branch: perl
68222            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68223            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68224            ! win32/config_H.vc
68225 ____________________________________________________________________________
68226 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68227         Log: Integrate perlio:
68228              
68229              [  8498]
68230              Encode cleanup.
68231              Add command line control over "compile" so that Makefile.PL
68232              needs can be combined with other uses.
68233              Use command line options in Makefile.PL.
68234              Fix multi-byte parsing in .ucm files.
68235              
68236              [  8497]
68237              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68238              
68239              [  8496]
68240              Fixup after integrate:
68241              missed the .sym files that are changed by regen_headers
68242              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68243              
68244              [  8484]
68245              Infrastructure to allow:
68246              open($fh,"|-",@array);
68247              to be implemented
68248              i.e. mark pp_open as needing a stack mark, and make pp_open
68249              process its args in that style (and pass them _all_ to tied handles OPEN).
68250              Invent do_openn() which takes SV ** at allow it to see multiple args.
68251              Note this does not _do_ anything yet.
68252      Branch: perl
68253           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68254           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68255           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68256           !> pp_sys.c proto.h sv.c
68257 ____________________________________________________________________________
68258 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68259         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68260              From: Hugo <hv@crypt.compulink.co.uk>
68261              Date: Sun, 21 Jan 2001 13:34:05 +0000
68262              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68263              
68264              In sprintf UTF8ize only if necessary.
68265      Branch: perl
68266            ! sv.c
68267 ____________________________________________________________________________
68268 [  8498] By: nick                                  on 2001/01/21  16:25:32
68269         Log: Encode cleanup.
68270              Add command line control over "compile" so that Makefile.PL
68271              needs can be combined with other uses.
68272              Use command line options in Makefile.PL.
68273              Fix multi-byte parsing in .ucm files.
68274      Branch: perlio
68275            ! ext/Encode/Makefile.PL ext/Encode/compile
68276 ____________________________________________________________________________
68277 [  8497] By: nick                                  on 2001/01/21  12:56:27
68278         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68279      Branch: perlio
68280            ! ext/Encode/Encode.xs
68281 ____________________________________________________________________________
68282 [  8496] By: nick                                  on 2001/01/21  12:18:45
68283         Log: Fixup after integrate:
68284              missed the .sym files that are changed by regen_headers
68285              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68286      Branch: perlio
68287            ! global.sym pp.sym sv.c
68288 ____________________________________________________________________________
68289 [  8495] By: nick                                  on 2001/01/21  11:51:07
68290         Log: Integrate mainline.
68291      Branch: perlio
68292           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
68293           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
68294           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
68295           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
68296           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
68297           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
68298           !> win32/Makefile win32/makefile.mk
68299 ____________________________________________________________________________
68300 [  8494] By: jhi                                   on 2001/01/20  23:12:11
68301         Log: Forgot the expect_number() prototype.
68302      Branch: perl
68303            ! embed.h embed.pl proto.h
68304 ____________________________________________________________________________
68305 [  8493] By: jhi                                   on 2001/01/20  22:56:39
68306         Log: Subject: [PATCH: perl@8482] README.vms URL updates
68307              From: Peter Prymmer <pvhp@forte.com>
68308              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
68309              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
68310              
68311              Plus Craig A. Berry's suggestion to use compaq.com instead
68312              of digital.com.
68313      Branch: perl
68314            ! README.vms
68315 ____________________________________________________________________________
68316 [  8492] By: jhi                                   on 2001/01/20  22:50:05
68317         Log: Memory management calls documentation.
68318      Branch: perl
68319            ! pod/perlguts.pod
68320 ____________________________________________________________________________
68321 [  8491] By: jhi                                   on 2001/01/20  22:38:33
68322         Log: Signedness nit plus few memcpy/Copy nits.
68323      Branch: perl
68324            ! sv.c
68325 ____________________________________________________________________________
68326 [  8490] By: jhi                                   on 2001/01/20  22:25:53
68327         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
68328              From: Peter Prymmer <pvhp@forte.com>
68329              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
68330              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
68331      Branch: perl
68332            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
68333 ____________________________________________________________________________
68334 [  8489] By: jhi                                   on 2001/01/20  22:24:41
68335         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
68336              From: Peter Prymmer <pvhp@forte.com>
68337              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
68338              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
68339      Branch: perl
68340            ! win32/Makefile win32/makefile.mk
68341 ____________________________________________________________________________
68342 [  8488] By: jhi                                   on 2001/01/20  22:22:27
68343         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
68344              From: Peter Prymmer <pvhp@forte.com>
68345              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
68346              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
68347      Branch: perl
68348            ! Makefile.SH
68349 ____________________________________________________________________________
68350 [  8487] By: jhi                                   on 2001/01/20  22:21:18
68351         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
68352              From: Peter Prymmer <pvhp@forte.com>
68353              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
68354              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
68355      Branch: perl
68356            + ext/DynaLoader/dl_dllload.xs
68357            ! MANIFEST Makefile.SH hints/os390.sh
68358 ____________________________________________________________________________
68359 [  8486] By: jhi                                   on 2001/01/20  22:17:53
68360         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
68361              From: Peter Prymmer <pvhp@forte.com>
68362              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
68363              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
68364      Branch: perl
68365            ! README.os390 README.posix-bc
68366 ____________________________________________________________________________
68367 [  8485] By: jhi                                   on 2001/01/20  20:15:30
68368         Log: Document and test the new qu operator.
68369      Branch: perl
68370            + t/op/qu.t
68371            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
68372            ! pod/perlretut.pod pod/perlunicode.pod
68373 ____________________________________________________________________________
68374 [  8484] By: nick                                  on 2001/01/20  19:42:30
68375         Log: Infrastructure to allow:
68376              open($fh,"|-",@array);
68377              to be implemented
68378              i.e. mark pp_open as needing a stack mark, and make pp_open
68379              process its args in that style (and pass them _all_ to tied handles OPEN).
68380              Invent do_openn() which takes SV ** at allow it to see multiple args.
68381              Note this does not _do_ anything yet.
68382      Branch: perlio
68383            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
68384            ! perlapi.c pp_proto.h pp_sys.c proto.h
68385 ____________________________________________________________________________
68386 [  8483] By: nick                                  on 2001/01/20  17:23:14
68387         Log: Integrate mainline.
68388      Branch: perlio
68389           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
68390           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
68391 ____________________________________________________________________________
68392 [  8482] By: jhi                                   on 2001/01/19  15:37:49
68393         Log: Update Changes.
68394      Branch: perl
68395            ! Changes patchlevel.h
68396 ____________________________________________________________________________
68397 [  8481] By: jhi                                   on 2001/01/19  14:41:24
68398         Log: Subject: Re: new feature: s?printf parameter reordering 
68399              From: Hugo <hv@crypt.compulink.co.uk>
68400              Date: Thu, 11 Jan 2001 17:09:03 +0000
68401              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
68402              
68403              - support reordering for all parameters: %, *v, *, .*
68404              - lay down that the reordering specification must immediately
68405              follow that parameter: %3$, *v3$, *3$, .*3$
68406              - fix vectorisation of a zero-length string
68407              - factor out the code choosing the argument to format
68408              
68409              Possibly unwanted side-effects:
68410              - the special format specifiers ' +-0' must now precede any
68411              vectorisation specifier. Tests in op/sprintf and op/ver
68412              have been changed to reflect this.
68413              - sprintf.t test #214 changed its expectations because in many
68414              cases, the next parameter has already been consumed when an
68415              invalid type letter is detected.
68416              
68417              Probably wanted side-effects:
68418              - attempts to format a non-existent parameter will warn as if C<undef>
68419              - attempt to write to non-existent parameter with '%n' will complain
68420              of "attempt to modify read-only value" instead of being silent
68421      Branch: perl
68422            ! sv.c t/op/sprintf.t t/op/ver.t
68423 ____________________________________________________________________________
68424 [  8480] By: jhi                                   on 2001/01/19  14:08:37
68425         Log: Subject: PATCH pragma/locale.t
68426              From: andreas.koenig@anima.de (Andreas J. Koenig)
68427              Date: 18 Jan 2001 09:45:37 +0100
68428              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
68429      Branch: perl
68430            ! t/pragma/locale.t
68431 ____________________________________________________________________________
68432 [  8479] By: jhi                                   on 2001/01/19  13:19:58
68433         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
68434      Branch: perl
68435            ! configure.com
68436 ____________________________________________________________________________
68437 [  8478] By: jhi                                   on 2001/01/19  02:12:35
68438         Log: Automate 1_compile.t.
68439      Branch: perl
68440            ! t/lib/1_compile.t
68441 ____________________________________________________________________________
68442 [  8477] By: jhi                                   on 2001/01/19  01:49:56
68443         Log: Integrate perlio:
68444              
68445              [  8475]
68446              Win32 "safe signals" co-existance fix.
68447              Fix SIG_SIZE value.
68448              Clear PL_sig_pending when cloning (fork).
68449      Branch: perl
68450           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68451           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68452 ____________________________________________________________________________
68453 [  8476] By: nick                                  on 2001/01/18  21:51:52
68454         Log: Integrate mainline
68455      Branch: perlio
68456           +> t/lib/1_compile.t t/lib/compmod.pl
68457           !> MANIFEST configure.com lib/unicode/distinct.pm
68458 ____________________________________________________________________________
68459 [  8475] By: nick                                  on 2001/01/18  21:48:02
68460         Log: Win32 "safe signals" co-existance fix.
68461              Fix SIG_SIZE value.
68462              Clear PL_sig_pending when cloning (fork).
68463      Branch: perlio
68464            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68465            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68466 ____________________________________________________________________________
68467 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68468         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68469      Branch: perl
68470            ! t/lib/1_compile.t
68471 ____________________________________________________________________________
68472 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68473         Log: unsubmitted trial1 change
68474      Branch: maint-5.6/perl
68475            ! Changes
68476 ____________________________________________________________________________
68477 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68478         Log: The first bug found by 1_compile.t.
68479      Branch: perl
68480            ! lib/unicode/distinct.pm
68481 ____________________________________________________________________________
68482 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68483         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68484              to be a bit shorter for the 8.3 people.
68485      Branch: perl
68486            + t/lib/1_compile.t t/lib/compmod.pl
68487            ! MANIFEST
68488 ____________________________________________________________________________
68489 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68490         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)
68491              From: Peter Prymmer <pvhp@forte.com>
68492              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68493              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68494              Replace #8463.
68495      Branch: maint-5.6/perl
68496            ! configure.com
68497 ____________________________________________________________________________
68498 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68499         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)
68500              From: Peter Prymmer <pvhp@forte.com>
68501              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68502              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68503              Replace #8462.
68504      Branch: perl
68505            ! configure.com
68506 ____________________________________________________________________________
68507 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68508         Log: Integrate perlio:
68509              
68510              [  8467]
68511              "Safe" signals - trial implementation.
68512              gv.c tweaked to zero PL_sig_pend array
68513              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68514              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68515              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68516      Branch: perl
68517           !> gv.c mg.c perlio.c util.c
68518 ____________________________________________________________________________
68519 [  8467] By: nick                                  on 2001/01/17  22:41:10
68520         Log: "Safe" signals - trial implementation.
68521              gv.c tweaked to zero PL_sig_pend array
68522              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68523              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68524              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68525      Branch: perlio
68526            ! gv.c mg.c perlio.c util.c
68527 ____________________________________________________________________________
68528 [  8466] By: nick                                  on 2001/01/17  20:40:20
68529         Log: Integrate mainline.
68530      Branch: perlio
68531           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68532           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68533           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
68534           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68535           !> vos/config.ga.h win32/config.bc win32/config.gc
68536           !> win32/config.vc
68537 ____________________________________________________________________________
68538 [  8465] By: jhi                                   on 2001/01/17  18:37:13
68539         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68540              From: Nicholas Clark <nick@ccl4.org>
68541              Date: Wed, 17 Jan 2001 17:31:33 +0000
68542              Message-ID: <20010117173133.I2633@plum.flirble.org>
68543      Branch: perl
68544            ! t/op/int.t
68545 ____________________________________________________________________________
68546 [  8464] By: jhi                                   on 2001/01/17  14:43:17
68547         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68548              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68549              Date: Wed, 17 Jan 2001 15:16:43 +0100
68550              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
68551              
68552              pp_int() was dropping an NV to the floor,
68553              int(279964589018079/59) either returned not an integer
68554              4745162525730.15, or one got "Attempt to free unreferenced scalar."
68555      Branch: perl
68556            ! pp.c
68557 ____________________________________________________________________________
68558 [  8463] By: jhi                                   on 2001/01/17  06:12:42
68559         Log: (Replaced by #8470)
68560              
68561              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)
68562              From: "Craig A. Berry" <craigberry@mac.com>
68563              Date: Tue, 16 Jan 2001 23:38:46 -0600
68564              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68565      Branch: maint-5.6/perl
68566            ! configure.com
68567 ____________________________________________________________________________
68568 [  8462] By: jhi                                   on 2001/01/17  06:11:31
68569         Log: (Replaced by #8469)
68570              
68571              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)
68572              From: "Craig A. Berry" <craigberry@mac.com>
68573              Date: Tue, 16 Jan 2001 23:38:46 -0600
68574              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68575      Branch: perl
68576            ! configure.com
68577 ____________________________________________________________________________
68578 [  8461] By: jhi                                   on 2001/01/17  05:56:12
68579         Log: Allow for one trailing slash in the directory of mkdir().
68580      Branch: perl
68581            ! pp_sys.c
68582 ____________________________________________________________________________
68583 [  8460] By: jhi                                   on 2001/01/17  03:26:01
68584         Log: Metaconfig unit changes for #8459.
68585      Branch: metaconfig
68586            ! U/modified/Loc.U U/modified/sig_name.U
68587 ____________________________________________________________________________
68588 [  8459] By: jhi                                   on 2001/01/17  03:24:48
68589         Log: Define SIG_SIZE, the number of elements in the sig_name and
68590              sig_num arrays, including the final NULL entry.
68591      Branch: perl
68592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68593            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68594            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
68595            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68596            ! win32/config.bc win32/config.gc win32/config.vc
68597 ____________________________________________________________________________
68598 [  8458] By: jhi                                   on 2001/01/17  01:41:33
68599         Log: Integrate perlio:
68600              
68601              [  8457]
68602              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68603              Provides all the "cost" but no benefit yet - it is to allow cost
68604              to be measured, and implementation experiments (just in mg.c?).
68605      Branch: perl
68606           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68607           !> perlapi.h proto.h sv.c
68608 ____________________________________________________________________________
68609 [  8457] By: nick                                  on 2001/01/16  22:07:26
68610         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68611              Provides all the "cost" but no benefit yet - it is to allow cost
68612              to be measured, and implementation experiments (just in mg.c?).
68613      Branch: perlio
68614            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68615            ! perlapi.h proto.h sv.c
68616 ____________________________________________________________________________
68617 [  8456] By: nick                                  on 2001/01/16  21:07:07
68618         Log: Integrate mainline.
68619      Branch: perlio
68620           !> (integrate 51 files)
68621 ____________________________________________________________________________
68622 [  8455] By: jhi                                   on 2001/01/16  18:13:43
68623         Log: Subject: [PATCH] regcomp.c old feature removal
68624              From: mjd@plover.com
68625              Date: 16 Jan 2001 14:43:18 -0000 
68626              Message-ID: <20010116144318.7140.qmail@plover.com> 
68627      Branch: perl
68628            ! regcomp.c
68629 ____________________________________________________________________________
68630 [  8454] By: jhi                                   on 2001/01/16  16:12:39
68631         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
68632              From: "Indy Singh" <indy@nusphere.com>
68633              Date: Wed, 10 Jan 2001 20:17:49 -0500
68634              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
68635      Branch: maint-5.6/perl
68636            ! win32/Makefile
68637 ____________________________________________________________________________
68638 [  8453] By: jhi                                   on 2001/01/16  16:09:33
68639         Log: Update Changes.
68640      Branch: perl
68641            ! Changes patchlevel.h
68642 ____________________________________________________________________________
68643 [  8452] By: jhi                                   on 2001/01/16  15:42:04
68644         Log: Subject: Re: API Cleanup
68645              To: perl5-porters@perl.org
68646              Date: Tue, 16 Jan 2001 13:42:30 +0000
68647              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
68648              
68649              Subject: [PATCH] utf8.c documentation
68650              From: Simon Cozens <simon@cozens.net>
68651              Date: Tue, 16 Jan 2001 13:52:48 +0000
68652              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
68653              
68654              Subject: Re: API Cleanup
68655              From: Simon Cozens <simon@cozens.net>
68656              Date: Tue, 16 Jan 2001 14:58:55 +0000
68657              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
68658              
68659              UTF-8 doc patches.
68660      Branch: perl
68661            ! embed.pl pod/perlapi.pod utf8.c
68662 ____________________________________________________________________________
68663 [  8451] By: jhi                                   on 2001/01/16  14:41:39
68664         Log: podlators 1.07, from Russ Allbery.
68665      Branch: perl
68666            ! lib/Pod/Man.pm
68667 ____________________________________________________________________________
68668 [  8450] By: jhi                                   on 2001/01/16  14:24:19
68669         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
68670              From: "Indy Singh" <indy@nusphere.com>
68671              Date: Mon, 15 Jan 2001 20:59:40 -0500
68672              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
68673      Branch: perl
68674            ! win32/Makefile
68675 ____________________________________________________________________________
68676 [  8449] By: jhi                                   on 2001/01/16  03:42:55
68677         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
68678              at the setting of the ofs_sv in new_struct_thread() as the
68679              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
68680              uninitialized fields are, uh, initialized with),
68681              SvREFCNT_inc()ing that invited a core dump.
68682      Branch: perl
68683            ! util.c
68684 ____________________________________________________________________________
68685 [  8448] By: jhi                                   on 2001/01/16  01:49:07
68686         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
68687              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68688              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
68689              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
68690              
68691              Replace #8444 and #8445.
68692      Branch: perl
68693            ! ext/B/B.xs ext/B/B/Debug.pm
68694 ____________________________________________________________________________
68695 [  8447] By: jhi                                   on 2001/01/15  21:05:35
68696         Log: Subject: [PATCH] API Variable documentation   
68697              From: Simon Cozens <simon@cozens.net>
68698              Date: Mon, 15 Jan 2001 19:35:54 +0000
68699              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
68700      Branch: perl
68701            ! pod/perlapi.pod thrdvar.h
68702 ____________________________________________________________________________
68703 [  8446] By: jhi                                   on 2001/01/15  20:49:20
68704         Log: Signedness nit.
68705      Branch: perl
68706            ! pp_ctl.c
68707 ____________________________________________________________________________
68708 [  8445] By: jhi                                   on 2001/01/15  20:28:48
68709         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
68710      Branch: perl
68711            ! ext/B/B/Debug.pm
68712 ____________________________________________________________________________
68713 [  8444] By: jhi                                   on 2001/01/15  13:09:10
68714         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
68715      Branch: perl
68716            ! ext/B/B.xs
68717 ____________________________________________________________________________
68718 [  8443] By: jhi                                   on 2001/01/15  13:06:26
68719         Log: Missing from #8439.
68720      Branch: perl
68721            ! keywords.h mg.c
68722 ____________________________________________________________________________
68723 [  8442] By: jhi                                   on 2001/01/15  13:02:38
68724         Log: Subject: [PATCH @8436] Eliminate op_children
68725              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68726              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
68727              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
68728              
68729              Subject: [PATCH @8436] Re: Eliminate op_children
68730              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68731              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
68732              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
68733      Branch: perl
68734            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
68735            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
68736            ! op.c op.h
68737 ____________________________________________________________________________
68738 [  8441] By: jhi                                   on 2001/01/15  12:57:08
68739         Log: Use the /^Perl_/-less form of is_lvalue_sub().
68740      Branch: perl
68741            ! pp.h
68742 ____________________________________________________________________________
68743 [  8440] By: jhi                                   on 2001/01/15  05:13:09
68744         Log: Revert #8437 and #8438, the Linux large files story is more complex.
68745      Branch: metaconfig/U/perl
68746            ! d_fpos64_t.U d_off64_t.U
68747      Branch: perl
68748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68749            ! config_h.SH configure.com epoc/config.sh perl.h
68750            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68751            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68752            ! win32/config.bc win32/config.gc win32/config.vc
68753 ____________________________________________________________________________
68754 [  8439] By: jhi                                   on 2001/01/15  05:02:24
68755         Log: More UTF-8 patches from Inaba Hiroto.
68756              - The substr lval was still not okay.
68757              - Now pp_stringify and sv_setsv copies source's UTF8 flag
68758              even if IN_BYTE.  pp_stringify is called from fold_constants
68759              at optimization phase and "\x{100}" was made SvUTF8_off under
68760              use bytes (the bytes pragma is for "byte semantics" and not
68761              for "do not produce UTF8 data")
68762              - New `qu' operator to generate UTF8 string explicitly.
68763              Though I agree with the policy "0x00-0xff always produce bytes",
68764              sometimes want to such a string to be coded in UTF8.
68765              I can use pack"U0a*" but it requires more typing and has
68766              runtime overhead.
68767              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
68768              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
68769              string is not UTF8_on and has char 0x80-0xff.
68770              
68771              TODO: document and test qu.
68772      Branch: perl
68773            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
68774            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
68775            ! toke.c
68776 ____________________________________________________________________________
68777 [  8438] By: jhi                                   on 2001/01/14  05:10:23
68778         Log: (Reverted by #8440)
68779              
68780              Metaconfig unit changes for #8437.
68781      Branch: metaconfig/U/perl
68782            ! d_fpos64_t.U d_off64_t.U
68783 ____________________________________________________________________________
68784 [  8437] By: jhi                                   on 2001/01/14  04:55:34
68785         Log: (Reverted by #8440)
68786              
68787              Add <features.h> probing, seems to be needed for (some?)
68788              Linux largefileness.
68789      Branch: perl
68790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68791            ! config_h.SH configure.com epoc/config.sh perl.h
68792            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68793            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68794            ! win32/config.bc win32/config.gc win32/config.vc
68795 ____________________________________________________________________________
68796 [  8436] By: jhi                                   on 2001/01/13  17:47:21
68797         Log: Tighten some of the tests a bit.
68798      Branch: perl
68799            ! t/pragma/utf8.t
68800 ____________________________________________________________________________
68801 [  8435] By: jhi                                   on 2001/01/13  17:31:54
68802         Log: Integrate perlio:
68803              
68804              [  8434]
68805              Run dmake regen_config_h for Win32
68806              
68807              [  8433]
68808              VMS friendly patch to Encode compile process
68809      Branch: perl
68810           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
68811           !> win32/config_H.gc win32/config_H.vc
68812 ____________________________________________________________________________
68813 [  8434] By: nick                                  on 2001/01/13  11:36:53
68814         Log: Run dmake regen_config_h for Win32
68815      Branch: perlio
68816            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68817 ____________________________________________________________________________
68818 [  8433] By: nick                                  on 2001/01/13  11:31:55
68819         Log: VMS friendly patch to Encode compile process
68820      Branch: perlio
68821            ! ext/Encode/Makefile.PL ext/Encode/compile
68822 ____________________________________________________________________________
68823 [  8432] By: nick                                  on 2001/01/13  11:06:44
68824         Log: Integrate mainline
68825      Branch: perlio
68826           +> ext/B/B/Concise.pm
68827           !> (integrate 52 files)
68828 ____________________________________________________________________________
68829 [  8431] By: jhi                                   on 2001/01/13  05:55:55
68830         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
68831              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68832              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
68833              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
68834      Branch: perl
68835            ! ext/B/B/Concise.pm
68836 ____________________________________________________________________________
68837 [  8430] By: jhi                                   on 2001/01/13  04:24:18
68838         Log: The LVRET macro needed an aTHX.
68839      Branch: perl
68840            ! pp.h
68841 ____________________________________________________________________________
68842 [  8429] By: jhi                                   on 2001/01/13  02:12:42
68843         Log: Update Changes.
68844      Branch: perl
68845            ! Changes patchlevel.h
68846 ____________________________________________________________________________
68847 [  8428] By: jhi                                   on 2001/01/13  02:08:50
68848         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
68849              From: Peter Prymmer <pvhp@forte.com>
68850              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
68851              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
68852              
68853              Add a BEGIN guard for sloppy floating point division.
68854      Branch: perl
68855            ! lib/Math/BigInt.pm lib/bigint.pl
68856 ____________________________________________________________________________
68857 [  8427] By: jhi                                   on 2001/01/13  01:47:16
68858         Log: The B::Terse drop-in replacement wasn't quite drop-in.
68859      Branch: perl
68860            ! ext/B/B/Terse.pm
68861 ____________________________________________________________________________
68862 [  8426] By: jhi                                   on 2001/01/12  21:20:43
68863         Log: Use UVXf.
68864      Branch: perl
68865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68866            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
68867            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
68868            ! vos/config.ga.def vos/config.ga.h win32/config.bc
68869            ! win32/config.gc win32/config.vc
68870 ____________________________________________________________________________
68871 [  8425] By: jhi                                   on 2001/01/12  20:20:14
68872         Log: Subject: [PATCH perl@8342] -Wformat
68873              From: Robin Barker <rmb1@cise.npl.co.uk>
68874              Date: Fri, 12 Jan 2001 20:03:14 GMT
68875              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
68876      Branch: perl
68877            ! ext/Encode/Encode.xs mg.c sv.c toke.c
68878 ____________________________________________________________________________
68879 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68880         Log: Subject: B::Concise -- an improved replacement for B::Terse 
68881              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68882              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
68883              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
68884      Branch: perl
68885            + ext/B/B/Concise.pm
68886            ! MANIFEST ext/B/B/Terse.pm
68887 ____________________________________________________________________________
68888 [  8423] By: jhi                                   on 2001/01/12  19:24:02
68889         Log: The new metaconfig unit from the #8421.
68890      Branch: metaconfig/U/perl
68891            + d_sigprocmask.U
68892 ____________________________________________________________________________
68893 [  8422] By: jhi                                   on 2001/01/12  19:23:43
68894         Log: Forgot the microperl config from the #8421.
68895      Branch: perl
68896            ! uconfig.h uconfig.sh
68897 ____________________________________________________________________________
68898 [  8421] By: jhi                                   on 2001/01/12  19:05:27
68899         Log: Add sigprocmask() probe, regen Configure, regen toc.
68900      Branch: perl
68901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68902            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
68903            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68904            ! vos/config.ga.h win32/config.bc win32/config.gc
68905            ! win32/config.vc
68906 ____________________________________________________________________________
68907 [  8420] By: jhi                                   on 2001/01/12  18:34:31
68908         Log: Add sockatmark() to the todo list.
68909      Branch: perl
68910            ! Todo-5.6
68911 ____________________________________________________________________________
68912 [  8419] By: jhi                                   on 2001/01/12  18:09:46
68913         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
68914      Branch: perl
68915            ! op.c
68916 ____________________________________________________________________________
68917 [  8418] By: jhi                                   on 2001/01/12  18:05:30
68918         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
68919              From: Radu Greab <radu@netsoft.ro>
68920              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
68921              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
68922      Branch: perl
68923            ! op.c t/pragma/sub_lval.t
68924 ____________________________________________________________________________
68925 [  8417] By: jhi                                   on 2001/01/12  16:09:09
68926         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
68927              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
68928              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
68929              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
68930      Branch: perl
68931            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
68932            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
68933            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
68934            ! t/pragma/sub_lval.t toke.c
68935 ____________________________________________________________________________
68936 [  8416] By: jhi                                   on 2001/01/12  15:42:06
68937         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
68938              From: "Richard Soderberg" <rs@crystalflame.net>
68939              Date: Fri, 12 Jan 2001 04:49:35 -0800
68940              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
68941              
68942              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
68943              according to the platform.
68944      Branch: perl
68945            ! op.c
68946 ____________________________________________________________________________
68947 [  8415] By: jhi                                   on 2001/01/12  15:33:41
68948         Log: One more UTF-8 fix from Inaba Hiroto.
68949      Branch: perl
68950            ! pp.c regexec.c t/pragma/utf8.t
68951 ____________________________________________________________________________
68952 [  8414] By: jhi                                   on 2001/01/12  15:30:18
68953         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
68954      Branch: perl
68955            ! regexec.c
68956 ____________________________________________________________________________
68957 [  8413] By: jhi                                   on 2001/01/12  15:22:10
68958         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
68959              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68960              Date: Thu, 11 Jan 2001 12:53:36 +0100
68961              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
68962      Branch: perl
68963            ! toke.c
68964 ____________________________________________________________________________
68965 [  8412] By: jhi                                   on 2001/01/12  15:20:25
68966         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
68967              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68968              Date: Fri, 12 Jan 2001 14:37:55 +0100
68969              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
68970      Branch: perl
68971            ! hints/posix-bc.sh
68972 ____________________________________________________________________________
68973 [  8411] By: jhi                                   on 2001/01/12  15:14:14
68974         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
68975              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68976              Date: Fri, 12 Jan 2001 10:42:21 +0100
68977              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
68978      Branch: perl
68979            ! t/op/regmesg.t
68980 ____________________________________________________________________________
68981 [  8410] By: jhi                                   on 2001/01/12  05:48:55
68982         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
68983              From: Nicholas Clark <nick@ccl4.org> 
68984              Date: Sun, 7 Jan 2001 19:47:14 +0000
68985              Message-ID: <20010107194714.B1048@plum.flirble.org>
68986      Branch: perl
68987            ! t/op/numconvert.t
68988 ____________________________________________________________________________
68989 [  8409] By: jhi                                   on 2001/01/12  05:41:28
68990         Log: Integrate perlio:
68991              
68992              [  8408]
68993              Remove variables that were used in experiments.
68994              
68995              [  8407]
68996              Catch die in %SIG handler and unblock the signal before re-dying.
68997              This make Linux work _without_ sigsetjmp().
68998              Turn off sigsetjmp() to see what else it does.
68999              May need Configure probe for sigprocmask() if anything has sigaction()
69000              but not sigprocmask().
69001      Branch: perl
69002           !> mg.c scope.h
69003 ____________________________________________________________________________
69004 [  8408] By: nick                                  on 2001/01/11  22:43:28
69005         Log: Remove variables that were used in experiments.
69006      Branch: perlio
69007            ! mg.c
69008 ____________________________________________________________________________
69009 [  8407] By: nick                                  on 2001/01/11  20:57:44
69010         Log: Catch die in %SIG handler and unblock the signal before re-dying.
69011              This make Linux work _without_ sigsetjmp().
69012              Turn off sigsetjmp() to see what else it does.
69013              May need Configure probe for sigprocmask() if anything has sigaction()
69014              but not sigprocmask().
69015      Branch: perlio
69016            ! mg.c scope.h
69017 ____________________________________________________________________________
69018 [  8406] By: nick                                  on 2001/01/11  19:32:07
69019         Log: Integrate mainline
69020      Branch: perlio
69021           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
69022           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
69023           !> t/op/substr.t
69024 ____________________________________________________________________________
69025 [  8405] By: jhi                                   on 2001/01/11  17:11:01
69026         Log: Fix UTF-8 lval substr().
69027      Branch: perl
69028            ! mg.c t/op/substr.t
69029 ____________________________________________________________________________
69030 [  8404] By: jhi                                   on 2001/01/11  05:13:58
69031         Log: Update Changes.
69032      Branch: perl
69033            ! Changes patchlevel.h
69034 ____________________________________________________________________________
69035 [  8403] By: jhi                                   on 2001/01/11  04:38:24
69036         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
69037              From: Hugo <hv@crypt.compulink.co.uk>
69038              Date: Mon, 30 Oct 2000 01:33:26 +0000
69039              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
69040      Branch: perl
69041            ! regexec.c t/op/re_tests
69042 ____________________________________________________________________________
69043 [  8402] By: jhi                                   on 2001/01/11  04:26:12
69044         Log: Integrate perlio:
69045              
69046              [  8401]
69047              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69048              (So Alan and Ilya can try setting via hints.)
69049              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69050              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69051              doing the save everywhere seems to restart read() correctly, but just
69052              doing it once "round" the handler does not.
69053              
69054              [  8399]
69055              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69056              
69057              [  8393]
69058              Back out Simon's pid hackery for now.
69059              
69060              [  8371]
69061              Fix "scalars leaked" bugs caused by overload magic
69062              (Highlighted by Ilya's DESTROY optimization.)
69063      Branch: perl
69064           !> scope.h util.c
69065 ____________________________________________________________________________
69066 [  8401] By: nick                                  on 2001/01/10  22:52:55
69067         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69068              (So Alan and Ilya can try setting via hints.)
69069              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69070              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69071              doing the save everywhere seems to restart read() correctly, but just
69072              doing it once "round" the handler does not.
69073      Branch: perlio
69074            ! scope.h
69075 ____________________________________________________________________________
69076 [  8400] By: jhi                                   on 2001/01/10  21:57:54
69077         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
69078              of IRIX, HP-UX is unaffected.
69079      Branch: perl
69080            ! perl.h
69081 ____________________________________________________________________________
69082 [  8399] By: nick                                  on 2001/01/10  21:29:19
69083         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69084      Branch: perlio
69085            ! util.c
69086 ____________________________________________________________________________
69087 [  8398] By: jhi                                   on 2001/01/10  20:55:31
69088         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
69089              also have ReusePort.
69090      Branch: perl
69091            ! ext/IO/lib/IO/Socket/INET.pm
69092 ____________________________________________________________________________
69093 [  8397] By: jhi                                   on 2001/01/10  20:50:57
69094         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
69095              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69096              Date: Wed, 10 Jan 2001 01:38:13 -0800
69097              Message-ID: <20010110013813.B41744@yahoo-inc.com>
69098      Branch: perl
69099            ! ext/IO/lib/IO/Socket/INET.pm
69100 ____________________________________________________________________________
69101 [  8396] By: jhi                                   on 2001/01/10  20:49:30
69102         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
69103              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69104              Date: Wed, 10 Jan 2001 01:37:32 -0800
69105              Message-ID: <20010110013732.A41744@yahoo-inc.com>
69106      Branch: perl
69107            ! ext/Socket/Socket.pm
69108 ____________________________________________________________________________
69109 [  8395] By: jhi                                   on 2001/01/10  20:41:37
69110         Log: Test for bug id 20010105.016 (fixed by #8378).
69111      Branch: perl
69112            ! t/op/split.t
69113 ____________________________________________________________________________
69114 [  8394] By: jhi                                   on 2001/01/10  20:26:32
69115         Log: Integrate perlio.
69116      Branch: perl
69117            ! util.c
69118 ____________________________________________________________________________
69119 [  8393] By: nick                                  on 2001/01/10  19:34:30
69120         Log: Back out Simon's pid hackery for now.
69121      Branch: perlio
69122            ! util.c
69123 ____________________________________________________________________________
69124 [  8392] By: nick                                  on 2001/01/10  19:23:13
69125         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
69126      Branch: perlio
69127           !> (integrate 29 files)
69128 ____________________________________________________________________________
69129 [  8391] By: jhi                                   on 2001/01/10  18:43:15
69130         Log: Subject: [PATCH] Fix my_pclose segfault
69131              From: Simon Cozens <simon@cozens.net>
69132              Date: Wed, 10 Jan 2001 18:39:35 +0000
69133              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
69134      Branch: perl
69135            ! util.c
69136 ____________________________________________________________________________
69137 [  8390] By: jhi                                   on 2001/01/10  18:42:08
69138         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
69139              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69140              Date:     Wed, 10 Jan 2001 13:23:02 EST
69141              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
69142      Branch: perl
69143            ! ext/Opcode/Opcode.xs
69144 ____________________________________________________________________________
69145 [  8389] By: jhi                                   on 2001/01/10  15:16:07
69146         Log: Turn off the integer preservation for now.
69147      Branch: perl
69148            ! perl.h
69149 ____________________________________________________________________________
69150 [  8388] By: jhi                                   on 2001/01/10  15:01:25
69151         Log: Few more IDE/editor nits from p5p.
69152      Branch: perl
69153            ! pod/perlfaq3.pod
69154 ____________________________________________________________________________
69155 [  8387] By: jhi                                   on 2001/01/10  06:53:16
69156         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
69157              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
69158              Date: Tue, 9 Jan 2001 23:16:02 +0000
69159              Message-ID: <20010109231602.A81101@plum.flirble.org>
69160      Branch: perl
69161            ! sv.c
69162 ____________________________________________________________________________
69163 [  8386] By: jhi                                   on 2001/01/10  03:17:54
69164         Log: Test cases for #8385 (from Simon's "torture.pl")
69165      Branch: perl
69166            ! t/op/tr.t
69167 ____________________________________________________________________________
69168 [  8385] By: jhi                                   on 2001/01/10  03:17:11
69169         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
69170              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
69171              Date: Wed, 10 Jan 2001 11:39:39 +0900
69172              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69173              
69174              Some more UTF-8 tr cases fixed.
69175      Branch: perl
69176            ! doop.c
69177 ____________________________________________________________________________
69178 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69179         Log: Allow the locale test needing POSIX and the taint test
69180              needing IPC::SysV to run under 'minitest' (basically,
69181              bail out if loading the extension fails)
69182      Branch: perl
69183            ! t/op/misc.t t/op/taint.t
69184 ____________________________________________________________________________
69185 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69186         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69187              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69188              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69189              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69190      Branch: perl
69191            ! t/io/openpid.t
69192 ____________________________________________________________________________
69193 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69194         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69195              Should finish up the bug id 20001205.022.
69196      Branch: perl
69197            ! pp.c pp_hot.c scope.c
69198 ____________________________________________________________________________
69199 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69200         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69201              From: Andy Dougherty <doughera@lafayette.edu>
69202              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69203              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69204              
69205              More robust yacc/bison error detection.
69206      Branch: perl
69207            ! t/comp/proto.t
69208 ____________________________________________________________________________
69209 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69210         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69211              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69212              Date:     Tue, 9 Jan 2001 07:53:55 EST
69213              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69214      Branch: perl
69215            ! t/op/misc.t vms/test.com
69216 ____________________________________________________________________________
69217 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69218         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69219              From: jhi@cc.hut.fi
69220              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69221              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69222              
69223              The #8378 fixed this.
69224      Branch: perl
69225            ! t/op/tr.t
69226 ____________________________________________________________________________
69227 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69228         Log: Subject: One more patch for UTF8 
69229              From: Inaba Hiroto <inaba@st.rim.or.jp>
69230              Date: Tue, 09 Jan 2001 01:04:32 +0900
69231              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69232              
69233              UTF-8 fixes for 'x' and tr///.
69234      Branch: perl
69235            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69236            ! regcomp.c regexec.c toke.c utf8.c
69237 ____________________________________________________________________________
69238 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69239         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69240      Branch: perl
69241            ! t/op/length.t
69242 ____________________________________________________________________________
69243 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69244         Log: integrate changes #7775, #8316, #8316 from mainline
69245      Branch: maint-5.6/perl
69246            ! hints/solaris_2.sh
69247 ____________________________________________________________________________
69248 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69249         Log: Update Changes.
69250      Branch: perl
69251            ! Changes patchlevel.h
69252 ____________________________________________________________________________
69253 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69254         Log: IDE/editor section tweaking.
69255      Branch: perl
69256            ! pod/perlfaq3.pod
69257 ____________________________________________________________________________
69258 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69259         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69260              From: Peter Prymmer <pvhp@forte.com>
69261              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69262              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69263              
69264              In preparation os OS/390 dynamic loading.
69265      Branch: perl
69266            ! README.os390 hints/os390.sh
69267 ____________________________________________________________________________
69268 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69269         Log: Integrate with perlio.
69270      Branch: perl
69271           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69272 ____________________________________________________________________________
69273 [  8371] By: nick                                  on 2001/01/08  23:54:33
69274         Log: Fix "scalars leaked" bugs caused by overload magic
69275              (Highlighted by Ilya's DESTROY optimization.)
69276      Branch: perlio
69277            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69278 ____________________________________________________________________________
69279 [  8370] By: nick                                  on 2001/01/08  20:19:41
69280         Log: Integrate mainline
69281      Branch: perlio
69282           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69283           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
69284           !> t/op/64bitint.t
69285 ____________________________________________________________________________
69286 [  8369] By: jhi                                   on 2001/01/08  17:30:52
69287         Log: save_delete() Safefree() doesn't (anymore?) work with shared
69288              strings, one test failure in op/misc and almost all of lib/b.
69289              (Outcomments #8369.)
69290      Branch: perl
69291            ! scope.c
69292 ____________________________________________________________________________
69293 [  8368] By: jhi                                   on 2001/01/08  14:47:10
69294         Log: (Outcommented by #8369.)
69295              
69296              Subject: Re: Perl BugID 20001205.022 ---- save_delete
69297              From: Simon Cozens <simon@cozens.net>
69298              Date: Sat, 6 Jan 2001 11:48:40 +0000
69299              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
69300              
69301              The save_delete() does need the Safefree.
69302      Branch: perl
69303            ! scope.c
69304 ____________________________________________________________________________
69305 [  8367] By: bailey                                on 2001/01/08  08:53:52
69306         Log: Once again syncing after too long an absence
69307      Branch: vmsperl
69308           +> (branch 55 files)
69309            - MAINTAIN fix_pl vos/config.def vos/config.h
69310            - vos/config_h.SH_orig
69311           !> (integrate 498 files)
69312 ____________________________________________________________________________
69313 [  8366] By: jhi                                   on 2001/01/08  02:42:59
69314         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
69315              From: nick@ccl4.org
69316              Date: Sun, 7 Jan 2001 21:07:18 +0000
69317              Message-Id: <20010107210717.D1048@plum.flirble.org>
69318      Branch: perl
69319            ! sv.c t/op/64bitint.t
69320 ____________________________________________________________________________
69321 [  8365] By: jhi                                   on 2001/01/08  02:35:16
69322         Log: Subject: [PATCH] environ nit
69323              From: Simon Cozens <simon@cozens.net>
69324              Date: Sun, 7 Jan 2001 17:57:07 +0000
69325              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
69326              
69327              Use environ only if we have it.
69328      Branch: perl
69329            ! mg.c
69330 ____________________________________________________________________________
69331 [  8364] By: jhi                                   on 2001/01/08  02:24:51
69332         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
69333      Branch: perl
69334            ! ext/GDBM_File/GDBM_File.xs
69335 ____________________________________________________________________________
69336 [  8363] By: jhi                                   on 2001/01/08  02:19:24
69337         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
69338              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69339              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
69340              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
69341      Branch: perl
69342            ! dump.c op.c
69343 ____________________________________________________________________________
69344 [  8362] By: jhi                                   on 2001/01/08  02:17:43
69345         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
69346              From: Doug MacEachern <dougm@covalent.net>
69347              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
69348              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
69349              
69350              Allow AUTOLOAD to be an xsub and allow such xsubs
69351              to avoid use of $AUTOLOAD.
69352      Branch: perl
69353            ! gv.c
69354 ____________________________________________________________________________
69355 [  8361] By: jhi                                   on 2001/01/08  02:16:07
69356         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69357              From: Radu Greab <radu@netsoft.ro>
69358              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
69359              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
69360              
69361              No need for the potentially nonportable $SIG{CHLD}.
69362      Branch: perl
69363            ! t/io/pipe.t
69364 ____________________________________________________________________________
69365 [  8360] By: jhi                                   on 2001/01/08  01:58:23
69366         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
69367      Branch: perl
69368            ! lib/Getopt/Long.pm
69369 ____________________________________________________________________________
69370 [  8359] By: jhi                                   on 2001/01/08  01:55:44
69371         Log: Integrate perlio:
69372              
69373              [  8356]
69374              FILE * in XS code for PerlIO world:
69375              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69376              - Add FILE * T_STDIO typemap.
69377              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69378              
69379              [  8346]
69380              Fixup accumulated integrate muddles (perlio == devperl again)
69381      Branch: perl
69382           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
69383           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
69384           !> utf8.c win32/Makefile
69385 ____________________________________________________________________________
69386 [  8358] By: jhi                                   on 2001/01/07  21:16:50
69387         Log: Update the EPOC cross SDK URL.
69388      Branch: perl
69389            ! README.epoc
69390 ____________________________________________________________________________
69391 [  8357] By: jhi                                   on 2001/01/07  21:16:09
69392         Log: Update the EPOC cross SDK URL.
69393      Branch: maint-5.6/perl
69394            ! README.epoc
69395 ____________________________________________________________________________
69396 [  8356] By: nick                                  on 2001/01/06  21:47:52
69397         Log: FILE * in XS code for PerlIO world:
69398              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69399              - Add FILE * T_STDIO typemap.
69400              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69401      Branch: perlio
69402            ! lib/ExtUtils/typemap perlio.c perlio.h
69403 ____________________________________________________________________________
69404 [  8355] By: jhi                                   on 2001/01/06  20:27:15
69405         Log: integrate change #8336 from mainline
69406              
69407              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
69408      Branch: maint-5.6/perl
69409            ! hv.c
69410 ____________________________________________________________________________
69411 [  8354] By: jhi                                   on 2001/01/06  20:24:29
69412         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69413              From: Robin Barker <rmb1@cise.npl.co.uk>
69414              Date: Fri, 22 Dec 2000 12:17:38 GMT
69415              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69416              
69417              The patch reformats some long =item lines so they give
69418              correct output via pod2man | nroff -man
69419              
69420              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69421              From: Robin Barker <rmb1@cise.npl.co.uk>
69422              Date: Tue, 2 Jan 2001 15:35:03 GMT
69423              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69424              
69425              Here is a _further_ patch which corrects a few more errors:
69426              * an empty C<=item> in CPAN.pm
69427              * patching the wrong file (pod/perlamiga.pod not README.amiga)
69428              * leaving empty C<=item>s which formatted incorrectly
69429              * over long C<=item>s revealed by latest patch to Pod::Man
69430      Branch: maint-5.6/perl
69431            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69432            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69433            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
69434            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
69435            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
69436            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
69437 ____________________________________________________________________________
69438 [  8353] By: jhi                                   on 2001/01/06  20:21:10
69439         Log: integrate changes #7980, 8056, 8057 from mainline
69440              
69441              UTF-8 hash keys.
69442      Branch: maint-5.6/perl
69443            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
69444 ____________________________________________________________________________
69445 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69446         Log: Forgotten from #8438.
69447      Branch: maint-5.6/perl
69448            ! epoc/epocish.h
69449 ____________________________________________________________________________
69450 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69451         Log: Forgotten from #8347.
69452      Branch: maint-5.6/perl
69453            ! config_h.SH
69454 ____________________________________________________________________________
69455 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69456         Log: Thinko in #8347.
69457      Branch: maint-5.6/perl
69458            ! regcomp.c
69459 ____________________________________________________________________________
69460 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69461         Log: Copy the FAQ3 IDE section from the development branch,
69462              changes originally by Peter Prymmer.
69463      Branch: maint-5.6/perl
69464            ! pod/perlfaq3.pod
69465 ____________________________________________________________________________
69466 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69467         Log: EPOC updates for TRIAL1.
69468              
69469              Subject: [5.6.1 trial1] EPOC update
69470              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69471              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69472              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69473              
69474              Subject: epoc patch2 for perl-5.6.1-trial1
69475              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69476              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69477              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69478      Branch: maint-5.6/perl
69479            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69480            ! epoc/epocish.c
69481 ____________________________________________________________________________
69482 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69483         Log: integrate changes #7710,7824,7973 from mainline,
69484              plus VMS nits from Peter Prymmer and Dan Sugalski.
69485              
69486              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69487              library (getprotobyname and getprotobynumber are outversioned by
69488              the same calls in libc, at least for xlc version 3.
69489              
69490              Add HAS_SBRK_PROTO.
69491              
69492              Fixes for signedness warnings noticed by VMSperlers.
69493      Branch: maint-5.6/perl
69494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69495            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69496            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69497            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69498            ! win32/config.bc win32/config.gc win32/config.vc
69499 ____________________________________________________________________________
69500 [  8346] By: nick                                  on 2001/01/06  14:36:01
69501         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69502      Branch: perlio
69503            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69504 ____________________________________________________________________________
69505 [  8345] By: nick                                  on 2001/01/06  14:24:58
69506         Log: Integrate mainline
69507      Branch: perlio
69508           !> (integrate 55 files)
69509 ____________________________________________________________________________
69510 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69511         Log: Subject: [patch] PerlIO_cleanup() prototype
69512              From: Doug MacEachern <dougm@covalent.net>
69513              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69514              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69515      Branch: perl
69516            ! perlio.h
69517 ____________________________________________________________________________
69518 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69519         Log: IRIX compiler noticed that the bof initialization might be
69520              bypassed by control flow.
69521      Branch: perl
69522            ! toke.c
69523 ____________________________________________________________________________
69524 [  8342] By: jhi                                   on 2001/01/06  00:10:48
69525         Log: Update Changes.
69526      Branch: perl
69527            ! Changes patchlevel.h
69528 ____________________________________________________________________________
69529 [  8341] By: jhi                                   on 2001/01/05  23:52:33
69530         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
69531      Branch: perl
69532            ! toke.c
69533 ____________________________________________________________________________
69534 [  8340] By: jhi                                   on 2001/01/05  22:44:08
69535         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69536              From: Radu Greab <radu@netsoft.ro>
69537              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
69538              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
69539      Branch: perl
69540            ! t/io/pipe.t util.c
69541 ____________________________________________________________________________
69542 [  8339] By: jhi                                   on 2001/01/05  22:35:17
69543         Log: Subject: [PATCH] format and rewording in perlfaq.pod
69544              From: Robin Barker <rmb1@cise.npl.co.uk>
69545              Date: Fri, 5 Jan 2001 18:51:20 GMT
69546              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
69547      Branch: perl
69548            ! pod/perlfaq.pod
69549 ____________________________________________________________________________
69550 [  8338] By: jhi                                   on 2001/01/05  22:31:17
69551         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
69552              From: Peter Prymmer <pvhp@forte.com>
69553              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
69554              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
69555      Branch: perl
69556            ! utils/perlbug.PL
69557 ____________________________________________________________________________
69558 [  8337] By: jhi                                   on 2001/01/05  18:15:11
69559         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
69560              From: Robin Barker <rmb1@cise.npl.co.uk>
69561              Date: Tue, 2 Jan 2001 15:24:07 GMT
69562              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69563              
69564              If you call configure as C<./Configure> or C<sh ./Configure>,
69565              $src is set to the absolute path name, not '.'.
69566              
69567              This, in turn, means -Dmksymlink tries to do its stuff because
69568              it does not think it is in the src directory.
69569              
69570              (plus a metaconfig nitfix)
69571      Branch: metaconfig
69572            ! U/compline/ccflags.U U/modified/src.U
69573      Branch: perl
69574            ! Configure config_h.SH
69575 ____________________________________________________________________________
69576 [  8336] By: jhi                                   on 2001/01/05  17:48:32
69577         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
69578              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69579              Message-ID: <3A5606C4.473D2226@uk.sun.com>
69580              Date: Fri, 05 Jan 2001 17:39:16 +0000
69581      Branch: perl
69582            ! hv.c
69583 ____________________________________________________________________________
69584 [  8335] By: jhi                                   on 2001/01/05  16:05:44
69585         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
69586      Branch: perl
69587            ! lib/Getopt/Long.pm
69588 ____________________________________________________________________________
69589 [  8334] By: jhi                                   on 2001/01/05  16:00:51
69590         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
69591              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69592              Date: Fri, 05 Jan 2001 13:46:51 +0100
69593              Message-ID: <13693.978698811@nice.ram.loc>
69594              
69595              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
69596              accurate reading of the "atime".  
69597      Branch: perl
69598            ! t/io/fs.t
69599 ____________________________________________________________________________
69600 [  8333] By: jhi                                   on 2001/01/05  15:57:37
69601         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
69602              From: Simon Cozens <simon@cozens.net>
69603              Date: Fri, 8 Dec 2000 13:33:31 +0000
69604              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
69605              
69606              A lost patch fragment.
69607      Branch: perl
69608            ! doop.c
69609 ____________________________________________________________________________
69610 [  8332] By: jhi                                   on 2001/01/05  15:40:42
69611         Log: Do away with strncpy() and a fixed length buffer.
69612      Branch: perl
69613            ! utf8.c
69614 ____________________________________________________________________________
69615 [  8331] By: jhi                                   on 2001/01/05  15:03:07
69616         Log: Tests for #8329 and #8330.
69617      Branch: perl
69618            ! t/op/bop.t
69619 ____________________________________________________________________________
69620 [  8330] By: jhi                                   on 2001/01/05  15:02:38
69621         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
69622              raw 8-bit form to the UTF-8 string.
69623      Branch: perl
69624            ! toke.c
69625 ____________________________________________________________________________
69626 [  8329] By: jhi                                   on 2001/01/05  14:55:13
69627         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
69628              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69629              Date: Fri, 5 Jan 2001 12:28:52 +0100
69630              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
69631              
69632              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
69633              no effect.  (changed the strncpy() to Copy())
69634      Branch: perl
69635            ! toke.c
69636 ____________________________________________________________________________
69637 [  8328] By: jhi                                   on 2001/01/05  06:44:27
69638         Log: UTF-8 cleanup.
69639      Branch: perl
69640            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
69641            ! regexec.c sv.c toke.c
69642 ____________________________________________________________________________
69643 [  8327] By: jhi                                   on 2001/01/05  01:11:29
69644         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')
69645              From: Radu Greab <radu@netsoft.ro>
69646              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
69647              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
69648              
69649              Cleans up Harness to not use FileHandle, which uses IO.
69650      Branch: perl
69651            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69652 ____________________________________________________________________________
69653 [  8326] By: jhi                                   on 2001/01/05  00:56:37
69654         Log: Update Changes.
69655      Branch: perl
69656            ! Changes patchlevel.h
69657 ____________________________________________________________________________
69658 [  8325] By: jhi                                   on 2001/01/05  00:53:18
69659         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
69660              From: Peter Prymmer <pvhp@forte.com>
69661              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
69662              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
69663              
69664              plus a couple more tailing whitespace removals.
69665      Branch: perl
69666            ! win32/Makefile
69667 ____________________________________________________________________________
69668 [  8324] By: jhi                                   on 2001/01/05  00:47:39
69669         Log: Add some Unicode chop() tests.
69670      Branch: perl
69671            ! t/op/chop.t
69672 ____________________________________________________________________________
69673 [  8323] By: jhi                                   on 2001/01/05  00:47:23
69674         Log: Unify UTF-8 malformedness handling.
69675      Branch: perl
69676            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
69677 ____________________________________________________________________________
69678 [  8322] By: jhi                                   on 2001/01/04  22:21:54
69679         Log: The new $issymlink was unknown to Mksymlinks.
69680      Branch: metaconfig/U/perl
69681            ! Mksymlinks.U issymlink.U
69682      Branch: perl
69683            ! Configure config_h.SH
69684 ____________________________________________________________________________
69685 [  8321] By: jhi                                   on 2001/01/04  21:51:05
69686         Log: The test didn't work under the core test framework.
69687      Branch: perl
69688            ! t/lib/st-lock.t
69689 ____________________________________________________________________________
69690 [  8320] By: jhi                                   on 2001/01/04  21:14:22
69691         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
69692      Branch: perl
69693            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
69694 ____________________________________________________________________________
69695 [  8319] By: jhi                                   on 2001/01/04  20:46:17
69696         Log: Typo in #8312 when manually applying a problematic patch fragment.
69697      Branch: perl
69698            ! ext/Storable/Storable.xs
69699 ____________________________________________________________________________
69700 [  8318] By: jhi                                   on 2001/01/04  20:43:01
69701         Log: The $sh_c didn't fly.
69702      Branch: metaconfig
69703            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69704            ! U/modified/Loc.U U/modified/myhostname.U
69705            ! U/modified/spitshell.U
69706      Branch: metaconfig/U/perl
69707            ! issymlink.U
69708      Branch: perl
69709            ! Configure config_h.SH
69710 ____________________________________________________________________________
69711 [  8317] By: jhi                                   on 2001/01/04  19:58:01
69712         Log: AIX builtin test -h is broken, changes based on
69713              
69714              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
69715              Date: Tue, 02 Jan 2001 11:24:39 +0100
69716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69717              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
69718      Branch: metaconfig
69719            + U/modified/spitshell.U
69720            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69721            ! U/modified/Loc.U U/modified/myhostname.U
69722      Branch: metaconfig/U/perl
69723            ! Mksymlinks.U issymlink.U
69724      Branch: perl
69725            ! Configure
69726 ____________________________________________________________________________
69727 [  8316] By: jhi                                   on 2001/01/04  19:02:22
69728         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
69729              From: Andy Dougherty <doughera@lafayette.edu>
69730              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
69731              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
69732              
69733              Beware of GNU ld.
69734      Branch: perl
69735            ! hints/solaris_2.sh
69736 ____________________________________________________________________________
69737 [  8315] By: jhi                                   on 2001/01/04  18:56:48
69738         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
69739              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
69740              Date: Wed, 3 Jan 2001 07:58:51 +0100
69741              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
69742      Branch: perl
69743            ! hints/solaris_2.sh
69744 ____________________________________________________________________________
69745 [  8314] By: jhi                                   on 2001/01/04  18:54:07
69746         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
69747              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69748              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
69749              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
69750              
69751              Doc tweak on #8313.
69752      Branch: perl
69753            ! ext/B/B/Deparse.pm
69754 ____________________________________________________________________________
69755 [  8313] By: jhi                                   on 2001/01/04  18:52:27
69756         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
69757              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
69758              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69759              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
69760              
69761              Make the peephole optimizer to bypass more null ops and
69762              and rewrite the deparse handling of continue blocks.
69763      Branch: perl
69764            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
69765 ____________________________________________________________________________
69766 [  8312] By: jhi                                   on 2001/01/04  18:47:39
69767         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
69768      Branch: perl
69769            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
69770            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69771            ! t/lib/st-lock.t
69772 ____________________________________________________________________________
69773 [  8311] By: jhi                                   on 2001/01/04  18:36:08
69774         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
69775              filter to be run on each .pm during the pm_to_blib() phase,
69776              a fixed version of
69777              
69778              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
69779              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69780              Date: Wed, 03 Jan 2001 22:01:30 +0100
69781              Message-ID: <5296.978555690@nice.ram.loc>
69782      Branch: perl
69783            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
69784            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
69785            ! lib/ExtUtils/MakeMaker.pm
69786 ____________________________________________________________________________
69787 [  8310] By: jhi                                   on 2001/01/04  18:32:54
69788         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69789              From: Robin Barker <rmb1@cise.npl.co.uk>
69790              Date: Tue, 2 Jan 2001 15:35:03 GMT
69791              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69792      Branch: perl
69793            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
69794            ! pod/perlrequick.pod
69795 ____________________________________________________________________________
69796 [  8309] By: jhi                                   on 2001/01/04  18:29:07
69797         Log: Subject: Re: [patch] static-ize XS()
69798              From: Doug MacEachern <dougm@covalent.net>
69799              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
69800              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
69801              
69802              Provide prototypes for the XS functions.
69803      Branch: perl
69804            ! lib/ExtUtils/xsubpp
69805 ____________________________________________________________________________
69806 [  8308] By: jhi                                   on 2001/01/04  18:27:44
69807         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
69808              From: Doug MacEachern <dougm@covalent.net>
69809              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
69810              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
69811      Branch: perl
69812            ! lib/ExtUtils/typemap
69813 ____________________________________________________________________________
69814 [  8307] By: jhi                                   on 2001/01/04  18:25:25
69815         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
69816              From: Doug MacEachern <dougm@covalent.net>
69817              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
69818              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
69819              
69820              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
69821      Branch: perl
69822            ! lib/ExtUtils/MM_Unix.pm
69823 ____________________________________________________________________________
69824 [  8306] By: jhi                                   on 2001/01/04  18:23:00
69825         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
69826              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69827              Date: Thu, 4 Jan 2001 12:47:10 +0100 
69828              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
69829              
69830              The toke.c part only, patching embed.h and proto.h is futile.
69831      Branch: perl
69832            ! toke.c
69833 ____________________________________________________________________________
69834 [  8305] By: jhi                                   on 2001/01/04  18:05:51
69835         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
69836              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69837              Date: Thu, 4 Jan 2001 17:50:12 +0100 
69838              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
69839      Branch: perl
69840            ! toke.c
69841 ____________________________________________________________________________
69842 [  8304] By: jhi                                   on 2001/01/04  18:03:26
69843         Log: Subject: [PATCH perl@8269]
69844              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69845              Date: Thu, 4 Jan 2001 12:53:39 +0100 
69846              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
69847              
69848              If running byacc write-enable also perly.h.
69849      Branch: perl
69850            ! Makefile.SH
69851 ____________________________________________________________________________
69852 [  8303] By: jhi                                   on 2001/01/04  15:40:49
69853         Log: Rewrite pp_concat() in terms of sv_catsv().
69854      Branch: perl
69855            ! pp_hot.c
69856 ____________________________________________________________________________
69857 [  8302] By: nick                                  on 2001/01/03  22:43:22
69858         Log: Integrate mainline.
69859      Branch: perlio
69860           !> ext/Encode/Encode.xs sv.c utf8.c
69861 ____________________________________________________________________________
69862 [  8301] By: jhi                                   on 2001/01/02  23:40:26
69863         Log: Variable naming tweak.
69864      Branch: perl
69865            ! sv.c
69866 ____________________________________________________________________________
69867 [  8300] By: jhi                                   on 2001/01/02  23:40:02
69868         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
69869              in is_utf8_string().
69870      Branch: perl
69871            ! utf8.c
69872 ____________________________________________________________________________
69873 [  8299] By: jhi                                   on 2001/01/02  22:14:40
69874         Log: Integrate perlio:
69875              
69876              [  8298]
69877              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69878              
69879              [  8296]
69880              Add Encode and correct Filter/Util/Call in nmake Makefile
69881      Branch: perl
69882           !> pp.c pp_hot.c win32/Makefile
69883 ____________________________________________________________________________
69884 [  8298] By: nick                                  on 2001/01/02  22:03:06
69885         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69886      Branch: perlio
69887            ! pp.c pp_hot.c
69888 ____________________________________________________________________________
69889 [  8297] By: jhi                                   on 2001/01/02  04:26:28
69890         Log: Signedness nit.
69891      Branch: perl
69892            ! ext/Encode/Encode.xs
69893 ____________________________________________________________________________
69894 [  8296] By: nick                                  on 2001/01/01  23:49:36
69895         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
69896      Branch: perlio
69897            ! win32/Makefile
69898 ____________________________________________________________________________
69899 [  8295] By: jhi                                   on 2001/01/01  23:05:48
69900         Log: Integrate perlio:
69901              
69902              [  8293]
69903              More rigor in UTF-8-ness of Encode's toUnicode
69904              XS export some of the utf8 internal functions.
69905              Test some of the functions.
69906              Fix pp_concat() bug shown by said tests.
69907      Branch: perl
69908           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69909           !> t/lib/encode.t
69910 ____________________________________________________________________________
69911 [  8294] By: nick                                  on 2001/01/01  22:48:34
69912         Log: Integrate mainline
69913      Branch: perlio
69914            ! pp_hot.c t/lib/encode.t
69915           !> (integrate 65 files)
69916 ____________________________________________________________________________
69917 [  8293] By: nick                                  on 2001/01/01  21:58:50
69918         Log: More rigor in UTF-8-ness of Encode's toUnicode
69919              XS export some of the utf8 internal functions.
69920              Test some of the functions.
69921              Fix pp_concat() bug shown by said tests.
69922      Branch: perlio
69923            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69924            ! t/lib/encode.t
69925 ____________________________________________________________________________
69926 [  8292] By: jhi                                   on 2001/01/01  18:11:44
69927         Log: Integrate perlio:
69928              
69929              [  8290]
69930              Loose the "Loading..." warning.
69931              Another bug in fallback support
69932              
69933              [  8288]
69934              Fix .ucm reading - forgot a chr()
69935              Start of .ucm write (for .enc to .ucm)
69936              
69937              [  8285]
69938              Start of support of ICU-style .ucm files:
69939              - teach compile how to read a .ucm file
69940              - first guess at how to represent fallbacks in "tries".
69941              - use fallbacks if check == 0
69942              - new return code to indicate we used one.
69943      Branch: perl
69944           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69945           !> ext/Encode/encengine.c ext/Encode/encode.h
69946 ____________________________________________________________________________
69947 [  8291] By: jhi                                   on 2001/01/01  18:10:58
69948         Log: Podify README.mpeix (a new version from the web),
69949              add a dummy NAME to Carp::Heavy, regen toc.
69950      Branch: perl
69951            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
69952            ! pod/perltoc.pod
69953 ____________________________________________________________________________
69954 [  8290] By: nick                                  on 2001/01/01  17:43:47
69955         Log: Loose the "Loading..." warning.
69956              Another bug in fallback support
69957      Branch: perlio
69958            ! ext/Encode/Encode.pm ext/Encode/encengine.c
69959 ____________________________________________________________________________
69960 [  8289] By: jhi                                   on 2001/01/01  00:01:57
69961         Log: Bump up Larry's copyright.
69962      Branch: perl
69963            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
69964            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
69965            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
69966            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
69967            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
69968            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69969            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69970            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69971 ____________________________________________________________________________
69972 [  8288] By: nick                                  on 2000/12/31  21:27:53
69973         Log: Fix .ucm reading - forgot a chr()
69974              Start of .ucm write (for .enc to .ucm)
69975      Branch: perlio
69976            ! ext/Encode/compile
69977 ____________________________________________________________________________
69978 [  8287] By: jhi                                   on 2000/12/31  18:15:56
69979         Log: Comment away a diagnostic message as noted by Craig A. Berry
69980              (the unexpected message was confusing testing)
69981      Branch: perl
69982            ! ext/Encode/Encode.pm
69983 ____________________________________________________________________________
69984 [  8286] By: jhi                                   on 2000/12/31  18:14:51
69985         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
69986              Date: Sun, 31 Dec 2000 11:17:37 -0600
69987              From: "Craig A. Berry" <craigberry@mac.com>
69988              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
69989      Branch: perl
69990            ! ext/Encode/Makefile.PL
69991 ____________________________________________________________________________
69992 [  8285] By: nick                                  on 2000/12/31  18:11:54
69993         Log: Start of support of ICU-style .ucm files:
69994              - teach compile how to read a .ucm file
69995              - first guess at how to represent fallbacks in "tries".
69996              - use fallbacks if check == 0
69997              - new return code to indicate we used one.
69998      Branch: perlio
69999            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70000            ! ext/Encode/encengine.c ext/Encode/encode.h
70001 ____________________________________________________________________________
70002 [  8284] By: jhi                                   on 2000/12/31  18:04:41
70003         Log: Pacify picky VMS compiler.
70004              
70005              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
70006              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70007              Date: Sat, 30 Dec 2000 18:10:02 -0600
70008              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
70009      Branch: perl
70010            ! sv.c
70011 ____________________________________________________________________________
70012 [  8283] By: jhi                                   on 2000/12/31  16:11:47
70013         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
70014      Branch: perl
70015            ! t/lib/glob-basic.t
70016 ____________________________________________________________________________
70017 [  8282] By: jhi                                   on 2000/12/31  15:26:11
70018         Log: Integrate perlio:
70019              
70020              [  8281]
70021              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70022              is available to be exported
70023              
70024              [  8280]
70025              Ilya's OS2 patch (testing for damage on Win32)
70026      Branch: perl
70027           !> makedef.pl opcode.pl os2/os2.c perlio.c
70028 ____________________________________________________________________________
70029 [  8281] By: nick                                  on 2000/12/31  10:06:15
70030         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70031              is available to be exported
70032      Branch: perlio
70033            ! makedef.pl perlio.c
70034 ____________________________________________________________________________
70035 [  8280] By: nick                                  on 2000/12/31  09:41:26
70036         Log: Ilya's OS2 patch (testing for damage on Win32)
70037      Branch: perlio
70038            ! makedef.pl opcode.pl os2/os2.c
70039 ____________________________________________________________________________
70040 [  8279] By: jhi                                   on 2000/12/30  21:52:07
70041         Log: Test nits.
70042      Branch: perl
70043            ! t/lib/syslfs.t t/op/lfs.t
70044 ____________________________________________________________________________
70045 [  8278] By: jhi                                   on 2000/12/30  21:47:49
70046         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70047              From: andreas.koenig@anima.de (Andreas J. Koenig)
70048              Date: 30 Dec 2000 22:35:37 +0100
70049              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
70050              
70051              The 32-bit wraparound test wasn't quite right.
70052      Branch: perl
70053            ! t/lib/syslfs.t t/op/lfs.t
70054 ____________________________________________________________________________
70055 [  8277] By: jhi                                   on 2000/12/30  21:33:44
70056         Log: Subject: [PATCH] open() example in perlfunc.pod 
70057              From: Karsten Sperling <s_sperli@ira.uka.de>
70058              Date: Sat, 30 Dec 2000 22:27:09 +0100
70059              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
70060      Branch: perl
70061            ! pod/perlfunc.pod
70062 ____________________________________________________________________________
70063 [  8276] By: jhi                                   on 2000/12/30  20:32:40
70064         Log: Not quite that many tests yet.
70065      Branch: perl
70066            ! t/op/pat.t
70067 ____________________________________________________________________________
70068 [  8275] By: jhi                                   on 2000/12/30  20:26:58
70069         Log: Integrate perlio:
70070              
70071              [  8272]
70072              Tweak for MULTIPLICITY/USE_PERLIO
70073      Branch: perl
70074           !> toke.c
70075 ____________________________________________________________________________
70076 [  8274] By: jhi                                   on 2000/12/30  20:24:56
70077         Log: Signedness nit.
70078      Branch: perl
70079            ! utf8.c
70080 ____________________________________________________________________________
70081 [  8273] By: jhi                                   on 2000/12/30  20:15:46
70082         Log: Add a test case for 20000731.001 which was fixed by the #8267.
70083      Branch: perl
70084            ! t/op/pat.t
70085 ____________________________________________________________________________
70086 [  8272] By: nick                                  on 2000/12/30  19:47:51
70087         Log: Tweak for MULTIPLICITY/USE_PERLIO
70088      Branch: perlio
70089            ! toke.c
70090 ____________________________________________________________________________
70091 [  8271] By: nick                                  on 2000/12/30  19:46:45
70092         Log: Integrate mainline
70093      Branch: perlio
70094           +> lib/unicode/distinct.pm
70095           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
70096           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
70097           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
70098 ____________________________________________________________________________
70099 [  8270] By: jhi                                   on 2000/12/30  19:39:50
70100         Log: Subject: RE: perl@8269
70101              From: "Richard Soderberg" <rs@crystalflame.net>
70102              Date: Sat, 30 Dec 2000 11:36:27 -0800
70103              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
70104              
70105              A missing aTHX_.
70106      Branch: perl
70107            ! toke.c
70108 ____________________________________________________________________________
70109 [  8269] By: jhi                                   on 2000/12/30  18:55:48
70110         Log: Update Changes.
70111      Branch: perl
70112            ! Changes patchlevel.h
70113 ____________________________________________________________________________
70114 [  8268] By: jhi                                   on 2000/12/30  17:18:40
70115         Log: Add a test for Unicode split //.  The #8267 was the cure.
70116      Branch: perl
70117            ! t/op/split.t
70118 ____________________________________________________________________________
70119 [  8267] By: jhi                                   on 2000/12/30  17:14:19
70120         Log: Subject: more UTF8 test suites and an UTF8 patch
70121              From: Inaba Hiroto <inaba@st.rim.or.jp>
70122              Date: Sat, 30 Dec 2000 14:27:10 +0900
70123              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
70124              
70125              Just the patch part for now, and the pragma renamed
70126              as unicode::distinct.
70127      Branch: perl
70128            + lib/unicode/distinct.pm
70129            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
70130            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
70131            ! regcomp.h regexec.c sv.c toke.c utf8.c
70132 ____________________________________________________________________________
70133 [  8266] By: nick                                  on 2000/12/30  16:40:49
70134         Log: Integrate mainline
70135      Branch: perlio
70136           +> lib/Pod/Text/Overstrike.pm
70137           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
70138           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
70139           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
70140           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
70141           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
70142 ____________________________________________________________________________
70143 [  8265] By: jhi                                   on 2000/12/30  07:28:55
70144         Log: The sv_catsv() fix, take two.
70145      Branch: perl
70146            ! sv.c t/op/join.t
70147 ____________________________________________________________________________
70148 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70149         Log: Undo all the join-related changes since #8248: relevant
70150              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
70151              The new sv_catsv() doesn't fly so it must go back to
70152              the drawing board.
70153      Branch: perl
70154            ! sv.c t/op/join.t t/pragma/utf8.t
70155 ____________________________________________________________________________
70156 [  8263] By: jhi                                   on 2000/12/30  01:08:32
70157         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
70158      Branch: perl
70159            ! sv.c
70160 ____________________________________________________________________________
70161 [  8262] By: jhi                                   on 2000/12/30  00:45:14
70162         Log: Retract #8261.
70163      Branch: perl
70164            ! hv.c util.c
70165 ____________________________________________________________________________
70166 [  8261] By: jhi                                   on 2000/12/30  00:38:32
70167         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
70168      Branch: perl
70169            ! hv.c util.c
70170 ____________________________________________________________________________
70171 [  8260] By: jhi                                   on 2000/12/29  22:51:33
70172         Log: (Retracted by #8264)  More fixing for #8251.
70173      Branch: perl
70174            ! sv.c
70175 ____________________________________________________________________________
70176 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70177         Log: Subject: podlators 1.06 released
70178              From: Russ Allbery <rra@stanford.edu>
70179              Date: 25 Dec 2000 05:09:30 -0800
70180              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70181      Branch: perl
70182            + lib/Pod/Text/Overstrike.pm
70183            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70184            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70185 ____________________________________________________________________________
70186 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70187         Log: Make the large file tests more robust/talkative as suggested by
70188              
70189              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70190              From: andreas.koenig@anima.de (Andreas J. Koenig)
70191              Date: 29 Dec 2000 14:23:01 +0100
70192              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70193      Branch: perl
70194            ! t/lib/syslfs.t t/op/lfs.t
70195 ____________________________________________________________________________
70196 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70197         Log: Further VMS piping fixes from Charles Lane:
70198              
70199              In summary, error messages produced when a subprocess terminated
70200              abnormally were being sent not just to the parent process, but to
70201              grandparents, because of default values for error output that were
70202              not completely overridden when the subprocess was started.
70203              
70204              This patch fixes this behavior by defining user-mode (i.e., temporary
70205              for the duration of the program) logical names for SYS$OUTPUT and
70206              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70207              changes to make it so that the user-mode logicals are the ones that
70208              control where Perl's error messages go if it terminates abnormally.
70209              
70210              I also added some gratuitous fixes to the indentation of braces in
70211              the piping code.  It just looked ugly, before.
70212      Branch: perl
70213            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70214 ____________________________________________________________________________
70215 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70216         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70217              From: "Casey R. Tweten" <crt@kiski.net>
70218              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70219              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70220              
70221              Tests for for #8240.
70222      Branch: perl
70223            ! t/pragma/constant.t
70224 ____________________________________________________________________________
70225 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70226         Log: Subject: Re: [PATCH] Interesting syntax idea
70227              From: Simon Cozens <simon@cozens.net>
70228              Date: Fri, 29 Dec 2000 14:34:04 +0000
70229              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70230              
70231              Tests for #8254.
70232      Branch: perl
70233            ! t/pragma/sub_lval.t
70234 ____________________________________________________________________________
70235 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70236         Log: Subject: [PATCH] Interesting syntax idea
70237              From: Simon Cozens <simon@cozens.net>
70238              Date: Wed, 27 Dec 2000 05:08:57 +0000
70239              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70240              
70241              Make opens + bareword assigns do typeglob assigns.
70242      Branch: perl
70243            ! op.c
70244 ____________________________________________________________________________
70245 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70246         Log: Output the (apparent) version of gcc, as suggested by
70247              
70248              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70249              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70250              Date: 26 Dec 2000 04:29:17 -0500
70251              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70252              
70253              (The patch as such didn't any more apply as the misparsing had
70254              already been addressed in #6474.)  Also change the wording about
70255              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70256      Branch: perl
70257            ! hints/dec_osf.sh
70258 ____________________________________________________________________________
70259 [  8252] By: nick                                  on 2000/12/29  12:14:31
70260         Log: Integrate mainline
70261      Branch: perlio
70262           !> (integrate 27 files)
70263 ____________________________________________________________________________
70264 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70265         Log: (Retracted by #8264)
70266              
70267              (Fixed by #8260.)
70268              
70269              sv_catsv() needs one more byte space than seems reasonable.
70270              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70271              Curiouser and curiouser.
70272      Branch: perl
70273            ! sv.c
70274 ____________________________________________________________________________
70275 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70276         Log: More split // UTF-8 tests.
70277      Branch: perl
70278            ! t/pragma/utf8.t
70279 ____________________________________________________________________________
70280 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70281         Log: (Retracted by #8264)  More join() testing which was good because
70282              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70283      Branch: perl
70284            ! pp.c t/op/join.t utf8.c utf8.h
70285 ____________________________________________________________________________
70286 [  8248] By: jhi                                   on 2000/12/29  07:08:32
70287         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
70288              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
70289              that the only cases to care about are byte+byte and byte+character.
70290              
70291              TODO: See how well pp_concat() could be implemented in terms
70292              of sv_catsv().
70293      Branch: perl
70294            ! doop.c sv.c t/op/join.t utf8.h
70295 ____________________________________________________________________________
70296 [  8247] By: jhi                                   on 2000/12/29  06:35:23
70297         Log: Signedness nit.
70298      Branch: perl
70299            ! pp_hot.c
70300 ____________________________________________________________________________
70301 [  8246] By: jhi                                   on 2000/12/29  01:23:31
70302         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
70303              From: Lupe Christoph <lupe@lupe-christoph.de>
70304              Date: Thu, 28 Dec 2000 23:00:00 +0100
70305              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
70306              
70307              Suggest rsync --delete --dry-run.
70308      Branch: perl
70309            ! pod/perlhack.pod
70310 ____________________________________________________________________________
70311 [  8245] By: jhi                                   on 2000/12/28  23:57:05
70312         Log: The maxiters upper limit sanity check (guarding against
70313              non-progress) assumed bytes instead of characters in s///
70314              and split().
70315      Branch: perl
70316            ! pp.c pp_hot.c
70317 ____________________________________________________________________________
70318 [  8244] By: jhi                                   on 2000/12/28  23:34:08
70319         Log: Make some panic messages a bit more logical.
70320      Branch: perl
70321            ! doop.c pod/perldiag.pod pp.c pp_hot.c
70322 ____________________________________________________________________________
70323 [  8243] By: jhi                                   on 2000/12/28  22:59:16
70324         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
70325              From: Simon Cozens <simon@cozens.net>
70326              Date: Wed, 27 Dec 2000 02:30:03 +0000
70327              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
70328      Branch: perl
70329            ! pp.c t/pragma/sub_lval.t
70330 ____________________________________________________________________________
70331 [  8242] By: jhi                                   on 2000/12/28  22:56:53
70332         Log: Subject: [PATCH blead] Fix B::Terse indentation
70333              From: Daniel Chetlin <daniel@chetlin.com>
70334              Date: Wed, 27 Dec 2000 06:43:30 -0800
70335              Message-ID: <20001227064329.B9573@darkstar>
70336      Branch: perl
70337            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
70338 ____________________________________________________________________________
70339 [  8241] By: jhi                                   on 2000/12/28  22:48:59
70340         Log: The latter patch from the
70341              
70342              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
70343              From: Peter Prymmer <pvhp@forte.com> 
70344              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
70345              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
70346              
70347              (the former patch from the above should have been
70348              taken care of by Nick I-S)
70349      Branch: perl
70350            ! win32/Makefile
70351 ____________________________________________________________________________
70352 [  8240] By: jhi                                   on 2000/12/28  22:45:22
70353         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
70354              From: "Casey R. Tweten" <crt@kiski.net>
70355              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
70356              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
70357      Branch: perl
70358            ! lib/constant.pm
70359 ____________________________________________________________________________
70360 [  8239] By: jhi                                   on 2000/12/28  22:37:45
70361         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
70362              From: Simon Cozens <simon@cozens.net>
70363              Date: Wed, 27 Dec 2000 14:12:44 +0000
70364              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
70365      Branch: perl
70366            ! t/op/method.t t/op/sort.t toke.c
70367 ____________________________________________________________________________
70368 [  8238] By: jhi                                   on 2000/12/28  22:30:32
70369         Log: Subject: [PATCH perl@8229] Call.pm
70370              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70371              Date: Mon, 25 Dec 2000 10:47:15 -0000
70372              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
70373      Branch: perl
70374            ! ext/Filter/Util/Call/Call.pm
70375 ____________________________________________________________________________
70376 [  8237] By: jhi                                   on 2000/12/28  22:19:21
70377         Log: Subject: [PATCH blead] Fix problem with `&' prototype
70378              From: Daniel Chetlin <daniel@chetlin.com>
70379              Date: Wed, 27 Dec 2000 15:55:32 -0800
70380              Message-ID: <20001227155532.D9573@darkstar>
70381      Branch: perl
70382            ! op.c t/comp/proto.t
70383 ____________________________________________________________________________
70384 [  8236] By: jhi                                   on 2000/12/28  22:09:25
70385         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
70386              From: Daniel Chetlin <daniel@chetlin.com>
70387              Date: Sun, 24 Dec 2000 04:09:49 -0800
70388              Message-ID: <20001224040949.B3090@darkstar>
70389      Branch: perl
70390            ! gv.c mg.c t/op/attrs.t
70391 ____________________________________________________________________________
70392 [  8235] By: jhi                                   on 2000/12/28  22:07:11
70393         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
70394              From: Jan Dubois <jand@ActiveState.com>
70395              Date: Tue, 26 Dec 2000 20:57:31 -0800
70396              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
70397      Branch: perl
70398            ! win32/win32.c
70399 ____________________________________________________________________________
70400 [  8234] By: jhi                                   on 2000/12/28  21:52:42
70401         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
70402              From: Simon Cozens <simon@cozens.net>
70403              Date: Thu, 28 Dec 2000 20:33:13 +0000
70404              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
70405      Branch: perl
70406            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
70407 ____________________________________________________________________________
70408 [  8233] By: jhi                                   on 2000/12/28  19:40:49
70409         Log: Integrate perlio:
70410              
70411              [  8232]
70412              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70413              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70414              
70415              [  8231]
70416              "Compiled" encode build cleanup
70417              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70418              - .c files do not export sub-tables
70419      Branch: perl
70420           !> ext/Encode/Makefile.PL ext/Encode/compile
70421 ____________________________________________________________________________
70422 [  8232] By: nick                                  on 2000/12/23  16:06:00
70423         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70424              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70425      Branch: perlio
70426            ! ext/Encode/Makefile.PL
70427 ____________________________________________________________________________
70428 [  8231] By: nick                                  on 2000/12/23  14:30:34
70429         Log: "Compiled" encode build cleanup
70430              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70431              - .c files do not export sub-tables
70432      Branch: perlio
70433            ! ext/Encode/Makefile.PL ext/Encode/compile
70434 ____________________________________________________________________________
70435 [  8230] By: nick                                  on 2000/12/23  12:50:37
70436         Log: Integrate mainline
70437      Branch: perlio
70438           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70439           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70440           !> pod/perl5004delta.pod pod/perl5005delta.pod
70441           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70442           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70443           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70444           !> pod/perlsub.pod
70445 ____________________________________________________________________________
70446 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70447         Log: Integrate perlio:
70448              
70449              [  8226]
70450              Handy script for when one forgets to "dmake clean" 
70451              
70452              [  8225]
70453              CRLF platform issue with io/utf8 fix.
70454      Branch: perl
70455           +> win32/distclean.bat
70456           !> MANIFEST t/io/utf8.t
70457 ____________________________________________________________________________
70458 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70459         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70460              From: Robin Barker <rmb1@cise.npl.co.uk>
70461              Date: Fri, 22 Dec 2000 12:17:38 GMT
70462              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70463      Branch: perl
70464            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70465            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70466            ! pod/perl5004delta.pod pod/perl5005delta.pod
70467            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70468            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70469            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70470            ! pod/perlsub.pod
70471 ____________________________________________________________________________
70472 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70473         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70474              From: "John L. Allen" <allen@grumman.com>
70475              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70476              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70477              
70478              Document APPLLIB_EXP.
70479      Branch: perl
70480            ! INSTALL
70481 ____________________________________________________________________________
70482 [  8226] By: nick                                  on 2000/12/21  22:11:50
70483         Log: Handy script for when one forgets to "dmake clean" 
70484      Branch: perlio
70485            + win32/distclean.bat
70486            ! MANIFEST
70487 ____________________________________________________________________________
70488 [  8225] By: nick                                  on 2000/12/21  21:54:04
70489         Log: CRLF platform issue with io/utf8 fix.
70490      Branch: perlio
70491            ! t/io/utf8.t
70492 ____________________________________________________________________________
70493 [  8224] By: nick                                  on 2000/12/21  21:02:20
70494         Log: Integrate mainline
70495      Branch: perlio
70496           !> Changes Configure Makefile.SH Porting/Glossary
70497           !> Porting/config.sh Porting/config_H configure.com
70498           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70499           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70500           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70501           !> win32/config.bc win32/config.gc win32/config.vc
70502 ____________________________________________________________________________
70503 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70504         Log: Update Changes.
70505      Branch: perl
70506            ! Changes patchlevel.h
70507 ____________________________________________________________________________
70508 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70509         Log: Metaconfig unit changes for #8221.
70510      Branch: metaconfig/U/perl
70511           +> issymlink.U
70512            - testsyml.U
70513            ! Mksymlinks.U
70514 ____________________________________________________________________________
70515 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70516         Log: Rename testsyml to issymlink.
70517      Branch: perl
70518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70519            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70520            ! win32/config.vc
70521 ____________________________________________________________________________
70522 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70523         Log: Robustness support for #8218 (symlink forest) since the GNU
70524              tools seem to be overly picky about symlinkage depths.
70525      Branch: perl
70526            ! Makefile.SH t/io/fs.t
70527 ____________________________________________________________________________
70528 [  8219] By: jhi                                   on 2000/12/21  15:38:27
70529         Log: Metaconfig changes for #8218.
70530      Branch: metaconfig
70531            ! U/modified/Oldconfig.U
70532      Branch: metaconfig/U/perl
70533            + Mksymlinks.U
70534            ! testsyml.U
70535 ____________________________________________________________________________
70536 [  8218] By: jhi                                   on 2000/12/21  15:37:57
70537         Log: Add Configure option -Dmksymlinks which will create a symlink
70538              forest if the current/build differs from the source directory.
70539              TODO: mkdir -p is not portable.
70540      Branch: perl
70541            ! Configure
70542 ____________________________________________________________________________
70543 [  8217] By: jhi                                   on 2000/12/21  14:39:12
70544         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
70545              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70546              Date: Thu, 21 Dec 2000 09:38:18 GMT
70547              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
70548              
70549              The ofs became an SV.
70550      Branch: perl
70551            ! ext/Thread/Thread.xs
70552 ____________________________________________________________________________
70553 [  8216] By: jhi                                   on 2000/12/21  05:40:21
70554         Log: The polymorphism seems to have fixed 20000517.001.
70555      Branch: perl
70556            ! t/pragma/utf8.t
70557 ____________________________________________________________________________
70558 [  8215] By: jhi                                   on 2000/12/21  04:44:52
70559         Log: read() documentation tweak for 20001121.004.
70560      Branch: perl
70561            ! pod/perlfunc.pod
70562 ____________________________________________________________________________
70563 [  8214] By: jhi                                   on 2000/12/21  03:54:11
70564         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
70565      Branch: perl
70566            ! pp_sys.c t/op/misc.t
70567 ____________________________________________________________________________
70568 [  8213] By: jhi                                   on 2000/12/21  00:28:10
70569         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
70570              From: Peter Prymmer <pvhp@forte.com>
70571              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
70572              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
70573      Branch: perl
70574            ! configure.com
70575 ____________________________________________________________________________
70576 [  8212] By: jhi                                   on 2000/12/21  00:26:21
70577         Log: Edit edit edit.
70578      Branch: perl
70579            ! pod/perlfaq3.pod
70580 ____________________________________________________________________________
70581 [  8211] By: jhi                                   on 2000/12/20  18:52:46
70582         Log: Update Changes.
70583      Branch: perl
70584            ! Changes patchlevel.h
70585 ____________________________________________________________________________
70586 [  8210] By: jhi                                   on 2000/12/20  18:34:47
70587         Log: Yet another editor edit.
70588      Branch: perl
70589            ! pod/perlfaq3.pod
70590 ____________________________________________________________________________
70591 [  8209] By: jhi                                   on 2000/12/20  15:33:28
70592         Log: More Win32 Perling.
70593      Branch: perl
70594            ! pod/perlfaq3.pod
70595 ____________________________________________________________________________
70596 [  8208] By: jhi                                   on 2000/12/20  15:07:46
70597         Log: More Win32 editor/IDE/shell hints.
70598      Branch: perl
70599            ! pod/perlfaq3.pod
70600 ____________________________________________________________________________
70601 [  8207] By: jhi                                   on 2000/12/20  03:54:08
70602         Log: Subject: [PATCH] obscure timing knowledge
70603              From: Nicholas Clark <nick@ccl4.org>
70604              Date: Tue, 19 Dec 2000 19:22:31 +0000
70605              Message-ID: <20001219192231.F2827@plum.flirble.org>
70606      Branch: perl
70607            ! sv.c
70608 ____________________________________________________________________________
70609 [  8206] By: jhi                                   on 2000/12/20  03:45:57
70610         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
70611              From: Spider Boardman <spider@leggy.zk3.dec.com>
70612              Date: Tue, 19 Dec 2000 21:30:16 -0500
70613              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
70614      Branch: perl
70615            ! sv.c
70616 ____________________________________________________________________________
70617 [  8205] By: jhi                                   on 2000/12/19  23:02:01
70618         Log: Update Changes.
70619      Branch: perl
70620            ! Changes patchlevel.h
70621 ____________________________________________________________________________
70622 [  8204] By: jhi                                   on 2000/12/19  22:58:18
70623         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
70624              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
70625              on editors and diffing/patching.
70626      Branch: perl
70627            ! t/op/utf8decode.t
70628 ____________________________________________________________________________
70629 [  8203] By: nick                                  on 2000/12/19  21:36:16
70630         Log: Integrate mainline (forgot my own change...)
70631      Branch: perlio
70632           !> ext/Encode/compile
70633 ____________________________________________________________________________
70634 [  8202] By: nick                                  on 2000/12/19  21:34:42
70635         Log: Integrate mainline.
70636      Branch: perlio
70637           !> (integrate 61 files)
70638 ____________________________________________________________________________
70639 [  8201] By: nick                                  on 2000/12/19  21:34:06
70640         Log: Avoid looking for File::Glob when we don't need it.
70641      Branch: perl
70642            ! ext/Encode/compile
70643 ____________________________________________________________________________
70644 [  8200] By: jhi                                   on 2000/12/19  18:35:49
70645         Log: Update Changes.
70646      Branch: perl
70647            ! Changes patchlevel.h
70648 ____________________________________________________________________________
70649 [  8199] By: jhi                                   on 2000/12/19  18:35:07
70650         Log: Microperl tweaks.
70651      Branch: perl
70652            ! sv.c uconfig.h uconfig.sh
70653 ____________________________________________________________________________
70654 [  8198] By: jhi                                   on 2000/12/19  18:29:59
70655         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
70656      Branch: perl
70657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70658            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
70659 ____________________________________________________________________________
70660 [  8197] By: jhi                                   on 2000/12/19  17:55:29
70661         Log: In VMS embedded perls couldn't access the statically built Socket,
70662              from Charles Lane.
70663      Branch: perl
70664            ! configure.com
70665 ____________________________________________________________________________
70666 [  8196] By: jhi                                   on 2000/12/19  17:49:50
70667         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
70668              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
70669              Date: Sun, 17 Dec 2000 19:11:44 -0000
70670              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
70671      Branch: perl
70672            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70673            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
70674 ____________________________________________________________________________
70675 [  8195] By: jhi                                   on 2000/12/19  17:47:53
70676         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
70677              From: Jonathan Stowe <gellyfish@gellyfish.com>
70678              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
70679              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
70680      Branch: perl
70681            ! utils/h2xs.PL
70682 ____________________________________________________________________________
70683 [  8194] By: jhi                                   on 2000/12/19  17:46:28
70684         Log: Subject: Re: useless use of void context work-around
70685              From: andreas.koenig@anima.de (Andreas J. Koenig)
70686              Date: 16 Dec 2000 15:13:36 +0100
70687              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
70688              
70689              Document (comment) the q(di ds ig) trick in the code.
70690      Branch: perl
70691            ! op.c
70692 ____________________________________________________________________________
70693 [  8193] By: jhi                                   on 2000/12/19  17:10:57
70694         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
70695              From: "Mark J. Reed" <mreed@strange.turner.com>
70696              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
70697              Message-Id: <200012160222.VAA13986@strange.turner.com>
70698      Branch: perl
70699            ! ext/Sys/Syslog/Syslog.pm
70700 ____________________________________________________________________________
70701 [  8192] By: jhi                                   on 2000/12/19  17:07:45
70702         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
70703              From: Nicholas Clark <nick@ccl4.org>
70704              Date: Sat, 16 Dec 2000 19:03:13 +0000
70705              Message-ID: <20001216190313.D68304@plum.flirble.org>
70706      Branch: perl
70707            ! t/op/64bitint.t
70708 ____________________________________________________________________________
70709 [  8191] By: jhi                                   on 2000/12/19  17:06:13
70710         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
70711              From: Dominic Dunlop <domo@computer.org>
70712              Date: Mon, 18 Dec 2000 12:00:15 +0100
70713              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
70714              
70715              This patchlet is needed in order that perl can be statically linked.  
70716      Branch: perl
70717            ! regexec.c
70718 ____________________________________________________________________________
70719 [  8190] By: jhi                                   on 2000/12/19  17:03:08
70720         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
70721              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70722              Date: Sun, 17 Dec 2000 00:18:35 -0600
70723              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
70724      Branch: perl
70725            ! perlio.h vms/gen_shrfls.pl
70726 ____________________________________________________________________________
70727 [  8189] By: jhi                                   on 2000/12/19  16:20:28
70728         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
70729              From: Prymmer/Kahn <pvhp@best.com>
70730              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
70731              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
70732              
70733              A better version of #8188.
70734      Branch: perl
70735            ! pod/perlfaq3.pod
70736 ____________________________________________________________________________
70737 [  8188] By: jhi                                   on 2000/12/19  15:57:06
70738         Log: (Replaced by #8189)
70739              
70740              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70741              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
70742              From: Prymmer/Kahn <pvhp@best.com>
70743              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
70744              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70745              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
70746              Date: Mon, 18 Dec 2000 11:10:45 -0500
70747              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
70748      Branch: perl
70749            ! pod/perlfaq3.pod
70750 ____________________________________________________________________________
70751 [  8187] By: jhi                                   on 2000/12/19  15:54:19
70752         Log: Email address fix for Anton Berezin.
70753      Branch: perl
70754            ! AUTHORS
70755 ____________________________________________________________________________
70756 [  8186] By: jhi                                   on 2000/12/19  15:38:54
70757         Log: Subject: [PATCH perl@8102] cygwin port
70758              From: "Eric Fifer" <efifer@dircon.co.uk> 
70759              Date: Thu, 14 Dec 2000 13:41:29 -0000
70760              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
70761              
70762              When compiling modules the data item that is being imported
70763              from libperl.dll needs to be tagged as imported/shared data:
70764              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
70765      Branch: perl
70766            ! perliol.h
70767 ____________________________________________________________________________
70768 [  8185] By: jhi                                   on 2000/12/19  14:53:24
70769         Log: Regen uconfig.h and uconfig.sh.
70770      Branch: perl
70771            ! uconfig.h uconfig.sh
70772 ____________________________________________________________________________
70773 [  8184] By: jhi                                   on 2000/12/18  20:43:49
70774         Log: Comments work so much better when they are closed.
70775      Branch: perl
70776            ! regcomp.c
70777 ____________________________________________________________________________
70778 [  8183] By: jhi                                   on 2000/12/18  18:04:02
70779         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
70780              Fixes the bug 20001218.016.
70781      Branch: perl
70782            ! regcomp.c
70783 ____________________________________________________________________________
70784 [  8182] By: gsar                                  on 2000/12/18  09:53:47
70785         Log: delete spurious files
70786      Branch: maint-5.6/perl
70787            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
70788            - vos/config.h vos/config_h.SH_orig
70789 ____________________________________________________________________________
70790 [  8181] By: gsar                                  on 2000/12/18  09:46:08
70791         Log: regen perltoc
70792      Branch: maint-5.6/perl
70793            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
70794 ____________________________________________________________________________
70795 [  8180] By: gsar                                  on 2000/12/18  09:20:27
70796         Log: integrate changes#7924..7926,7946,7952 from mainline
70797              
70798              A test works better if it has the right 1..$n output.
70799              
70800              All the core library users of Class::Struct seem to be
70801              using "use Class::Struct 'struct';" instead of the bare
70802              "use Class::Struct;", which isn't documented in Class::Struct.
70803              This can't be right.
70804              
70805              Make the Class::Struct import() wiser.
70806              
70807              Upgrade to CPAN 1.59_51, from Andreas König.
70808              
70809              Subject: Re: long shell lines
70810              Split overly long shell command lines.
70811      Branch: maint-5.6/perl
70812           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
70813           !> lib/File/stat.pm t/lib/class-struct.t
70814 ____________________________________________________________________________
70815 [  8179] By: gsar                                  on 2000/12/18  08:55:54
70816         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
70817              7918,7919,7988,8907 from mainline (various)
70818              
70819              Subject: [ID 20001127.004] White space problem in perlamiga.pod
70820              
70821              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
70822              
70823              Subject: [PATCH] perlcc.PL cleanups
70824              
70825              Subject: [PATCH] Updating perltie.pod for arrays
70826              
70827              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
70828              Subject: Re: [PATCH] Updating perltie.pod for arrays
70829              Subject: Re: [PATCH] Updating perltie.pod for arrays
70830              
70831              One more perltie.pod nit from Casey R. Tweten.
70832              
70833              Subject: [PATCH] $^O  win32 -> MSWin32
70834              plus similar nits for vms, err, VMS, and UNICOS.
70835              
70836              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
70837              More checking in case someone has broken their services or
70838              protocol databases.
70839              
70840              Make "use Class::Struct 'struct';" work again (broken by #7617);
70841              add a test for Class::Struct.
70842              
70843              Integrate the "skip" messages to explain().
70844              
70845              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
70846      Branch: maint-5.6/perl
70847           +> t/lib/class-struct.t
70848           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
70849           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
70850           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
70851 ____________________________________________________________________________
70852 [  8178] By: gsar                                  on 2000/12/18  08:16:30
70853         Log: avoid redefinition warnings on windows due to sys/socket.h getting
70854              #included before win32.h
70855      Branch: maint-5.6/perl
70856            ! win32/include/sys/socket.h
70857 ____________________________________________________________________________
70858 [  8177] By: gsar                                  on 2000/12/18  05:24:04
70859         Log: make regen_headers; fix POSIX.xs problems; remove outdated
70860              code from sys/socket.h that makes build fail now
70861      Branch: maint-5.6/perl
70862            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
70863            ! pod/perlapi.pod
70864           !> win32/include/sys/socket.h
70865 ____________________________________________________________________________
70866 [  8176] By: gsar                                  on 2000/12/18  05:20:17
70867         Log: update Changes
70868      Branch: maint-5.6/perl
70869            ! Changes patchlevel.h
70870 ____________________________________________________________________________
70871 [  8175] By: gsar                                  on 2000/12/18  04:57:48
70872         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
70873              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
70874              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
70875              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
70876              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
70877              7823,7825,7838
70878              
70879              Subject: Re: [PATCH] README.solaris
70880              
70881              Add getpagesize() probing, on non-UNIX guess 'undef'.
70882              
70883              Simplify the getpagesize() unit by dropping the
70884              pagesize probe since it's nowadays slightly more
70885              complicated because of sysconf(). (Note: if some
70886              platform really needs the -lPW for getpagesize,
70887              I just broke it.)
70888              TODO: a new pagesize unit.
70889              
70890              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70891              
70892              MachTen doesn't really do mmap() and munmap().
70893              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70894              
70895              More README.solaris updates from Andy Dougherty.
70896              
70897              Copy the s// information of README.hpux also to the perlrun.
70898              
70899              Add HAS_FSYNC, lack noticed by Nicholas Clark.
70900              
70901              Add a metaconfig unit for fsync.
70902              
70903              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70904              
70905              Many subdocumented return values of the IO extension now documented.
70906              ungetc and write still left subdocumented.
70907              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70908              
70909              Document tell() on special streams.
70910              
70911              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70912              
70913              Subject: [ID 20001112.007] sfio's sftell isn't ftell
70914              
70915              Couple of tests from #7660 salvaged.
70916              
70917              Tweak the definition of the bit complement on UTF-8 data:
70918              if none of the characters in the string are > 0xff,
70919              the result is a complemented byte string, not a (UTF-8)
70920              char string.  Based on the summary in
70921              Subject: Re: [ID 20000918.005] ~ on wide chars
70922              This should give us the maximum backward (pre-char string)
70923              compatibility and utf8 compatibility.  The other alternative
70924              would be to limit the bit complement to be always byte only,
70925              taking the least significant byte of the chars.
70926              
70927              Cleanup messy #ifdef.
70928              
70929              Typos in #7667.
70930              
70931              Declare reg_data like reg_substr_data.
70932              
70933              Placate nervous compilers that see longer than ints switch()ing.
70934              
70935              Remove the new two tests of lib/io_xs for now, they seem to
70936              fail under perlio on some platforms.
70937              
70938              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70939              
70940              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70941              
70942              Subject: tiny typo in perl5db.pl
70943              
70944              Subject: some additions for makefiles for win32 (for perl@7674)
70945              
70946              Hoist the duplicated socket/netdb include logic to perl.h;
70947              undef SETERRNO in case SOCKS has defined it.  Based on:
70948              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70949              
70950              Regen Configure.
70951              
70952              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70953              (a macro to define signed and unsigned integer constants).
70954              
70955              Use UINT64_C().
70956              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70957              
70958              Use u_int32_t for the size of hash_cb(), not size_t.
70959              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70960              
70961              Quit utf8_to_uv() instantly if curlen == 0.
70962              
70963              Subject: [PATCH: perl@7674] updates to README.os390
70964              
70965              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70966              
70967              EBCDIC tweaks.
70968              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70969              
70970              Linenumber fix.
70971              
70972              SOCKS has its own USE_THREADS, based on
70973              Subject: [ID 20001114.002] et. al. bugfix followup
70974              
70975              UINT64_C() work continues.
70976              
70977              Detypo.
70978              
70979              The type of the hash_cb() size argument is tricky.
70980              
70981              Add fwalk() probe to the configuration files and regen perltoc.
70982              
70983              Subject: perllocale.pod changes
70984              
70985              Avoid an infinite loop in VMS when utils scripts are run
70986              with no arguments, from Charles Lane.
70987              
70988              Subject: Re: Bug in Carp::Heavy/5.6.0?
70989              
70990              For Solaris use64bitall the stdchar needs a little bit of help.
70991              
70992              The long double hints can be here or there.
70993              
70994              Test tweak for the open pragma.
70995              
70996              Also the 64bitall hints can be either here or there.
70997              
70998              As surmised the #7719 wasn't a good move.
70999              
71000              Subject: Fix for 20000409.001
71001              
71002              Subject: Fix for 20000815.006
71003              It's really 20000518.006.
71004              
71005              Subject: [PATCH 5.6.0 README.win32] very minor typos
71006              
71007              Subject: Fix for README.amiga (20000323.033)
71008              
71009              Explain in more detail the {} syntax ambiguousity.
71010              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
71011              
71012              Sparc 64-bit pack() fix from Jens Hamisch.
71013              
71014              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
71015              
71016              Subject: podlators 1.05 available        
71017              
71018              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
71019              
71020              Subject: [perl 7711: EPOC] updates
71021              
71022              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
71023              
71024              Miraculous typo.
71025              
71026              sysseek() instead of seek().
71027              
71028              Solaris hints tweaks.
71029              
71030              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
71031              This may be overly harsh but until proven otherwise, we think this
71032              way, or until we have a simple test for Configure (having to start
71033              up servers is does not count as simple) to check for the problems.
71034              
71035              Remove the shared object before attempting to create
71036              (by linking) a new one.  E.g. in AIX not removing
71037              becomes quite painful if one tries to do more than one
71038              build in the same tree (an interrupted build, for example),
71039              since the AIX' shared dynaloader seemingly keeps the shared
71040              objects open and therefore 'busy' for quite a while, even when
71041              nobody is using the objects, leading into link failures.
71042              
71043              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
71044              
71045              Subject: DOC PATCH 5.6.0 perlreftut
71046              
71047              Subject: [PATCH: perl@7777] add system locale testing for VMS
71048              
71049              Subject: [PATCH] Test.pm POD peculiarity
71050              
71051              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
71052              
71053              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
71054              
71055              Subject: Re: perl@7777 
71056              Detypoing.
71057              
71058              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
71059              
71060              Go ahead and #include <unistd.h> in perl.h.
71061              
71062              Subject: [PATCH perl@7795] small cleanup task for test suite
71063              
71064              Subject: Re: av.c patch (having slight problems)
71065              unshift() speedup.
71066              
71067              Reach back one higher up when searching for PERL_SRC.
71068      Branch: maint-5.6/perl
71069           +> lib/File/Spec/Epoc.pm
71070           !> (integrate 88 files)
71071 ____________________________________________________________________________
71072 [  8174] By: gsar                                  on 2000/12/18  03:53:09
71073         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
71074              7625..7629,7631..7634,7637,7639,7642 from mainline
71075              
71076              Fix for the tie-refhash string table leaks.
71077              
71078              Subject: [patch perl@7595] VMS configure.com tweak
71079              
71080              More careful detection of how well NVs and UVs mix.
71081              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))
71082              Added some SIGFPE paranoia.
71083              
71084              Forgot to bump the line numbers in #7601.
71085              
71086              Subject: PATCH std stdio for (Free)BSD
71087              
71088              Deleting $ENV{PATH} in VMS is not recommendable.
71089              
71090              Locale buglets.
71091              Subject: RE: Locales support (setlocale) fixes
71092              
71093              Do not test UTF-8 locales since that the tests would require
71094              polymorphic regexen.
71095              
71096              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71097              
71098              A missing aTHX_.
71099              
71100              Subject: [ID 20001108.013] spelling
71101              
71102              Subject: [PATCH] Class::Struct at compile time
71103              
71104              Make deleting for %ENV work for (newer versions of) VMS,
71105              from Craig A. Berry.
71106              
71107              Forgot from #7618.
71108              
71109              More VMS moves on environment handling, from Charles Lane.
71110              
71111              Remove unused extra arguments.
71112              
71113              Typo in an ifndef.
71114              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71115              
71116              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71117              All except the "cow orker" change.
71118              
71119              The generated boot_* headers are wrong.  Pickier compiler,
71120              such as KAI C++ will refuse to compile the resulting perlmain.
71121              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71122              
71123              There's no =head3.
71124              
71125              Disable only the tests 99 and 166 for UTF-8 locales.
71126              
71127              Missing dTHXs.
71128              Subject: RE: perl@7595 builds not on cygwin
71129              
71130              Subject: Re: bash -c exit and linux hints 
71131              
71132              Various doc oddball characters.
71133              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71134              
71135              Subject: [PATCH] IO::Seekable pod
71136              
71137              Amdahl UTS hints updates.
71138              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71139              
71140              Explain better why certain regex tests are skipped.
71141              Subject: Re: tests skipped: unknown reason
71142              
71143              Subject: [PATCH] README.solaris
71144              
71145              Subject: [PATCH perl@7638] cygwin port
71146      Branch: maint-5.6/perl
71147           +> README.solaris
71148           !> (integrate 26 files)
71149 ____________________________________________________________________________
71150 [  8173] By: gsar                                  on 2000/12/18  03:37:02
71151         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
71152              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
71153              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
71154              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
71155              
71156              Better create a true mailing list for the repository keepers.
71157              
71158              Subject: [ID 20001027.007] uniq array in perlfaq
71159              
71160              De-quoted-unreadable to ISO Latin 1.
71161              (There's one ISO-2022-JP name in Changes5.004.)
71162              
71163              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71164              
71165              The #7476 needs a MANIFEST change, too.
71166              
71167              Add also emailless people.
71168              
71169              UTF-8 decoder tweak.
71170              
71171              Make \x{...} consistently produce UTF-8.
71172              Subject: Re: \x{...} is confused 
71173              
71174              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71175              
71176              Add a perlbug flag, -A, to avoid acknowledgement messages.
71177              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71178              
71179              Use Errno magic.
71180              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71181              
71182              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71183              
71184              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71185              
71186              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71187              
71188              Be more lenient on bad UTF-8 when doing bit arithmetics.
71189              Subject: Re: [ID 20000918.005] ~ on wide chars
71190              (The ord() part of the patch skipped.)
71191              
71192              Subject: perlfaq style changes
71193              
71194              AUTHORS tweaks.
71195              
71196              Whitespace style tweak.  Was originally going to see to
71197              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71198              but that had already been taken care of.
71199              
71200              The compiler is either gcc or cc, from Tom Bates.
71201              
71202              The osname has been lowercased by now, from Tom Bates.
71203              
71204              The NonStop-UX libraries have a novel way to say NaN.
71205              
71206              printf UVs the correct way, noticed by Robin Barker.
71207              
71208              Subject: [PATCH] startperl to respect versiononly
71209              
71210              AUTHORS updates.
71211              
71212              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71213              
71214              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71215              
71216              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71217              
71218              Generalize the Camel wording.
71219              Subject: Re: perlfaq style changes
71220              
71221              Subject: [ID 20001005.006] Documentation -- description of qr//
71222              
71223              C.pm part of
71224              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71225              
71226              Locale warning explanation tweak.
71227              
71228              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71229              
71230              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71231              and setgid() because they were just changing $< and $( which means
71232              only changing the real uid/gid, as opposed to changing both
71233              real and effective ids.  (The alternative way could have been
71234              in POSIX.pm to change $> and $), too, but making a direct call
71235              to the C API feels cleaner.)  Fixes the bug
71236              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71237              
71238              Expand %Config variables and %ENV variables only if
71239              so requested during build time using the
71240              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71241              Not expanding makes relocating distributions easier.
71242              
71243              More tweaking on the #7522 theme.
71244              
71245              Test::Harness revealed buglets in the new DynaLoader.
71246              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71247              
71248              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71249              fix a autovivification bug in Tie::RefHash, add tests for both.
71250              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71251              
71252              Detpyo.
71253              
71254              recv() can fail and return undef.
71255              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71256              
71257              Fix the problem discussed in
71258              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71259              originally from Linc Madison.  Also Andreas König's comments
71260              taken into account.  Some other problems with Tie::SubstrHash
71261              fixed: didn't croak when the table exceeded the requested number
71262              of entries (as documented) but instead when the number of entries
71263              exceeded the size of the table, a croak() had an unnecessary \n,
71264              didn't have a CLEAR method, documented that there is no exists().
71265              Didn't fix to be strict-proof because the module uses &foo; and
71266              dynamic scope.  Added a test script exercizing both first tamely 
71267              the basic functionality, and then the failure cases reported by
71268              Linc Madison.
71269              
71270              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71271              
71272              The #7521 touched things it shouldn't have.
71273              
71274              Subject: [PATCH 5.7.0] better messages from malloc()
71275              
71276              Subject: Re: README.aix
71277              
71278              Add FCNTL_CAN_LOCK.
71279              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71280              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71281              
71282              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71283              create a "fast path" for locale name probing using "locale -a"
71284              if available, squash finally hopefully the s?printf resetting
71285              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71286              
71287              More Changes tweakery.
71288              
71289              Dying is too strict here, better just skip.
71290              
71291              Subject: Locales support (setlocale) fixes
71292              Modified quite a bit to be more portable.
71293              
71294              Configure would use a bad $myuname from an old config.sh.
71295              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71296              
71297              Fix for
71298              Subject: [ID 20001004.006] undef is never tainted
71299              An undef read from a slurped file was not tainted.
71300              
71301              Fix for
71302              Subject: [ID 20001004.007] taint propogation is inconsistent
71303              The culprit was sv_setsv() which was rather blindly
71304              propagating taint, which lead to behaviour where if
71305              a tainted anon hash value was seen all the hash values
71306              from then on at that level became tainted, or at any
71307              upper levels in the case of nested anon hashes.
71308              
71309              Test tweak: show also the failed locales.
71310              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71311              
71312              A fix of sorts for 20000329.026, a better error message
71313              for a missing "use charnames" when using the \N{...}. 
71314              
71315              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71316              
71317              Add =pod to be tidy.
71318              
71319              Fix for bug id 19990615.008, pos() unset during s///ge.
71320              
71321              Add a note for future generations about bug id 20000229.006.
71322              
71323              Use -dM for gcc (the suggested patch did it only for Linux,
71324              but I think it can be generalized).
71325              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71326              
71327              opmini.o can linger from Configures past.
71328              
71329              Document that the evaled syntax errors cause scalar leaks.
71330              
71331              Fix for
71332              Subject: [ID 20000728.005] perl -P broken
71333              (hopefully).  The fix is also not complete, it seems to break
71334              BOM swallowing for libc5 systems, but until someone figures
71335              out a way to do this without ftell(), this will do.
71336              
71337              AUTHORS updates.
71338              
71339              Subject: Re: rsync'ed patches vs. rsync'ed source
71340              
71341              Admit that the test leaks scalars.
71342              
71343              Sanitize the environment further.
71344              
71345              VOS updates from Paul Green.
71346              
71347              Document %ENV = () portability issues.
71348              
71349              Make the stdio test program of 7427 less noisy while being 
71350              compiled so that Digital UNIX wouldn't get both
71351              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71352              undefined.  This makes perlio happy.
71353              
71354              glibc5 detection by __GNU_LIBRARY__.
71355              
71356              %ENV note tweaks from Dan Sugalski.
71357              
71358              Varargs don't always work too well if one puts an unsigned
71359              char on the stack and pop an unsigned quad off the stack.
71360              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71361              
71362              Subject: Pod updates
71363              
71364              Fake support of holey files in win/dosish platforms.
71365              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71366              
71367              A doc addition for bug id 20001105.019, beware \p.
71368              
71369              Tweak #7587.
71370              
71371              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71372              
71373              perlhack updates from H.Merijn Brand.
71374              
71375              Subject: [PATCH perl@7573] cygwin port
71376              Synchronize with Cygwin 1.1.5.
71377              
71378              Bad thinko in #7581 (I used the test program with the expanded
71379              values as-is).
71380              
71381              Make perlbug not insist on dumping to a file when stdout isn't a tty.
71382              Subject: [PATCH] perlbug.PL
71383              
71384              Overrideable keys, each, pop, push, shift, splice, unshift.
71385              Subject: [PATCH] prototyped functions that should be overrideable
71386              
71387              Try to avoid flockless and emulationless places.
71388      Branch: maint-5.6/perl
71389           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71390            - MAINTAIN
71391           !> (integrate 111 files)
71392 ____________________________________________________________________________
71393 [  8172] By: jhi                                   on 2000/12/18  02:49:27
71394         Log: Regen pods.
71395      Branch: perl
71396            ! pod/perlmodlib.pod pod/perltoc.pod
71397 ____________________________________________________________________________
71398 [  8171] By: gsar                                  on 2000/12/18  02:49:24
71399         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
71400              7465..7471 from mainline
71401              
71402              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71403              in platforms that strictly require all the symbols being present
71404              at link time.
71405              
71406              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71407              
71408              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71409              
71410              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71411              
71412              Subject: [PATCH] todo
71413              
71414              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71415              
71416              Use $sort, $uniq (and $tr) consistently as wondered
71417              by Nicholas Clark.
71418              
71419              Too enthusiastic editing in #7460.
71420              
71421              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71422              
71423              Upgrade to CPAN 1.58_55.
71424              Subject: CPAN.pm status
71425              
71426              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71427              
71428              Make target reordering to avoid pointless re-makes.
71429              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71430              
71431              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71432              
71433              Subject: DOC PATCH 5.6.0
71434              
71435              Add the repository doc by Malcolm, Sarathy, and by Simon,
71436              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71437      Branch: maint-5.6/perl
71438           +> Porting/repository.pod
71439           !> Configure MANIFEST Makefile.SH README.dos README.os2
71440           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
71441           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
71442           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
71443 ____________________________________________________________________________
71444 [  8169] By: gsar                                  on 2000/12/18  02:33:34
71445         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71446              7435..7441,7445 from mainline
71447              
71448              Make the UTF-8 decoding stricter and more verbose when
71449              malformation happens.  This involved adding an argument
71450              to utf8_to_uv_chk(), which involved changing its prototype,
71451              and prefer STRLEN over I32 for the UTF-8 length, which as
71452              a domino effect necessitated changing the prototypes of
71453              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71454              The stricter UTF-8 decoding checking uses Markus Kuhn's
71455              UTF-8 Decode Stress Tester from
71456              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71457              
71458              Run vms/vms_yfix.pl, should have done that after changing
71459              perly.c in #7382.
71460              
71461              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71462              
71463              (Replaced by #7440.)
71464              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71465              
71466              Fix the bug ID 20001024.005, the bug introduced by #7416.
71467              
71468              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71469              
71470              Fix the bug reported in
71471              From: andreas.koenig@anima.de (Andreas J. Koenig)
71472              Also make is_utf8_char() stricter.
71473              
71474              Missed the header file changes from #7425.
71475              
71476              Check if stdio supports tweaking lval and cnt simultaneously.
71477              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71478              
71479              Stratus VOS updates from Paul Green.
71480              
71481              Podify README.epoc and README.vos.
71482              
71483              Add targets to Makefile.SH, most importantly
71484              'regen_all' which also remembers to update vms/perly*.
71485              
71486              Subject: Minor update to find2perl, for portability
71487              
71488              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71489              
71490              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71491              
71492              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71493              UTF8LEN() and UTF8SKIP(). 
71494              
71495              Allow poking holes at the UTF-8 decoding strictness.
71496              
71497              Continue the internal UTF-8 API tweaking.
71498              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71499              used much more than the simpler API, now called utf8_to_uv_simple().
71500              Still not quite happy with API, too much partial duplication
71501              of functionality.
71502              
71503              A new version of making the syslog test more robust.
71504              (Replaces #7421.)
71505              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71506              
71507              buildtoc target tweaks.
71508              
71509              Integrate with vmsperl #7430 by Charles Bailey:
71510              
71511              Cleanup from prior patch (Charles Lane?):
71512              - improve handling of MFDs in Basename and Path
71513              - default to no xsubpp line # munging when building debug images
71514      Branch: maint-5.6/perl
71515           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71516           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71517           !> (integrate 67 files)
71518 ____________________________________________________________________________
71519 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71520         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71521              
71522              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71523              From: Martin Husemann <martin@duskware.de>
71524              
71525              Subject: [PATCH 5.7.0] restore match data on backtracing
71526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71527      Branch: maint-5.6/perl
71528           !> regcomp.c regexec.c t/op/re_tests
71529 ____________________________________________________________________________
71530 [  8167] By: gsar                                  on 2000/12/18  01:55:22
71531         Log: integrate changes#7858,7986 from mainline
71532              
71533              C<foreach my $x ...> in pseudo-fork()ed process may diddle
71534              parent's memory; fix it by keeping track of the actual pad
71535              offset rather than a raw pointer (this change is probably also
71536              relevant to non-ithreads case to avoid fallout from reallocs of
71537              the pad array, but is currently only enabled for the ithreads
71538              case in the interests of minimal disruption to existing "well
71539              tested" code)
71540              
71541              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71542              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71543              tickles)
71544      Branch: maint-5.6/perl
71545           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71546           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
71547           !> win32/win32.c win32/win32.h win32/win32sck.c
71548 ____________________________________________________________________________
71549 [  8166] By: gsar                                  on 2000/12/18  01:52:59
71550         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
71551              from mainline (xsubpp and ExtUtils::LibList fixups, various
71552              other small items)
71553              
71554              The generated boot_* headers are wrong.  Pickier compiler,
71555              such as KAI C++ will refuse to compile the resulting perlmain.
71556              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71557              
71558              Various doc oddball characters.
71559              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71560              
71561              Subject: [PATCH] Re: 20001101.003 PDL
71562              
71563              Subject: [PATCH 5.7.0] etags broken again
71564              
71565              Subject: [PATCH 5.7.0] Liblist finally works
71566              
71567              Subject: [PATCH 5.7.0] Liblist returns found libraries
71568              
71569              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
71570              
71571              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
71572              
71573              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71574              OUT keyword nits.
71575              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71576              OUT and IN_OUT documentation.
71577      Branch: maint-5.6/perl
71578           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
71579           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
71580           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
71581           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
71582           !> win32/bin/search.pl
71583 ____________________________________________________________________________
71584 [  8165] By: gsar                                  on 2000/12/18  01:28:45
71585         Log: integrate changes#7533,7563,7611,7623 from mainline (various
71586              malloc.c embellishments)
71587      Branch: maint-5.6/perl
71588           !> malloc.c pod/perldiag.pod
71589 ____________________________________________________________________________
71590 [  8164] By: gsar                                  on 2000/12/18  01:23:33
71591         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
71592              fixups)
71593      Branch: maint-5.6/perl
71594           !> utils/h2xs.PL
71595 ____________________________________________________________________________
71596 [  8163] By: gsar                                  on 2000/12/18  01:17:50
71597         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
71598              fixups)
71599      Branch: maint-5.6/perl
71600           !> Makefile.SH utils/perlbug.PL
71601 ____________________________________________________________________________
71602 [  8162] By: gsar                                  on 2000/12/18  00:25:43
71603         Log: always export Perl_deb() (it is required by re.xs whether
71604              Perl is built with or without -DDEBUGGING)
71605      Branch: maint-5.6/perl
71606            ! makedef.pl
71607 ____________________________________________________________________________
71608 [  8161] By: gsar                                  on 2000/12/18  00:23:38
71609         Log: integrate change#7414 from mainline
71610              
71611              Undo the basename() part of #7412 since the lib/basename
71612              tests would need upgrading too.
71613              
71614              squelch two tests in tr.t that rely on tr/// paranoia change
71615              that's not in 5.6.x
71616      Branch: maint-5.6/perl
71617            ! t/op/tr.t
71618           !> lib/File/Basename.pm
71619 ____________________________________________________________________________
71620 [  8160] By: gsar                                  on 2000/12/18  00:05:30
71621         Log: missing change in previous integrate
71622      Branch: maint-5.6/perl
71623           !> README.aix
71624 ____________________________________________________________________________
71625 [  8159] By: gsar                                  on 2000/12/18  00:03:38
71626         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
71627              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
71628              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
71629              7410..7413 from mainline
71630              
71631              Introduce the man[24-8] variables, from Andy Dougherty.
71632              
71633              Upgrade to CPAN 1.58, from Andreas König.
71634              
71635              An updated EBCDIC tr patch.
71636              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
71637              
71638              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
71639              
71640              Two thirds of
71641              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71642              The Install.pm changes will be submitted separately because
71643              they need some work and discussion still.
71644              
71645              The Install.pm third of
71646              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71647              
71648              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
71649              
71650              Subject: [PATCH 5.7.0] IVs in mtats
71651              
71652              Subject: [PATCH 5.7.0] Perl API for mstats
71653              
71654              Ilya implemented the memory profiling API.
71655              
71656              In Amdahl UTS "struct sv" is defined by a system header,
71657              <ksync.h>.
71658              
71659              Slight tweak of the code to appease Amdahl UTS cc.
71660              
71661              Amdahl UTS doesn't seem to do dynaloading.
71662              
71663              Use UTF8SKIP(), from Simon Cozens.
71664              
71665              Thinko in #7222.
71666              
71667              op/sprintf.t patch for OS/390 (and any other host with limited
71668              floating-point exponent length)
71669              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71670              
71671              Tweak #7225.
71672              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71673              
71674              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71675              
71676              Needs to be conditional on SunOS 4.
71677              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
71678              
71679              Test cases for bug id 20000323.056 (the bug seems to be fixed).
71680              
71681              Add test for bug id 20000427.003 (which seems to have
71682              been fixed) (also duplicate as 20000427.004, though
71683              with a higher severity).  Move one utf8 from op/append
71684              to pragma/utf8, tag the tests with bug ids.
71685              
71686              Document FNCASE=y as discussed in the bug 20000902.009.
71687              
71688              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
71689              The problem was that rx->minlen was in chars while pp_split()
71690              thought it would be in bytes. 
71691              
71692              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
71693              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
71694              
71695              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
71696              
71697              Fix a couple of compiler-noted nits in #7235.
71698              
71699              Tweak the test of #7235.
71700              
71701              One more ~utf8 tweak.
71702              
71703              -w cleanup.
71704              Subject: Re: Problems with bleadperl 
71705              
71706              Subject: small pod patch
71707              
71708              Subject: [PATCH perlguts.pod] Document offset hack
71709              
71710              Add Charles Lane.
71711              
71712              Add the capability to include/exclude branches.
71713              
71714              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
71715              
71716              Detect early whether the std streams have gone bad.
71717              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71718              
71719              More IoTYPE sprinkling.
71720              
71721              Workaround for a sfio bug where the stream error indicator
71722              is not cleared as documented.
71723              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71724              
71725              Clarify documentation on 'use bytes'.
71726              Subject: Re: What does 'use bytes' "mean" ?
71727              
71728              Show the failed remote port, instead of the failing line number.
71729              Subject: [PATCH 5.6.1 Debugger] More diagnostics
71730              
71731              Make Cwd more bulletproof in chrooted environments.
71732              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
71733              
71734              Subject: Pod patch for Devel::Peek
71735              
71736              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
71737              
71738              Borland C fstat() never saw the fd as writable.
71739              Subject: fix for Borland's weak "stat" (perl@7211)
71740              
71741              Missing change from #7362.
71742              
71743              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
71744              
71745              Add the test case for the bug id 20000730.004 which seems
71746              to have been fixed by now.
71747              
71748              Fix of sorts for bug id 20000901.092.  There seems to be no trace
71749              of a 'pmshort' anywhere in the B, so the offending line was simply
71750              removed.
71751              
71752              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
71753              
71754              Subject: PATCH do_print has 2 PerlIO_error()s
71755              
71756              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
71757              
71758              Typo noted by Mark Lutz.
71759              
71760              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
71761              
71762              In the latest compiler builds cccdlflags must not become -fpic,
71763              from Wilfredo Sánchez.
71764              
71765              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71766              
71767              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71768              
71769              SOCKS function redefinitions need prototypes, too, otherwise
71770              for example 32 bit versus 64 bit differences cause a lot of
71771              problems.  Part of
71772              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71773              
71774              Portability tweak on #7377.
71775              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71776              
71777              Don't write double values through long double pointers,
71778              based on a part of
71779              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71780              
71781              Reëntrancy fix.
71782              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71783              
71784              Make scan_num() reëntrant, as suggested in
71785              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71786              
71787              Fix for ID 20001020.006, concatenating an unset submatch
71788              with utf8 resulted in "Modification of a read-only value".
71789              
71790              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71791              
71792              The #7383 was right only in the context of the original bug report,
71793              not in more general case.
71794              
71795              Update Changes.
71796              
71797              Testcases for a #7383,#7385 related bug.
71798              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71799              
71800              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71801              
71802              Tweak the Is* definitions of Unicode character classes
71803              to better match the official categorizations; embrace
71804              the official categorizations; add the combining marks
71805              as alpha (and -numeric); fix DCinital (a typo and edito)
71806              to be DCmedial.
71807              
71808              Hints tweak from Anton Berezin.
71809              
71810              Subject: installman go-faster stripes
71811              Subject: Re: installman go-faster stripes
71812              
71813              Subject: [ID 20001021.003] updated hints/openbsd.sh
71814              
71815              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71816              
71817              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71818              
71819              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71820              
71821              Doc patch.
71822              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71823              
71824              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71825              
71826              Subject: Re: [ID 20001021.005] SEGV with regex match 
71827              
71828              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71829              
71830              The change #7187 was not so good on VMS.
71831              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71832              
71833              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71834              
71835              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71836              
71837              Document PERL_INSTALL_ROOT of #7210.
71838      Branch: maint-5.6/perl
71839           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
71840           +> t/lib/tie-splice.t
71841            - lib/unicode/Is/DCinital.pl
71842           !> (integrate 112 files)
71843 ____________________________________________________________________________
71844 [  8158] By: jhi                                   on 2000/12/17  23:04:24
71845         Log: Subject: [PATCHES] RE: perl@8150 
71846              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71847              Date: Sun, 17 Dec 2000 21:46:39 +0100
71848              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
71849              
71850              Neither cygwin has a getpwuid() one can trust on.
71851      Branch: perl
71852            ! t/lib/glob-basic.t
71853 ____________________________________________________________________________
71854 [  8157] By: jhi                                   on 2000/12/17  23:01:54
71855         Log: More MAN.PODS => {} fixes.
71856      Branch: perl
71857            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
71858            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
71859            ! os2/OS2/REXX/Makefile.PL
71860 ____________________________________________________________________________
71861 [  8156] By: gsar                                  on 2000/12/17  22:49:13
71862         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
71863              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
71864              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
71865              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
71866              7201,7204 from mainline
71867              
71868              Remove vestiges of tr//CU.
71869              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71870              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71871              
71872              The return value of setlocale must be copied away.
71873              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71874              
71875              Allow chop() and chomp() to be overridden.
71876              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71877              
71878              Hints optimization.
71879              Subject: Minor nit
71880              
71881              Subject: [PATCH] de-wall t/README
71882              
71883              Subject: Re: Two advertising clauses need to be removed
71884              
71885              Batch of UTF-8 patches from Simon Cozens.
71886              
71887              Fix for a parsing bug, not for the original bug.
71888              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71889              
71890              Compilation warnings and an error.
71891              
71892              Subject: File::Find 5.7.0 POD nits
71893              
71894              Subject: [PATCH perl-5.7.0] continued -Wformat support
71895              
71896              The one that got away.
71897              
71898              Subject: Re: perl@7078
71899              
71900              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71901              convertable to bytes by checking it doesn't go above 0xc3
71902              Subject: Re: perl@7078
71903              
71904              Replace #7084 with
71905              Subject: Re: perl@7078 
71906              
71907              We don't need to count the high bit bytes, a boolean is enough. 
71908              
71909              Subject: [PATCH] utf8.c apidoc
71910              
71911              Subject: Re: perl@7078 
71912              
71913              Botched the #7090 check-in.
71914              
71915              Fix for the charnames.t failures from Spider Boardman.
71916              
71917              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71918              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71919              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71920              0 to checking to get the warning.
71921              
71922              Subject: [PATCH] Nits in perlmod.pod
71923              
71924              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71925              
71926              Subject: Re: unicode support and perl [ID 20000901.097]
71927              
71928              Subject: Re: unicode support and perl [ID 20000901.097]
71929              
71930              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71931              
71932              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71933              
71934              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71935              
71936              Subject: [PATCH@blead] Fix some recursion in overload.pm
71937              
71938              s/Robin Parker/Robin Barker/
71939              
71940              Subject: [PATCH] Fix aliasing of tied filehandles
71941              
71942              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71943              
71944              Subject: Re: [PATCH 5.005_64 missed]
71945              
71946              SOCK_DGRAM and listen() do not mix as reported in
71947              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71948              The patch for 5.7.0+ had to be reengineered, though.
71949              
71950              Subject: DOC PATCH 5.6.0
71951              
71952              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71953              
71954              Document the issue (is not a syntax error, kind of)
71955              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71956              
71957              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71958              Did not apply cleanly, manual intervention was needed.
71959              
71960              Subject: [PATCH] DLL not restartabke with threaded perl
71961              
71962              Inside require() $^S was always left undefined.
71963              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71964              
71965              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71966              
71967              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71968              
71969              Regen headers.
71970              
71971              Subject: [PATCH 5.7.0] Epoc update
71972              
71973              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71974              as suggested by Olaf Flebbe and Nick Clark.
71975              
71976              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71977              
71978              Misplaced else.
71979              
71980              Scale down the VMS message boxes, by Charles Lane.
71981              Fix for ID 20000903.009, workaround at
71982              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71983              
71984              Subject: [ID 20001003.006] B::Debug not -w clean
71985              
71986              Test harness update to sync with the new perlcc,
71987              from Simon Cozens.
71988              
71989              One remaining nit less at the VMS mailbox sizing.
71990              
71991              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71992              
71993              It is possible to have no hosts database at all.  Pointed out in
71994              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71995              
71996              Subject: [PATCH 5.7.0] h2xs not working
71997              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71998              
71999              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
72000              
72001              Subject: perlhack.pod Patch for Externals Tools
72002              
72003              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
72004              
72005              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72006              
72007              Enable disabling scripts installation by Configure -Uinstallscripts,
72008              suggested by H. Merijn Brand.
72009              
72010              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
72011              reported several times by Dominic Dunlop, for example in
72012              ID 20000315.008.  Patch from Dominic.  Patch affects at
72013              least MachTen, and possibly other oldish BSDs. Should not
72014              break non-broken platforms (tested on LinuxPPC). 
72015              
72016              Regen toc.
72017              
72018              Subject: Re: Questions about Tie::Array and perl modules
72019              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
72020              
72021              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
72022              
72023              Tweak #7153.
72024              
72025              IO::Handle->syswrite() did not handle length omission
72026              like CORE::syswrite() does.
72027              Subject: [Fwd] IO::Handle, syswrite and arguments
72028              The original patch from andrew@ugh.net.au.
72029              
72030              Also the $ccflags is needed for the C compiler check.
72031              Subject: Configure (check for C-compiler)
72032              
72033              Eliminate $Is_VMS code from the test.
72034              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
72035              
72036              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
72037              as the first option of cc/ld because of ultrapicky compilers
72038              (e.g. OS/390 R2.5)
72039              
72040              Change the version number of Tie::Handle in the core to 4.0,
72041              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
72042              Subject: Note on Tie::Handle
72043              
72044              UTF8ize split() so that the cloned substrings get the UTF8
72045              flag of the original scalar.  Problem reported by Simon Cozens.
72046              
72047              save_re_context() could reset PL_curcop to freed memory, causing core
72048              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
72049              
72050              Subject: PATCH 5.6 perldebguts grammar cleanup
72051              
72052              Add a todo note about overloadable assertions.
72053              
72054              on Windows, LoadLibrary() could load an extension DLL multiple
72055              times if forward slashes are used in the path
72056              
72057              on Windows, cwd strings in the environment should be of the
72058              form =X:=X:\foo instead of =X=X:\foo\
72059              
72060              on Windows, avoid potential exception (could happen if MSVCRT isn't
72061              being used) when closing a socket handle
72062              
72063              avoid nonportable example code
72064              
72065              Windows9x doesn't support link(), despite what Config.pm
72066              might think
72067              
72068              pod nit
72069              
72070              Change #7160 had a nasty typo.
72071              
72072              Warn about unknown scripts.
72073              Subject: Re: ideas? patches? [PATCH bleadperl]
72074              
72075              on Windows, clean targets might not work under some flavors of the shell
72076              
72077              tweak for change#7173
72078              
72079              Make eq work again with utf8 (disabling the upgrading
72080              should no more be necessary since the copies of the
72081              scalars are upgraded, not the scalars themselves).
72082              Takes care of ID 20001009.001.  (The claimed length()
72083              bug in 20001009.001 seems bogus to me.)
72084              
72085              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72086              
72087              Upgrade to CGI.pm 2.74, from Lincoln Stein.
72088              
72089              Upgrade to podlators 1.04, from Russ Allbery.
72090              
72091              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72092              
72093              Quote the temp file name, needed in Win32 because the
72094              default name unfortunately contains spaces, shouldn't
72095              hurt elsewhere.
72096              Subject: FW: perldoc fails if $TEMP contains spaces
72097              
72098              Subject: RE: [ID 19990803.001] README.win32 suggestions 
72099              
72100              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72101              
72102              Subject: Re: utf8 concat, mg_get
72103              
72104              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72105              
72106              Subject: [PATCH: perl@7181] op/tr tests on OS/390
72107              
72108              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72109              
72110              Use the versiononly instead of the installscripts,
72111              retract the changes 7146 and 7147.
72112              
72113              Reapply Andy's patch and regen Configure.
72114              
72115              Add the test case for #7190, from the original bug report
72116              by Andreas König.
72117              
72118              Remove duplicated code.
72119              
72120              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72121              
72122              restore change#7202
72123      Branch: maint-5.6/perl
72124           !> (integrate 121 files)
72125 ____________________________________________________________________________
72126 [  8155] By: jhi                                   on 2000/12/17  22:30:58
72127         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
72128              From: "Craig A. Berry" <craigberry@mac.com>
72129              Date: Sun, 17 Dec 2000 13:09:28 -0600
72130              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
72131              
72132              MAN.PODS => ' ' is naughty.
72133      Branch: perl
72134            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
72135 ____________________________________________________________________________
72136 [  8154] By: nick                                  on 2000/12/17  22:07:13
72137         Log: MULTIPLICITY nit.
72138      Branch: perl
72139            ! mg.c
72140 ____________________________________________________________________________
72141 [  8153] By: gsar                                  on 2000/12/17  21:23:05
72142         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
72143              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
72144              from mainline
72145              
72146              Document the SvIOK_.*UV().
72147              
72148              Update Unicode todo list.
72149              
72150              Guard against bad string->int conversion for quads.
72151              
72152              Subject: small apidoc fix
72153              
72154              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72155              
72156              Subject: [PATCH] Tied filehandle documentation
72157              
72158              Subject: [PATCH] Modernize Opcode.pm documentation
72159              
72160              Make Data::Dumper (non-XS) to work with changed semantics of ref().
72161              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72162              [applied even though said semantics didn't change in 5.6.x]
72163              
72164              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72165              
72166              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72167              
72168              Fix the URL, but the server is still missing in action.
72169              Subject: [ID 20000905.002] perlfaq1.pod URL error
72170              
72171              Subject: [ID 20000903.001] \w in utf8-strings
72172              
72173              Fix the ccversion detection for 5.1 and beyond.
72174              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72175              
72176              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72177              
72178              Subject: [ID 20000904.008] Tiny fix for perldiag
72179              
72180              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72181              
72182              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72183              
72184              Subject: [ID 20000908.002] perlipc documentation bug.
72185              
72186              Subject: [PATCH lib/Benchmark.pm]
72187              
72188              Re-allow vec() for characters > 255.
72189              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72190              
72191              Do away with memory models cruft.  Sorry, PDP users.
72192              
72193              Continue #7041.
72194              
72195              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72196              
72197              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72198              
72199              Upgrade to CPAN 1.57_65, from Andreas König.
72200              
72201              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72202              by Russ Allbery.
72203              
72204              Silence t/pod/*.t about alternate quote-mappings now implemented
72205              by Pod::Text, from Brad Appleton.
72206              
72207              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72208              Subject: borland C++ win32.c tweak
72209              
72210              C<@a = @b = split(...)> optimization coredumps under ithreads
72211              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72212              
72213              Document the SvUTF8*().
72214              
72215              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72216              
72217              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72218              
72219              Do in VMS as the #7054 does.
72220              
72221              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72222              
72223              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72224              
72225              Subject: [patch: perl@7045] vms updates
72226              
72227              Test for the #7049.
72228              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72229              
72230              Break up the myconfig lines a bit.
72231              Subject: perlbug/perl -V output format
72232              
72233              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72234              
72235              The #7054 truncated Configure badly.
72236              
72237              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72238              initialization in all the threads on Windows
72239              
72240              Allow for whitespace between "#" and "line" in cpp output.
72241              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72242              
72243              Remove vestiges of tr//CU.
72244              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72245              
72246              The return value of setlocale must be copied away.
72247              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72248              
72249              Allow chop() and chomp() to be overridden.
72250              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72251              
72252              Hints optimization.
72253              Subject: Minor nit
72254              
72255              Subject: [PATCH] de-wall t/README
72256              
72257              Subject: Re: Two advertising clauses need to be removed
72258      Branch: maint-5.6/perl
72259           !> (integrate 75 files)
72260 ____________________________________________________________________________
72261 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72262         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72263              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72264              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72265              
72266              Don't attach -ld to the archname if pointless.
72267              
72268              Document UNTIE in a very minimalistic way.
72269              
72270              POSIX doesn't report long double values under -Duselongdouble
72271              when the long doubles are "real" (bigger than doubles).
72272              
72273              More author updates.
72274              
72275              Try to deduce NV_MAX.  Really should be Configure fodder.
72276              
72277              :: not allowed in pathnames, change to .
72278              Subject: [PATCH perl@6938] cygwin port
72279              
72280              Forget about NV_MAX (#6951).  Various floating point tweaks,
72281              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72282              
72283              Move the Solaris 7 scan to use64bitall, make the
72284              failure to find 64-bot sparc libc to mention the
72285              possibility of being in an intel, from Lupe and Alan.
72286              
72287              Regen perltoc.
72288              
72289              AUTHORS tweaks, from Peter Prymmer.
72290              
72291              More address tweaking.
72292              
72293              Small tweaks all over.
72294              
72295              File::Temp patches from Andreas König,
72296              
72297              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72298              
72299              Subject: CPAN.pm beta 1.57_57 for the core
72300              
72301              Part of the solution.
72302              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72303              
72304              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72305              
72306              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72307              
72308              Add the overload warnings to perldiag.
72309              
72310              Drop unused argument.
72311              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72312              
72313              Subject: Nit in Configure (bleadperl@6961)
72314              
72315              Update to PodParser 1.18, from Brad Appleton.
72316              
72317              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72318              
72319              Subject: [PATCH: 6948] add SCNfldbl to configure.com
72320              
72321              Document UNTIE. Also tweak implementation to suppress the 'inner references'
72322              warning when UNTIE exists and instead pass the cound of extra references to
72323              the UNTIE method.
72324              
72325              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72326              so that case-ignoring systems like DCL can tell them from
72327              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72328              
72329              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72330              
72331              Feature ordering tweak.
72332              
72333              Regen perltoc.
72334              
72335              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72336              
72337              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72338              
72339              Subject: http:// in L<>
72340              
72341              Detypo.
72342              
72343              change#6791 accidentally clobbered change#6710, put it back
72344              
72345              Only the first line, thank you very much.
72346              
72347              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72348              plus rework the http: spots as suggested by Tom Christiansen,
72349              plus regen perltoc.
72350              
72351              Undo part of change 6489 which looks like a bulk edit which
72352              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72353              The supressing of main:: on return from select() is undesirable.
72354              
72355              Apparently avoiding the swapping is too costly.
72356              
72357              Various Configure nits by Philip Newton,
72358              plus the ebcdic one by me.
72359              
72360              Make certain cc is set before trying to run it.
72361              
72362              If overloaded %{} etc. return the object do not loop.
72363              Thus  sub deref { $_[0] } functions if object is wanted type.
72364              
72365              Update perlhist.
72366              
72367              More %{} and other deref special casing - do not pass to 'nomethod'.
72368      Branch: maint-5.6/perl
72369           !> (integrate 59 files)
72370 ____________________________________________________________________________
72371 [  8151] By: gsar                                  on 2000/12/17  19:14:38
72372         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
72373              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
72374              
72375              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72376              
72377              Make the epsilon to be relative, not absolute.
72378              
72379              Put back the flags dump as reasoned in
72380              Subject: Re: [PATCH] Glob dumping
72381              
72382              Introduce ccname to keep track of what compiler kind of we have.
72383              
72384              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72385              
72386              Put back the slice accidentally removed by #6907.
72387              
72388              Reset archname and archname64 always, forcing them be
72389              recomputed at each Configure run, make Configure and
72390              the hints files agree on the naming of largefiles variables.
72391              
72392              Don't say "Perl 5.0 source kit".
72393              
72394              Subject: [PATCH] fix misc cast warnings
72395              
72396              Subject: typos in pods
72397              
72398              NVs not necessarily doubles, as pointed out by Yitzchak.
72399              
72400              Subject: [PATCH 6889] add a few ldbl formats to configure.com
72401              
72402              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72403              
72404              Better options for rsync.
72405              
72406              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72407              
72408              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72409              
72410              Subject: [PATCH] Re: UNTIE method 
72411              
72412              A better fix for the Socket building problem from Craig Berry.
72413              
72414              Retract the dummy test, skip the security tests (instead of failing),
72415              explain what the warnings mean.
72416              
72417              Heap decorruption.
72418              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72419              
72420              Update to Unicode 3.0.1.
72421              
72422              Missed one Unicode file.
72423              
72424              Subject: Re: typos in pods
72425              
72426              The #6929 was too skimpy.
72427              
72428              sscanf() may be the only way to read long doubles from strings.
72429              
72430              Reveal Borland's isnan.
72431              Subject: build with BC++ tweak
72432              
72433              Issue useful diagnostic on unknown pod commands.
72434              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72435              
72436              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72437              
72438              Clarify the third case of ftmp-security warnings.
72439              
72440              Make -Dusemorebits find long doubles in Solaris.
72441              
72442              Wrap the test in eval.
72443      Branch: maint-5.6/perl
72444           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72445           +> lib/unicode/PropList.txt lib/unicode/README.perl
72446           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72447           +> lib/unicode/Unicode.301 vms/vmspipe.com
72448            - lib/unicode/Props.txt lib/unicode/UCD300.html
72449            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72450           !> (integrate 305 files)
72451 ____________________________________________________________________________
72452 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72453         Log: Uncheckedin generated files.
72454      Branch: perl
72455            ! global.sym perlapi.c pod/perlapi.pod
72456 ____________________________________________________________________________
72457 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72458         Log: Update Changes.
72459      Branch: perl
72460            ! Changes patchlevel.h
72461 ____________________________________________________________________________
72462 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72463         Log: Subject: [PATCH] Fcntl constants speedup
72464              From: Nicholas Clark <nick@ccl4.org>
72465              Date: Sun, 17 Dec 2000 16:29:24 +0000
72466              Message-ID: <20001217162924.E97668@plum.flirble.org>
72467              
72468              Use IVs for the Fcntl constants instead of NVs.
72469      Branch: perl
72470            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72471 ____________________________________________________________________________
72472 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72473         Log: Add test for #8145 (binmode() warning), add warning for
72474              ioctl() and sockpair(), document them. (fileno() cannot
72475              be tripwired with the same kind of warning because
72476              'defined fileno($foo)' seems to be an idiom.)
72477      Branch: perl
72478            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72479 ____________________________________________________________________________
72480 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72481         Log: update Changes
72482      Branch: maint-5.6/perl
72483            ! Changes
72484 ____________________________________________________________________________
72485 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72486         Log: Subject: [PATCH] Re: The long awaited feature ...
72487              From: Simon Cozens <simon@cozens.net>
72488              Date: Sun, 17 Dec 2000 12:31:56 +0000
72489              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72490              
72491              Add a warning to binmode() about using bad filehandles
72492              (can happen e.g. if someone forgets the filehandle argument)
72493      Branch: perl
72494            ! pp_sys.c
72495 ____________________________________________________________________________
72496 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72497         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72498              From: Jonathan Stowe <gellyfish@gellyfish.com>
72499              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72500              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72501      Branch: perl
72502            ! lib/Net/Ping.pm
72503 ____________________________________________________________________________
72504 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72505         Log: Polymorphic regexps.
72506              
72507              Fixes at least the bugs 20001028.003 (both of them...) and
72508              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72509              also to be fixed by now, probably already before this patch.
72510      Branch: perl
72511            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72512            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72513            ! t/op/utf8decode.t t/pragma/utf8.t
72514 ____________________________________________________________________________
72515 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72516         Log: Subject: [patch perl@8102] dos/djgpp update
72517              From: Laszlo Molnar <ml1050@freemail.hu>
72518              Date: Sat, 16 Dec 2000 01:40:52 +0100
72519              Message-ID: <20001216014052.A335@freemail.hu>
72520      Branch: perl
72521            ! djgpp/config.over t/base/commonsense.t
72522 ____________________________________________________________________________
72523 [  8141] By: jhi                                   on 2000/12/16  17:09:27
72524         Log: Few uncheckedin files.
72525      Branch: perl
72526            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
72527 ____________________________________________________________________________
72528 [  8140] By: nick                                  on 2000/12/15  22:14:31
72529         Log: Integrate mainline
72530      Branch: perlio
72531           !> (integrate 53 files)
72532 ____________________________________________________________________________
72533 [  8139] By: jhi                                   on 2000/12/15  19:49:49
72534         Log: One more IVUV tweak from Nicholas Clark.
72535      Branch: perl
72536            ! sv.c
72537 ____________________________________________________________________________
72538 [  8138] By: jhi                                   on 2000/12/15  19:17:06
72539         Log: Return of the IVUV-preservation, now seems to be happy even
72540              in Digital UNIX (the broken strtoul brokenness detection
72541              seems to have been the fly in the ointment).
72542      Branch: perl
72543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72544            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
72545            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
72546            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
72547            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72548            ! vos/config.ga.h win32/config.bc win32/config.gc
72549            ! win32/config.vc
72550 ____________________________________________________________________________
72551 [  8137] By: jhi                                   on 2000/12/15  18:12:14
72552         Log: Metaconfig unit change for #8136.
72553      Branch: metaconfig
72554            ! U/modified/d_strtoul.U
72555      Branch: metaconfig/U/perl
72556            ! d_strtoull.U d_strtouq.U
72557 ____________________________________________________________________________
72558 [  8136] By: jhi                                   on 2000/12/15  18:11:35
72559         Log: I don't think it's sensible or portable to test the strtou*
72560              on /^-/ strings.
72561      Branch: perl
72562            ! Configure
72563 ____________________________________________________________________________
72564 [  8135] By: jhi                                   on 2000/12/15  17:18:49
72565         Log: Metaconfig unit change for #8134.
72566      Branch: metaconfig
72567            ! U/modified/d_strtoul.U
72568 ____________________________________________________________________________
72569 [  8134] By: jhi                                   on 2000/12/15  17:14:13
72570         Log: If longsize is 8 we don't need a LL suffix for integer constants.
72571      Branch: perl
72572            ! Configure config_h.SH
72573 ____________________________________________________________________________
72574 [  8133] By: jhi                                   on 2000/12/15  16:00:23
72575         Log: Update Changes.
72576      Branch: perl
72577            ! Changes patchlevel.h
72578 ____________________________________________________________________________
72579 [  8132] By: jhi                                   on 2000/12/15  15:44:16
72580         Log: Some compilers get huffy if you do not cast a const pointer
72581              to a non-const when assigning.
72582      Branch: perl
72583            ! gv.c
72584 ____________________________________________________________________________
72585 [  8131] By: jhi                                   on 2000/12/15  15:38:30
72586         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
72587              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72588              Date: Fri, 15 Dec 2000 05:26:57 -0500
72589              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
72590      Branch: perl
72591            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
72592            ! t/pragma/overload.t
72593 ____________________________________________________________________________
72594 [  8130] By: jhi                                   on 2000/12/15  15:36:08
72595         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
72596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72597              Date: Thu, 14 Dec 2000 22:02:43 -0500
72598              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
72599      Branch: perl
72600            ! gv.c perl.h
72601 ____________________________________________________________________________
72602 [  8129] By: jhi                                   on 2000/12/15  15:34:16
72603         Log: Subject: PATCH: h2xs nit
72604              From: Tim Jenness <t.jenness@jach.hawaii.edu>
72605              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
72606              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
72607              
72608              Add a template README.
72609      Branch: perl
72610            ! utils/h2xs.PL
72611 ____________________________________________________________________________
72612 [  8128] By: jhi                                   on 2000/12/15  15:32:22
72613         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
72614      Branch: perl
72615            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
72616 ____________________________________________________________________________
72617 [  8127] By: jhi                                   on 2000/12/15  15:19:34
72618         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
72619              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72620              Date:     Thu, 14 Dec 2000 20:04:42 EST
72621              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
72622      Branch: perl
72623            ! ext/Opcode/Opcode.xs
72624 ____________________________________________________________________________
72625 [  8126] By: jhi                                   on 2000/12/15  15:17:49
72626         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
72627              From: Peter Prymmer <pvhp@forte.com>
72628              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
72629              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
72630      Branch: perl
72631            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
72632            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
72633            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
72634 ____________________________________________________________________________
72635 [  8125] By: jhi                                   on 2000/12/15  15:11:05
72636         Log: This seems to be a stage sane and stable enough to checkin.
72637              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
72638      Branch: perl
72639            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
72640            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
72641            ! t/op/cmp.t t/op/numconvert.t
72642 ____________________________________________________________________________
72643 [  8124] By: jhi                                   on 2000/12/15  04:20:26
72644         Log: Something is really wonky.
72645      Branch: perl
72646            ! sv.c
72647 ____________________________________________________________________________
72648 [  8123] By: jhi                                   on 2000/12/15  04:00:50
72649         Log: Fixes for the IV UV patches to compile in Digital UNIX.
72650      Branch: perl
72651            ! sv.c
72652 ____________________________________________________________________________
72653 [  8122] By: jhi                                   on 2000/12/15  02:53:40
72654         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
72655              From: "Craig A. Berry" <craigberry@mac.com>
72656              Date: Thu, 14 Dec 2000 19:10:49 -0600
72657              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
72658      Branch: perl
72659            ! vms/vms.c
72660 ____________________________________________________________________________
72661 [  8121] By: jhi                                   on 2000/12/15  02:50:00
72662         Log: Metaconfig changes for #8120.
72663      Branch: metaconfig
72664            + U/modified/d_strtoul.U
72665      Branch: metaconfig/U/perl
72666            ! d_strtoull.U d_strtouq.U
72667 ____________________________________________________________________________
72668 [  8120] By: jhi                                   on 2000/12/15  02:49:42
72669         Log: From: Nicholas Clark <nick@ccl4.org> 
72670              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
72671              Date: Thu, 14 Dec 2000 18:38:57 +0000
72672              Message-ID: <20001214183857.B97909@plum.flirble.org>
72673      Branch: perl
72674            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72675            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
72676            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
72677            ! vos/config.ga.def vos/config.ga.h win32/config.bc
72678            ! win32/config.gc win32/config.vc
72679 ____________________________________________________________________________
72680 [  8119] By: jhi                                   on 2000/12/14  23:40:58
72681         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
72682              From: Nicholas Clark <nick@ccl4.org>
72683              Date: Wed, 13 Dec 2000 20:08:50 +0000
72684              Message-ID: <20001213200849.B71166@plum.flirble.org>
72685      Branch: perl
72686            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
72687            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
72688 ____________________________________________________________________________
72689 [  8118] By: jhi                                   on 2000/12/14  22:46:26
72690         Log: Integrate perlio:
72691              
72692              [  8117]
72693              Win32 tweaks to get Encode to build
72694              - temp hack to makedef.pl till PerlIO is properly "exported".
72695              - MSVC dislikes  
72696              static encpage_t foo[];
72697              so make 'em extern for now.
72698              
72699              [  8116]
72700              Document the new files
72701      Branch: perl
72702           !> MANIFEST ext/Encode/compile makedef.pl
72703 ____________________________________________________________________________
72704 [  8117] By: nick                                  on 2000/12/14  22:38:53
72705         Log: Win32 tweaks to get Encode to build
72706              - temp hack to makedef.pl till PerlIO is properly "exported".
72707              - MSVC dislikes  
72708              static encpage_t foo[];
72709              so make 'em extern for now.
72710      Branch: perlio
72711            ! ext/Encode/compile makedef.pl
72712 ____________________________________________________________________________
72713 [  8116] By: nick                                  on 2000/12/14  22:00:53
72714         Log: Document the new files
72715      Branch: perlio
72716            ! MANIFEST
72717 ____________________________________________________________________________
72718 [  8115] By: jhi                                   on 2000/12/14  21:58:01
72719         Log: MANIFEST new files of #8114.
72720      Branch: perl
72721            ! MANIFEST
72722 ____________________________________________________________________________
72723 [  8114] By: jhi                                   on 2000/12/14  21:50:49
72724         Log: Integrate perlio:
72725              
72726              [  8106]
72727              "Cold" build correction to Encode's Makefile.PL
72728              
72729              [  8105]
72730              "Compiled" encodings.
72731              Correct replacement character in EBCDIC .enc files
72732              Add 0x7F to ASCII repertoire.
72733              
72734              [  8103]
72735              Beginings of compiled encodings - checked in as a snapshot of thoughts
72736              so far and so it does not get lost.
72737      Branch: perl
72738           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72739           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
72740           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72741           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72742           !> ext/Encode/Makefile.PL
72743 ____________________________________________________________________________
72744 [  8113] By: jhi                                   on 2000/12/14  21:48:49
72745         Log: The documentation part of the
72746              
72747              Subject: [ID 20001214.002] Net::Ping patch
72748              From: Jonathan Stowe <gellyfish@gellyfish.com>
72749              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
72750              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
72751              since the #7529 had already addressed the same problem.
72752      Branch: perl
72753            ! lib/Net/Ping.pm
72754 ____________________________________________________________________________
72755 [  8112] By: jhi                                   on 2000/12/14  21:42:57
72756         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
72757              From: Dominic Dunlop <domo@computer.org>
72758              Date: Tue, 12 Dec 2000 10:47:10 +0100
72759              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
72760              
72761              Document how elusive subroutines can be.
72762      Branch: perl
72763            ! pod/perlfunc.pod
72764 ____________________________________________________________________________
72765 [  8111] By: jhi                                   on 2000/12/14  21:38:05
72766         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
72767              From: Dominic Dunlop <domo@computer.org>
72768              Date: Thu, 14 Dec 2000 10:13:51 +0100
72769              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
72770      Branch: perl
72771            ! ext/POSIX/POSIX.pod
72772 ____________________________________________________________________________
72773 [  8110] By: jhi                                   on 2000/12/14  21:36:32
72774         Log: Subject: [patch] perlfaq7
72775              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72776              Date: Thu, 14 Dec 2000 15:31:07 +0100
72777              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
72778      Branch: perl
72779            ! pod/perlfaq7.pod
72780 ____________________________________________________________________________
72781 [  8109] By: jhi                                   on 2000/12/14  21:29:20
72782         Log: Subject: [8104] Encode
72783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72784              Date: Thu, 14 Dec 2000 14:49:34 +0100
72785              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
72786              
72787              Type casting for nervous compilers.
72788      Branch: perl
72789            ! ext/Encode/Encode.xs
72790 ____________________________________________________________________________
72791 [  8108] By: jhi                                   on 2000/12/14  21:26:17
72792         Log: Subject: [8104] DB_File
72793              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72794              Date: Thu, 14 Dec 2000 14:49:35 +0100
72795              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
72796              
72797              Type definition incorrect for DB 2.7.7.  Not known when it
72798              changed, so only changed it for a known revision.
72799      Branch: perl
72800            ! ext/DB_File/DB_File.xs
72801 ____________________________________________________________________________
72802 [  8107] By: jhi                                   on 2000/12/14  21:23:41
72803         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
72804              From: Peter Prymmer <pvhp@forte.com>
72805              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
72806              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
72807              
72808              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
72809      Branch: perl
72810            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72811            ! ext/Encode/Encode/posix-bc.enc
72812 ____________________________________________________________________________
72813 [  8106] By: nick                                  on 2000/12/14  20:36:13
72814         Log: "Cold" build correction to Encode's Makefile.PL
72815      Branch: perlio
72816            ! ext/Encode/Makefile.PL
72817 ____________________________________________________________________________
72818 [  8105] By: nick                                  on 2000/12/14  20:09:37
72819         Log: "Compiled" encodings.
72820              Correct replacement character in EBCDIC .enc files
72821              Add 0x7F to ASCII repertoire.
72822      Branch: perlio
72823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
72824            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72825            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72826            ! ext/Encode/Makefile.PL ext/Encode/compile
72827            ! ext/Encode/encengine.c ext/Encode/encode.h
72828 ____________________________________________________________________________
72829 [  8104] By: nick                                  on 2000/12/14  00:38:20
72830         Log: Integrate mainline
72831      Branch: perlio
72832           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
72833           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
72834           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
72835           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
72836           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
72837           !> t/lib/db-hash.t t/lib/db-recno.t
72838 ____________________________________________________________________________
72839 [  8103] By: nick                                  on 2000/12/13  23:16:13
72840         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
72841              so far and so it does not get lost.
72842      Branch: perlio
72843            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72844 ____________________________________________________________________________
72845 [  8102] By: jhi                                   on 2000/12/13  17:14:22
72846         Log: Update Changes.
72847      Branch: perl
72848            ! Changes patchlevel.h
72849 ____________________________________________________________________________
72850 [  8101] By: jhi                                   on 2000/12/13  16:53:41
72851         Log: Move the proto of start_glob() to a better place; regen api files.
72852      Branch: perl
72853            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
72854 ____________________________________________________________________________
72855 [  8100] By: jhi                                   on 2000/12/13  16:47:11
72856         Log: Metaconfig change for #8099.
72857      Branch: metaconfig
72858            ! U/modified/Head.U
72859 ____________________________________________________________________________
72860 [  8099] By: jhi                                   on 2000/12/13  16:46:48
72861         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
72862              From: Andy Dougherty <doughera@lafayette.edu>
72863              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
72864              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
72865      Branch: perl
72866            ! Configure
72867 ____________________________________________________________________________
72868 [  8098] By: jhi                                   on 2000/12/13  16:39:02
72869         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
72870              From: rspier@pobox.com (Robert Spier)
72871              Date: Tue, 12 Dec 2000 21:12:39 -0500
72872              Message-ID: <14902.56087.678086.725773@rls.cx>
72873              
72874              fastgetcwd is defined using a glob alias on a $^O dependent basis -
72875              and there was no default assignment or perl subroutine.
72876      Branch: perl
72877            ! lib/Cwd.pm
72878 ____________________________________________________________________________
72879 [  8097] By: jhi                                   on 2000/12/13  16:16:01
72880         Log: Subject: [PATCH] move startglob out of pp_hot.c
72881              From: Nicholas Clark <nick@ccl4.org>
72882              Date: Mon, 11 Dec 2000 23:16:39 +0000
72883              Message-ID: <20001211231638.A55550@plum.flirble.org>
72884      Branch: perl
72885            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
72886 ____________________________________________________________________________
72887 [  8096] By: jhi                                   on 2000/12/13  15:26:23
72888         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
72889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
72890              Date: Wed, 13 Dec 2000 14:01:37 +0100
72891              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
72892              
72893              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
72894              in turn requires libpthread in libswanted.
72895      Branch: perl
72896            ! hints/hpux.sh
72897 ____________________________________________________________________________
72898 [  8095] By: jhi                                   on 2000/12/12  19:51:05
72899         Log: The integration wars continue.
72900      Branch: perl
72901           !> sv.c
72902 ____________________________________________________________________________
72903 [  8094] By: jhi                                   on 2000/12/12  19:48:26
72904         Log: Subject: [PATCH perl@8070] DB_File-1.74  
72905              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
72906              Date: Mon, 11 Dec 2000 23:07:17 -0000
72907              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
72908      Branch: perl
72909            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72910            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
72911            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
72912            ! t/lib/db-recno.t
72913 ____________________________________________________________________________
72914 [  8093] By: nick                                  on 2000/12/12  19:42:13
72915         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
72916      Branch: perlio
72917            ! sv.c
72918           !> lib/File/DosGlob.pm
72919 ____________________________________________________________________________
72920 [  8092] By: jhi                                   on 2000/12/12  19:28:11
72921         Log: Integrate perlio:
72922              
72923              [  8091]
72924              Fix for Tk, and upgrading shared SVs.
72925      Branch: perl
72926           !> sv.c
72927 ____________________________________________________________________________
72928 [  8091] By: nick                                  on 2000/12/12  18:49:45
72929         Log: Fix for Tk, and upgrading shared SVs.
72930      Branch: perlio
72931            ! sv.c
72932 ____________________________________________________________________________
72933 [  8090] By: jhi                                   on 2000/12/12  16:48:59
72934         Log: Subject: [PATCH] Re: Breadperl & Tk
72935              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72936              Date: Tue, 12 Dec 2000 14:48:27 GMT
72937              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
72938      Branch: perl
72939            ! sv.c
72940 ____________________________________________________________________________
72941 [  8089] By: jhi                                   on 2000/12/12  03:37:19
72942         Log: Subject: DosGlob.pm diff for bash style brace expansion.
72943              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
72944              Date: Fri, 8 Dec 2000 10:45:30 -0600
72945              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
72946      Branch: perl
72947            ! lib/File/DosGlob.pm
72948 ____________________________________________________________________________
72949 [  8088] By: nick                                  on 2000/12/11  23:59:59
72950         Log: Integrate mainline
72951      Branch: perlio
72952           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
72953           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72954           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
72955           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
72956           !> t/op/local.t t/pragma/warn/toke toke.c
72957 ____________________________________________________________________________
72958 [  8087] By: jhi                                   on 2000/12/11  23:20:23
72959         Log: Integrate perlio:
72960              
72961              [  8085]
72962              Finish 1st pass of "encoding" layer e.g. :
72963              open($fh,"<encoding(iso8859-7)",$greek) || die;
72964              
72965              [  8082]
72966              Restore mmap function (broken by tweaks to shared buffer
72967              layer for encode(xxxx)).
72968              
72969              [  8076]
72970              Not merge worthy...
72971              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72972              syntax is modelled on attributes.
72973              Untested fix for io/utf8 on Win32 etc.
72974              Very clumsy start to the encode layer.
72975      Branch: perl
72976           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72977 ____________________________________________________________________________
72978 [  8086] By: jhi                                   on 2000/12/11  22:50:59
72979         Log: Tune further the OS detection of CGI.
72980      Branch: perl
72981            ! lib/CGI.pm
72982 ____________________________________________________________________________
72983 [  8085] By: nick                                  on 2000/12/11  22:50:46
72984         Log: Finish 1st pass of "encoding" layer e.g. :
72985              open($fh,"<encoding(iso8859-7)",$greek) || die;
72986      Branch: perlio
72987            ! ext/Encode/Encode.xs perlio.c perliol.h
72988 ____________________________________________________________________________
72989 [  8084] By: jhi                                   on 2000/12/11  22:32:06
72990         Log: Revert the -f ambiguousity patch, seems to cause
72991              too much hassle (the interpret -Q as a function
72992              where Q is not a known filetest part is left in).
72993      Branch: perl
72994            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
72995            ! toke.c
72996 ____________________________________________________________________________
72997 [  8083] By: jhi                                   on 2000/12/11  22:27:23
72998         Log: (accidentally empty check-in)
72999      Branch: perl
73000            ! lib/File/DosGlob.pm
73001 ____________________________________________________________________________
73002 [  8082] By: nick                                  on 2000/12/11  19:09:51
73003         Log: Restore mmap function (broken by tweaks to shared buffer
73004              layer for encode(xxxx)).
73005      Branch: perlio
73006            ! perlio.c
73007 ____________________________________________________________________________
73008 [  8081] By: jhi                                   on 2000/12/11  18:29:13
73009         Log: Subject: Re: The long awaited feature ...
73010              From: Simon Cozens <simon@cozens.net>
73011              Date: Mon, 11 Dec 2000 15:54:24 +0000
73012              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
73013              
73014              More io/utf8 tests.
73015      Branch: perl
73016            ! t/io/utf8.t
73017 ____________________________________________________________________________
73018 [  8080] By: jhi                                   on 2000/12/11  18:19:36
73019         Log: Subject: PATCH MakeMaker manpage clarification
73020              From: andreas.koenig@anima.de (Andreas J. Koenig)
73021              Date: 10 Dec 2000 20:46:13 +0100
73022              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
73023      Branch: perl
73024            ! lib/ExtUtils/MakeMaker.pm
73025 ____________________________________________________________________________
73026 [  8079] By: jhi                                   on 2000/12/11  15:35:07
73027         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
73028              From: Simon Cozens <simon@cozens.net>
73029              Date: Sun, 10 Dec 2000 19:06:19 +0000
73030              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
73031      Branch: perl
73032            ! ext/B/B/Deparse.pm t/lib/b.t
73033 ____________________________________________________________________________
73034 [  8078] By: jhi                                   on 2000/12/11  15:09:11
73035         Log: Subject: [PATCH] docs on NaN
73036              From: Nicholas Clark <nick@ccl4.org>
73037              Date: Mon, 11 Dec 2000 01:48:38 +0000
73038              Message-ID: <20001211014838.B99205@plum.flirble.org>
73039      Branch: perl
73040            ! pod/perlop.pod
73041 ____________________________________________________________________________
73042 [  8077] By: jhi                                   on 2000/12/11  15:02:21
73043         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
73044              From: Simon Cozens <simon@cozens.net>
73045              Date: Mon, 11 Dec 2000 01:21:45 +0000
73046              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
73047      Branch: perl
73048            ! pp.c pp_hot.c scope.c t/op/local.t
73049 ____________________________________________________________________________
73050 [  8076] By: nick                                  on 2000/12/10  20:43:32
73051         Log: Not merge worthy...
73052              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73053              syntax is modelled on attributes.
73054              Untested fix for io/utf8 on Win32 etc.
73055              Very clumsy start to the encode layer.
73056      Branch: perlio
73057            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73058 ____________________________________________________________________________
73059 [  8075] By: jhi                                   on 2000/12/10  18:39:33
73060         Log: Darwin is not Windows.
73061      Branch: perl
73062            ! lib/CGI.pm
73063 ____________________________________________________________________________
73064 [  8074] By: jhi                                   on 2000/12/10  18:31:27
73065         Log: Subject: Ambiguous -%c() resolved as a file test
73066              From: "Paul Marquess" <Paul.Marquess@openwave.com>
73067              Date: Sun, 10 Dec 2000 15:35:07 -0000
73068              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
73069      Branch: perl
73070            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73071 ____________________________________________________________________________
73072 [  8073] By: jhi                                   on 2000/12/10  18:16:29
73073         Log: Subject: PATCH installperl misinformed 
73074              From: andreas.koenig@anima.de (Andreas J. Koenig)
73075              Date: 10 Dec 2000 13:01:32 +0100 
73076              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
73077      Branch: perl
73078            ! installperl
73079 ____________________________________________________________________________
73080 [  8072] By: jhi                                   on 2000/12/10  18:07:55
73081         Log: The walkoptree confusion rages; walkoptree() seems to be coming
73082              from B.xs, while walkoptree_slow() comes from B.pm.
73083      Branch: perl
73084            ! ext/B/B.pm
73085 ____________________________________________________________________________
73086 [  8071] By: nick                                  on 2000/12/10  11:45:47
73087         Log: Integrate mainline
73088      Branch: perlio
73089           +> t/base/commonsense.t
73090           !> (integrate 37 files)
73091 ____________________________________________________________________________
73092 [  8070] By: jhi                                   on 2000/12/10  04:46:21
73093         Log: Update Changes.
73094      Branch: perl
73095            ! Changes patchlevel.h
73096 ____________________________________________________________________________
73097 [  8069] By: jhi                                   on 2000/12/10  04:39:19
73098         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
73099              From: andreas.koenig@anima.de (Andreas J. Koenig)
73100              Date: 09 Dec 2000 17:14:25 +0100
73101              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
73102      Branch: perl
73103            + t/base/commonsense.t
73104            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
73105 ____________________________________________________________________________
73106 [  8068] By: jhi                                   on 2000/12/10  04:17:36
73107         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
73108              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73109              Date: Sat, 9 Dec 2000 16:47:22 -0000
73110              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
73111      Branch: perl
73112            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
73113            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
73114            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
73115            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
73116            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
73117            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
73118            ! t/lib/sdbm.t
73119 ____________________________________________________________________________
73120 [  8067] By: jhi                                   on 2000/12/10  03:52:02
73121         Log: Test case for #8066.
73122      Branch: perl
73123            ! t/op/misc.t
73124 ____________________________________________________________________________
73125 [  8066] By: jhi                                   on 2000/12/10  03:50:30
73126         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
73127              From: Simon Cozens <simon@cozens.net>
73128              Date: Sun, 10 Dec 2000 00:55:37 +0000
73129              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
73130      Branch: perl
73131            ! pp_sys.c
73132 ____________________________________________________________________________
73133 [  8065] By: jhi                                   on 2000/12/10  03:44:52
73134         Log: Test case for #8064.
73135      Branch: perl
73136            ! t/comp/proto.t
73137 ____________________________________________________________________________
73138 [  8064] By: jhi                                   on 2000/12/10  03:42:32
73139         Log: Subject: Re: prototype of substr
73140              From: Simon Cozens <simon@cozens.net>
73141              Date: Sun, 10 Dec 2000 00:13:33 +0000
73142              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
73143              
73144              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
73145              In other words, make the returned prototypes for any function
73146              stop prepending the ';' optionality marker after the first one.
73147              If they start getting optional, all the rest are optional.
73148      Branch: perl
73149            ! pp.c
73150 ____________________________________________________________________________
73151 [  8063] By: jhi                                   on 2000/12/10  03:39:42
73152         Log: Subject: [PATCH] perlguts.pod
73153              From: Simon Cozens <simon@cozens.net>
73154              Date: Sun, 10 Dec 2000 00:06:47 +0000
73155              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
73156              
73157              Documentation of the different types of ops,
73158              plus the functions in dump.c
73159      Branch: perl
73160            ! pod/perlguts.pod
73161 ____________________________________________________________________________
73162 [  8062] By: jhi                                   on 2000/12/10  03:30:04
73163         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
73164              From: Nicholas Clark <nick@talking.bollo.cx>
73165              Date: Sat, 09 Dec 2000 18:57:25 +0000
73166              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
73167              
73168              Be more robust in weird hostname setups.
73169      Branch: perl
73170            ! t/lib/net-hostent.t
73171 ____________________________________________________________________________
73172 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73173         Log: Pacify fussy compiler. 
73174      Branch: perl
73175            ! pp_sys.c
73176 ____________________________________________________________________________
73177 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73178         Log: Integrate perlio:
73179              
73180              [  8059]
73181              read/sysread/recv should now be utf8 aware.
73182              Basic test for utf8 read.
73183      Branch: perl
73184           !> pp_sys.c t/io/utf8.t
73185 ____________________________________________________________________________
73186 [  8059] By: nick                                  on 2000/12/09  23:40:14
73187         Log: read/sysread/recv should now be utf8 aware.
73188              Basic test for utf8 read.
73189      Branch: perlio
73190            ! pp_sys.c t/io/utf8.t
73191 ____________________________________________________________________________
73192 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73193         Log: Integrate perlio:
73194              
73195              [  8055]
73196              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73197              than raw PerlIO_write() - does not seem to break any tests.
73198              
73199              [  8054]
73200              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73201              (sysread, recv and write i.e. formats still to do...)
73202              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73203              open($fh,">:utf8","name")
73204              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73205              so no extra overhead is involved.
73206              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73207              to a non-utf8 stream.
73208              Add initial io/utf8.t
73209              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73210              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73211              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73212              
73213              [  8053]
73214              Did not get that has_utf8/this_utf8 fix right last time, another spot
73215              was only testing this_utf8.
73216              
73217              [  8052]
73218              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73219              i.e. the output string has one, but don't mess with source assumption.
73220      Branch: perl
73221           +> t/io/utf8.t
73222           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73223 ____________________________________________________________________________
73224 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73225         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73226              From: Inaba Hiroto <inaba@st.rim.or.jp>
73227              Date: Sun, 10 Dec 2000 05:53:21 +0900
73228              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73229              
73230              Tests for #8056.
73231      Branch: perl
73232            ! t/op/each.t
73233 ____________________________________________________________________________
73234 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73235         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73236              From: Inaba Hiroto <inaba@st.rim.or.jp>
73237              Date: Sat, 09 Dec 2000 18:02:00 +0900
73238              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73239              
73240              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73241      Branch: perl
73242            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73243 ____________________________________________________________________________
73244 [  8055] By: nick                                  on 2000/12/09  20:11:48
73245         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73246              than raw PerlIO_write() - does not seem to break any tests.
73247      Branch: perlio
73248            ! pp_sys.c
73249 ____________________________________________________________________________
73250 [  8054] By: nick                                  on 2000/12/09  19:47:30
73251         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73252              (sysread, recv and write i.e. formats still to do...)
73253              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73254              open($fh,">:utf8","name")
73255              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73256              so no extra overhead is involved.
73257              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73258              to a non-utf8 stream.
73259              Add initial io/utf8.t
73260              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73261              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73262              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73263      Branch: perlio
73264            + t/io/utf8.t
73265            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73266 ____________________________________________________________________________
73267 [  8053] By: nick                                  on 2000/12/09  19:26:37
73268         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73269              was only testing this_utf8.
73270      Branch: perlio
73271            ! toke.c
73272 ____________________________________________________________________________
73273 [  8052] By: nick                                  on 2000/12/09  19:09:41
73274         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73275              i.e. the output string has one, but don't mess with source assumption.
73276      Branch: perlio
73277            ! toke.c
73278 ____________________________________________________________________________
73279 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73280         Log: Integrate perlio:
73281              
73282              [  8049]
73283              UTF8 output prework.
73284              - Store $\ and $, as SVs so they can have SvUTF8 flag
73285              - use do_print() rather than raw PerlIO_write() to print them.
73286      Branch: perl
73287           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
73288           !> sv.c thrdvar.h util.c
73289 ____________________________________________________________________________
73290 [  8050] By: jhi                                   on 2000/12/09  16:48:07
73291         Log: Nits noticed by Peter Prymmer.
73292      Branch: perl
73293            ! lib/ExtUtils/MM_VMS.pm
73294 ____________________________________________________________________________
73295 [  8049] By: nick                                  on 2000/12/09  13:49:40
73296         Log: UTF8 output prework.
73297              - Store $\ and $, as SVs so they can have SvUTF8 flag
73298              - use do_print() rather than raw PerlIO_write() to print them.
73299      Branch: perlio
73300            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
73301            ! thrdvar.h util.c
73302 ____________________________________________________________________________
73303 [  8048] By: nick                                  on 2000/12/09  12:30:43
73304         Log: Integrate mainline.
73305      Branch: perlio
73306           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
73307           +> t/op/reverse.t
73308           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
73309           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
73310           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
73311           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
73312           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
73313           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73314 ____________________________________________________________________________
73315 [  8047] By: jhi                                   on 2000/12/09  00:23:27
73316         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
73317              From: Michael G Schwern <schwern@pobox.com>
73318              Date: Fri, 8 Dec 2000 14:43:04 -0600
73319      Branch: perl
73320            ! lib/ExtUtils/MM_VMS.pm
73321 ____________________________________________________________________________
73322 [  8046] By: jhi                                   on 2000/12/08  23:10:27
73323         Log: A missed check-in.
73324      Branch: perl
73325            ! lib/ExtUtils/Manifest.pm
73326 ____________________________________________________________________________
73327 [  8045] By: jhi                                   on 2000/12/08  21:57:12
73328         Log: (null check-in)
73329      Branch: perl
73330            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
73331 ____________________________________________________________________________
73332 [  8044] By: jhi                                   on 2000/12/08  21:11:06
73333         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
73334              at the final draft stage.
73335      Branch: perl
73336            + ext/Encode/Encode/iso8859-16.enc
73337            ! MANIFEST
73338 ____________________________________________________________________________
73339 [  8043] By: jhi                                   on 2000/12/08  16:39:04
73340         Log: Update Changes.
73341      Branch: perl
73342            ! Changes patchlevel.h
73343 ____________________________________________________________________________
73344 [  8042] By: jhi                                   on 2000/12/08  16:33:39
73345         Log: Do not return the Unicode replacement character if UTF-8
73346              decoding goes awry, it should be up to the caller to decide.
73347      Branch: perl
73348            ! pod/perlapi.pod utf8.c
73349 ____________________________________________________________________________
73350 [  8041] By: jhi                                   on 2000/12/08  16:22:28
73351         Log: metaconfig maintenance.
73352      Branch: metaconfig
73353            ! U/modified/stdchar.U
73354      Branch: metaconfig/U/perl
73355            + testsyml.U
73356 ____________________________________________________________________________
73357 [  8040] By: jhi                                   on 2000/12/08  16:03:08
73358         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
73359              From: sthoenna@efn.org
73360              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
73361              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
73362      Branch: perl
73363            ! Changes lib/ExtUtils/MM_OS2.pm
73364 ____________________________________________________________________________
73365 [  8039] By: jhi                                   on 2000/12/08  15:57:11
73366         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
73367              From: Simon Cozens <simon@cozens.net>
73368              Date: Fri, 8 Dec 2000 13:33:31 +0000
73369              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
73370              
73371              (The pp_hot part needed a rewrite.)
73372      Branch: perl
73373            ! doop.c pp_hot.c utf8.c
73374 ____________________________________________________________________________
73375 [  8038] By: jhi                                   on 2000/12/08  15:25:08
73376         Log: Subject: djSP
73377              From: Michael Stevens <michael@etla.org>
73378              Date: Wed, 6 Dec 2000 23:24:01 +0000
73379              Message-ID: <20001206232400.A21381@firedrake.org>
73380              
73381              Plus a note from Nick Ing-Simmons.
73382      Branch: perl
73383            ! pp.h
73384 ____________________________________________________________________________
73385 [  8037] By: jhi                                   on 2000/12/08  15:18:35
73386         Log: Filetype is text.
73387      Branch: perl
73388            ! t/op/utf8decode.t
73389 ____________________________________________________________________________
73390 [  8036] By: jhi                                   on 2000/12/08  03:31:27
73391         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73392              From: Andy Dougherty <doughera@lafayette.edu>
73393              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
73394              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
73395              
73396              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73397              From: Andy Dougherty <doughera@lafayette.edu>
73398              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
73399              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
73400      Branch: perl
73401            + ext/POSIX/hints/svr4.pl
73402            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
73403 ____________________________________________________________________________
73404 [  8035] By: jhi                                   on 2000/12/08  03:26:01
73405         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
73406              From: Andy Dougherty <doughera@lafayette.edu>
73407              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
73408              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
73409      Branch: perl
73410            ! t/README t/base/term.t
73411 ____________________________________________________________________________
73412 [  8034] By: jhi                                   on 2000/12/08  03:21:59
73413         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
73414              From: mjd@plover.com  
73415              Date: 7 Dec 2000 21:04:20 -0000
73416              Message-ID: <20001207210420.22282.qmail@plover.com>
73417              
73418              Plus -z doc.
73419      Branch: perl
73420            ! pod/perlfunc.pod
73421 ____________________________________________________________________________
73422 [  8033] By: jhi                                   on 2000/12/08  03:19:03
73423         Log: Use the UTF8 macros a bit.  They can't be used with abandon
73424              everywhere because we do generate illegal UTF-8 in some situations.
73425              This is of course naughty.
73426      Branch: perl
73427            ! pod/perlapi.pod utf8.c utf8.h
73428 ____________________________________________________________________________
73429 [  8032] By: jhi                                   on 2000/12/08  03:00:09
73430         Log: Out of sync?
73431      Branch: perl
73432            ! t/pragma/warn/utf8
73433 ____________________________________________________________________________
73434 [  8031] By: jhi                                   on 2000/12/08  02:22:39
73435         Log: Cnt spl.
73436      Branch: perl
73437            ! MANIFEST
73438 ____________________________________________________________________________
73439 [  8030] By: jhi                                   on 2000/12/08  01:23:54
73440         Log: Add test for reverse().
73441      Branch: perl
73442            + t/op/reverse.t
73443            ! MANIFEST
73444 ____________________________________________________________________________
73445 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73446         Log: Integrate perlio:
73447              
73448              [  8026]
73449              Various oddities p4 diff -se showed up
73450              Remove 'our' from warnings.pl
73451              
73452              [  8025]
73453              Change PerlIO_(get|set)pos to take SV *
73454              Should fix, OS/2, VMS, (sfio??)
73455      Branch: perl
73456           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73457           !> perlio.c perlio.h perlsdio.h warnings.pl
73458 ____________________________________________________________________________
73459 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73460         Log: Introduce macros for UTF8 decoding.
73461      Branch: perl
73462            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73463 ____________________________________________________________________________
73464 [  8027] By: nick                                  on 2000/12/07  22:18:19
73465         Log: Integrate mainline
73466      Branch: perlio
73467           !> embed.pl pod/perlapi.pod utf8.c
73468 ____________________________________________________________________________
73469 [  8026] By: nick                                  on 2000/12/07  21:45:08
73470         Log: Various oddities p4 diff -se showed up
73471              Remove 'our' from warnings.pl
73472      Branch: perlio
73473            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73474 ____________________________________________________________________________
73475 [  8025] By: nick                                  on 2000/12/07  21:43:32
73476         Log: Change PerlIO_(get|set)pos to take SV *
73477              Should fix, OS/2, VMS, (sfio??)
73478      Branch: perlio
73479            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73480 ____________________________________________________________________________
73481 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73482         Log: Document utf8_to_uv() better.
73483      Branch: perl
73484            ! pod/perlapi.pod utf8.c
73485 ____________________________________________________________________________
73486 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73487         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73488      Branch: perl
73489            ! embed.pl pod/perlapi.pod utf8.c
73490 ____________________________________________________________________________
73491 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73492         Log: Integrate perlio:
73493              
73494              [  8021]
73495              Various attempts at MSVC debug - not sure what has
73496              changed but works now. 
73497              Seems atexit() _may_ work for DLLs built with MSVC so don't
73498              call cleanup that way.
73499              
73500              [  8019]
73501              Add useperlio to config.vc
73502              Turn off binmode in config_H.PL
73503              Regen all the config_H.xx
73504              Attempt to get debugging build with MSVC.
73505              
73506              [  8018]
73507              Test various dup/external program options on all platforms.
73508              
73509              [  8017]
73510              Fix harness to be less picky
73511      Branch: perl
73512           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73513           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73514           !> win32/makefile.mk
73515 ____________________________________________________________________________
73516 [  8021] By: nick                                  on 2000/12/07  00:28:14
73517         Log: Various attempts at MSVC debug - not sure what has
73518              changed but works now. 
73519              Seems atexit() _may_ work for DLLs built with MSVC so don't
73520              call cleanup that way.
73521      Branch: perlio
73522            ! perlio.c win32/makefile.mk
73523 ____________________________________________________________________________
73524 [  8020] By: nick                                  on 2000/12/06  19:57:20
73525         Log: Integrate mainline
73526      Branch: perlio
73527           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
73528           !> (integrate 75 files)
73529 ____________________________________________________________________________
73530 [  8019] By: nick                                  on 2000/12/06  19:28:21
73531         Log: Add useperlio to config.vc
73532              Turn off binmode in config_H.PL
73533              Regen all the config_H.xx
73534              Attempt to get debugging build with MSVC.
73535      Branch: perlio
73536            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73537            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
73538 ____________________________________________________________________________
73539 [  8018] By: nick                                  on 2000/12/06  19:21:57
73540         Log: Test various dup/external program options on all platforms.
73541      Branch: perlio
73542            ! t/io/dup.t
73543 ____________________________________________________________________________
73544 [  8017] By: nick                                  on 2000/12/06  19:20:47
73545         Log: Fix harness to be less picky
73546      Branch: perlio
73547            ! lib/Test/Harness.pm
73548 ____________________________________________________________________________
73549 [  8016] By: jhi                                   on 2000/12/06  16:45:12
73550         Log: Update Changes.
73551      Branch: perl
73552            ! Changes patchlevel.h
73553 ____________________________________________________________________________
73554 [  8015] By: jhi                                   on 2000/12/06  16:41:03
73555         Log: Test \x{...} with ord().
73556      Branch: perl
73557            ! t/op/ord.t
73558 ____________________________________________________________________________
73559 [  8014] By: jhi                                   on 2000/12/06  16:20:33
73560         Log: Test tweak because of #8013.
73561      Branch: perl
73562            ! t/lib/b.t
73563 ____________________________________________________________________________
73564 [  8013] By: jhi                                   on 2000/12/06  16:09:09
73565         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
73566              From: Michael G Schwern <schwern@pobox.com>
73567              Date: Tue, 5 Dec 2000 21:23:28 -0500
73568              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
73569              
73570              Carp::Heavy parts not very applicable because of recent changes.
73571      Branch: perl
73572            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
73573            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
73574            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
73575            ! lib/Exporter.pm lib/Exporter/Heavy.pm
73576            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
73577            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
73578            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
73579            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
73580            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
73581            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
73582            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
73583            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
73584            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
73585            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
73586            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
73587            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
73588            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
73589            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
73590            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
73591            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73592            ! warnings.pl
73593 ____________________________________________________________________________
73594 [  8012] By: jhi                                   on 2000/12/06  15:22:38
73595         Log: Subject: [PATCH] Re: New harness is failing things
73596              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73597              Date: Wed, 6 Dec 2000 13:00:30 GMT
73598              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
73599      Branch: perl
73600            ! lib/Test/Harness.pm
73601 ____________________________________________________________________________
73602 [  8011] By: jhi                                   on 2000/12/06  15:12:08
73603         Log: Subject: installhtml changes
73604              From: Michael Stevens <michael@etla.org>
73605              Date: Wed, 6 Dec 2000 13:15:53 +0000
73606              Message-ID: <20001206131553.A27317@firedrake.org>
73607      Branch: perl
73608            ! installhtml
73609 ____________________________________________________________________________
73610 [  8010] By: jhi                                   on 2000/12/06  15:06:05
73611         Log: Subject: the dTHR hits
73612              From: Michael Stevens <michael@etla.org>
73613              Date: Wed, 6 Dec 2000 12:06:03 +0000
73614              Message-ID: <20001206120603.A24581@firedrake.org>
73615              
73616              More, errrm, less dTHRs.
73617      Branch: perl
73618            ! bytecode.pl ext/B/B/C.pm
73619 ____________________________________________________________________________
73620 [  8009] By: jhi                                   on 2000/12/06  15:04:25
73621         Log: Subject: MakeMaker mailing list gone?
73622              From: Michael G Schwern <schwern@pobox.com>
73623              Date: Tue, 5 Dec 2000 19:29:59 -0500
73624              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
73625              
73626              The MakeMaker mailing list is dead, perlbug is the right
73627              address to report bugs.
73628      Branch: perl
73629            ! lib/ExtUtils/MakeMaker.pm
73630 ____________________________________________________________________________
73631 [  8008] By: jhi                                   on 2000/12/06  15:00:32
73632         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
73633              From: Michael G Schwern <schwern@pobox.com>
73634              Date: Tue, 5 Dec 2000 19:21:21 -0500
73635              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
73636              
73637              Add a default MANIFEST skip that ignores things like
73638              version control files, editor temporary files, and the Makefile.
73639      Branch: perl
73640            + lib/ExtUtils/MANIFEST.SKIP
73641            ! MANIFEST lib/ExtUtils/Manifest.pm
73642 ____________________________________________________________________________
73643 [  8007] By: jhi                                   on 2000/12/06  14:57:20
73644         Log: In Amiga more manual hackery of the scripts seems to be needed,
73645              from Jan-Erik Karlsson.  Why Configure does not get this right
73646              is unknown, may be shell-induced.
73647      Branch: perl
73648            ! README.amiga
73649 ____________________________________________________________________________
73650 [  8006] By: jhi                                   on 2000/12/05  23:53:12
73651         Log: Add TOPm1s to peek at the second topmost stack item.
73652      Branch: perl
73653            ! pp.h
73654 ____________________________________________________________________________
73655 [  8005] By: jhi                                   on 2000/12/05  23:13:55
73656         Log: Avaunt, you foul UTF-8 tests.
73657      Branch: perl
73658            ! t/op/ver.t t/pragma/utf8.t
73659 ____________________________________________________________________________
73660 [  8004] By: jhi                                   on 2000/12/05  23:09:54
73661         Log: Continue utf8 dispersal. 
73662      Branch: perl
73663            + t/op/concat.t
73664            ! MANIFEST t/pragma/utf8.t
73665 ____________________________________________________________________________
73666 [  8003] By: nick                                  on 2000/12/05  23:02:39
73667         Log: Integrate mainline.
73668      Branch: perlio
73669           +> t/op/length.t t/op/utf8decode.t
73670           !> (integrate 69 files)
73671 ____________________________________________________________________________
73672 [  8002] By: jhi                                   on 2000/12/05  22:59:28
73673         Log: Integrate perlio:
73674              
73675              [  8001]
73676              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73677              - calloc/free suffer from damage on TerminateThread()
73678              - use PerlMemShared (as originally planned) now fixed
73679              - avoid doing anything important on DLL "detach".
73680              
73681              [  8000]
73682              Fix gross PerlMemShared issue.
73683      Branch: perl
73684           !> iperlsys.h perl.c perlio.c win32/perllib.c
73685 ____________________________________________________________________________
73686 [  8001] By: nick                                  on 2000/12/05  22:07:52
73687         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73688              - calloc/free suffer from damage on TerminateThread()
73689              - use PerlMemShared (as originally planned) now fixed
73690              - avoid doing anything important on DLL "detach".
73691      Branch: perlio
73692            ! perl.c perlio.c win32/perllib.c
73693 ____________________________________________________________________________
73694 [  8000] By: nick                                  on 2000/12/05  21:05:09
73695         Log: Fix gross PerlMemShared issue.
73696      Branch: perlio
73697            ! iperlsys.h
73698 ____________________________________________________________________________
73699 [  7999] By: jhi                                   on 2000/12/05  20:46:58
73700         Log: Test for Unicode (UTF-8) hash keys.
73701      Branch: perl
73702            ! t/op/each.t
73703 ____________________________________________________________________________
73704 [  7998] By: jhi                                   on 2000/12/05  20:30:35
73705         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
73706              is now always UTF-8), empty line cosmetics.
73707      Branch: perl
73708            ! t/pragma/utf8.t
73709 ____________________________________________________________________________
73710 [  7997] By: jhi                                   on 2000/12/05  20:15:40
73711         Log: Subject: Re: STRLEN - what?
73712              From: Andy Dougherty <doughera@lafayette.edu>
73713              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
73714              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
73715              
73716              Explain STRLEN.
73717      Branch: perl
73718            ! pod/perlguts.pod
73719 ____________________________________________________________________________
73720 [  7996] By: jhi                                   on 2000/12/05  20:13:34
73721         Log: Split off the UTF-8 decoder tests, make them to check also
73722              the error message.
73723      Branch: perl
73724            + t/op/utf8decode.t
73725            ! MANIFEST t/pragma/utf8.t utf8.c
73726 ____________________________________________________________________________
73727 [  7995] By: jhi                                   on 2000/12/05  16:39:47
73728         Log: Start migrating bits of pragma/utf8 to elsewhere
73729              (since the long term plan is to obsolete 'use utf8').
73730      Branch: perl
73731            + t/op/length.t
73732            ! MANIFEST t/pragma/utf8.t
73733 ____________________________________________________________________________
73734 [  7994] By: jhi                                   on 2000/12/05  16:30:21
73735         Log: Fix a manual edit typo from #7993, fix the message formatting
73736              for Unicode, add few our declarations.
73737      Branch: perl
73738            ! lib/Carp/Heavy.pm
73739 ____________________________________________________________________________
73740 [  7993] By: jhi                                   on 2000/12/05  16:09:15
73741         Log: Subject: Need help with warnings :-(
73742              From: "Ben Tilly" <ben_tilly@hotmail.com>
73743              Date: Tue, 05 Dec 2000 01:35:54 -0500
73744              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
73745              
73746              Subject: UPDATE: Carp/Heavy now passes all tests
73747              From: "Ben Tilly" <ben_tilly@hotmail.com>
73748              Date: Tue, 05 Dec 2000 07:59:41 -0500
73749              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
73750              
73751              The Brave New Carp.
73752      Branch: perl
73753            ! lib/Carp.pm lib/Carp/Heavy.pm
73754 ____________________________________________________________________________
73755 [  7992] By: jhi                                   on 2000/12/05  15:55:08
73756         Log: Subject: [PATCH perl@7979] cygwin port
73757              From: "Eric Fifer" <efifer@dircon.co.uk>
73758              Date: Tue, 5 Dec 2000 14:04:09 -0000
73759              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
73760      Branch: perl
73761            ! t/lib/net-hostent.t
73762 ____________________________________________________________________________
73763 [  7991] By: jhi                                   on 2000/12/05  15:52:34
73764         Log: Subject: Re: [PATCH] The largest hoax of all times?
73765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73766              Date: Tue, 5 Dec 2000 00:40:25 -0500
73767              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
73768              
73769              Subject: Re: [PATCH] The largest hoax of all times?
73770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73771              Date: Mon, 4 Dec 2000 23:55:53 -0500
73772              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
73773              
73774              Subject: Re: [PATCH] The largest hoax of all times?
73775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73776              Date: Tue, 5 Dec 2000 01:28:45 -0500
73777              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
73778              
73779              Fix the unpredictable order of DESTROYs.
73780      Branch: perl
73781            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
73782            ! sv.c sv.h t/op/ref.t
73783 ____________________________________________________________________________
73784 [  7990] By: jhi                                   on 2000/12/05  14:38:53
73785         Log: Subject: [PATCH] shrink pp_hot fractionally
73786              From: Nicholas Clark <nick@ccl4.org>
73787              Date: Tue, 5 Dec 2000 12:44:31 +0000
73788              Message-ID: <20001205124431.E74518@plum.flirble.org>
73789              
73790              Use report_evil_fh().
73791      Branch: perl
73792            ! opcode.pl opnames.h pp_hot.c util.c
73793 ____________________________________________________________________________
73794 [  7989] By: jhi                                   on 2000/12/05  14:21:27
73795         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73797              Date: Mon, 04 Dec 2000 22:21:59 -0800
73798              Message-ID: <HmIL6gzkgepS092yn@efn.org>
73799              
73800              Harness shouldn't ignore responses like "ok 3\r\r\n".
73801      Branch: perl
73802            ! lib/Test/Harness.pm
73803 ____________________________________________________________________________
73804 [  7988] By: jhi                                   on 2000/12/05  13:51:28
73805         Log: Integrate the "skip" messages to explain().
73806      Branch: perl
73807            ! t/lib/syslfs.t t/op/lfs.t
73808 ____________________________________________________________________________
73809 [  7987] By: jhi                                   on 2000/12/05  12:34:54
73810         Log: The one that got away in #7984.
73811              
73812              Subject: Re: dTHR - what and why?
73813              From: Michael Stevens <michael@etla.org> 
73814              Date: Tue, 5 Dec 2000 11:15:52 +0000
73815              Message-ID: <20001205111552.A4647@firedrake.org>
73816      Branch: perl
73817            ! sv.h
73818 ____________________________________________________________________________
73819 [  7986] By: gsar                                  on 2000/12/05  09:14:44
73820         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
73821              due to the notorious GetFileType() bug in Windows 9x, which fstat()
73822              tickles)
73823      Branch: perl
73824            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
73825 ____________________________________________________________________________
73826 [  7985] By: jhi                                   on 2000/12/05  05:49:03
73827         Log: Integrate perlio:
73828              
73829              [  7983]
73830              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73831      Branch: perl
73832           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73833           !> win32/perlhost.h win32/perllib.c
73834 ____________________________________________________________________________
73835 [  7984] By: jhi                                   on 2000/12/05  05:48:16
73836         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
73837      Branch: perl
73838            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
73839            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
73840            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
73841            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
73842            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
73843            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
73844            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
73845            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
73846            ! win32/win32.c
73847 ____________________________________________________________________________
73848 [  7983] By: nick                                  on 2000/12/04  23:27:43
73849         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73850      Branch: perlio
73851            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73852            ! win32/perlhost.h win32/perllib.c
73853 ____________________________________________________________________________
73854 [  7982] By: jhi                                   on 2000/12/04  19:44:09
73855         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
73856              uncovered by #7980.
73857      Branch: perl
73858            ! op.c
73859 ____________________________________________________________________________
73860 [  7981] By: jhi                                   on 2000/12/04  19:42:07
73861         Log: Subject: [PATCH] Trivial dump.c feature
73862              From: Simon Cozens <simon@cozens.net>
73863              Date: Mon, 4 Dec 2000 18:08:38 +0000
73864              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
73865              
73866              Show whether a constant is UTF-8.
73867      Branch: perl
73868            ! dump.c
73869 ____________________________________________________________________________
73870 [  7980] By: jhi                                   on 2000/12/04  19:36:51
73871         Log: UTF-8 hash keys, patch from Inaba Hiroto.
73872      Branch: perl
73873            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
73874 ____________________________________________________________________________
73875 [  7979] By: jhi                                   on 2000/12/04  17:36:28
73876         Log: Update Changes.
73877      Branch: perl
73878            ! Changes patchlevel.h
73879 ____________________________________________________________________________
73880 [  7978] By: jhi                                   on 2000/12/04  16:42:17
73881         Log: Retract #7977, still too volatile (the euphemism of the day
73882              for unfinished and buggy :-)
73883      Branch: perl
73884            ! doop.c hv.c pp.c sv.h
73885 ____________________________________________________________________________
73886 [  7977] By: jhi                                   on 2000/12/04  16:25:15
73887         Log: (Retracted by #7978, too shaky yet.)
73888              
73889              Subject: Re: utf8 in hash keys, implementor missing
73890              From: Simon Cozens <simon@cozens.net>
73891              Date: Sat, 2 Dec 2000 19:49:35 +0000
73892              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
73893              
73894              The first step at UTF-8 hash keys.
73895      Branch: perl
73896            ! doop.c hv.c pp.c sv.h
73897 ____________________________________________________________________________
73898 [  7976] By: jhi                                   on 2000/12/04  16:13:53
73899         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73900              From: sthoenna@efn.org
73901              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
73902              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
73903      Branch: perl
73904            ! os2/os2.c perlio.c
73905 ____________________________________________________________________________
73906 [  7975] By: jhi                                   on 2000/12/04  16:05:25
73907         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
73908              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73909              Date: Thu, 30 Nov 2000 20:50:37 -0800
73910              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
73911      Branch: perl
73912            ! os2/os2.c
73913 ____________________________________________________________________________
73914 [  7974] By: jhi                                   on 2000/12/04  16:03:57
73915         Log: Subject: [PATCH] ++ 20% faster
73916              From: Nicholas Clark <nick@ccl4.org>
73917              Date: Mon, 4 Dec 2000 12:17:27 +0000
73918              Message-ID: <20001204121726.B52976@plum.flirble.org>
73919              
73920              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
73921      Branch: perl
73922            ! sv.c
73923 ____________________________________________________________________________
73924 [  7973] By: jhi                                   on 2000/12/04  16:00:48
73925         Log: 
73926              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
73927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73928              Date: Mon, 04 Dec 2000 12:30:45 +0100
73929              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
73930              
73931              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
73932              library (getprotobyname and getprotobynumber are outversioned by
73933              the same calls in libc, at least for xlc version 3.
73934      Branch: perl
73935            ! hints/aix.sh
73936 ____________________________________________________________________________
73937 [  7972] By: jhi                                   on 2000/12/04  02:58:31
73938         Log: Integrate perlio:
73939              
73940              [  7971]
73941              Quieten some noise in Win32 builds:
73942              - win32.h is included after <sys/socket.h>, so need to 
73943              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73944              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73945              
73946              [  7970]
73947              PERL_IMPLICIT_SYS compiles but does not work.
73948      Branch: perl
73949           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
73950           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
73951           !> win32/win32.h win32/win32iop.h win32/win32thread.h
73952 ____________________________________________________________________________
73953 [  7971] By: nick                                  on 2000/12/04  00:24:33
73954         Log: Quieten some noise in Win32 builds:
73955              - win32.h is included after <sys/socket.h>, so need to 
73956              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73957              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73958      Branch: perlio
73959            ! doio.c perl.h toke.c win32/win32.h
73960 ____________________________________________________________________________
73961 [  7970] By: nick                                  on 2000/12/03  22:57:46
73962         Log: PERL_IMPLICIT_SYS compiles but does not work.
73963      Branch: perlio
73964            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
73965            ! win32/perlhost.h win32/perllib.c win32/win32.h
73966            ! win32/win32iop.h win32/win32thread.h
73967 ____________________________________________________________________________
73968 [  7969] By: jhi                                   on 2000/12/03  22:12:58
73969         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
73970              used to swash_init(), makes regprop() dumps more informative
73971              (+utf8::IsAlpha, -utf8::IsDigit, for example).
73972      Branch: perl
73973            ! regcomp.c regexec.c
73974 ____________________________________________________________________________
73975 [  7968] By: jhi                                   on 2000/12/03  21:39:56
73976         Log: Implement ANYOFUTF8 regprop() dumping.
73977      Branch: perl
73978            ! regcomp.c
73979 ____________________________________________________________________________
73980 [  7967] By: jhi                                   on 2000/12/03  20:57:19
73981         Log: Make uv_to_utf8() to zero-terminate its output buffer,
73982              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
73983      Branch: perl
73984            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
73985 ____________________________________________________________________________
73986 [  7966] By: nick                                  on 2000/12/03  18:41:21
73987         Log: Integrate mainline (STDCHAR)
73988      Branch: perlio
73989           !> Configure t/pragma/utf8.t
73990 ____________________________________________________________________________
73991 [  7965] By: jhi                                   on 2000/12/03  17:58:20
73992         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
73993      Branch: perl
73994            ! t/pragma/utf8.t
73995 ____________________________________________________________________________
73996 [  7964] By: jhi                                   on 2000/12/03  17:35:56
73997         Log: Integrate perlio:
73998              
73999              [  7961]
74000              Make iperlsys.h vector stdio not PerlIO.
74001      Branch: perl
74002           !> iperlsys.h perlio.c
74003 ____________________________________________________________________________
74004 [  7963] By: jhi                                   on 2000/12/03  17:33:55
74005         Log: Metaconfig unit change for #7962.
74006      Branch: metaconfig
74007            ! U/modified/stdchar.U
74008 ____________________________________________________________________________
74009 [  7962] By: jhi                                   on 2000/12/03  17:33:27
74010         Log: Untangle the <stdio.h> #include nest for the stdchar test,
74011              from Andy Dougherty.
74012      Branch: perl
74013            ! Configure
74014 ____________________________________________________________________________
74015 [  7961] By: nick                                  on 2000/12/03  16:53:00
74016         Log: Make iperlsys.h vector stdio not PerlIO.
74017      Branch: perlio
74018            ! iperlsys.h perlio.c
74019 ____________________________________________________________________________
74020 [  7960] By: nick                                  on 2000/12/03  14:43:01
74021         Log: Integrate mainline
74022      Branch: perlio
74023           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
74024           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
74025 ____________________________________________________________________________
74026 [  7959] By: jhi                                   on 2000/12/03  08:16:36
74027         Log: Use DO_UTF8().
74028      Branch: perl
74029            ! op.c
74030 ____________________________________________________________________________
74031 [  7958] By: jhi                                   on 2000/12/02  18:33:05
74032         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74033              From: Mike Guy <mjtg@cam.ac.uk>         
74034              Date: Sat, 02 Dec 2000 17:27:13 +0000
74035              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
74036              
74037              An extraneous argument.
74038      Branch: perl
74039            ! toke.c
74040 ____________________________________________________________________________
74041 [  7957] By: jhi                                   on 2000/12/02  18:22:32
74042         Log: A missing hunk.
74043      Branch: perl
74044            ! t/lib/net-hostent.t
74045 ____________________________________________________________________________
74046 [  7956] By: jhi                                   on 2000/12/02  18:06:20
74047         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
74048              From: Nicholas Clark <nick@ccl4.org>
74049              Date: Sat, 2 Dec 2000 14:28:27 +0000
74050              Message-ID: <20001202142827.A12308@plum.flirble.org>
74051              
74052              Test robustness.
74053      Branch: perl
74054            ! t/lib/net-hostent.t
74055 ____________________________________________________________________________
74056 [  7955] By: jhi                                   on 2000/12/02  17:58:06
74057         Log: Metaconfig unit change for #7954.
74058      Branch: metaconfig
74059            ! U/modified/stdchar.U
74060 ____________________________________________________________________________
74061 [  7954] By: jhi                                   on 2000/12/02  17:54:32
74062         Log: An inconvenient hang would happen if the stdio _ptr wasn't
74063              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
74064              would be grepping stdin for all eternity for the _ptr.)
74065      Branch: perl
74066            ! Configure
74067 ____________________________________________________________________________
74068 [  7953] By: jhi                                   on 2000/12/02  00:07:15
74069         Log: Update Changes.
74070      Branch: perl
74071            ! Changes patchlevel.h
74072 ____________________________________________________________________________
74073 [  7952] By: jhi                                   on 2000/12/01  23:54:47
74074         Log: Subject: Re: long shell lines
74075              From: Andy Dougherty <doughera@lafayette.edu>
74076              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
74077              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
74078              
74079              Split overly long shell command lines.
74080      Branch: perl
74081            ! lib/ExtUtils/MM_Unix.pm
74082 ____________________________________________________________________________
74083 [  7951] By: jhi                                   on 2000/12/01  23:48:02
74084         Log: The metaconfig unit change for #7950.
74085      Branch: metaconfig
74086            + U/modified/stdchar.U
74087 ____________________________________________________________________________
74088 [  7950] By: jhi                                   on 2000/12/01  23:47:39
74089         Log: Try to find stdchar also from <stdio_impl.h>.
74090      Branch: perl
74091            ! Configure config_h.SH
74092 ____________________________________________________________________________
74093 [  7949] By: jhi                                   on 2000/12/01  23:46:45
74094         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74095              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74096              Date: Fri, 1 Dec 2000 16:26:08 -0500
74097              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
74098              
74099              Reword the diagnostic message.
74100      Branch: perl
74101            ! pod/perldiag.pod
74102 ____________________________________________________________________________
74103 [  7948] By: nick                                  on 2000/12/01  22:49:43
74104         Log: Integrate mainline (for s/y/m as sub names stuff).
74105      Branch: perlio
74106           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
74107           !> t/pragma/warn/toke toke.c
74108 ____________________________________________________________________________
74109 [  7947] By: jhi                                   on 2000/12/01  20:55:41
74110         Log: Integrate perlio:
74111              
74112              [  7942]
74113              Fix 'mmap' lib/filehand.t (ungetc) test fail.
74114              Make 'unix' pass most tests
74115              - do unread by temporary push of layer ("pending") holding unread chars
74116              - fast_gets is now based on per-handle flag
74117              - relax one of io/pipe.t tests to allow print to fail and close to
74118              succeed so that it passes on unbuffered "unix" layer.
74119              Remaining fail is sporadic and a genuine race condition between
74120              parent/child in fork test.
74121      Branch: perl
74122           !> perlio.c perliol.h t/io/pipe.t
74123 ____________________________________________________________________________
74124 [  7946] By: jhi                                   on 2000/12/01  20:36:51
74125         Log: Upgrade to CPAN 1.59_51, from Andreas König.
74126      Branch: perl
74127            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74128 ____________________________________________________________________________
74129 [  7945] By: nick                                  on 2000/12/01  20:31:32
74130         Log: Integrate mainline
74131      Branch: perlio
74132           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
74133           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
74134           +> t/lib/net-hostent.t
74135           !> (integrate 35 files)
74136 ____________________________________________________________________________
74137 [  7944] By: jhi                                   on 2000/12/01  20:23:29
74138         Log: Some help for 20001130.011.  Now one gets warnings like
74139              "Ambiguous -f() resolved as a file test ..."
74140      Branch: perl
74141            ! pod/perldiag.pod t/pragma/warn/toke toke.c
74142 ____________________________________________________________________________
74143 [  7943] By: jhi                                   on 2000/12/01  19:44:44
74144         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
74145              that also breaks using them as methods. 
74146      Branch: perl
74147            ! pod/perldiag.pod t/op/misc.t toke.c
74148 ____________________________________________________________________________
74149 [  7942] By: nick                                  on 2000/12/01  17:56:46
74150         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
74151              Make 'unix' pass most tests
74152              - do unread by temporary push of layer ("pending") holding unread chars
74153              - fast_gets is now based on per-handle flag
74154              - relax one of io/pipe.t tests to allow print to fail and close to
74155              succeed so that it passes on unbuffered "unix" layer.
74156              Remaining fail is sporadic and a genuine race condition between
74157              parent/child in fork test.
74158      Branch: perlio
74159            ! perlio.c perliol.h t/io/pipe.t
74160 ____________________________________________________________________________
74161 [  7941] By: jhi                                   on 2000/12/01  15:28:58
74162         Log: (Retracted by #7943.)
74163              
74164              Reserve the short named string operator names.
74165      Branch: perl
74166            ! pod/perldiag.pod t/op/misc.t toke.c
74167 ____________________________________________________________________________
74168 [  7940] By: jhi                                   on 2000/12/01  06:45:53
74169         Log: Get the three different space character classes right under utf8.
74170      Branch: perl
74171            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
74172            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74173            ! regexec.c t/op/pat.t utf8.c
74174 ____________________________________________________________________________
74175 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74176         Log: Two more tests that make no sense in UTF-8 since the test
74177              data is not in UTF-8.
74178      Branch: perl
74179            ! t/op/regexp.t
74180 ____________________________________________________________________________
74181 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74182         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74183              should it be required inside regexen?
74184      Branch: perl
74185            ! regcomp.c t/op/regmesg.t
74186 ____________________________________________________________________________
74187 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74188         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74189              stored and restored, and thusly was trounced by the utf8 swash
74190              routines.
74191      Branch: perl
74192            ! regcomp.c
74193 ____________________________________________________________________________
74194 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74195         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74196              Why the different platforms behave so differently (core dump vs
74197              no core dump) on this bug is a but of a mystery, but if I had to
74198              guess I would mumble something like 'alignment'.
74199      Branch: perl
74200            ! sv.c
74201 ____________________________________________________________________________
74202 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74203         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74204              From: Robin Barker <rmb1@cise.npl.co.uk>
74205              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74206              Date: Thu, 30 Nov 2000 14:27:12 GMT
74207      Branch: perl
74208            ! perlio.c toke.c
74209 ____________________________________________________________________________
74210 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74211         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74212      Branch: perl
74213            ! t/lib/net-hostent.t
74214 ____________________________________________________________________________
74215 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74216         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74217              From: Peter Prymmer <pvhp@forte.com>
74218              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74219              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74220              
74221              In VMS the localhost may be LOCALHOST.
74222      Branch: perl
74223            ! t/lib/net-hostent.t
74224 ____________________________________________________________________________
74225 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74226         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74227              From: Peter Prymmer <pvhp@forte.com>
74228              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74229              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74230              
74231              plus regen perlapi.pod.
74232      Branch: perl
74233            ! pod/perlapi.pod utf8.c
74234 ____________________________________________________________________________
74235 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74236         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74238              Date:     Wed, 29 Nov 2000 17:15:11 EST
74239              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74240      Branch: perl
74241            ! t/lib/filter-util.pl t/lib/filter-util.t
74242 ____________________________________________________________________________
74243 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74244         Log: Update Changes.
74245      Branch: perl
74246            ! Changes patchlevel.h
74247 ____________________________________________________________________________
74248 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74249         Log: Update the va_copy() metaconfig unit.
74250      Branch: metaconfig/U/perl
74251            ! need_va_copy.U
74252 ____________________________________________________________________________
74253 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74254         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74255              From: Dominic Dunlop <domo@computer.org>
74256              Date: Tue, 28 Nov 2000 16:41:57 +0100
74257              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74258              
74259              Patch to catch a core dump in the Configure va_copy test.
74260      Branch: perl
74261            ! Configure config_h.SH
74262 ____________________________________________________________________________
74263 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74264         Log: Retract #7921, the patch shouldn't be needed.
74265      Branch: perl
74266            ! sv.c
74267 ____________________________________________________________________________
74268 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74269         Log: Make the Class::Struct import() wiser.
74270      Branch: perl
74271            ! lib/Class/Struct.pm t/lib/class-struct.t
74272 ____________________________________________________________________________
74273 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74274         Log: All the core library users of Class::Struct seem to be
74275              using "use Class::Struct 'struct';" instead of the bare
74276              "use Class::Struct;", which isn't documented in Class::Struct.
74277              This can't be right.
74278      Branch: perl
74279            ! lib/File/stat.pm
74280 ____________________________________________________________________________
74281 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74282         Log: A test works better if it has the right 1..$n output.
74283      Branch: perl
74284            ! t/lib/class-struct.t
74285 ____________________________________________________________________________
74286 [  7923] By: jhi                                   on 2000/11/29  16:29:11
74287         Log: Forgot to MANIFEST the new Net::hostent test.
74288      Branch: perl
74289            ! MANIFEST
74290 ____________________________________________________________________________
74291 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74292         Log: Integrate perlio:
74293              
74294              [  7906]
74295              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74296      Branch: perl
74297           !> iperlsys.h perlio.c
74298 ____________________________________________________________________________
74299 [  7921] By: jhi                                   on 2000/11/29  16:27:10
74300         Log: (Retracted by #7927.)
74301              
74302              Subject: [PATCH] Is infinity a number?
74303              From: Simon Cozens <simon@cozens.net>
74304              Date: Wed, 29 Nov 2000 14:48:20 +0000
74305              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
74306      Branch: perl
74307            ! sv.c
74308 ____________________________________________________________________________
74309 [  7920] By: jhi                                   on 2000/11/29  16:23:02
74310         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
74311              From: rspier@pobox.com (Robert Spier)
74312              Date: Wed, 29 Nov 2000 02:17:49 -0500
74313              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
74314              
74315              Add a test for Net::hostent.
74316      Branch: perl
74317            + t/lib/net-hostent.t
74318 ____________________________________________________________________________
74319 [  7919] By: jhi                                   on 2000/11/29  16:21:31
74320         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
74321              add a test for Class::Struct.
74322      Branch: perl
74323            + t/lib/class-struct.t
74324            ! MANIFEST lib/Class/Struct.pm
74325 ____________________________________________________________________________
74326 [  7918] By: jhi                                   on 2000/11/29  15:48:40
74327         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
74328              From: rspier@pobox.com (Robert Spier)
74329              Date: Wed, 29 Nov 2000 02:25:39 -0500
74330              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
74331              
74332              More checking in case someone has broken their services or
74333              protocol databases.
74334      Branch: perl
74335            ! ext/Sys/Syslog/Syslog.pm
74336 ____________________________________________________________________________
74337 [  7917] By: jhi                                   on 2000/11/29  15:46:25
74338         Log: Subject: [PATCH] $^O  win32 -> MSWin32
74339              From: rspier@pobox.com (Robert Spier)
74340              Date: Wed, 29 Nov 2000 02:17:38 -0500
74341              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
74342              
74343              plus similar nits for vms, err, VMS, and UNICOS.
74344      Branch: perl
74345            ! t/lib/syslfs.t t/op/lfs.t
74346 ____________________________________________________________________________
74347 [  7916] By: jhi                                   on 2000/11/29  15:42:51
74348         Log: Subject: [PATCH] Tokeniser debugging
74349              From: Simon Cozens <simon@cozens.net>
74350              Date: Wed, 29 Nov 2000 14:15:45 +0000
74351              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
74352      Branch: perl
74353            ! perl.c perl.h pod/perlrun.pod toke.c
74354 ____________________________________________________________________________
74355 [  7915] By: jhi                                   on 2000/11/29  15:41:36
74356         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74358              Date: Wed, 29 Nov 2000 02:13:14 -0500
74359              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
74360              
74361              OUT keyword nits.
74362              
74363              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74365              Date: Wed, 29 Nov 2000 03:09:04 -0500
74366              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
74367              
74368              OUT and IN_OUT documentation.
74369      Branch: perl
74370            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74371 ____________________________________________________________________________
74372 [  7914] By: jhi                                   on 2000/11/29  03:35:01
74373         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
74374              From: John Tobey <jtobey@john-edwin-tobey.org>
74375              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
74376              Message-Id: <m140e1N-000FOoC@feynman.localnet>
74377              
74378              plus a performance speedup noticed by Sarathy.
74379      Branch: perl
74380            ! op.c
74381 ____________________________________________________________________________
74382 [  7913] By: jhi                                   on 2000/11/29  03:16:59
74383         Log: Use "1 while unlink" so that VMS gets clean, too.
74384      Branch: perl
74385            ! t/lib/filter-util.t
74386 ____________________________________________________________________________
74387 [  7912] By: jhi                                   on 2000/11/29  03:09:08
74388         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
74389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74390              Date: Tue, 28 Nov 2000 03:27:09 -0500
74391              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
74392      Branch: perl
74393            ! lib/ExtUtils/xsubpp
74394 ____________________________________________________________________________
74395 [  7911] By: jhi                                   on 2000/11/29  03:06:30
74396         Log: This should have been part of #7872: no need to scan UTF-8
74397              until eternity.
74398      Branch: perl
74399            ! utf8.c
74400 ____________________________________________________________________________
74401 [  7910] By: jhi                                   on 2000/11/29  02:50:04
74402         Log: One more perltie.pod nit from Casey R. Tweten.
74403      Branch: perl
74404            ! pod/perltie.pod
74405 ____________________________________________________________________________
74406 [  7909] By: jhi                                   on 2000/11/29  02:44:23
74407         Log: Document the known sprintf test failures, exact standard
74408              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
74409      Branch: perl
74410            ! pod/perldelta.pod t/op/sprintf.t
74411 ____________________________________________________________________________
74412 [  7908] By: jhi                                   on 2000/11/29  02:36:23
74413         Log: Add the Encoding table format documentation.
74414      Branch: perl
74415            + ext/Encode/Encode/EncodeFormat.pod
74416            ! MANIFEST
74417 ____________________________________________________________________________
74418 [  7907] By: jhi                                   on 2000/11/29  02:07:24
74419         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
74420              From: "Casey R. Tweten" <crt@kiski.net>
74421              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
74422              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
74423              
74424              Subject: Re: [PATCH] Updating perltie.pod for arrays
74425              From: "Casey R. Tweten" <crt@kiski.net>
74426              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
74427              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
74428      Branch: perl
74429            ! pod/perltie.pod
74430 ____________________________________________________________________________
74431 [  7906] By: nick                                  on 2000/11/28  22:40:59
74432         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74433      Branch: perlio
74434            ! iperlsys.h perlio.c
74435 ____________________________________________________________________________
74436 [  7905] By: nick                                  on 2000/11/28  22:04:34
74437         Log: Integrate mainline
74438      Branch: perlio
74439           !> (integrate 39 files)
74440 ____________________________________________________________________________
74441 [  7904] By: jhi                                   on 2000/11/28  16:44:43
74442         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
74443              From: Nicholas Clark <nick@babyhippo.co.uk>
74444              Date: Tue, 28 Nov 2000 11:16:57 +0000
74445              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74446      Branch: perl
74447            ! pod/perlipc.pod
74448 ____________________________________________________________________________
74449 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74450         Log: Subject: [PATCH] Updating perltie.pod for arrays
74451              From: "Casey R. Tweten" <crt@kiski.net>
74452              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74453              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74454      Branch: perl
74455            ! pod/perltie.pod
74456 ____________________________________________________________________________
74457 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74458         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74459              From: Robin Barker <rmb1@cise.npl.co.uk>
74460              Date: Mon, 27 Nov 2000 17:56:44 GMT
74461              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74462      Branch: perl
74463            ! pod/perlfunc.pod t/op/split.t
74464 ____________________________________________________________________________
74465 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74466         Log: setmode() is a DOSish-only thing.
74467      Branch: perl
74468            ! perlio.c
74469 ____________________________________________________________________________
74470 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74471         Log: Subject: [PATCH] perlcc.PL cleanups
74472              From: Simon Cozens <simon@cozens.net>
74473              Date: Tue, 28 Nov 2000 12:44:35 +0000
74474              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74475      Branch: perl
74476            ! utils/perlcc.PL
74477 ____________________________________________________________________________
74478 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74479         Log: reintegrate files missed by change#7895
74480      Branch: maint-5.6/perl
74481           +> ext/ByteLoader/bytecode.h utils/Makefile
74482            - utils/perlbc.PL
74483 ____________________________________________________________________________
74484 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74485         Log: can't integrate these two files, for some reason
74486      Branch: maint-5.6/perl
74487            - ext/ByteLoader/bytecode.h utils/Makefile
74488 ____________________________________________________________________________
74489 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74490         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74491              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74492              6757..6890,6892..6901 from mainline
74493              
74494              Bytecompiler patches from Benjamin Stuhl.
74495              
74496              More bytecompiler.
74497              
74498              Subject: [PATCH blead] B:: missing dependency
74499              
74500              Subject: [PATCH: 6757] configure.com updates and syslog build
74501              
74502              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74503              and Spider Boardman.
74504              
74505              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74506              
74507              Long double fixes from Spider Boardman.
74508              
74509              Make the selection of NVff et al stricter.
74510              
74511              cSVOPo_*v things index into the current PL_curpad
74512              under ithreads, which is different from the curpad
74513              used by the XSUB.  (In other words, the code as-is
74514              before this patch wouldn't work under ithreads.)
74515              
74516              Be portable.
74517              
74518              VMS MMS (make) wants null action.
74519              
74520              Mac and other portability updates from Chris Nandor.
74521              
74522              Storable support, v-version fixes.
74523              Subject: CPAN.pm beta for testing available
74524              
74525              Portability fix from Hugo van der Sanden.
74526              
74527              Bad makefile.
74528              
74529              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74530              
74531              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74532              
74533              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74534              
74535              Replace #6705 with a minimal doc patch.
74536              Subject: [PATCH 5.6.0] replace change #6705
74537              
74538              Drop the separate perlbc, perlcc -b should be enough.
74539              
74540              installperl couldn't tell whether it had run tests or not.
74541              Subject: [PATCH] Re: installperl and t/TEST
74542              
74543              Add silencer flags to installperl.
74544              Subject: [PATCH] Making installperl silent.
74545              
74546              Make "make install" by default silent.  A new "install-verbose"
74547              target is verbose.
74548              
74549              More liberal parsing of version numbers.
74550              Subject: Re: CPAN.pm beta for testing available
74551              
74552              Create directories in silence.
74553              Subject: [PATCH] Another silencer for MakeMaker
74554              
74555              DOS patches and portability/porting notes, from Tim Jenness.
74556              
74557              Make installman to recognize the silence flag -S.
74558              
74559              Actually do something with the silencer option.
74560              
74561              Continue silencing.
74562              
74563              Show the doc file, not the temp file.
74564              
74565              Regen perltoc.
74566              
74567              Subject: [PATCH] More silencing of installman.
74568              
74569              Better wording for the vec lvalue diagnostic.
74570              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74571              
74572              Subject: [PATCH: 6805] several more tweaks to configure.com
74573              
74574              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
74575              
74576              Missing parts of 
74577              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
74578              
74579              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
74580              (applied slightly modified)
74581              
74582              installperl --verbose and --silent.
74583              Subject: Re: [PATCH] More silencing of installman.
74584              
74585              Add install-silent target.
74586              
74587              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
74588              the problem reported in
74589              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
74590              
74591              Tweak the sfio/useperlio logic, hopefully as wished in
74592              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
74593              
74594              One forgotten file from #6816.
74595              
74596              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74597              
74598              Remove duplicately applied patch shards.
74599              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74600              
74601              Support preserving extremely big/small angles.
74602              
74603              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74604              
74605              Subject: [PATCH] installation not quite silent yet.
74606              
74607              Update the test count.
74608              
74609              Use UVxf, PTR2UV, NVff.
74610              
74611              Document PTR2XX and INT2PTR.
74612              
74613              no-install target a la make -n.
74614              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74615              
74616              grep -e isn't portable.
74617              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74618              
74619              Can't get the test to reliably work thanks to the
74620              inaccurateness of floating point.  "Resolves" bug ids
74621              20000826.003, 20000826.009, 20000826.010,
74622              
74623              Subject: installman buglet
74624              
74625              DJGPP update from Laszlo Molnar.
74626              
74627              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74628              
74629              Passing -R in ldflags makes now it to appear in the default
74630              for lddlflags, just like with -L.
74631              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74632              
74633              Test nit.
74634              
74635              Use the actual thread type, not the pointer-to-struct.
74636              
74637              Provice virtual $Config{ccflags_nolargefiles} etc. 
74638              
74639              display_format used as a class method without arguments was broken,
74640              reported in
74641              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74642              
74643              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74644              
74645              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74646              
74647              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74648              
74649              opmini.o may be left around if a build is interrupted.
74650              
74651              Typo in #6858.
74652              
74653              Fix for ID 20000828.001, long doubles were not formatted
74654              correctly (showed up in $], which stopped installing perl).
74655              
74656              An attempt to fix the problem reported in
74657              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74658              I can't test this properly since the gcc installation I have
74659              access to seems to be botched (gcc is calling the AIX cpp,
74660              a losing proposition...)
74661              
74662              Add -ld to archname on long tr...double platforms.
74663              
74664              Subject: hv.h Doc Patch
74665              
74666              Potential cruft.
74667              
74668              Subject: [PATCH bleedperl@6856] warnings fixes
74669              
74670              -S is the silent flag, -s is the strip flag.
74671              Subject: [PATCH] Re: [PATCH] make no-install          
74672              
74673              Take out the SUIDMAIL thing, that will not be
74674              a problem in 5.7.*.
74675              
74676              Subject: [PATCH bleedperl@6866] spellings
74677              
74678              Subject: [PATCH] Re: files not cleaned even by veryclean
74679              
74680              Use minimal @INC in tests, most of the time just '../lib',
74681              so that we simply can't pick up stuff from other Perls than
74682              the one we are testing.  Pointed out by
74683              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
74684              
74685              Update to Getopt::Long 2.24, from Johan Vromans.
74686              
74687              Fix for thinko in #6848.
74688              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
74689              
74690              Patches all over for people and the files they (hopefully) care about.
74691              
74692              Subject: Net::protoent does not export 'getproto'
74693              
74694              Missed a change in #6869.
74695              
74696              Subject: [PATCH] Warnings in B::Deparse
74697              
74698              Subject: [PATCH] Glob dumping
74699              
74700              Disable one of the tests for now.
74701              
74702              Disabling the one test is a bit tricky.
74703              
74704              Don't forget to tidy up.
74705              
74706              The #6881 removed one dump line.
74707              
74708              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
74709              
74710              Under usethreads the dumped variable is IN_PAD.
74711              Subject: Re: [PATCH] Glob dumping
74712              
74713              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
74714              
74715              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
74716              
74717              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
74718              
74719              Regen Configure for #6894.
74720              
74721              Subject: [PATCH: 6889] updates to perlebcdic.pod
74722              
74723              Undo namespace pollution of #6878.
74724              Subject: Re: Net::protoent does not export 'getproto'
74725              
74726              Admit that we are leaking scalars.
74727              
74728              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
74729      Branch: maint-5.6/perl
74730           !> (integrate 271 files)
74731 ____________________________________________________________________________
74732 [  7894] By: gsar                                  on 2000/11/27  16:00:34
74733         Log: a couple of nits
74734      Branch: maint-5.6/perl
74735            ! MANIFEST pp_sys.c
74736 ____________________________________________________________________________
74737 [  7893] By: gsar                                  on 2000/11/27  15:10:56
74738         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
74739              6740..6745,6747..6757,6760
74740              
74741              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
74742              
74743              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
74744              
74745              Doc nits spotted by Richard Soderberg.
74746              
74747              move WNOHANG definition to where other such things are
74748              
74749              Make $Config{byteorder} more magical so that it is
74750              dynamically computed: nice for 'fat binaries'.
74751              Subject: [PATCH]: default byteorder
74752              
74753              Subject: [PATCH] Cwd.pm now uses strict
74754              
74755              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74756              
74757              Get -DLEAKTEST to compile (not necessarily to work, mind)
74758              Subject: [ID 20000724.006] -DLEAKTEST problem
74759              
74760              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74761              
74762              Add perlebcdic from Peter Prymmer, regen toc.
74763              
74764              Don't propose using modules built for 5.005 if no binary
74765              compatibility with 5.005 is attempted.
74766              
74767              Do not use prototyping here.
74768              Subject: [ID 20000817.016] [PATCH] Peek.xs
74769              
74770              Document what the backtick returns if the command fails.
74771              
74772              Add byteorder to the myconfig output.
74773              
74774              Introduce NVef, NVff, and NVgf, use the middle one.
74775              (helps for lib/peek + Linux + long doubles)  Reported in
74776              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74777              Use NVs in POSIX math, not doubles.
74778              Subject: [ID 20000817.014] POSIX & modfl
74779              
74780              Subject: [PATCH 5.6.0+] newSVrv() memory leak
74781              
74782              The byteorder code in #6671 was wrong.
74783              
74784              Fix the lib/complex failure of
74785              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74786              Linux long double accuracy issue: something that
74787              when printed with %g looks like "2" but int() of it is 1.
74788              
74789              Propagate new Configure vars.
74790              
74791              Unbuffer the output.
74792              
74793              Subject: [PATCH] perltrap.pod spring cleaning
74794              
74795              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74796              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74797              
74798              Tiny Getopt::Long patch from Johan Vromans.
74799              
74800              Document code point which makes if (defined %stash::) to work
74801              (noted by Spider Boardman).
74802              
74803              Subject: [PATCH perl@6698] cygwin port
74804              
74805              Document the NDBM_File and ODBM_File as SDBM_File
74806              was documented in #6417.
74807              
74808              The new tests were missing from #6415.
74809              
74810              Add [[:blank:]] as suggested in
74811              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74812              (the [=cc=] has already been taken care of by #6439
74813              so the whole bug report can be closed)
74814              and make [[:space:]] to be equivalent to isspace(3)
74815              (as opposed to \s, which is isSPACE()).  The difference
74816              is that now [[:space:]] matches the mythical vertical tab,
74817              while \s doesn't.
74818              
74819              Don't eat leading os from index entries.
74820              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74821              
74822              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74823              
74824              Typo in pp_complement().
74825              Subject: [PATCH perl-current] Deparse
74826              
74827              Add warnif(), check warnings further up the stack,
74828              all the warnings functions now can take an optional object reference.
74829              Subject: [PATCH bleedperl@6691] warnings pragma update
74830              
74831              Fix a core dump in lib/selfloader under -DDEBUGGING.
74832              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74833              
74834              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74835              
74836              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74837              
74838              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74839              Put back the long double avoidance code to POSIX.xs
74840              because VMS seems to need it still.
74841              
74842              Introduce a 'veryclean' target that is like 'distclean'
74843              but also removes *~ and *.orig.
74844              
74845              Subject: [ID 20000817.023] endianness description in perlfunc.pod
74846              
74847              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74848              
74849              Let's try #6717 again.
74850              
74851              UTF8 concat fixes.
74852              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74853              
74854              pp_open() could pass an uninitialized filename down to do_open9().
74855              
74856              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74857              
74858              Update to CGI 2.72, from Lincoln Stein.
74859              
74860              Subject: [PATCH] Silence MakeMaker (Was: installman)
74861              
74862              Use temporary directory instead of current directory.
74863              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74864              
74865              Document odd vs even subreleases and -Dusedevel.
74866              
74867              The veryclean target needs to clobber.
74868              
74869              Use File::Spec->tmpdir().
74870              
74871              Document the number of exponent digits.
74872              
74873              Mention perlebcdic and perlposix-bc.
74874              
74875              s/this one/the 5.6.0 release/
74876              
74877              The #6724 is here.
74878              
74879              The correct cleaning order is an art.
74880              
74881              small tweaks for change#6705: avoid C++ style comments in C code;
74882              use Perl's malloc API rather than the low level system one
74883              
74884              Array context keeps slithering in.
74885              
74886              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74887              
74888              Subject: [PATCH] os2.c fix for use64bitint
74889              
74890              Update to Pod::LaTeX 0.53.
74891              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74892              
74893              Document the endianness of Alpha more precisely.
74894              
74895              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74896              
74897              Rename the macro argument because some preprocessors
74898              can't tell the difference and expand arguments also inside
74899              double quoted strings.
74900              
74901              free TLS slot properly on Windows
74902              
74903              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74904              
74905              Unicos/mk requires elaborate paranoia.
74906              
74907              Tweak the floating point output routine preferences.
74908              
74909              Also under djgpp the timestamps are funky.
74910              
74911              Apply some PodParser 1.18 patches; the Pod/Find.pm
74912              patches cannot be applied since #6712 conflicts.
74913              
74914              Use PodParser 1.18 new test.
74915              
74916              A pod nit.
74917              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74918              
74919              Be verydeepclean.
74920      Branch: maint-5.6/perl
74921           +> pod/perlebcdic.pod
74922           !> (integrate 106 files)
74923 ____________________________________________________________________________
74924 [  7892] By: jhi                                   on 2000/11/27  15:02:32
74925         Log: Update Changes.
74926      Branch: perl
74927            ! Changes patchlevel.h
74928 ____________________________________________________________________________
74929 [  7891] By: jhi                                   on 2000/11/27  14:57:23
74930         Log: Subject: Re: perlfaq style changes
74931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74932              Date: Sat, 25 Nov 2000 23:32:26 -0800
74933              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
74934              
74935              plus a note from Ronald Kimball.
74936      Branch: perl
74937            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
74938 ____________________________________________________________________________
74939 [  7890] By: jhi                                   on 2000/11/27  14:53:14
74940         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
74941              From: Benjamin Holzman <bah@ecnvantage.com>
74942              Date: Sun, 26 Nov 2000 16:27:33 -0500
74943              Message-ID: <20001126162733.J25040@ecnvantage.com>
74944      Branch: perl
74945            ! gv.c
74946 ____________________________________________________________________________
74947 [  7889] By: jhi                                   on 2000/11/27  14:43:11
74948         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
74949              From: lvirden@cas.org
74950              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
74951              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
74952      Branch: perl
74953            ! README.amiga
74954 ____________________________________________________________________________
74955 [  7888] By: jhi                                   on 2000/11/27  14:32:34
74956         Log: Restore also the locale test to no-sprintf-taint state.
74957              Fixes the bug 20001127.003.
74958      Branch: perl
74959            ! sv.c t/pragma/locale.t
74960 ____________________________________________________________________________
74961 [  7887] By: gsar                                  on 2000/11/27  14:13:05
74962         Log: integrate changes#6613..6616,6620..6665 from mainline
74963              
74964              VMS configure.com update continues.
74965              
74966              Subject: Test fails / warnings with perl-current #6612
74967              
74968              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
74969              
74970              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74971              
74972              For now remove the mail code.
74973              
74974              Subject: Re: [PATCH] @+, @- readonly
74975              
74976              Subject: warning: storage class after type is obsolescent
74977              
74978              Subject: sfio2000
74979              
74980              Subject: Re: File::Temp problems on VMS in bleedperl
74981              
74982              README.os2 update.
74983              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
74984              
74985              Make the user to give up his firstborn, err, to knowingly
74986              verify installing an unstable developer release.  Also bump
74987              the release to 5.7.0, but leave a patch tag in the local
74988              patches saying that this is not yet the real thing.
74989              
74990              Update (kinda) to Test 1.14, from Joshua Pritikin.
74991              
74992              make ok etc also for win32.
74993              
74994              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
74995              
74996              Don't blow limited stacks, a lower number is enough to
74997              tickle the lookbehind limit.
74998              
74999              Use -Dusedevel; regen Configure and the respective Porting stuff.
75000              
75001              Subject: [PATCH] debugger exit code should reflect user exit code
75002              
75003              Subject: [PATCH perl@6620] cygwin port
75004              
75005              Missed a file from #6638.
75006              
75007              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)
75008              
75009              magic callbacks all need to have same type signature
75010              
75011              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
75012              
75013              Fix a dependency problem.
75014              Subject: [PATCH: 6640] VMS Makefile.SH update
75015              
75016              The numeric locale was reset to "C" by s?printf and never restored.
75017              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75018              No test since adding the failing example to locale.t
75019              does not fail -- probably because the locale settings are so
75020              thoroughly tweaked by that time.  Running the example standalone
75021              does fail, though.  UPDATE: test case added at change #7540.
75022              
75023              Subject: [ID 20000324.040] minor fix to perlhpux.pod
75024              
75025              Update to CPAN 1.57.
75026              
75027              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
75028              
75029              Change the perlbug address to perl.org since it's more forgiving.
75030              
75031              Change the regx compilation error markers to use = instead of <
75032              since pod makes using the latter quite messy.  Reported in
75033              ID 20000814.006 by Abigail and in
75034              Subject: Unknown escape E<> ?
75035              
75036              Update to perldebtut 1.9, from Richard Foley.
75037              
75038              check that the number pseudo children doesn't exceed
75039              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
75040              the WaitForMultipleObjects() limit that would cause wait()
75041              to crash)
75042              wait() and waitpid() could potentially be rewritten to use
75043              more than one thread to do the waiting to eliminate this
75044              limitation
75045              
75046              change#6328 could make close(SOCKET) return false on windows
75047              when it shouldn't
75048              
75049              pod nit seen in passing
75050              
75051              on windows, the return values from wait() and waitpid() don't
75052              match those of pseudo-pids
75053              
75054              waitpid() now handles externally spawned pids correctly;
75055              fixes for backtick/wait/waitpid failures on Windows 9x
75056              these changes make the pid returned by process functions on
75057              Windows 9x always positive by clearing the high bit (which
75058              is always set on Win9x); pseudo-process PIDs are likewise
75059              always negative now on Win9x (just as on NT/2000)
75060              
75061              trailing new %ENV entries weren't being pushed into the real
75062              environment of subprocesses on Windows
75063              
75064              Tweak the regex compilation errors once more.
75065              
75066              avoid warnings from dense compiler
75067              
75068              add "ok" targets from change#6632 in makefile.mk
75069      Branch: maint-5.6/perl
75070            - lib/Pod/PlainText.pm vms/configure.com
75071           !> (integrate 66 files)
75072 ____________________________________________________________________________
75073 [  7886] By: jhi                                   on 2000/11/27  13:54:18
75074         Log: __FUNCTION__ isn't portable and trying to emulate it leads
75075              into practically spelling out the name of the function.
75076              Takes care of the bug 20001127.001.
75077      Branch: perl
75078            ! perlio.c
75079 ____________________________________________________________________________
75080 [  7885] By: gsar                                  on 2000/11/27  13:53:18
75081         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
75082              6610..6611 from mainline
75083              
75084              Make regular expression parse error messages easier to understand.
75085              Subject: Re: enhanced(?) regex error messages
75086              
75087              Tiny tidying on report_evil_fh().
75088              
75089              Subject: Re: enhanced(?) regex error messages 
75090              plus Capitalize the error messages, plus perldiag them.
75091              
75092              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75093              
75094              Document here-doc better.
75095              
75096              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75097              
75098              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75099              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75100              (either perlbug or p5p ate the original), plus regen
75101              perlapi and perltoc. 
75102              
75103              Regen global.sym.
75104              
75105              Double check that we have a dirhandle.
75106              
75107              Subject: Re: enhanced(?) regex error messages
75108              (plus two small patches sent privately)
75109              (this still seems to leave few test failures)
75110              
75111              warn is a macro, avoid using at a variable to avoid warnings
75112              in some configurations; readdir.t is too conservative in
75113              estimating number of *.t's
75114              
75115              Get back into sync with Jeffrey on the enhanced regex warnings.
75116              
75117              Subject: [PATCH 5.6.0] cygwin port
75118              
75119              Zero entries were skipped, fix from Adrian Goalby
75120              <argoalby@yahoo.co.uk>
75121              
75122              Subject: Remove dead entry in perldiag
75123              
75124              Amend the description of Perl6.
75125              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75126              
75127              detypo
75128              
75129              It's the 2ndO'ROSSC.
75130              
75131              Revert the sv.c part of #6559, a better fix is needed.
75132              
75133              Iterating perl6 description.
75134              
75135              Update to Term::ANSIColor 1.03, from Russ Allbery.
75136              
75137              Update to Getopt::Long 2.23_05, from Johan Vromans.
75138              
75139              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75140              
75141              Update to Pod::Parser 1.17, from Brad Appleton.
75142              
75143              Update to CPAN 1.56, from Andreas König.
75144              
75145              Update to CGI 2.70, from Lincoln Stein.
75146              
75147              Put back the std @INC thing.
75148              
75149              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75150              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75151              
75152              Document the IO::Select timeout.
75153              
75154              sleep(1) does not necessarily return 1.
75155              Subject: [PATCH bleadperl] op/lex_assign.t  
75156              
75157              Subject: debugger "d" command doesnt check line number
75158              
75159              B::Deparse didn't do sub attributes.
75160              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75161              
75162              Preprocessing and postprocessing for File::Find.
75163              Subject: Patch to Find::File.pm to allow alphabetical results
75164              
75165              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75166              
75167              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75168              
75169              Subject: Re: [ID 20000730.003] utf8::length() bad
75170              
75171              Subject: Getting perlio and threads to compile
75172              (the Solaris version changes in Configure skipped)
75173              
75174              Tests for #6589.
75175              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75176              
75177              Add Perl debugging tutorial, regen toc. 
75178              Subject: perldebtut.pod
75179              
75180              Add a few missing files, update MANIFEST.
75181              
75182              Rewrite of vms/subconfigure.com as configure.com,
75183              from Peter Prymmer and the vmsperl crew.
75184              
75185              Should have deleted this in #6603.
75186              
75187              Fix the test for 5005threads.
75188              
75189              Fix-n-skip the tests under 5005threads.
75190              
75191              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75192              
75193              Upgrade to CGI 2.71, from Lincoln Stein.
75194      Branch: maint-5.6/perl
75195           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75196           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75197           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75198            - vms/subconfigure.com
75199            ! lib/lib.pm
75200           !> (integrate 115 files)
75201 ____________________________________________________________________________
75202 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75203         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75204              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75205              Date:     Mon, 27 Nov 2000 08:23:54 EST
75206              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75207      Branch: perl
75208            ! vms/descrip_mms.template vms/test.com
75209 ____________________________________________________________________________
75210 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75211         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75212              6511..6513,6515..6523,6525..6536
75213              
75214              The swallow_bom() saga continues.  The #23 of require.t
75215              (UTF16-LE) still fails (silently, no output) but the #22
75216              (UTF16-BE) seems to be working now.  The root of the
75217              failure may be in sv_gets(): is it UTF-16LE-aware,
75218              especially when it comes to line endings? 
75219              
75220              Document the problem with -P in HP-UX and its workaround.
75221              
75222              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75223              (aka ID 20000730.002)
75224              
75225              Subject: fix and question re: waitpid() under win32
75226              
75227              Make the safety catch for buggy gccs work with triple version
75228              numbers like 2.95.2.  Reported in
75229              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75230              
75231              In Digital UNIX warn if gcc explicitly chosen because even
75232              2.95.2 is known to cause problems.
75233              
75234              Make chr() for values >127 to create utf8 when under utf8.
75235              
75236              various syntax errors and such (not fixed: comp/require.t#22 coredump
75237              on Windows)
75238              
75239              Stash away the largefiles flags and libswanted.
75240              
75241              BOM patching from Simon Cozens.
75242              
75243              If gccosandvers is equal to osname, clear gccosandvers.
75244              
75245              Make p4desc to skip non-mainperl branches by default.
75246              
75247              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75248              
75249              The test from this
75250              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75251              
75252              In new BSDs changes to argv[] do not show up in ps(1) output,
75253              instead one must use setproctitle().  This was already addressed
75254              by change #6457, but the below has a new variant for FreeBSD 4.0
75255              or later, and the matter is also documented more.
75256              
75257              FreeBSD 3.* updates from
75258              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75259              
75260              regen_headers, regen perltoc.
75261              
75262              Document in one place the memory abstractions used in Perl core.
75263              
75264              memcpy has n o in it, as pinted ut by Sarathy.
75265              
75266              Remove the extraneous "main::" prefix from all the
75267              "opened only for", "on closed", and "never opened" warnings.
75268              
75269              The name of a filehandle does not have <these>.
75270              
75271              The tr utf8 patching continues.
75272              
75273              The new setproctitle() feature is available only in 
75274              bleeding edge FreeBSD.  From Paul Saab.
75275              
75276              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75277              
75278              Dump UVs as UVs in Data::Dumper.
75279              
75280              detypo #6494
75281              
75282              Document the IVdf UVuf UVof UVxf.
75283              
75284              require.t needs binmode() to work on windows
75285              
75286              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
75287              that are hopefully soon put into use.
75288              
75289              Allow "no Module;" even if there is no 'unimport'.
75290              
75291              Better skip message for the test; one of the two problems in
75292              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
75293              
75294              The subtest 4 may fail also on VOBS, as pointed out
75295              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75296              (but the failure in that bug report isn't the subtest 4).
75297              
75298              Be more informative on what is skipped and why,
75299              also repeat the list at the end.
75300              
75301              Add a URL for FSF.
75302              
75303              Subject: [PATCH] sv.h documentation - SvLEN
75304              
75305              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75306              
75307              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75308              
75309              Subject: [PATCH] bad cppsymbols on os2 + Configure question
75310              
75311              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75312              
75313              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75314              mention the idea of @( and @)
75315              
75316              This is 6512.  Really.
75317              
75318              Subject: [ID 19990721.004] Documentation bug in perlfunc
75319              
75320              Subject: Minor tweak to perlvar.pod
75321              
75322              In the warnings call filehandles consistently so;
75323              add "unopened" warning for stat().
75324              
75325              After the #6519 a warning about stat() is just that,
75326              not about a filetest, which now have their own warning.
75327              
75328              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75329              
75330              Subject: Re: Array vs. List context
75331              
75332              Subject: New perlcc, take 2
75333              
75334              Weed buglets pointed out by
75335              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75336              
75337              gcc versions might have (parentheses) in them.
75338              
75339              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75340              
75341              Essential prototype changes were missing from #6527.
75342              Also make report_evil_fh() more bomb-proof.
75343              
75344              Zap lib/Sys directory when cleaning up.
75345              
75346              Change the Policy policy: now -Dprefix= with an existing
75347              Policy.sh and prefix == siteprefix == vendorprefix, then all
75348              of them follow along the new prefix.
75349              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75350              
75351              Continue fixing the io warnings.  This also
75352              sort of fixes bug ID 20000802.003: the core dump
75353              is no more.  Whether the current behaviour is correct
75354              (giving a warning: "Not a format reference"), is another matter.
75355              
75356              Have symbols for the IoTYPEs.
75357              
75358              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75359              
75360              Document a bit that UDP is not what you might think.
75361              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75362              tr memory corruption fix from Simon Cozens.
75363              
75364              Plug the security hole described in the Aug 05 2000 bugtraq message
75365              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75366              The security hole exists only in suidperls, which isn't
75367              installed or even built by default.
75368      Branch: maint-5.6/perl
75369           !> (integrate 71 files)
75370 ____________________________________________________________________________
75371 [  7882] By: gsar                                  on 2000/11/27  10:25:36
75372         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
75373              from mainline
75374              
75375              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
75376              to be fatal errors (instead of by default ignoring them, and
75377              ignoring with a bug: even though -w gave an error, the opening [
75378              was left in)  Reported in:
75379              
75380              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
75381              
75382              Subject: [PATCH] split /^/
75383              
75384              MacOS nits from Matthias Neeracher.
75385              
75386              More split() doc and test patches from Mike Guy.
75387              
75388              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
75389              from Graham Barr in the module list.
75390              
75391              docfix from Peter Scott <Peter@PSDT.com>.
75392              
75393              File::Temp patches for VMS and OS/2 from Tim Jenness.
75394              
75395              open() wariness in perlbug.
75396              
75397              Subject: [PATCH] minor doc change - perlguts
75398              
75399              Subject: Minor doc patch: handy.h
75400              
75401              Be wary of close()s, too.
75402              
75403              Further File::Temp patches from Yitzchak Scott-Thoennes
75404              and Craig A. Berry.
75405              
75406              Subject: [PATCH] fixes bug 20000508.004
75407              
75408              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
75409              
75410              Allow "no AutoLoader;", based on change #6444,
75411              suggested by Graham Barr.
75412              
75413              Use setproctitle() if available to modify $0.
75414              
75415              Warn if the version of the operating system used to compile gcc
75416              differs from the current version of the operating system.
75417              Also display the gcc compilation os and version in myconfig.
75418              Inspiration from
75419              
75420              Tiny fixes for #6460.
75421              
75422              The problem described in this
75423              Subject: [ID 20000322.018] named chars aren't magical enough
75424              has been fixed in perl 5.6.0 but just in case added a test
75425              to keep it away.  (The report from Joseph Hall.)
75426              
75427              Tune the comments and hopefully stop a memory leak.
75428              
75429              Subject: UTF8 concat
75430              (with a memory leak fixed, plus a few casts added)
75431              This also seems to help for
75432              Subject: [ID 20000716.015] join UTF8 weirdness
75433              
75434              Do not upgrade SVs into utf8 just because they participate
75435              in eq or cmp.  Reported and fix suggested in
75436              Subject: [ID 20000720.009] sv_eq UTF8 bug
75437              
75438              Fix the HALF_UPGRADE() macro introduced in #6263.
75439              
75440              Find green threads before native threads.
75441              Subject: Re: Patch to jpl/JNI/Makefile.PL
75442      Branch: maint-5.6/perl
75443           !> (integrate 30 files)
75444 ____________________________________________________________________________
75445 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75446         Log: It seems that *both* the unused submatch loop cleanup
75447              codes are needed.
75448      Branch: perl
75449            ! regexec.c
75450 ____________________________________________________________________________
75451 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75452         Log: Clean .exists deeper.
75453      Branch: perl
75454            ! Makefile.SH
75455 ____________________________________________________________________________
75456 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75457         Log: The code in regcppop() (see #7878) contains the correct lower
75458              limit for the unused submatch 'cleanup' loop so that under
75459              "use utf8" the following code wouldn't dump core:
75460              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75461              the cleanup loop in regtry() stomped beyond allocated area
75462              in the startp[] array.  Therefore, copied the correct lower
75463              loop limit (*PL_reglastparen) to regtry().  Note: something
75464              may still not be quite right: why was the _higher_ loop limit
75465              (prog->nparens) different in the utf8 case?
75466              
75467              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75468              without core dumps, there were about 17 of them before
75469              the patch (with us since Perl 5.7.0).  Two failures, still:
75470              496 and 505 (though these may not be severe).
75471              
75472              Patch #7881 is also needed since both the cleanup loops
75473              seem to be needed.
75474              
75475              Also, the t/op/pat#44 seems to core dump under utf8.
75476              Plus a couple of failures.  UGH-8.
75477      Branch: perl
75478            ! regexec.c
75479 ____________________________________________________________________________
75480 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75481         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75482              the code in regcppop() seems to be redundant for the test suite --
75483              but it contains a germ of truth, and it needed for the build
75484              process itself: see #7879 and #7881.
75485      Branch: perl
75486            ! regexec.c
75487 ____________________________________________________________________________
75488 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75489         Log: Comment on comment.
75490      Branch: perl
75491            ! regexec.c
75492 ____________________________________________________________________________
75493 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75494         Log: Adjust the docs to agree with #7875.
75495      Branch: perl
75496            ! pod/perllocale.pod
75497 ____________________________________________________________________________
75498 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75499         Log: Retract #7863.  It makes more sense not to taint formatted output,
75500              not even by sprintf().
75501      Branch: perl
75502            ! sv.c
75503 ____________________________________________________________________________
75504 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75505         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75506              Not really fixed (should really dump the UTF-8 charclass),
75507              but stopped displaying the garbage.
75508              
75509              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75510      Branch: perl
75511            ! regcomp.c
75512 ____________________________________________________________________________
75513 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75514         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75515      Branch: perl
75516            ! regexec.c
75517 ____________________________________________________________________________
75518 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75519         Log: No need to scan till infinity, 13 is enough.
75520      Branch: perl
75521            ! handy.h utf8.c
75522 ____________________________________________________________________________
75523 [  7871] By: jhi                                   on 2000/11/26  20:20:32
75524         Log: Test line numbers are different with utf8.
75525      Branch: perl
75526            ! t/op/re_tests
75527 ____________________________________________________________________________
75528 [  7870] By: jhi                                   on 2000/11/26  20:10:12
75529         Log: Message nit.
75530      Branch: perl
75531            ! regcomp.c
75532 ____________________________________________________________________________
75533 [  7869] By: jhi                                   on 2000/11/26  19:01:05
75534         Log: Make utf8_length() and utf8_distance() (the latter of which
75535              is unused at the moment) to be less forgiving about bad UTF-8.
75536      Branch: perl
75537            ! embed.h embed.pl objXSUB.h proto.h utf8.c
75538 ____________________________________________________________________________
75539 [  7868] By: jhi                                   on 2000/11/26  18:45:56
75540         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
75541              From: Benjamin Holzman <bah@ecnvantage.com>
75542              Date: Sat, 25 Nov 2000 20:40:20 -0500       
75543              Message-ID: <20001125204020.A25040@ecnvantage.com>              
75544              
75545              Debian allows installing /usr/bin/locale without installing
75546              any locales, an error message will ensue.
75547      Branch: perl
75548            ! t/pragma/locale.t
75549 ____________________________________________________________________________
75550 [  7867] By: jhi                                   on 2000/11/26  18:31:12
75551         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
75552              From: Benjamin Holzman <bah@ecnvantage.com>
75553              Date: Sun, 26 Nov 2000 02:42:34 -0500
75554              Message-ID: <20001126024234.G25040@ecnvantage.com>
75555              
75556              Patch for the bug 20000212.002.
75557      Branch: perl
75558            ! sv.c t/op/array.t
75559 ____________________________________________________________________________
75560 [  7866] By: jhi                                   on 2000/11/26  18:28:09
75561         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
75562              From: Tim Jenness <t.jenness@jach.hawaii.edu>
75563              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
75564              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
75565              
75566              File::Temp 0.11.
75567      Branch: perl
75568            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75569 ____________________________________________________________________________
75570 [  7865] By: jhi                                   on 2000/11/26  18:24:22
75571         Log: The metaconfig unit change for #7864.
75572      Branch: metaconfig/U/perl
75573            ! need_va_copy.U
75574 ____________________________________________________________________________
75575 [  7864] By: jhi                                   on 2000/11/26  18:23:41
75576         Log: Make the va_copy() test not to be so talkative.
75577      Branch: perl
75578            ! Configure config_h.SH
75579 ____________________________________________________________________________
75580 [  7863] By: jhi                                   on 2000/11/26  18:11:02
75581         Log: Fix locale inconsistencies unearthed by Hugo's work.
75582              Now the floating point sprintf really does taint the result
75583              string as perllocale promises (has promised for a long time)
75584              if "use locale" is in the lexical scope.
75585      Branch: perl
75586            ! sv.c t/pragma/locale.t
75587 ____________________________________________________________________________
75588 [  7862] By: jhi                                   on 2000/11/26  00:35:15
75589         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
75590              From: Nicholas Clark <nick@ccl4.org>
75591              Date: Sun, 26 Nov 2000 00:07:50 +0000
75592              Message-ID: <20001126000750.A22446@plum.flirble.org>
75593              
75594              Infinit.
75595      Branch: perl
75596            ! sv.c
75597 ____________________________________________________________________________
75598 [  7861] By: jhi                                   on 2000/11/26  00:01:26
75599         Log: Integrate perlio:
75600              
75601              [  7860]
75602              Correct relative path from new ext\Filter\Util\Call location
75603              back to miniperl.
75604              
75605              [  7857]
75606              All tests pass on Win32/gcc/USE_PERLIO.
75607              - when crlf layer is pushed make unix-level binary.
75608              - remove :crlf injection in pp_backtick in pp_sys.c
75609              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75610              
75611              [  7853]
75612              Re-arrange crlf vs binary for platforms that care.
75613              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75614              Lip-service to making stdio layer work on such platforms (untested).
75615              Now fails 3 tests rather than one, checkin to see if I can debug 
75616              the issue under linux. (Do not merge.)
75617      Branch: perl
75618           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
75619 ____________________________________________________________________________
75620 [  7860] By: nick                                  on 2000/11/25  22:04:17
75621         Log: Correct relative path from new ext\Filter\Util\Call location
75622              back to miniperl.
75623      Branch: perlio
75624            ! win32/makefile.mk
75625 ____________________________________________________________________________
75626 [  7859] By: nick                                  on 2000/11/25  21:26:54
75627         Log: Integrate mainline.
75628      Branch: perlio
75629           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75630           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75631           +> t/lib/filter-util.t
75632            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75633            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75634            - t/lib/filt-util.t
75635           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
75636           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75637           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
75638           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
75639           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
75640           !> win32/makefile.mk
75641 ____________________________________________________________________________
75642 [  7858] By: gsar                                  on 2000/11/25  20:52:17
75643         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
75644              parent's memory; fix it by keeping track of the actual pad
75645              offset rather than a raw pointer (this change is probably also
75646              relevant to non-ithreads case to avoid fallout from reallocs of
75647              the pad array, but is currently only enabled for the ithreads
75648              case in the interests of minimal disruption to existing "well
75649              tested" code)
75650      Branch: perl
75651            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
75652            ! proto.h scope.c scope.h sv.c t/op/fork.t
75653 ____________________________________________________________________________
75654 [  7857] By: nick                                  on 2000/11/25  20:01:28
75655         Log: All tests pass on Win32/gcc/USE_PERLIO.
75656              - when crlf layer is pushed make unix-level binary.
75657              - remove :crlf injection in pp_backtick in pp_sys.c
75658              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75659      Branch: perlio
75660            ! doio.c perlio.c pp_sys.c win32/makefile.mk
75661 ____________________________________________________________________________
75662 [  7856] By: jhi                                   on 2000/11/25  18:38:30
75663         Log: Update the metaconfig units for #7855.
75664      Branch: metaconfig/U/perl
75665            ! useperlio.U usesocks.U
75666 ____________________________________________________________________________
75667 [  7855] By: jhi                                   on 2000/11/25  18:37:54
75668         Log: Undo the SOCKS workarounds, instead start using PerlIO
75669              if SOCKS is selected.
75670              
75671              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
75672              From: Jens Hamisch <jens@Strawberry.COM>
75673              Date: Fri, 24 Nov 2000 18:31:30 +0100
75674              Message-ID: <20001124183130.E28337@Strawberry.COM>
75675              
75676              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
75677              From: Jens Hamisch <jens@Strawberry.COM>
75678              Date: Fri, 24 Nov 2000 19:11:51 +0100
75679              Message-ID: <20001124191151.A28753@Strawberry.COM>
75680      Branch: perl
75681            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
75682            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
75683 ____________________________________________________________________________
75684 [  7854] By: jhi                                   on 2000/11/25  17:39:08
75685         Log: Undo #7848.  Some of the code seems to use walkoptree(),
75686              some walkoptree_slow().  An unfinished renaming?
75687              Now the sub is walkoptree() (which is @EXPORT_OK),
75688              the walkoptree_slow() is a typeglob alias to walkoptree.
75689              This makes the tests to pass, at least.
75690      Branch: perl
75691            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75692 ____________________________________________________________________________
75693 [  7853] By: nick                                  on 2000/11/24  22:24:33
75694         Log: Re-arrange crlf vs binary for platforms that care.
75695              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75696              Lip-service to making stdio layer work on such platforms (untested).
75697              Now fails 3 tests rather than one, checkin to see if I can debug 
75698              the issue under linux. (Do not merge.)
75699      Branch: perlio
75700            ! doio.c perlio.c perliol.h
75701 ____________________________________________________________________________
75702 [  7852] By: jhi                                   on 2000/11/24  18:57:39
75703         Log: AUTHORS edits.
75704      Branch: perl
75705            ! AUTHORS
75706 ____________________________________________________________________________
75707 [  7851] By: jhi                                   on 2000/11/24  17:34:56
75708         Log: Add Jan-Erik Karlsson.
75709      Branch: perl
75710            ! AUTHORS
75711 ____________________________________________________________________________
75712 [  7850] By: jhi                                   on 2000/11/24  17:27:56
75713         Log: Configure should find stdchar on its own.
75714      Branch: perl
75715            ! hints/solaris_2.sh
75716 ____________________________________________________________________________
75717 [  7849] By: jhi                                   on 2000/11/24  17:24:55
75718         Log: Subject: PATCH over 7848: Filter test flawed
75719              From: andreas.koenig@anima.de (Andreas J. Koenig)
75720              Date: 24 Nov 2000 10:28:29 +0100
75721              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
75722      Branch: perl
75723            ! t/lib/filter-util.t
75724 ____________________________________________________________________________
75725 [  7848] By: jhi                                   on 2000/11/24  17:22:15
75726         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
75727              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
75728              Date: Fri, 24 Nov 2000 16:12:58 +0000
75729              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
75730      Branch: perl
75731            ! ext/B/B.pm
75732 ____________________________________________________________________________
75733 [  7847] By: jhi                                   on 2000/11/24  03:07:01
75734         Log: Integrate perlio:
75735              
75736              [  7844]
75737              Win32/perlio Now just fails one io/argv.t test - lack 
75738              of default :crlf on standard streams.
75739              
75740              [  7843]
75741              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75742              peek fail is showing a real problem (multiple crlf layers
75743              are getting pushed.)
75744              
75745              [  7842]
75746              Implement PerlIO_binmode()
75747              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75748              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75749              make binmode in t/lib/io_tell.t unconditional so that works.
75750              Checkin just so Win32 machine can see these changes.
75751              
75752              [  7836]
75753              Implement crlf layer - not ready for merge.
75754      Branch: perl
75755           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75756           !> win32/makefile.mk
75757 ____________________________________________________________________________
75758 [  7846] By: gsar                                  on 2000/11/24  00:55:57
75759         Log: integrate changes#6415..6418,6420..6438 from mainline
75760              
75761              Fix the bitvector ops for utf8 (tricky since past 7 bits
75762              the utf8 'characters' can be more than one octet).
75763              
75764              MPE/ix updates for perl 5.6.0 from Mark Bixby.
75765              
75766              Subject: SDBM_File documentation
75767              
75768              Detypo.
75769              
75770              Decutandpasto.
75771              
75772              Send all installperl messages to STDERR and be -w clean.
75773              
75774              Out-of-date note removed.
75775              
75776              Protect against "wild next"s, that is, callbacks doing "next"
75777              instead of "return".
75778              
75779              Use STDOUT consistently.
75780              
75781              The output might have been produced in the wrong order.
75782              
75783              A missing 'break' after the [[:space:]] switch case.
75784              
75785              Add tests for
75786              [ID 19991110.003] another matching finding by pcre author
75787              which has already been fixed by some patch, as verified in
75788              
75789              Documentation to explain the behaviour of map().
75790              
75791              Add an optimization for map-maps-a-list-element-to-more-list-elements
75792              case, but add also notes explaining the relationship of this
75793              patch and the earlier notes by Sarathy.
75794              
75795              Subject: [ID 20000716.023] syslog test fails without sockets
75796              
75797              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
75798              Test cases for #6431.
75799              
75800              File::Spec::VMS fixup for tmpdir from Craig Berry.
75801              
75802              Make the "uninit variable" warning to say "concat or string"
75803              or "join or string" when in concat or join .
75804              
75805              Get UTF16 BOMs working.  Patch from
75806              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
75807              
75808              Subject: [PATCH] Make large file tests deal with SIGXFSZ
75809              
75810              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
75811              
75812              Subject: [PATCH] av.c apidoc
75813      Branch: maint-5.6/perl
75814           !> (integrate 43 files)
75815 ____________________________________________________________________________
75816 [  7845] By: gsar                                  on 2000/11/24  00:20:45
75817         Log: integrate changes#6406..6414 from mainline
75818              
75819              Merge perlhacktut into perlhack, update perlguts.
75820              
75821              Fix AutoSplit to use File::Spec the right way in VMS,
75822              from Peter Prymmer.
75823              
75824              The bug report
75825              [ID 19991110.002] minimal matching discrepancy found by pcre author
75826              seems to have been fixed (though differently from what was suggested
75827              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
75828              
75829              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
75830              not in pod, from Peter Prymmer
75831              
75832              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
75833              From: Hugo <hv@crypt.compulink.co.uk>
75834              Date: Fri, 14 Jul 2000 23:05:20 +0100
75835              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
75836              
75837              Didn't anymore apply, but that point still could use another fix.
75838              
75839              lib/b test fixes from Peter Prymmer.
75840              
75841              More docs for sv functions.
75842              
75843              perlvms.pod whitespace cleanup to keep pod utils happy.
75844              
75845              another VMS build tweak from Peter Prymmer
75846      Branch: maint-5.6/perl
75847           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
75848           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
75849           !> vms/descrip_mms.template vms/perlvms.pod
75850 ____________________________________________________________________________
75851 [  7844] By: nick                                  on 2000/11/23  23:42:45
75852         Log: Win32/perlio Now just fails one io/argv.t test - lack 
75853              of default :crlf on standard streams.
75854      Branch: perlio
75855            ! doio.c perlio.c
75856 ____________________________________________________________________________
75857 [  7843] By: nick                                  on 2000/11/23  23:04:05
75858         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75859              peek fail is showing a real problem (multiple crlf layers
75860              are getting pushed.)
75861      Branch: perlio
75862            ! doio.c perlio.c win32/makefile.mk
75863 ____________________________________________________________________________
75864 [  7842] By: nick                                  on 2000/11/23  19:46:23
75865         Log: Implement PerlIO_binmode()
75866              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75867              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75868              make binmode in t/lib/io_tell.t unconditional so that works.
75869              Checkin just so Win32 machine can see these changes.
75870      Branch: perlio
75871            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75872 ____________________________________________________________________________
75873 [  7841] By: jhi                                   on 2000/11/23  19:30:00
75874         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
75875      Branch: perl
75876            ! README.amiga
75877 ____________________________________________________________________________
75878 [  7840] By: jhi                                   on 2000/11/23  17:18:02
75879         Log: SOCKS wrestling continues, patches from Jens Hamisch.
75880      Branch: perl
75881            ! doio.c embed.h embed.pl perlsdio.h proto.h
75882 ____________________________________________________________________________
75883 [  7839] By: jhi                                   on 2000/11/23  16:54:14
75884         Log: Push Filter::Util::Call one level deeper.
75885      Branch: perl
75886            + t/lib/filter-util.t
75887           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75888           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75889            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75890            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75891            - t/lib/filt-util.t
75892            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
75893            ! win32/Makefile win32/makefile.mk
75894 ____________________________________________________________________________
75895 [  7838] By: jhi                                   on 2000/11/23  16:52:40
75896         Log: Reach back one higher up when searching for PERL_SRC.
75897      Branch: perl
75898            ! lib/ExtUtils/MM_Unix.pm
75899 ____________________________________________________________________________
75900 [  7837] By: jhi                                   on 2000/11/23  16:05:41
75901         Log: Subject: Re: perl@7826
75902              Date: Thu, 23 Nov 2000 02:20:25 -0600
75903              From: "Craig A. Berry" <craigberry@mac.com>
75904              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
75905              
75906              Make VMS to like Filter::Util::Call. 
75907      Branch: perl
75908            ! configure.com ext/Filter/Util/Makefile.PL
75909 ____________________________________________________________________________
75910 [  7836] By: nick                                  on 2000/11/23  16:04:08
75911         Log: Implement crlf layer - not ready for merge.
75912      Branch: perlio
75913            ! perlio.c win32/makefile.mk
75914 ____________________________________________________________________________
75915 [  7835] By: jhi                                   on 2000/11/23  15:56:52
75916         Log: STDCHAR is different in Sparc v9 vs x86.
75917      Branch: perl
75918            ! hints/solaris_2.sh
75919 ____________________________________________________________________________
75920 [  7834] By: jhi                                   on 2000/11/23  15:50:47
75921         Log: The type needs to be visible to protos.
75922      Branch: perl
75923            ! perl.h
75924 ____________________________________________________________________________
75925 [  7833] By: jhi                                   on 2000/11/23  15:40:46
75926         Log: Finish unfinished SOCKS workaround changes.
75927      Branch: perl
75928            ! doio.c
75929 ____________________________________________________________________________
75930 [  7832] By: jhi                                   on 2000/11/23  15:33:30
75931         Log: Integrate perlio:
75932              
75933              [  7831]
75934              Correct makefile.mk dependancies for ext/Filter/Util
75935              Build ext/Encode
75936              Run dmake regen_config_h
75937      Branch: perl
75938           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
75939           !> win32/makefile.mk
75940 ____________________________________________________________________________
75941 [  7831] By: nick                                  on 2000/11/23  10:31:07
75942         Log: Correct makefile.mk dependancies for ext/Filter/Util
75943              Build ext/Encode
75944              Run dmake regen_config_h
75945      Branch: perlio
75946            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75947            ! win32/makefile.mk
75948 ____________________________________________________________________________
75949 [  7830] By: nick                                  on 2000/11/23  08:05:07
75950         Log: Integrate mainline
75951      Branch: perlio
75952           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75953           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
75954           +> t/lib/filt-util.pl t/lib/filt-util.t
75955           !> (integrate 41 files)
75956 ____________________________________________________________________________
75957 [  7829] By: gsar                                  on 2000/11/23  03:07:11
75958         Log: build the Filter extension on windows
75959      Branch: perl
75960            ! win32/Makefile win32/makefile.mk
75961 ____________________________________________________________________________
75962 [  7828] By: gsar                                  on 2000/11/23  02:46:35
75963         Log: regenerate win32/config* and fix some inconsistencies in the
75964              makefiles; always export Perl_deb() because it is needed
75965              by ext/re/* (whether perl itself is built with -DDEBUGGING
75966              or not)
75967      Branch: perl
75968            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
75969            ! win32/config_H.vc win32/makefile.mk
75970 ____________________________________________________________________________
75971 [  7827] By: gsar                                  on 2000/11/23  02:18:38
75972         Log: get sources building on windows+MSVC again (untested with other
75973              compilers)
75974      Branch: perl
75975            ! win32/include/sys/socket.h win32/perllib.c
75976 ____________________________________________________________________________
75977 [  7826] By: jhi                                   on 2000/11/23  01:18:26
75978         Log: Update Changes.
75979      Branch: perl
75980            ! Changes patchlevel.h
75981 ____________________________________________________________________________
75982 [  7825] By: jhi                                   on 2000/11/23  00:20:41
75983         Log: Subject: Re: av.c patch (having slight problems)
75984              From: "Ben Tilly" <ben_tilly@hotmail.com>
75985              Date: Tue, 21 Nov 2000 23:29:31 -0500
75986              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
75987              
75988              unshift() speedup.
75989      Branch: perl
75990            ! av.c
75991 ____________________________________________________________________________
75992 [  7824] By: jhi                                   on 2000/11/22  23:59:15
75993         Log: Fixes for signedness warnings noticed by VMSperlers.
75994      Branch: perl
75995            ! ext/Storable/Storable.xs regcomp.c sv.c
75996 ____________________________________________________________________________
75997 [  7823] By: jhi                                   on 2000/11/22  23:19:31
75998         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
75999              From: Peter Prymmer <pvhp@forte.com>
76000              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
76001              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
76002      Branch: perl
76003            ! t/pragma/warn/pp_hot
76004 ____________________________________________________________________________
76005 [  7822] By: jhi                                   on 2000/11/22  22:52:20
76006         Log: Be clean.
76007      Branch: perl
76008            ! Makefile.SH
76009 ____________________________________________________________________________
76010 [  7821] By: jhi                                   on 2000/11/22  22:46:39
76011         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
76012              by Damian Conway, as suggested by Paul Marquess.
76013      Branch: perl
76014            + lib/Filter/Simple.pm
76015 ____________________________________________________________________________
76016 [  7820] By: jhi                                   on 2000/11/22  22:45:51
76017         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
76018      Branch: perl
76019            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76020            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76021            + t/lib/filt-util.t
76022            ! MANIFEST
76023 ____________________________________________________________________________
76024 [  7819] By: jhi                                   on 2000/11/22  22:03:27
76025         Log: Integrate perlio:
76026              
76027              [  7802]
76028              Win32 PerlIO intermediate state now working as expected.
76029              - In current state we are still using C runtime in text/binary
76030              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76031              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76032              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76033              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76034              for CRLF translation happening in C runtime. All other tests pass.
76035              Added note to README.win32 to point out the snags of doing a perl build
76036              with Norton AntiVirus turned on.
76037              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76038              which file a fail comes from.
76039              Updated "canned" config.h to match the one generated.
76040      Branch: perl
76041           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76042           !> win32/makefile.mk
76043 ____________________________________________________________________________
76044 [  7818] By: jhi                                   on 2000/11/22  21:56:02
76045         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
76046      Branch: perl
76047            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
76048            ! t/lib/io_sock.t
76049 ____________________________________________________________________________
76050 [  7817] By: jhi                                   on 2000/11/22  21:39:49
76051         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
76052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76053              Date: Wed, 22 Nov 2000 16:08:12 -0500
76054              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
76055      Branch: perl
76056            ! lib/ExtUtils/Liblist.pm
76057 ____________________________________________________________________________
76058 [  7816] By: jhi                                   on 2000/11/22  21:38:25
76059         Log: Go ahead and #include <unistd.h> in perl.h.
76060      Branch: perl
76061            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
76062            ! util.c
76063 ____________________________________________________________________________
76064 [  7815] By: jhi                                   on 2000/11/22  21:22:52
76065         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
76066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76067              Date: Mon, 20 Nov 2000 18:30:52 -0500
76068              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
76069      Branch: perl
76070            ! pod/perlre.pod regcomp.c t/op/re_tests
76071 ____________________________________________________________________________
76072 [  7814] By: jhi                                   on 2000/11/22  21:21:46
76073         Log: Subject: [PATCH 5.7.0] Liblist finally works
76074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76075              Date: Tue, 21 Nov 2000 22:02:17 -0500
76076              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
76077      Branch: perl
76078            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
76079            ! lib/ExtUtils/MakeMaker.pm
76080 ____________________________________________________________________________
76081 [  7813] By: jhi                                   on 2000/11/22  21:20:23
76082         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
76083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76084              Date: Wed, 22 Nov 2000 17:53:15 +0100
76085              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
76086              
76087              AIX dynaloader and perlio patch.
76088      Branch: perl
76089            ! ext/DynaLoader/dl_aix.xs
76090 ____________________________________________________________________________
76091 [  7812] By: jhi                                   on 2000/11/22  21:17:52
76092         Log: (Accidentally empty patch.)
76093      Branch: perl
76094            ! av.c
76095 ____________________________________________________________________________
76096 [  7811] By: jhi                                   on 2000/11/22  21:16:31
76097         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
76098              From: Peter Prymmer <pvhp@forte.com>
76099              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
76100              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
76101      Branch: perl
76102            ! vms/test.com
76103 ____________________________________________________________________________
76104 [  7810] By: jhi                                   on 2000/11/22  21:15:36
76105         Log: Subject: Re: perl@7777 
76106              From: "John P. Linderman" <jpl@research.att.com>
76107              Date: Wed, 22 Nov 2000 13:11:11 -0500
76108              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
76109              
76110              Detypoing.
76111      Branch: perl
76112            ! lib/CPAN.pm
76113 ____________________________________________________________________________
76114 [  7809] By: jhi                                   on 2000/11/22  21:14:19
76115         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
76116              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76117              Date:     Wed, 22 Nov 2000 13:51:37 EST
76118              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
76119      Branch: perl
76120            ! perlsdio.h
76121 ____________________________________________________________________________
76122 [  7808] By: jhi                                   on 2000/11/22  21:13:27
76123         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
76124              From: Casey Tweten <crt@kiski.net>
76125              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
76126              Message-Id: <200011201653.LAA10194@home.kiski.net>
76127      Branch: perl
76128            ! t/lib/io_udp.t
76129 ____________________________________________________________________________
76130 [  7807] By: jhi                                   on 2000/11/22  21:12:35
76131         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
76132              From: Casey Tweten <crt@kiski.net>
76133              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
76134              Message-Id: <200011201636.LAA07227@home.kiski.net>
76135      Branch: perl
76136            ! t/lib/io_sock.t
76137 ____________________________________________________________________________
76138 [  7806] By: jhi                                   on 2000/11/22  21:10:59
76139         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
76140              From: "Casey R. Tweten" <crt@kiski.net>
76141              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
76142              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
76143      Branch: perl
76144            ! utils/h2xs.PL
76145 ____________________________________________________________________________
76146 [  7805] By: nick                                  on 2000/11/22  21:05:06
76147         Log: Integrate mainline
76148      Branch: perlio
76149           !> Changes Porting/genlog ext/DB_File/DB_File.xs
76150           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
76151           !> utils/perlbug.PL
76152 ____________________________________________________________________________
76153 [  7804] By: jhi                                   on 2000/11/22  21:01:12
76154         Log: Subject: [PATCH] Test.pm POD peculiarity
76155              From: "Casey R. Tweten" <crt@kiski.net>
76156              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
76157              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
76158      Branch: perl
76159            ! lib/Test.pm
76160 ____________________________________________________________________________
76161 [  7803] By: jhi                                   on 2000/11/22  20:59:59
76162         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
76163              From: "Philip Newton" <pnewton@gmx.de>
76164              Date: Wed, 22 Nov 2000 14:25:53 +0100
76165              Message-Id: <3A1BD771.25462.1939FAD@localhost>
76166              
76167              Be case-understanding also on 's', and use the -oi of sendmail
76168              not to terminate the transmission on a lone '.'.
76169      Branch: perl
76170            ! utils/perlbug.PL
76171 ____________________________________________________________________________
76172 [  7802] By: nick                                  on 2000/11/22  20:51:42
76173         Log: Win32 PerlIO intermediate state now working as expected.
76174              - In current state we are still using C runtime in text/binary
76175              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76176              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76177              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76178              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76179              for CRLF translation happening in C runtime. All other tests pass.
76180              
76181              Added note to README.win32 to point out the snags of doing a perl build
76182              with Norton AntiVirus turned on.
76183              
76184              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76185              which file a fail comes from.
76186              
76187              Updated "canned" config.h to match the one generated.
76188      Branch: perlio
76189            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76190            ! win32/makefile.mk
76191 ____________________________________________________________________________
76192 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76193         Log: Nickety nits.
76194      Branch: perl
76195            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76196 ____________________________________________________________________________
76197 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76198         Log: Changes had accidentally gone too silent on non-main branches.
76199      Branch: perl
76200            ! Changes Porting/genlog patchlevel.h
76201 ____________________________________________________________________________
76202 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76203         Log: some lib_pm.PL changes snuck in via change#7772
76204      Branch: maint-5.6/perl
76205            ! Makefile.SH
76206 ____________________________________________________________________________
76207 [  7798] By: nick                                  on 2000/11/21  21:59:40
76208         Log: Integrate mainline
76209      Branch: perlio
76210           !> (integrate 28 files)
76211 ____________________________________________________________________________
76212 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76213         Log: Integrate perlio:
76214              
76215              [  7796]
76216              Win32 builds and runs (mostly) with USE_PERLIO.
76217              PERLIO=perlio passes all tests. 
76218              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76219              
76220              [  7790]
76221              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76222              
76223              [  7788]
76224              Make extra buffer layer work (dummy crlf layer)
76225      Branch: perl
76226           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76227 ____________________________________________________________________________
76228 [  7796] By: nick                                  on 2000/11/21  20:36:22
76229         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76230              PERLIO=perlio passes all tests. 
76231              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76232      Branch: perlio
76233            ! perlio.c win32/perllib.c win32/win32.c
76234 ____________________________________________________________________________
76235 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76236         Log: Update Changes.
76237      Branch: perl
76238            ! Changes patchlevel.h
76239 ____________________________________________________________________________
76240 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76241         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76242              From: "Craig A. Berry" <craigberry@mac.com>
76243              Date: Mon, 20 Nov 2000 20:27:06 -0600
76244              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76245              
76246              A cut-and-pasto.
76247      Branch: perl
76248            ! perlio.h
76249 ____________________________________________________________________________
76250 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76251         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76252              From: Dominic Dunlop <domo@computer.org> 
76253              Date: Mon, 20 Nov 2000 18:55:29 +0100
76254              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76255              
76256              va_copy() and the need of it.
76257              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76258      Branch: metaconfig/U/perl
76259            + need_va_copy.U
76260      Branch: perl
76261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76262            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76263            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76264            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76265            ! win32/config.bc win32/config.gc win32/config.vc
76266 ____________________________________________________________________________
76267 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76268         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76269      Branch: perl
76270           !> scope.h
76271 ____________________________________________________________________________
76272 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76273         Log: Export the SOCKS workaround symbols only if necessary.
76274      Branch: perl
76275            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76276 ____________________________________________________________________________
76277 [  7790] By: nick                                  on 2000/11/20  23:57:11
76278         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76279      Branch: perlio
76280            ! scope.h
76281 ____________________________________________________________________________
76282 [  7789] By: nick                                  on 2000/11/20  23:38:33
76283         Log: Integrate mainline
76284      Branch: perlio
76285           +> lib/File/Spec/Epoc.pm
76286           !> (integrate 34 files)
76287 ____________________________________________________________________________
76288 [  7788] By: nick                                  on 2000/11/20  23:20:18
76289         Log: Make extra buffer layer work (dummy crlf layer)
76290      Branch: perlio
76291            ! doio.c perlio.c perlio.h
76292 ____________________________________________________________________________
76293 [  7787] By: jhi                                   on 2000/11/20  22:44:04
76294         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
76295              From: Peter Prymmer <pvhp@forte.com>
76296              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
76297              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
76298      Branch: perl
76299            ! t/pragma/locale.t
76300 ____________________________________________________________________________
76301 [  7786] By: jhi                                   on 2000/11/20  22:29:10
76302         Log: Subject: DOC PATCH 5.6.0 perlreftut
76303              From: mjd@plover.com
76304              Date: 20 Nov 2000 19:45:06 -0000
76305              Message-ID: <20001120194506.9505.qmail@plover.com>
76306      Branch: perl
76307            ! pod/perlreftut.pod
76308 ____________________________________________________________________________
76309 [  7785] By: jhi                                   on 2000/11/20  22:27:44
76310         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
76311              From: David Dyck <dcd@tc.fluke.com>
76312              Date: Mon, 20 Nov 2000 11:43:40 -0800
76313              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
76314      Branch: perl
76315            ! lib/Cwd.pm
76316 ____________________________________________________________________________
76317 [  7784] By: jhi                                   on 2000/11/20  22:23:21
76318         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
76319              Date: Mon, 20 Nov 2000 17:06:10 -0500
76320              To: Mailing list Perl5 <perl5-porters@perl.org>
76321              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
76322      Branch: perl
76323            ! pp_ctl.c t/op/pat.t
76324 ____________________________________________________________________________
76325 [  7783] By: jhi                                   on 2000/11/20  22:11:18
76326         Log: Subject: [PATCH] doop.c - UTF8 tr///               
76327              From: Simon Cozens <simon@cozens.net>
76328              Date: Sat, 18 Nov 2000 18:49:30 +0000
76329              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
76330              
76331              Subject: Re: [PATCH] doop.c - UTF8 tr///           
76332              From: Simon Cozens <simon@cozens.net>
76333              Date: Mon, 20 Nov 2000 20:45:22 +0000
76334              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
76335              
76336              Make tr on UTF-8 better but still not correct.
76337      Branch: perl
76338            ! doop.c
76339 ____________________________________________________________________________
76340 [  7782] By: jhi                                   on 2000/11/20  22:02:16
76341         Log: Remove the shared object before attempting to create
76342              (by linking) a new one.  E.g. in AIX not removing
76343              becomes quite painful if one tries to do more than one
76344              build in the same tree (an interrupted build, for example),
76345              since the AIX' shared dynaloader seemingly keeps the shared
76346              objects open and therefore 'busy' for quite a while, even when
76347              nobody is using the objects, leading into link failures.
76348      Branch: perl
76349            ! lib/ExtUtils/MM_Unix.pm
76350 ____________________________________________________________________________
76351 [  7781] By: gsar                                  on 2000/11/20  19:02:55
76352         Log: type mismatch due to faulty integration
76353      Branch: maint-5.6/perl
76354            ! toke.c win32/Makefile
76355 ____________________________________________________________________________
76356 [  7780] By: gsar                                  on 2000/11/20  17:31:55
76357         Log: integrate changes#6392,6394..6399,6401..6404
76358              
76359              The {multiplier} of a fixed substring was overlooked which
76360              caused a wrong initial search offset for that substring.
76361              
76362              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76363              From: Hugo <hv@crypt.compulink.co.uk>
76364              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76365              Date: Thu, 13 Jul 2000 19:27:13 +0100
76366              
76367              Fix the BOM bug: not a byteorder bug, a signedness bug.
76368              
76369              Replace change #6337 with a better one.
76370              
76371              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76372              From: Hugo <hv@crypt.compulink.co.uk>
76373              Date: Fri, 14 Jul 2000 04:16:20 +0100
76374              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76375              
76376              MakeMaker should not remove editor backups (*~) on `make clean`
76377              by default (completes change#6383)
76378              
76379              move new variables to the end of the interpreter structure (for
76380              bincompat in code that doesn't #include XSUB.h)
76381              
76382              rename totally bletcherous SvLOCK() thingy (doesn't do what the
76383              name suggests anyway)
76384              
76385              various cleanups (typos, misformatted code, and small bugs)
76386              
76387              typecasts needed for change#6394
76388              
76389              typos in change#6399, regen headers
76390              
76391              inconsistent types needs casts
76392              
76393              PERL_OBJECT build tweaks
76394      Branch: maint-5.6/perl
76395           !> MANIFEST doop.c embed.h embed.pl embedvar.h
76396           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
76397           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
76398           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
76399           !> toke.c util.c
76400 ____________________________________________________________________________
76401 [  7779] By: gsar                                  on 2000/11/20  17:06:29
76402         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
76403              
76404              Cosmetics and perldelta.
76405              
76406              Fix nits noticed by Boston.pm.
76407              
76408              Do the cc sanity check both before the hints and
76409              after the cc selction.
76410              
76411              get sprintf.t to adjust properly for 3-digit exponents
76412              
76413              don't clobber *.orig files on *clean targets
76414              
76415              fix bugs in processing %v-*d and similar format specs (from
76416              Avi Finkel <avi@finkel.org>)
76417              
76418              sprintf test tweaks (from Dominic Dunlop)
76419              
76420              new selfloader.t in change#6183 doesn't close DATA handles,
76421              and thus fails to clean up tmp files on dosish platforms
76422              
76423              typos (spotted by Peter Prymmer)
76424              
76425              typo fix from Craig Berry
76426      Branch: maint-5.6/perl
76427           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
76428           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
76429           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
76430           !> x2p/Makefile.SH
76431 ____________________________________________________________________________
76432 [  7778] By: gsar                                  on 2000/11/20  16:46:51
76433         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
76434              
76435              Subject: Re: format bug report  [Patch]
76436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76437              Date: Wed, 05 Jul 2000 13:12:52 +0200
76438              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
76439              
76440              Subject: Re: format bug report  [Patch]
76441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76442              Date: Wed, 05 Jul 2000 14:10:01 +0200
76443              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
76444              
76445              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76446              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76447              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76448              Date: Fri, 07 Jul 2000 17:57:16 +0100
76449              
76450              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76451              To: perl5-porters@perl.org
76452              From: Karsten Sperling <spiff@phreax.net>
76453              Date: Mon, 10 Jul 2000 15:12:52 +0200
76454              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76455              
76456              README.posix-bc podified from Thomas Dorner.
76457              
76458              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76459              From: Dominic Dunlop <domo@computer.org>
76460              Date: Tue, 11 Jul 2000 12:27:33 +0200
76461              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76462              
76463              Typo in #6341.
76464              
76465              Fix for
76466              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76467              From: Roderick Schertler <roderick@argon.org>
76468              Date: Tue, 11 Jul 2000 13:55:05 -0400
76469              Message-Id: <200007111755.NAA05077@jones.argon.org>
76470              
76471              Minor cleanups on the booklist.
76472              
76473              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76474              regen perltoc.
76475              
76476              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76477      Branch: maint-5.6/perl
76478           +> pod/perlbook.pod
76479           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76480           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76481           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76482 ____________________________________________________________________________
76483 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76484         Log: Update Changes.
76485      Branch: perl
76486            ! Changes patchlevel.h
76487 ____________________________________________________________________________
76488 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76489         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76490              This may be overly harsh but until proven otherwise, we think this
76491              way, or until we have a simple test for Configure (having to start
76492              up servers is does not count as simple) to check for the problems.
76493      Branch: perl
76494            ! perl.h
76495 ____________________________________________________________________________
76496 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76497         Log: Solaris hints tweaks.
76498      Branch: perl
76499            ! hints/solaris_2.sh
76500 ____________________________________________________________________________
76501 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76502         Log: Add a workaround to SOCKS 64-bit problems.
76503      Branch: perl
76504            ! doio.c embed.h embed.pl perlsdio.h proto.h
76505 ____________________________________________________________________________
76506 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76507         Log: sysseek() instead of seek().
76508      Branch: perl
76509            ! t/lib/syslfs.t
76510 ____________________________________________________________________________
76511 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76512         Log: integrate changes#6315..6319,6321..6331,6333..6338
76513              
76514              Integrate with Sarathy, preliminary fix for unicos
76515              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76516              
76517              some debugger output does not go to the socket when RemotePort is set
76518              
76519              winsock cleanup never done on Windows (leads to handle leaks)
76520              
76521              fix UNC path handling on Windows under ithreads, and chdir()
76522              return value when given a non-existent directory
76523              
76524              Autogenerate pod/Makefile and pod/buildtoc.
76525              buildtoc also checks whether the existin pods are
76526              mentioned in MANIFEST and perl.pod, and vice versa.
76527              (None of the thusly found discrepancies fixed yet.)
76528              roffitall also needs to be autogenerated similarly but it
76529              seems so badly out of date that I didn't touch it yet.
76530              
76531              Config is being used.
76532              
76533              Add =head1 NAMEs so that buildtoc is happy.
76534              (The CGI::Util nit reported to Lincoln.)
76535              
76536              Fix complaints of buildtoc.
76537              
76538              Fix the alignment problem in Crays ([ID 20000612.002]).
76539              
76540              Remove perlbook, update perlfaq book listing,
76541              rearrange perl.pod, regenerate perltoc.
76542              
76543              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
76544              was cast to an unsigned (32-bit) integer with wild abandon.
76545              
76546              winsock options weren't being set in all threads under ithreads
76547              (caused send()s from second and subsequent threads to fail)
76548              
76549              accept() leaks memory on windows due to incorrect ordering of
76550              closesocket() and fclose() calls
76551              
76552              Reorder perl.pod once more.
76553              
76554              More POSIX.pod tweaks.
76555              
76556              Sprinkle ldlibpath.
76557              
76558              Precedence goof, fix based on
76559              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
76560              From: Hugo <hv@crypt.compulink.co.uk>
76561              Date: Tue, 11 Jul 2000 12:52:38 +0100
76562              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
76563              
76564              Subject: PATCH perlguts.pod: Document D and d magic types
76565              From: mjd@plover.com
76566              Date: 5 Jul 2000 18:01:51 -0000
76567              Message-ID: <20000705180151.29413.qmail@plover.com>
76568              
76569              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
76570              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
76571              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
76572              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
76573              
76574              Subject: [PATCH cfgperl] $& segfaults if you trick it
76575              From: simon@brecon.co.uk (Simon Cozens)
76576              Date: 7 Jul 2000 11:26:09 GMT
76577              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
76578              
76579              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76580              From: Hugo <hv@crypt.compulink.co.uk>
76581              Date: Tue, 11 Jul 2000 12:44:50 +0100
76582              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
76583              
76584              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
76585              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76586              Date: Tue, 11 Jul 2000 13:50:51 +0100
76587              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
76588      Branch: maint-5.6/perl
76589           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
76590           +> pod/buildtoc.PL
76591            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
76592           !> (integrate 26 files)
76593 ____________________________________________________________________________
76594 [  7771] By: gsar                                  on 2000/11/20  12:31:42
76595         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
76596              6310,6311,6314
76597              
76598              Subject: [PATCH bleedperl] File::Spec 0.82 beta
76599              From: Barrie Slaymaker <barries@jester.slaysys.com>
76600              Date: Wed, 28 Jun 2000 11:35:29 -0400
76601              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
76602              
76603              tweak perlembed for multiplicity/usethreads sanity; correct notes
76604              about Windows
76605              
76606              localize %INC in a Safe compartment so that use/require work
76607              (many other magic globals probably need similar treatment)
76608              
76609              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
76610              when @_ is modified, causing coredumps
76611              
76612              slurp mode fix in change#4736 still not quite right
76613              
76614              Point to perlipc for more SysV IPC examples.
76615              
76616              Elaborate POSIX.pod.  Still needs work.
76617              
76618              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
76619              
76620              fix large memory leak that has been around for ever, masked by
76621              -DPURIFY (most of the arenas were never freed!)
76622              
76623              fix memory leak on Windows (PL_sys_intern contents were never
76624              freed)
76625              
76626              PERL_OBJECT build tweak
76627              
76628              adjust change#6299
76629              
76630              remove rel2abs prototypes (from Barrie Slaymaker)
76631              
76632              missing perldiag entry for unpack("w",...) diagnostic (from
76633              Andreas Koenig)
76634              
76635              better diagnostic on Frob->stuff() when Frob:: doesn't exist
76636              (from Richard Soderberg <rs@oregonnet.com>)
76637              
76638              Win32 patches for cfgperl from Sarathy.
76639              
76640              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
76641              
76642              More POSIX.pod embellishment.
76643              
76644              tyop in change#6306
76645      Branch: maint-5.6/perl
76646           !> (integrate 44 files)
76647 ____________________________________________________________________________
76648 [  7770] By: gsar                                  on 2000/11/20  11:51:00
76649         Log: integrate changes#6268..6282 from cfgperl branch
76650              
76651              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76652              From: Dominic Dunlop <domo@computer.org>
76653              Date: Thu, 29 Jun 2000 12:32:39 +0200
76654              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
76655              
76656              Regen headers for #6261 (and update embed.pl for this) and #6267,
76657              silence few compiler warnings.
76658              
76659              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76660              From: Nicholas Clark <nick@talking.bollo.cx>
76661              Date: Fri, 23 Jun 2000 16:21:15 +0100
76662              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76663              
76664              Subject: PATCH pod/perltie.pod
76665              From: Ian Phillipps <Ian.Phillipps@iname.com>
76666              Date: Fri, 16 Jun 2000 00:17:19 +0100
76667              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76668              (only the first hunk, the second hunk had already been done
76669              by some other patch)
76670              
76671              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76672              From: Tom Phoenix <rootbeer@redcat.com>
76673              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76674              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76675              
76676              Subject: [PATCH] xsub attributes
76677              From: Doug MacEachern <dougm@covalent.net>
76678              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
76679              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
76680              
76681              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
76682              From: Andy Dougherty <doughera@lafayette.edu>
76683              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
76684              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
76685              
76686              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
76687              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76688              Date: Tue, 13 Jun 2000 02:43:48 -0500
76689              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
76690              
76691              Subject: [PATCH] Re: eval documentation: context
76692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76693              Date: Mon, 12 Jun 2000 15:07:29 +0100
76694              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
76695              
76696              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
76697              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76698              Date: Mon, 12 Jun 2000 14:55:59 +0100
76699              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
76700              
76701              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
76702              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
76703              Date: Fri, 09 Jun 2000 12:39:27 -0400
76704              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
76705              (plus update the version "number" of Text::Wrap)
76706              
76707              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
76708              From: Tim Ayers <tayers@bridge.com>
76709              Date: Thu, 08 Jun 2000 08:11:06 +0200
76710              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
76711              [resent by Richard Foley, Message-Id probably wrong]
76712              
76713              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
76714              From: rspier@pobox.com (Robert Spier)
76715              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
76716              Message-ID: <14654.31913.845602.610277@rls.cx>
76717              
76718              Subject: [PATCH 5.6.0] utils/h2xs.PL
76719              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76720              Date: Wed, 7 Jun 2000 04:02:04 -0500
76721              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
76722              
76723              Subject: [PATCH 5.6.0]ITHREADs for VMS
76724              From: Dan Sugalski <dan@sidhe.org>
76725              Date: Tue, 06 Jun 2000 11:59:50 -0400
76726              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
76727      Branch: maint-5.6/perl
76728           !> (integrate 31 files)
76729 ____________________________________________________________________________
76730 [  7769] By: gsar                                  on 2000/11/20  11:29:06
76731         Log: integrate changes#6261..6266 from cfgperl
76732              
76733              Subject: Re: [PATCH cfgperl] BOMs away!
76734              From: simon@brecon.co.uk (Simon Cozens)
76735              Date: 17 Jun 2000 11:49:57 GMT
76736              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
76737              
76738              Subject: 5.6.0 Patch for EPOC
76739              From: Olaf Flebbe <o.flebbe@gmx.de>
76740              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
76741              Message-ID: <23449.960929969@www11.gmx.net>
76742              
76743              tr fixes from Simon Cozens
76744              
76745              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
76746              From: Marty Lucich <marty@netcom.com>
76747              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
76748              Message-Id: <200006282116.OAA11148@netcom.com>
76749              ccdlflags update (the BSD/OS 4.1 part had already been taken
76750              care of by #6141).
76751              
76752              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
76753              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76754              Date: Wed, 28 Jun 2000 17:50:12 -0700
76755              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
76756              
76757              Subject: [PATCH 5.6.0] cygwin port
76758              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
76759              From: "Fifer, Eric" <EFifer@sanwaint.com>
76760              Date: Thu, 29 Jun 2000 12:58:29 +0100
76761      Branch: maint-5.6/perl
76762           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
76763           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
76764           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
76765           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
76766 ____________________________________________________________________________
76767 [  7768] By: gsar                                  on 2000/11/20  11:13:44
76768         Log: integrate changes#6252..6256,6259..6260
76769              
76770              Paranoia tweak on #6249.
76771              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76772              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76773              Date: Sun, 25 Jun 2000 23:43:12 -0400
76774              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
76775              
76776              Subject: tr///, help wanted.
76777              From: simon@brecon.co.uk (Simon Cozens)
76778              Date: 28 Jun 2000 11:29:04 GMT
76779              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
76780              
76781              small thinko tweaks
76782              
76783              tweaks from Simon Conzes to further fix tr/// under utf8
76784              
76785              perlnewmod was missing from MANIFEST.
76786              
76787              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
76788              From: simon@brecon.co.uk (Simon Cozens)
76789              Date: 17 Jun 2000 11:56:44 GMT
76790              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
76791              pack U0, pack C0
76792      Branch: maint-5.6/perl
76793           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
76794           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
76795           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
76796           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
76797 ____________________________________________________________________________
76798 [  7767] By: gsar                                  on 2000/11/20  10:51:38
76799         Log: integrate change#6250 from cfgperl
76800              
76801              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
76802              From: Doug MacEachern <dougm@covalent.net>
76803              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
76804              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
76805      Branch: maint-5.6/perl
76806           +> t/op/my_stash.t
76807           !> MANIFEST embed.pl global.sym proto.h toke.c
76808 ____________________________________________________________________________
76809 [  7766] By: gsar                                  on 2000/11/20  10:48:34
76810         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
76811              
76812              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
76813              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76814              Date: Mon, 26 Jun 2000 18:40:14 +0100
76815              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
76816              
76817              Subject: [PATCH] bytes<->utf8 fixes
76818              From: simon@brecon.co.uk (Simon Cozens)
76819              Date: 26 Jun 2000 04:55:45 GMT
76820              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
76821              
76822              Subject: [PATCH] is_utf8_string
76823              From: simon@brecon.co.uk (Simon Cozens)
76824              Date: 26 Jun 2000 02:25:59 GMT
76825              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
76826              
76827              Subject: [PATCH] avoid mg_ptr in '*' magic
76828              From: Doug MacEachern <dougm@covalent.net>
76829              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
76830              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
76831              
76832              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
76833              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76834              Date: Sat, 24 Jun 2000 13:06:20 +0100
76835              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
76836              
76837              Allow for standalone testing.
76838              
76839              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
76840              From: Mark-Jason Dominus <mjd@plover.com>
76841              Date: Tue, 27 Jun 2000 22:36:42 -0400
76842              Message-ID: <20000628023642.12166.qmail@plover.com>
76843              
76844              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76845              From: Frank Tobin <ftobin@uiuc.edu>
76846              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
76847              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
76848      Branch: maint-5.6/perl
76849           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
76850           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
76851           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
76852           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
76853           !> utf8.c utils/h2xs.PL
76854 ____________________________________________________________________________
76855 [  7765] By: gsar                                  on 2000/11/20  10:29:13
76856         Log: integrate change#6239 from cfgperl
76857              
76858              Configure maintenance.  Sever some dependency cycles,
76859              separate gccversion from the cc unit,
76860              address [ID 20000623.006] Configure script patch for using gcc on AIX
76861              (but solve it a little bit differently),
76862              unduplex some accidentally duplicated units,
76863              suggest using gcc if no cc available
76864              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76865      Branch: maint-5.6/perl
76866           !> Configure Todo-5.6 config_h.SH
76867 ____________________________________________________________________________
76868 [  7764] By: gsar                                  on 2000/11/20  10:25:55
76869         Log: integrate changes#6233..6238 from cfgperl
76870              
76871              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76872              From: Mark-Jason Dominus <mjd@plover.com>
76873              Date: Fri, 16 Jun 2000 20:53:04 -0400
76874              Message-ID: <20000617005304.8008.qmail@plover.com>
76875              
76876              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76877              because when run as services (Win32ese for daemons)
76878              no environment variables are set and tmpdir ends up as /tmp,
76879              which is ambiguous.
76880              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76881              From: matt@sergeant.org
76882              Date: 16 Jun 2000 16:30:43 -0000
76883              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76884              
76885              The thread begun by
76886              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76887              From: Kevin.Ruscoe@ubsw.com
76888              Date: Fri, 16 Jun 2000 16:38:51 +0100
76889              Message-Id: <H000019b03c300d6@MHS>
76890              
76891              Tweak embed.pl, regen headers.
76892              
76893              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76894              From: Dan Sugalski <dan@sidhe.org>
76895              Date: Fri, 23 Jun 2000 17:00:00 -0400
76896              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76897      Branch: maint-5.6/perl
76898           !> (integrate 27 files)
76899 ____________________________________________________________________________
76900 [  7763] By: gsar                                  on 2000/11/20  10:08:08
76901         Log: s/perl56delta/perldelta/g
76902      Branch: maint-5.6/perl
76903            ! pod/Makefile
76904 ____________________________________________________________________________
76905 [  7762] By: gsar                                  on 2000/11/20  10:04:00
76906         Log: integrate changes#6225,6229,6231,6232 from cfgperl
76907              
76908              Add source code filenames to apidoc.
76909              From: simon@brecon.co.uk (Simon Cozens)
76910              Subject: [PATCH embed.pl] Source X-ref
76911              Date: 22 Jun 2000 02:18:49 GMT
76912              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76913              
76914              Subject: README.hpux version 0.6.1
76915              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76916              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76917              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76918              
76919              Subject: [PATCH 5.6.0] cygwin port
76920              From: "Fifer, Eric" <EFifer@sanwaint.com>
76921              Date: Tue, 20 Jun 2000 14:30:58 +0100
76922              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76923              
76924              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76925              From: simon@brecon.co.uk (Simon Cozens)
76926              Date: 19 Jun 2000 15:18:27 GMT
76927              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76928              
76929              plus update pod/Makefile and regenerate perltoc
76930      Branch: maint-5.6/perl
76931           +> pod/perlutil.pod
76932           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
76933           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
76934 ____________________________________________________________________________
76935 [  7761] By: jhi                                   on 2000/11/20  04:09:55
76936         Log: Miraculous typo.
76937      Branch: perl
76938            ! t/op/pat.t
76939 ____________________________________________________________________________
76940 [  7760] By: jhi                                   on 2000/11/20  04:06:08
76941         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
76942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76943              Date: Sun, 19 Nov 2000 22:30:26 -0500
76944              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
76945      Branch: perl
76946            ! regexec.c scope.h t/op/pat.t
76947 ____________________________________________________________________________
76948 [  7759] By: jhi                                   on 2000/11/20  02:05:22
76949         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
76950      Branch: perl
76951            ! perl.h
76952 ____________________________________________________________________________
76953 [  7758] By: jhi                                   on 2000/11/20  01:58:11
76954         Log: Subject: [perl 7711: EPOC] updates
76955              From: Olaf Flebbe <o.flebbe@gmx.de>
76956              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
76957              Message-ID: <25575.974658810@www23.gmx.net>               
76958      Branch: perl
76959            + lib/File/Spec/Epoc.pm
76960            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
76961            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
76962            ! lib/File/Spec.pm perl.c sv.c
76963 ____________________________________________________________________________
76964 [  7757] By: jhi                                   on 2000/11/20  01:53:11
76965         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
76966      Branch: perl
76967            ! MANIFEST
76968 ____________________________________________________________________________
76969 [  7756] By: jhi                                   on 2000/11/20  01:47:22
76970         Log: Integrate perlio:
76971              
76972              [  7755]
76973              Add dummy crlf layer (just as buffer)
76974              Correct 1st bug - one layer of indirection.
76975              
76976              [  7754]
76977              Work-round to Perl_deb_nocontext is no longer required
76978              
76979              [  7753]
76980              diff -se shows these as different
76981              
76982              [  7752]
76983              Configure GCC/Win32 build -Duseperlio
76984              Fix a couple of gross issues
76985              - double-include of ../deb.o in re.dll
76986              - win32sck.c needs PerlIO and FILE 
76987              
76988              [  7751]
76989              Special case :crlf and :raw in dummy PerlIO_apply_layers
76990              
76991              [  7750]
76992              Missing aTHX_
76993      Branch: perl
76994            - ext/re/hints/MSWin32.pl
76995           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
76996           !> win32/config.gc win32/config_H.gc win32/win32sck.c
76997 ____________________________________________________________________________
76998 [  7755] By: nick                                  on 2000/11/19  20:57:17
76999         Log: Add dummy crlf layer (just as buffer)
77000              Correct 1st bug - one layer of indirection.
77001      Branch: perlio
77002            ! perlio.c perlio.h perliol.h
77003 ____________________________________________________________________________
77004 [  7754] By: nick                                  on 2000/11/19  20:56:12
77005         Log: Work-round to Perl_deb_nocontext is no longer required
77006      Branch: perlio
77007            - ext/re/hints/MSWin32.pl
77008 ____________________________________________________________________________
77009 [  7753] By: nick                                  on 2000/11/19  20:01:16
77010         Log: diff -se shows these as different
77011      Branch: perlio
77012            ! global.sym pod/perlapi.pod
77013 ____________________________________________________________________________
77014 [  7752] By: nick                                  on 2000/11/19  18:57:30
77015         Log: Configure GCC/Win32 build -Duseperlio
77016              Fix a couple of gross issues
77017              - double-include of ../deb.o in re.dll
77018              - win32sck.c needs PerlIO and FILE 
77019      Branch: perlio
77020            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
77021            ! win32/win32sck.c
77022 ____________________________________________________________________________
77023 [  7751] By: nick                                  on 2000/11/19  17:05:36
77024         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
77025      Branch: perlio
77026            ! perlio.c
77027 ____________________________________________________________________________
77028 [  7750] By: nick                                  on 2000/11/19  16:57:14
77029         Log: Missing aTHX_
77030      Branch: perlio
77031            ! sv.c
77032 ____________________________________________________________________________
77033 [  7749] By: jhi                                   on 2000/11/19  16:28:40
77034         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
77035              From: "Peter J. Farley III" <pjfarley@banet.net>
77036              Date: Sun, 19 Nov 2000 01:42:58 -0500
77037              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
77038      Branch: perl
77039            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
77040 ____________________________________________________________________________
77041 [  7748] By: jhi                                   on 2000/11/19  16:08:10
77042         Log: Subject: podlators 1.05 available        
77043              From: Russ Allbery <rra@stanford.edu>   
77044              Date: 18 Nov 2000 22:04:28 -0800
77045              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
77046      Branch: perl
77047            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
77048 ____________________________________________________________________________
77049 [  7747] By: nick                                  on 2000/11/19  11:19:39
77050         Log: Integrate mainline
77051      Branch: perlio
77052           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77053           !> util.c
77054 ____________________________________________________________________________
77055 [  7746] By: jhi                                   on 2000/11/19  06:42:22
77056         Log: Make hex scanning warn on "\x{x}" and "\xx".
77057              "\x" and and hex("x") are still valid.
77058      Branch: perl
77059            ! util.c
77060 ____________________________________________________________________________
77061 [  7745] By: nick                                  on 2000/11/18  22:52:28
77062         Log: Integrate mainline
77063      Branch: perlio
77064           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
77065           !> perl.h perlio.c proto.h regcomp.c regcomp.h
77066 ____________________________________________________________________________
77067 [  7744] By: jhi                                   on 2000/11/18  22:50:28
77068         Log: Introduce Perl_utf8_length().  Use it.
77069      Branch: perl
77070            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77071 ____________________________________________________________________________
77072 [  7743] By: jhi                                   on 2000/11/18  22:38:51
77073         Log: Compiler denit.
77074      Branch: perl
77075            ! perlio.c
77076 ____________________________________________________________________________
77077 [  7742] By: jhi                                   on 2000/11/18  20:33:05
77078         Log: Integrate perlio:
77079              
77080              [  7740]
77081              Lexical use open ... support:
77082              add ->cop_io to COP structure in cop.h.
77083              Make mg.c and gv.c associate it with ${^OPEN}.
77084              Make lib/open.pm set it.
77085              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77086              manner similar to ->cop_warnings.
77087              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77088              call new PerlIO_apply_layers().
77089              Declare latter in perlio.h and define in perlio.c
77090      Branch: perl
77091           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77092           !> perlio.h pp_ctl.c pp_sys.c sv.c
77093 ____________________________________________________________________________
77094 [  7741] By: jhi                                   on 2000/11/18  20:31:27
77095         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
77096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77097              Date: Fri, 17 Nov 2000 20:35:11 -0500
77098              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
77099              
77100              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
77101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77102              Date: Fri, 17 Nov 2000 21:03:47 -0500
77103              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
77104              
77105              Plus a little bit of tweaking in pregcomp().
77106      Branch: perl
77107            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
77108 ____________________________________________________________________________
77109 [  7740] By: nick                                  on 2000/11/18  20:17:22
77110         Log: Lexical use open ... support:
77111              add ->cop_io to COP structure in cop.h.
77112              Make mg.c and gv.c associate it with ${^OPEN}.
77113              Make lib/open.pm set it.
77114              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77115              manner similar to ->cop_warnings.
77116              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77117              call new PerlIO_apply_layers().
77118              Declare latter in perlio.h and define in perlio.c
77119      Branch: perlio
77120            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77121            ! perlio.h pp_ctl.c pp_sys.c sv.c
77122 ____________________________________________________________________________
77123 [  7739] By: jhi                                   on 2000/11/18  19:54:00
77124         Log: Integrate perlio:
77125              
77126              [  7736]
77127              Basic tweaks to do_open() type parsing to allow layer/discipline
77128              part to be isolated.
77129              
77130              [  7727]
77131              Experiment on use of attributes.pm interface.
77132              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77133              SVt_PVRV if not already something better (else vivify of say magic gets
77134              core dump).
77135      Branch: perl
77136           !> doio.c perlio.c pp.c
77137 ____________________________________________________________________________
77138 [  7738] By: jhi                                   on 2000/11/18  17:16:13
77139         Log: Subject: [PATCH 5.7.0] etags broken again
77140              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77141              Date: Sat, 18 Nov 2000 02:41:36 -0500
77142              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
77143      Branch: perl
77144            ! emacs/ptags
77145 ____________________________________________________________________________
77146 [  7737] By: jhi                                   on 2000/11/18  17:12:18
77147         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
77148      Branch: perl
77149            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77150 ____________________________________________________________________________
77151 [  7736] By: nick                                  on 2000/11/18  14:06:20
77152         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
77153              part to be isolated.
77154      Branch: perlio
77155            ! doio.c perlio.c
77156 ____________________________________________________________________________
77157 [  7735] By: nick                                  on 2000/11/18  11:03:32
77158         Log: Integrate mainline
77159      Branch: perlio
77160           !> Changes README.amiga README.win32 patchlevel.h
77161           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
77162 ____________________________________________________________________________
77163 [  7734] By: jhi                                   on 2000/11/18  01:18:56
77164         Log: Update Changes.
77165      Branch: perl
77166            ! Changes patchlevel.h
77167 ____________________________________________________________________________
77168 [  7733] By: jhi                                   on 2000/11/18  00:32:54
77169         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
77170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77171              Date: Fri, 17 Nov 2000 17:28:02 -0500
77172              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77173      Branch: perl
77174            ! regcomp.c regexec.c t/op/re_tests
77175 ____________________________________________________________________________
77176 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77177         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77178      Branch: perl
77179            ! pp.c
77180 ____________________________________________________________________________
77181 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77182         Log: Explain in more detail the {} syntax ambiguousity.
77183              
77184              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77185              From: Nicholas Clark <nick@ccl4.org>
77186              Date: Fri, 17 Nov 2000 22:10:28 +0000
77187              Message-ID: <20001117221028.A88930@plum.flirble.org>
77188      Branch: perl
77189            ! pod/perlfunc.pod
77190 ____________________________________________________________________________
77191 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77192         Log: Subject: Fix for README.amiga (20000323.033)
77193              From: "Stephen P. Potter" <spp@spotter.yi.org>
77194              Date: Fri, 17 Nov 2000 12:25:51 -0500
77195              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77196      Branch: perl
77197            ! README.amiga
77198 ____________________________________________________________________________
77199 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77200         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77201              From: "A. C. Yardley" <yardley@tanet.net>
77202              Date: Mon, 3 Apr 2000 11:35:33 -0700
77203              Message-ID: <3483.000403@tanet.net>
77204      Branch: perl
77205            ! README.win32
77206 ____________________________________________________________________________
77207 [  7728] By: nick                                  on 2000/11/17  21:59:47
77208         Log: Integrate mainline
77209      Branch: perlio
77210           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77211           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77212           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77213           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77214 ____________________________________________________________________________
77215 [  7727] By: nick                                  on 2000/11/17  21:56:31
77216         Log: Experiment on use of attributes.pm interface.
77217              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77218              SVt_PVRV if not already something better (else vivify of say magic gets
77219              core dump).
77220      Branch: perlio
77221            ! perlio.c pp.c
77222 ____________________________________________________________________________
77223 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77224         Log: Subject: Fix for 20000815.006
77225              From: "Stephen P. Potter" <spp@spotter.yi.org>
77226              Date: Fri, 17 Nov 2000 08:57:45 -0500
77227              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77228              
77229              It's really 20000518.006.
77230      Branch: perl
77231            ! pod/perlmodlib.PL
77232 ____________________________________________________________________________
77233 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77234         Log: Subject: Fix for 20000409.001
77235              From: "Stephen P. Potter" <spp@spotter.yi.org>
77236              Date: Fri, 17 Nov 2000 08:55:45 -0500
77237              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77238      Branch: perl
77239            ! pod/perlfaq9.pod
77240 ____________________________________________________________________________
77241 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77242         Log: Undo #7627 now that we have =head3.
77243      Branch: perl
77244            ! pod/perlhack.pod
77245 ____________________________________________________________________________
77246 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77247         Log: As surmised the #7719 wasn't a good move.
77248      Branch: perl
77249            ! hints/solaris_2.sh
77250 ____________________________________________________________________________
77251 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77252         Log: Also the 64bitall hints can be either here or there.
77253      Branch: perl
77254            ! hints/solaris_2.sh
77255 ____________________________________________________________________________
77256 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77257         Log: Test tweak for the open pragma.
77258      Branch: perl
77259            ! t/lib/b.t
77260 ____________________________________________________________________________
77261 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77262         Log: The long double hints can be here or there.
77263      Branch: perl
77264            ! hints/solaris_2.sh
77265 ____________________________________________________________________________
77266 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77267         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77268      Branch: perl
77269            ! hints/solaris_2.sh
77270 ____________________________________________________________________________
77271 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77272         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77273              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77274              Date: Wed, 15 Nov 2000 08:56:32 +0100
77275              Message-ID: <3A1241B0.64477E00@alcatel.at>
77276      Branch: perl
77277            ! lib/Carp/Heavy.pm
77278 ____________________________________________________________________________
77279 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77280         Log: Subject: [PATCH] Re: 20001101.003 PDL
77281              From: Nicholas Clark <nick@ccl4.org>
77282              Date: Thu, 16 Nov 2000 16:48:25 +0000
77283              Message-ID: <20001116164825.B93487@plum.flirble.org>
77284      Branch: perl
77285            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
77286 ____________________________________________________________________________
77287 [  7716] By: jhi                                   on 2000/11/16  23:21:31
77288         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
77289              From: "Casey R. Tweten" <crt@kiski.net>
77290              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
77291              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
77292      Branch: perl
77293            ! lib/Pod/Checker.pm pod/perlpod.pod
77294 ____________________________________________________________________________
77295 [  7715] By: jhi                                   on 2000/11/16  23:19:40
77296         Log: Avoid an infinite loop in VMS when utils scripts are run
77297              with no arguments, from Charles Lane.
77298      Branch: perl
77299            ! configure.com
77300 ____________________________________________________________________________
77301 [  7714] By: jhi                                   on 2000/11/16  23:17:08
77302         Log: Subject: perllocale.pod changes
77303              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77304              Date: Mon, 13 Nov 2000 10:09:22 +0300
77305              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
77306      Branch: perl
77307            ! pod/perllocale.pod
77308 ____________________________________________________________________________
77309 [  7713] By: jhi                                   on 2000/11/16  23:14:06
77310         Log: Integrate perlio:
77311              
77312              [  7711]
77313              Minor tweaks:
77314              consistent way of getting 'rb', 'wb' etc. for binary opens
77315              move *perlio::layers to *open::layers
77316              a #define to show layers available
77317              DOSISH popen/PerlIO had export/import sense inverted.
77318      Branch: perl
77319           !> doio.c perlio.c perlio.h util.c
77320 ____________________________________________________________________________
77321 [  7712] By: nick                                  on 2000/11/16  21:10:58
77322         Log: Integrate mainline
77323      Branch: perlio
77324           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77325           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77326           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
77327           !> vos/config.ga.def vos/config.ga.h win32/config.bc
77328           !> win32/config.gc win32/config.vc
77329 ____________________________________________________________________________
77330 [  7711] By: nick                                  on 2000/11/16  19:56:41
77331         Log: Minor tweaks:
77332              consistent way of getting 'rb', 'wb' etc. for binary opens
77333              move *perlio::layers to *open::layers
77334              a #define to show layers available
77335              DOSISH popen/PerlIO had export/import sense inverted.
77336      Branch: perlio
77337            ! doio.c perlio.c perlio.h util.c
77338 ____________________________________________________________________________
77339 [  7710] By: jhi                                   on 2000/11/16  15:46:05
77340         Log: Add HAS_SBRK_PROTO.
77341      Branch: metaconfig/U/perl
77342            + d_sbrkproto.U
77343      Branch: perl
77344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77345            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77346            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
77347            ! vos/config.ga.def vos/config.ga.h win32/config.bc
77348            ! win32/config.gc win32/config.vc
77349 ____________________________________________________________________________
77350 [  7709] By: nick                                  on 2000/11/16  07:31:49
77351         Log: Integrate mainline
77352      Branch: perlio
77353           !> (integrate 35 files)
77354 ____________________________________________________________________________
77355 [  7708] By: jhi                                   on 2000/11/16  05:33:03
77356         Log: These files are text, not binary.
77357      Branch: perl
77358            ! ext/Encode/Encode/iso8859-10.enc
77359            ! ext/Encode/Encode/iso8859-13.enc
77360            ! ext/Encode/Encode/iso8859-14.enc
77361            ! ext/Encode/Encode/iso8859-15.enc
77362 ____________________________________________________________________________
77363 [  7707] By: jhi                                   on 2000/11/16  01:53:37
77364         Log: Update Changes.
77365      Branch: perl
77366            ! Changes patchlevel.h
77367 ____________________________________________________________________________
77368 [  7706] By: jhi                                   on 2000/11/16  01:35:59
77369         Log: More #undefing of stdio.
77370      Branch: perl
77371            ! fakesdio.h nostdio.h
77372 ____________________________________________________________________________
77373 [  7705] By: jhi                                   on 2000/11/16  01:34:18
77374         Log: Add fwalk() probe to the configuration files and regen perltoc.
77375      Branch: perl
77376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77377            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
77378            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
77379            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77380            ! win32/config.bc win32/config.gc win32/config.vc
77381 ____________________________________________________________________________
77382 [  7704] By: jhi                                   on 2000/11/16  01:33:07
77383         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
77384              an optional third argument to Inlibc?)
77385      Branch: metaconfig/U/perl
77386            + d__fwalk.U
77387 ____________________________________________________________________________
77388 [  7703] By: jhi                                   on 2000/11/16  01:09:22
77389         Log: The type of the hash_cb() size argument is tricky.
77390      Branch: perl
77391            ! ext/DB_File/DB_File.xs
77392 ____________________________________________________________________________
77393 [  7702] By: jhi                                   on 2000/11/15  23:01:16
77394         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
77395      Branch: perl
77396            ! nostdio.h
77397 ____________________________________________________________________________
77398 [  7701] By: jhi                                   on 2000/11/15  22:52:32
77399         Log: Detypo.
77400      Branch: perl
77401            ! t/lib/bigfltpm.t
77402 ____________________________________________________________________________
77403 [  7700] By: jhi                                   on 2000/11/15  22:51:56
77404         Log: UINT64_C() work continues.
77405      Branch: perl
77406            ! handy.h perl.h utf8.h
77407 ____________________________________________________________________________
77408 [  7699] By: jhi                                   on 2000/11/15  14:13:04
77409         Log: SOCKS has its own USE_THREADS, based on
77410              
77411              Subject: [ID 20001114.002] et. al. bugfix followup
77412              From: Jens Hamisch <jens@Strawberry.COM> 
77413              Date: Wed, 15 Nov 2000 14:23:11 +0100
77414              Message-ID: <20001115142311.A21164@Strawberry.COM>
77415      Branch: perl
77416            ! perl.h
77417 ____________________________________________________________________________
77418 [  7698] By: jhi                                   on 2000/11/15  03:50:56
77419         Log: Add few missing #undefs and sort them.
77420      Branch: perl
77421            ! fakesdio.h
77422 ____________________________________________________________________________
77423 [  7697] By: jhi                                   on 2000/11/15  03:39:14
77424         Log: Linenumber fix.
77425      Branch: perl
77426            ! t/pragma/warn/utf8
77427 ____________________________________________________________________________
77428 [  7696] By: jhi                                   on 2000/11/15  02:55:26
77429         Log: EBCDIC tweaks.
77430              
77431              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
77432              From: Peter Prymmer <pvhp@forte.com>
77433              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
77434              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
77435      Branch: perl
77436            ! t/op/regmesg.t t/pragma/warn/utf8
77437 ____________________________________________________________________________
77438 [  7695] By: jhi                                   on 2000/11/15  02:53:58
77439         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
77440              From: Peter Prymmer <pvhp@forte.com>
77441              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
77442              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
77443      Branch: perl
77444            ! utf8.c
77445 ____________________________________________________________________________
77446 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77447         Log: Subject: [PATCH: perl@7674] updates to README.os390
77448              From: Prymmer/Kahn <pvhp@best.com>
77449              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77450              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77451      Branch: perl
77452            ! README.os390
77453 ____________________________________________________________________________
77454 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77455         Log: Quit utf8_to_uv() instantly if curlen == 0.
77456      Branch: perl
77457            ! utf8.c
77458 ____________________________________________________________________________
77459 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77460         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77461              
77462              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77463              From: Jens Hamisch <jens@Strawberry.COM>     
77464              Date: Tue, 14 Nov 2000 19:03:55 +0100
77465              Message-Id: <20001114190355.A20559@Strawberry.COM>
77466      Branch: perl
77467            ! ext/DB_File/DB_File.xs
77468 ____________________________________________________________________________
77469 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77470         Log: Use UINT64_C().
77471              
77472              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77473              From: Jens Hamisch <jens@Strawberry.COM>
77474              Date: Tue, 14 Nov 2000 19:16:23 +0100
77475              Message-Id: <20001114191623.G20559@Strawberry.COM>
77476      Branch: perl
77477            ! utf8.c utf8.h
77478 ____________________________________________________________________________
77479 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77480         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77481              (a macro to define signed and unsigned integer constants).
77482      Branch: perl
77483            ! handy.h
77484 ____________________________________________________________________________
77485 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77486         Log: Regen Configure.
77487      Branch: perl
77488            ! Configure
77489 ____________________________________________________________________________
77490 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77491         Log: Make the unit know about SOCKS.
77492      Branch: metaconfig
77493            ! U/protos/socksizetype.U
77494 ____________________________________________________________________________
77495 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77496         Log: Remove unused dependencies.
77497      Branch: metaconfig
77498            ! U/compline/d_getpagsz.U
77499 ____________________________________________________________________________
77500 [  7686] By: nick                                  on 2000/11/14  21:25:13
77501         Log: Integrate mainline.
77502      Branch: perlio
77503           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77504           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77505           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77506           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77507           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77508           !> win32/config.bc win32/config.gc win32/config.vc
77509           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77510 ____________________________________________________________________________
77511 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77512         Log: Integrate perlio:
77513              
77514              [  7684]
77515              PerlIO #include and #ifdef re-work.
77516      Branch: perl
77517           +> fakesdio.h perliol.h
77518           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77519           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77520 ____________________________________________________________________________
77521 [  7684] By: nick                                  on 2000/11/14  17:43:04
77522         Log: PerlIO #include and #ifdef re-work.
77523      Branch: perlio
77524            + fakesdio.h perliol.h
77525            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77526            ! perlsdio.h perlsfio.h
77527 ____________________________________________________________________________
77528 [  7683] By: jhi                                   on 2000/11/14  15:42:40
77529         Log: Hoist the duplicated socket/netdb include logic to perl.h;
77530              undef SETERRNO in case SOCKS has defined it.  Based on:
77531              
77532              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
77533              From: Jens Hamisch <jens@Strawberry.COM> 
77534              Date: Tue, 14 Nov 2000 11:34:40 +0100
77535              Message-Id: <20001114113440.A20005@Strawberry.COM>
77536      Branch: perl
77537            ! doio.c perl.h pp_sys.c
77538 ____________________________________________________________________________
77539 [  7682] By: jhi                                   on 2000/11/14  14:07:28
77540         Log: Subject: some additions for makefiles for win32 (for perl@7674)
77541              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77542              Date: Tue, 14 Nov 2000 09:31:13 +0300
77543              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
77544      Branch: perl
77545            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77546            ! win32/makefile.mk
77547 ____________________________________________________________________________
77548 [  7681] By: jhi                                   on 2000/11/14  14:01:41
77549         Log: Subject: tiny typo in perl5db.pl
77550              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77551              Date: Tue, 14 Nov 2000 09:29:28 +0300
77552              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
77553      Branch: perl
77554            ! lib/perl5db.pl
77555 ____________________________________________________________________________
77556 [  7680] By: jhi                                   on 2000/11/14  04:13:50
77557         Log: Redo #7679 with LFs instead of CRLFs.
77558      Branch: perl
77559            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
77560            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
77561            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77562 ____________________________________________________________________________
77563 [  7679] By: jhi                                   on 2000/11/14  01:21:09
77564         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
77565              From: Benjamin Stuhl <tiriath@yahoo.com> 
77566              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77567              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77568      Branch: perl
77569            + win32/bin/mdelete.bat
77570            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
77571            ! makedef.pl perlio.c win32/Makefile win32/config.gc
77572            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77573 ____________________________________________________________________________
77574 [  7678] By: jhi                                   on 2000/11/14  01:19:20
77575         Log: Fix the re extension building for Win32.
77576              
77577              Subject: [PATCH perl@7638] Get PerlIO building on Win32
77578              From: Benjamin Stuhl <tiriath@yahoo.com> 
77579              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77580              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77581      Branch: perl
77582            + ext/re/hints/MSWin32.pl
77583            ! MANIFEST
77584 ____________________________________________________________________________
77585 [  7677] By: jhi                                   on 2000/11/14  01:13:54
77586         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
77587              From: sthoenna@efn.org
77588              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
77589              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
77590      Branch: perl
77591            ! doop.c pp.c toke.c utf8.c utf8.h
77592 ____________________________________________________________________________
77593 [  7676] By: jhi                                   on 2000/11/13  20:23:15
77594         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77595              From: Nicholas Clark <nick@ccl4.org>
77596              Date: Mon, 13 Nov 2000 18:55:04 +0000
77597              Message-ID: <20001113185504.J29183@plum.flirble.org>
77598      Branch: perl
77599            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
77600 ____________________________________________________________________________
77601 [  7675] By: nick                                  on 2000/11/13  20:21:57
77602         Log: Integrate mainline ...
77603      Branch: perlio
77604           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
77605           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
77606           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
77607           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
77608 ____________________________________________________________________________
77609 [  7674] By: jhi                                   on 2000/11/13  15:07:56
77610         Log: Update Changes.
77611      Branch: perl
77612            ! Changes patchlevel.h
77613 ____________________________________________________________________________
77614 [  7673] By: jhi                                   on 2000/11/13  14:42:42
77615         Log: Remove the new two tests of lib/io_xs for now, they seem to
77616              fail under perlio on some platforms.
77617      Branch: perl
77618            ! t/lib/io_xs.t
77619 ____________________________________________________________________________
77620 [  7672] By: jhi                                   on 2000/11/13  13:57:53
77621         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
77622      Branch: perl
77623            ! perlio.c
77624 ____________________________________________________________________________
77625 [  7671] By: jhi                                   on 2000/11/13  05:30:48
77626         Log: Placate nervous compilers that see longer than ints switch()ing.
77627      Branch: perl
77628            ! utf8.c
77629 ____________________________________________________________________________
77630 [  7670] By: jhi                                   on 2000/11/13  05:14:21
77631         Log: fputs() does return EOF on error but here we don't care.
77632      Branch: perl
77633            ! perlio.c
77634 ____________________________________________________________________________
77635 [  7669] By: jhi                                   on 2000/11/13  05:02:45
77636         Log: Declare reg_data like reg_substr_data.
77637      Branch: perl
77638            ! regexp.h
77639 ____________________________________________________________________________
77640 [  7668] By: jhi                                   on 2000/11/13  04:54:34
77641         Log: Typos in #7667.
77642      Branch: perl
77643            ! perl.h
77644 ____________________________________________________________________________
77645 [  7667] By: jhi                                   on 2000/11/13  04:49:49
77646         Log: Cleanup messy #ifdef.
77647      Branch: perl
77648            ! perl.h
77649 ____________________________________________________________________________
77650 [  7666] By: jhi                                   on 2000/11/13  04:17:34
77651         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77652              From: Nicholas Clark <nick@talking.bollo.cx>
77653              Date: Sun, 12 Nov 2000 21:14:11 +0000
77654              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
77655              
77656              Note: only one breakage of the two reported is fixed by this patch.
77657      Branch: perl
77658            ! perlio.c
77659 ____________________________________________________________________________
77660 [  7665] By: jhi                                   on 2000/11/13  04:05:07
77661         Log: Tweak the definition of the bit complement on UTF-8 data:
77662              if none of the characters in the string are > 0xff,
77663              the result is a complemented byte string, not a (UTF-8)
77664              char string.  Based on the summary in
77665              
77666              Subject: Re: [ID 20000918.005] ~ on wide chars
77667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
77668              Date: Fri, 10 Nov 2000 09:47:15 -0800
77669              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
77670              
77671              This should give us the maximum backward (pre-char string)
77672              compatibility and utf8 compatibility.  The other alternative
77673              would be to limit the bit complement to be always byte only,
77674              taking the least significant byte of the chars.
77675      Branch: perl
77676            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
77677 ____________________________________________________________________________
77678 [  7664] By: jhi                                   on 2000/11/13  00:23:44
77679         Log: Couple of tests from #7660 salvaged.
77680      Branch: perl
77681            - t/op/tell.t
77682            ! MANIFEST t/io/tell.t
77683 ____________________________________________________________________________
77684 [  7663] By: jhi                                   on 2000/11/13  00:02:48
77685         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
77686              From: Nicholas Clark <nick@talking.bollo.cx>
77687              Date: Sun, 12 Nov 2000 21:23:43 +0000
77688              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
77689      Branch: perl
77690            ! perlsfio.h
77691 ____________________________________________________________________________
77692 [  7662] By: jhi                                   on 2000/11/13  00:01:39
77693         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
77694              From: Nicholas Clark <nick@talking.bollo.cx>
77695              Date: Sun, 12 Nov 2000 21:30:04 +0000
77696              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
77697      Branch: perl
77698            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
77699 ____________________________________________________________________________
77700 [  7661] By: jhi                                   on 2000/11/12  23:57:29
77701         Log: Document tell() on special streams.
77702      Branch: perl
77703            ! pod/perlfunc.pod
77704 ____________________________________________________________________________
77705 [  7660] By: jhi                                   on 2000/11/12  23:54:22
77706         Log: (Subsumed by #7664)
77707      Branch: perl
77708            + t/op/tell.t
77709            ! MANIFEST
77710 ____________________________________________________________________________
77711 [  7659] By: jhi                                   on 2000/11/12  22:55:25
77712         Log: Many subdocumented return values of the IO extension now documented.
77713              ungetc and write still left subdocumented.
77714              
77715              Subject: [PATCH] (was Re: IO::Handle::ungetc)
77716              From: Nicholas Clark <nick@talking.bollo.cx>
77717              Date: Sun, 12 Nov 2000 21:35:53 +0000
77718              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
77719      Branch: perl
77720            ! ext/IO/lib/IO/Handle.pm
77721 ____________________________________________________________________________
77722 [  7658] By: jhi                                   on 2000/11/12  21:37:06
77723         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
77724              From: Nicholas Clark <nick@talking.bollo.cx>
77725              Date: Sun, 12 Nov 2000 20:03:22 +0000
77726              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
77727      Branch: perl
77728            ! pod/perlfunc.pod
77729 ____________________________________________________________________________
77730 [  7657] By: jhi                                   on 2000/11/12  20:34:55
77731         Log: Integrate perlio:
77732              
77733              [  7656]
77734              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77735      Branch: perl
77736           !> perlio.c
77737 ____________________________________________________________________________
77738 [  7656] By: nick                                  on 2000/11/12  19:25:06
77739         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77740      Branch: perlio
77741            ! perlio.c
77742 ____________________________________________________________________________
77743 [  7655] By: nick                                  on 2000/11/12  19:09:41
77744         Log: Integrate mainline
77745      Branch: perlio
77746           +> README.solaris ext/Encode/Encode/cp1006.enc
77747           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
77748           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
77749           +> ext/Encode/Encode/iso8859-13.enc
77750           +> ext/Encode/Encode/iso8859-14.enc
77751           +> ext/Encode/Encode/iso8859-15.enc
77752           !> (integrate 34 files)
77753 ____________________________________________________________________________
77754 [  7654] By: jhi                                   on 2000/11/12  19:00:22
77755         Log: Add a metaconfig unit for fsync.
77756      Branch: metaconfig/U/perl
77757            + d_fsync.U
77758 ____________________________________________________________________________
77759 [  7653] By: jhi                                   on 2000/11/12  19:00:01
77760         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
77761      Branch: perl
77762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77763            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77764            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77765            ! vos/config.ga.h win32/config.bc win32/config.gc
77766            ! win32/config.vc
77767 ____________________________________________________________________________
77768 [  7652] By: jhi                                   on 2000/11/11  21:12:01
77769         Log: Copy the s// information of README.hpux also to the perlrun.
77770      Branch: perl
77771            ! README.hpux pod/perlrun.pod
77772 ____________________________________________________________________________
77773 [  7651] By: jhi                                   on 2000/11/11  21:03:13
77774         Log: More README.solaris updates from Andy Dougherty.
77775      Branch: perl
77776            ! README.solaris
77777 ____________________________________________________________________________
77778 [  7650] By: jhi                                   on 2000/11/11  18:38:57
77779         Log: More descriptive error for unknown perlio layers.
77780              
77781              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77782              From: Dominic Dunlop <domo@computer.org> 
77783              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77784              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77785      Branch: perl
77786            ! perlio.c pod/perldiag.pod
77787 ____________________________________________________________________________
77788 [  7649] By: jhi                                   on 2000/11/11  18:37:52
77789         Log: MachTen doesn't really do mmap() and munmap().
77790              
77791              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77792              From: Dominic Dunlop <domo@computer.org> 
77793              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77794              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77795      Branch: perl
77796            ! hints/machten.sh
77797 ____________________________________________________________________________
77798 [  7648] By: jhi                                   on 2000/11/11  18:36:46
77799         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
77800              From: rspier@pobox.com (Robert Spier)
77801              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
77802              Message-ID: <14861.32839.491271.985797@rls.cx>
77803      Branch: perl
77804            ! Porting/Contract pod/perltoot.pod
77805 ____________________________________________________________________________
77806 [  7647] By: jhi                                   on 2000/11/11  18:35:30
77807         Log: Simplify the getpagesize() unit by dropping the
77808              pagesize probe since it's nowadays slightly more
77809              complicated because of sysconf(). (Note: if some
77810              platform really needs the -lPW for getpagesize,
77811              I just broke it.)
77812              
77813              TODO: a new pagesize unit.
77814      Branch: metaconfig
77815            ! U/compline/d_getpagsz.U
77816 ____________________________________________________________________________
77817 [  7646] By: jhi                                   on 2000/11/11  18:33:23
77818         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
77819      Branch: perl
77820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77821            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77822            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77823            ! vos/config.ga.h win32/config.bc win32/config.gc
77824            ! win32/config.vc
77825 ____________________________________________________________________________
77826 [  7645] By: jhi                                   on 2000/11/11  16:45:15
77827         Log: Use sysconf() or getpagesize() to find out the pagesize.
77828      Branch: perl
77829            ! perlio.c
77830 ____________________________________________________________________________
77831 [  7644] By: jhi                                   on 2000/11/11  15:46:08
77832         Log: Integrate perlio:
77833              
77834              [  7641]
77835              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77836              Also call "Buf" layer directly when unread'ing non-read chars.
77837      Branch: perl
77838           !> perlio.c
77839 ____________________________________________________________________________
77840 [  7643] By: jhi                                   on 2000/11/11  15:33:36
77841         Log: Subject: Re: [PATCH] README.solaris
77842              From: Lupe Christoph <lupe@lupe-christoph.de>
77843              Date: Sat, 11 Nov 2000 14:08:10 +0100
77844              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
77845      Branch: perl
77846            ! README.solaris
77847 ____________________________________________________________________________
77848 [  7642] By: jhi                                   on 2000/11/11  15:22:12
77849         Log: Subject: [PATCH perl@7638] cygwin port
77850              From: "Eric Fifer" <egf7@columbia.edu>            
77851              Date: Fri, 10 Nov 2000 19:30:30 -0000
77852              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
77853      Branch: perl
77854            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
77855 ____________________________________________________________________________
77856 [  7641] By: nick                                  on 2000/11/11  14:50:36
77857         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77858              Also call "Buf" layer directly when unread'ing non-read chars.
77859      Branch: perlio
77860            ! perlio.c
77861 ____________________________________________________________________________
77862 [  7640] By: jhi                                   on 2000/11/11  02:05:02
77863         Log: Add more encoding tables.
77864      Branch: perl
77865            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
77866            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
77867            + ext/Encode/Encode/iso8859-10.enc
77868            + ext/Encode/Encode/iso8859-13.enc
77869            + ext/Encode/Encode/iso8859-14.enc
77870            + ext/Encode/Encode/iso8859-15.enc
77871            ! MANIFEST
77872 ____________________________________________________________________________
77873 [  7639] By: jhi                                   on 2000/11/10  18:49:25
77874         Log: Subject: [PATCH] README.solaris
77875              From: Andy Dougherty <doughera@lafayette.edu>
77876              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
77877              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
77878      Branch: perl
77879            + README.solaris
77880            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
77881            ! pod/perl.pod pod/perltoc.pod
77882 ____________________________________________________________________________
77883 [  7638] By: jhi                                   on 2000/11/10  15:04:15
77884         Log: Update Changes.
77885      Branch: perl
77886            ! Changes patchlevel.h
77887 ____________________________________________________________________________
77888 [  7637] By: jhi                                   on 2000/11/10  14:14:28
77889         Log: Explain better why certain regex tests are skipped.
77890              
77891              Subject: Re: tests skipped: unknown reason
77892              From: Lupe Christoph <lupe@lupe-christoph.de>
77893              Date: Fri, 10 Nov 2000 09:08:56 +0100
77894              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
77895      Branch: perl
77896            ! t/op/regexp.t
77897 ____________________________________________________________________________
77898 [  7636] By: nick                                  on 2000/11/10  13:40:00
77899         Log: Integrate mainline.
77900      Branch: perlio
77901           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
77902           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
77903           !> win32/bin/search.pl
77904 ____________________________________________________________________________
77905 [  7635] By: nick                                  on 2000/11/10  13:25:52
77906         Log: Re-instate stdio large file support via perlio.
77907      Branch: perl
77908            ! perlio.c
77909 ____________________________________________________________________________
77910 [  7634] By: jhi                                   on 2000/11/10  04:49:55
77911         Log: Amdahl UTS hints updates.
77912              
77913              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
77914              From: hom00@utsglobal.com (Harold O Morris)
77915              Date: Thu, 9 Nov 2000 20:02 PST
77916              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
77917      Branch: perl
77918            ! hints/uts.sh
77919 ____________________________________________________________________________
77920 [  7633] By: jhi                                   on 2000/11/09  23:33:28
77921         Log: Subject: [PATCH] IO::Seekable pod
77922              From: Nicholas Clark <nick@talking.bollo.cx>
77923              Date: Thu, 9 Nov 2000 20:29:45 +0000
77924              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
77925      Branch: perl
77926            ! ext/IO/lib/IO/Handle.pm
77927 ____________________________________________________________________________
77928 [  7632] By: jhi                                   on 2000/11/09  21:55:41
77929         Log: Various doc oddball characters.
77930              
77931              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
77932              From: Michael Somos <somos@grail.cba.csuohio.edu>
77933              Date: Mon, 6 Nov 2000 17:44:20 -0500
77934              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
77935      Branch: perl
77936            ! emacs/cperl-mode.el lib/unicode/syllables.txt
77937            ! win32/bin/search.pl
77938 ____________________________________________________________________________
77939 [  7631] By: jhi                                   on 2000/11/09  21:12:29
77940         Log: Subject: Re: bash -c exit and linux hints 
77941              From: "John P. Linderman" <jpl@research.att.com>
77942              Date: Thu, 02 Nov 2000 09:37:25 -0500
77943              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
77944      Branch: perl
77945            ! hints/linux.sh
77946 ____________________________________________________________________________
77947 [  7630] By: nick                                  on 2000/11/09  20:34:11
77948         Log: Integrate mainline.
77949      Branch: perlio
77950           !> (integrate 91 files)
77951 ____________________________________________________________________________
77952 [  7629] By: jhi                                   on 2000/11/09  19:46:31
77953         Log: Missing dTHXs.
77954              
77955              Subject: RE: perl@7595 builds not on cygwin
77956              From: "Eric Fifer" <egf7@columbia.edu>
77957              Date: Thu, 9 Nov 2000 19:26:50 -0000
77958              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
77959      Branch: perl
77960            ! ext/Devel/Peek/Peek.xs
77961 ____________________________________________________________________________
77962 [  7628] By: jhi                                   on 2000/11/09  14:48:27
77963         Log: Disable only the tests 99 and 166 for UTF-8 locales.
77964      Branch: perl
77965            ! t/pragma/locale.t
77966 ____________________________________________________________________________
77967 [  7627] By: jhi                                   on 2000/11/09  14:40:27
77968         Log: There's no =head3.
77969      Branch: perl
77970            ! pod/perlhack.pod
77971 ____________________________________________________________________________
77972 [  7626] By: jhi                                   on 2000/11/09  13:54:26
77973         Log: The generated boot_* headers are wrong.  Pickier compiler,
77974              such as KAI C++ will refuse to compile the resulting perlmain.
77975              
77976              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
77977              From: Harri Pasanen <harri.pasanen@trema.com>
77978              Date: Thu, 09 Nov 2000 14:23:28 +0100
77979              Message-Id: <3A0AA550.26D548A3@trema.com>
77980      Branch: perl
77981            ! minimod.pl
77982 ____________________________________________________________________________
77983 [  7625] By: jhi                                   on 2000/11/09  13:50:44
77984         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
77985              From: Prymmer/Kahn <pvhp@best.com>
77986              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
77987              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
77988              
77989              All except the "cow orker" change.
77990      Branch: perl
77991            ! Porting/pumpkin.pod
77992 ____________________________________________________________________________
77993 [  7624] By: jhi                                   on 2000/11/09  13:45:33
77994         Log: Fix for
77995              
77996              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
77997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
77998              Date: Thu, 09 Nov 2000 11:05:52 +0100
77999              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
78000      Branch: perl
78001            ! pod/perldiag.pod t/pragma/warn/pp_sys
78002 ____________________________________________________________________________
78003 [  7623] By: jhi                                   on 2000/11/09  13:37:16
78004         Log: Typo in an ifndef.
78005              
78006              Subject: Re: [PATCH 5.7.0] better messages from malloc()
78007              From: Joe Smith <jms@inwap.com>         
78008              Date: Thu, 09 Nov 2000 01:33:14 -0800
78009              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
78010      Branch: perl
78011            ! malloc.c
78012 ____________________________________________________________________________
78013 [  7622] By: jhi                                   on 2000/11/09  13:31:18
78014         Log: Remove unused extra arguments.
78015      Branch: metaconfig/U/perl
78016            ! perlxv.U
78017      Branch: perl
78018            ! Configure config_h.SH
78019 ____________________________________________________________________________
78020 [  7621] By: jhi                                   on 2000/11/09  13:16:36
78021         Log: More VMS moves on environment handling, from Charles Lane.
78022      Branch: perl
78023            ! t/pragma/locale.t
78024 ____________________________________________________________________________
78025 [  7620] By: jhi                                   on 2000/11/09  04:42:38
78026         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78027              From: David Dyck <dcd@tc.fluke.com>
78028              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
78029              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
78030      Branch: perl
78031            ! pp_sys.c
78032 ____________________________________________________________________________
78033 [  7619] By: jhi                                   on 2000/11/09  04:36:21
78034         Log: Forgot from #7618.
78035      Branch: perl
78036            ! lib/File/stat.pm
78037 ____________________________________________________________________________
78038 [  7618] By: jhi                                   on 2000/11/09  04:28:44
78039         Log: Make deleting for %ENV work for (newer versions of) VMS,
78040              from Craig A. Berry.
78041      Branch: perl
78042            ! vms/vms.c
78043 ____________________________________________________________________________
78044 [  7617] By: jhi                                   on 2000/11/09  04:25:05
78045         Log: Subject: [PATCH] Class::Struct at compile time
78046              From: "Casey R. Tweten" <crt@kiski.net>
78047              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
78048              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
78049      Branch: perl
78050            ! lib/Class/Struct.pm
78051 ____________________________________________________________________________
78052 [  7616] By: jhi                                   on 2000/11/09  04:15:17
78053         Log: Subject: [ID 20001108.013] spelling
78054              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
78055              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
78056              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
78057      Branch: perl
78058            ! lib/ftp.pl
78059 ____________________________________________________________________________
78060 [  7615] By: jhi                                   on 2000/11/09  04:12:42
78061         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
78062              From: Peter Prymmer <pvhp@forte.com>
78063              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
78064              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
78065      Branch: perl
78066            ! configure.com
78067 ____________________________________________________________________________
78068 [  7614] By: jhi                                   on 2000/11/08  22:42:55
78069         Log: A missing aTHX_.
78070      Branch: perl
78071            ! ext/IPC/SysV/SysV.xs
78072 ____________________________________________________________________________
78073 [  7613] By: jhi                                   on 2000/11/08  19:30:21
78074         Log: Update Changes.
78075      Branch: perl
78076            ! Changes patchlevel.h
78077 ____________________________________________________________________________
78078 [  7612] By: jhi                                   on 2000/11/08  18:35:25
78079         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78080              From: David Dyck <dcd@tc.fluke.com>
78081              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
78082              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
78083      Branch: perl
78084            ! pp_sys.c
78085 ____________________________________________________________________________
78086 [  7611] By: jhi                                   on 2000/11/08  18:30:26
78087         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
78088              From: Dominic Dunlop <domo@computer.org>
78089              Date: Tue, 7 Nov 2000 12:05:25 +0100
78090              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
78091      Branch: perl
78092            ! malloc.c
78093 ____________________________________________________________________________
78094 [  7610] By: jhi                                   on 2000/11/08  18:25:14
78095         Log: Do not test UTF-8 locales since that the tests would require
78096              polymorphic regexen.
78097      Branch: perl
78098            ! t/pragma/locale.t
78099 ____________________________________________________________________________
78100 [  7609] By: jhi                                   on 2000/11/08  17:12:51
78101         Log: Locale buglets.
78102              
78103              Subject: RE: Locales support (setlocale) fixes
78104              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78105              Date: Wed, 8 Nov 2000 20:01:39 +0300
78106              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
78107      Branch: perl
78108            ! t/pragma/locale.t util.c
78109 ____________________________________________________________________________
78110 [  7608] By: jhi                                   on 2000/11/08  17:00:16
78111         Log: Deleting $ENV{PATH} in VMS is not recommendable.
78112      Branch: perl
78113            ! t/pragma/locale.t
78114 ____________________________________________________________________________
78115 [  7607] By: jhi                                   on 2000/11/08  16:58:26
78116         Log: Subject: PATCH std stdio for (Free)BSD
78117              From: Nicholas Clark <nick@ccl4.org>
78118              Date: Wed, 8 Nov 2000 15:36:29 +0000
78119              Message-ID: <20001108153629.D98736@plum.flirble.org>
78120      Branch: metaconfig
78121            ! U/compline/d_stdstdio.U
78122      Branch: perl
78123            ! Configure config_h.SH
78124 ____________________________________________________________________________
78125 [  7606] By: jhi                                   on 2000/11/08  16:43:31
78126         Log: Forgot to bump the line numbers in #7601.
78127      Branch: perl
78128            ! t/pragma/warn/pp_sys
78129 ____________________________________________________________________________
78130 [  7605] By: jhi                                   on 2000/11/08  16:39:12
78131         Log: More careful detection of how well NVs and UVs mix.
78132              
78133              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))
78134              From: Nicholas Clark <nick@ccl4.org>
78135              Date: Wed, 8 Nov 2000 15:14:12 +0000
78136              Message-ID: <20001108151412.B98736@plum.flirble.org>
78137              
78138              Added some SIGFPE paranoia.
78139      Branch: metaconfig/U/perl
78140            ! perlxv.U
78141      Branch: perl
78142            ! Configure config_h.SH
78143 ____________________________________________________________________________
78144 [  7604] By: jhi                                   on 2000/11/08  14:39:10
78145         Log: Subject: [patch perl@7595] VMS configure.com tweak
78146              From: "Craig A. Berry" <craigberry@mac.com>
78147              Date: Wed, 8 Nov 2000 00:24:12 -0600
78148              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
78149      Branch: perl
78150            ! configure.com
78151 ____________________________________________________________________________
78152 [  7603] By: jhi                                   on 2000/11/08  14:27:11
78153         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
78154              From: Robin Barker <rmb1@cise.npl.co.uk>
78155              Date: Wed, 8 Nov 2000 11:11:39 GMT
78156              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
78157      Branch: perl
78158            ! perlio.c
78159 ____________________________________________________________________________
78160 [  7602] By: jhi                                   on 2000/11/08  14:25:03
78161         Log: Fix for the tie-refhash string table leaks.
78162              
78163              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
78164              Date: Wed, 8 Nov 2000 13:03:04 GMT
78165              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
78166      Branch: perl
78167            ! t/lib/tie-refhash.t
78168 ____________________________________________________________________________
78169 [  7601] By: jhi                                   on 2000/11/08  14:21:08
78170         Log: Try to avoid flockless and emulationless places.
78171      Branch: perl
78172            ! t/pragma/warn/pp_sys
78173 ____________________________________________________________________________
78174 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78175         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78176              
78177              Subject: [PATCH] prototyped functions that should be overrideable
78178              From: "Casey R. Tweten" <crt@kiski.net>
78179              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78180              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78181      Branch: perl
78182            ! toke.c
78183 ____________________________________________________________________________
78184 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78185         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78186              
78187              Subject: [PATCH] perlbug.PL
78188              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78189              Date: Mon, 6 Nov 2000 21:39:01 -0500
78190              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78191      Branch: perl
78192            ! utils/perlbug.PL
78193 ____________________________________________________________________________
78194 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78195         Log: Bad thinko in #7581 (I used the test program with the expanded
78196              values as-is).
78197      Branch: metaconfig
78198            ! U/compline/d_stdstdio.U
78199      Branch: perl
78200            ! Configure
78201 ____________________________________________________________________________
78202 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78203         Log: Subject: [PATCH perl@7573] cygwin port
78204              From: "Fifer, Eric" <EFifer@sanwaint.com>
78205              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78206              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78207              
78208              Synchronize with Cygwin 1.1.5.
78209      Branch: perl
78210            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78211            ! pod/perlport.pod unixish.h util.c
78212 ____________________________________________________________________________
78213 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78214         Log: perlhack updates from H.Merijn Brand.
78215      Branch: perl
78216            ! pod/perlhack.pod
78217 ____________________________________________________________________________
78218 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78219         Log: Update Changes.
78220      Branch: perl
78221            ! Changes patchlevel.h
78222 ____________________________________________________________________________
78223 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78224         Log: Be more robust in Dynaloader.pm.
78225      Branch: perl
78226            ! ext/DynaLoader/DynaLoader_pm.PL
78227 ____________________________________________________________________________
78228 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78229         Log: AUTHORS update.
78230      Branch: perl
78231            ! AUTHORS
78232 ____________________________________________________________________________
78233 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78234         Log: normalize relative paths in virtualized current directory on windows,
78235              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78236              returns)
78237      Branch: perl
78238            ! win32/vdir.h
78239 ____________________________________________________________________________
78240 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78241         Log: Too profiler-happy: with optimization the #7590 actually makes
78242              the test to run 0.5% _slower_.  Requires much more instrumentation.
78243              Retract #7590.
78244      Branch: perl
78245            ! regcomp.c regcomp.h
78246 ____________________________________________________________________________
78247 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78248         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78249              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78250              by using memset() and testing bytewise (as opposed to bitwise).
78251      Branch: perl
78252            ! regcomp.c regcomp.h
78253 ____________________________________________________________________________
78254 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78255         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78256              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78257              Date: Mon, 06 Nov 2000 23:45:30 -0500
78258              Message-Id: <0011079735.AA973576259@univpress.com>
78259      Branch: perl
78260            ! configure.com t/lib/st-lock.t
78261 ____________________________________________________________________________
78262 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78263         Log: Tweak #7587.
78264      Branch: perl
78265            ! pod/perldiag.pod
78266 ____________________________________________________________________________
78267 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78268         Log: A doc addition for bug id 20001105.019, beware \p.
78269      Branch: perl
78270            ! pod/perldiag.pod
78271 ____________________________________________________________________________
78272 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78273         Log: Fake support of holey files in win/dosish platforms.
78274              
78275              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78276              From: kipp@shonanblue.ne.jp
78277              Date: Mon, 6 Nov 2000 13:30:55 -0800
78278              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78279      Branch: perl
78280            ! ext/SDBM_File/sdbm/sdbm.c
78281 ____________________________________________________________________________
78282 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78283         Log: Subject: Pod updates
78284              From: "Stephen P. Potter" <spp@spotter.yi.org>
78285              Date: Mon, 06 Nov 2000 18:56:43 -0500
78286              Message-Id: <200011062357.SAA18173@spotter.yi.org>
78287      Branch: perl
78288            ! README.dos README.os2 README.win32 pod/buildtoc.PL
78289            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
78290            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
78291            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
78292            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
78293            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
78294            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
78295            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
78296            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
78297            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
78298            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
78299            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
78300            ! pod/perltootc.pod pod/perlunicode.pod
78301 ____________________________________________________________________________
78302 [  7584] By: jhi                                   on 2000/11/07  00:04:17
78303         Log: Varargs don't always work too well if one puts an unsigned
78304              char on the stack and pop an unsigned quad off the stack.
78305              
78306              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
78307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
78308              Date: Mon, 06 Nov 2000 15:19:05 -0800
78309              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
78310      Branch: perl
78311            ! utf8.c
78312 ____________________________________________________________________________
78313 [  7583] By: jhi                                   on 2000/11/06  23:58:48
78314         Log: %ENV note tweaks from Dan Sugalski.
78315      Branch: perl
78316            ! pod/perlport.pod vms/perlvms.pod
78317 ____________________________________________________________________________
78318 [  7582] By: jhi                                   on 2000/11/06  23:05:49
78319         Log: glibc5 detection by __GNU_LIBRARY__.
78320      Branch: perl
78321            ! toke.c
78322 ____________________________________________________________________________
78323 [  7581] By: jhi                                   on 2000/11/06  22:51:29
78324         Log: Make the stdio test program of 7427 less noisy while being 
78325              compiled so that Digital UNIX wouldn't get both
78326              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
78327              undefined.  This makes perlio happy.
78328      Branch: metaconfig
78329            ! U/compline/d_stdstdio.U
78330      Branch: perl
78331            ! Configure config_h.SH
78332 ____________________________________________________________________________
78333 [  7580] By: jhi                                   on 2000/11/06  22:41:41
78334         Log: Document %ENV = () portability issues.
78335      Branch: perl
78336            ! pod/perlport.pod vms/perlvms.pod
78337 ____________________________________________________________________________
78338 [  7579] By: jhi                                   on 2000/11/06  21:29:24
78339         Log: VOS updates from Paul Green.
78340      Branch: perl
78341            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78342 ____________________________________________________________________________
78343 [  7578] By: jhi                                   on 2000/11/06  21:00:40
78344         Log: Sanitize the environment further.
78345      Branch: perl
78346            ! t/pragma/locale.t
78347 ____________________________________________________________________________
78348 [  7577] By: jhi                                   on 2000/11/06  20:53:51
78349         Log: Re-introduce 7552 lost in integration.
78350      Branch: perl
78351            ! perlio.c
78352 ____________________________________________________________________________
78353 [  7576] By: jhi                                   on 2000/11/06  20:33:46
78354         Log: Admit that the test leaks scalars.
78355      Branch: perl
78356            ! t/comp/proto.t
78357 ____________________________________________________________________________
78358 [  7575] By: jhi                                   on 2000/11/06  20:17:08
78359         Log: Integrate perlio:
78360              
78361              [  7574]
78362              Remove debug. Try (Mmap_t) on madvise() call.
78363      Branch: perl
78364           !> perlio.c
78365 ____________________________________________________________________________
78366 [  7574] By: nick                                  on 2000/11/06  20:07:28
78367         Log: Remove debug. Try (Mmap_t) on madvise() call.
78368      Branch: perlio
78369            ! perlio.c
78370 ____________________________________________________________________________
78371 [  7573] By: jhi                                   on 2000/11/06  13:56:05
78372         Log: Update Changes.
78373      Branch: perl
78374            ! Changes patchlevel.h
78375 ____________________________________________________________________________
78376 [  7572] By: jhi                                   on 2000/11/06  13:48:41
78377         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
78378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78379              Date: Mon, 06 Nov 2000 10:11:42 +0100
78380              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
78381      Branch: perl
78382            ! pod/perlhack.pod
78383 ____________________________________________________________________________
78384 [  7571] By: jhi                                   on 2000/11/06  01:45:51
78385         Log: AUTHORS updates.
78386      Branch: perl
78387            ! AUTHORS
78388 ____________________________________________________________________________
78389 [  7570] By: jhi                                   on 2000/11/06  00:18:00
78390         Log: Fix for
78391              
78392              Subject: [ID 20000728.005] perl -P broken
78393              From: David Dyck <dcd@tc.fluke.com>
78394              Date: Fri, 28 Jul 2000 17:19:16 -0700
78395              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
78396              
78397              (hopefully).  The fix is also not complete, it seems to break
78398              BOM swallowing for libc5 systems, but until someone figures
78399              out a way to do this without ftell(), this will do.
78400      Branch: perl
78401            ! toke.c
78402 ____________________________________________________________________________
78403 [  7569] By: jhi                                   on 2000/11/06  00:05:30
78404         Log: Document that the evaled syntax errors cause scalar leaks.
78405      Branch: perl
78406            ! t/comp/proto.t
78407 ____________________________________________________________________________
78408 [  7568] By: jhi                                   on 2000/11/05  23:14:47
78409         Log: opmini.o can linger from Configures past.
78410      Branch: perl
78411            ! Makefile.SH
78412 ____________________________________________________________________________
78413 [  7567] By: jhi                                   on 2000/11/05  21:28:39
78414         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
78415              first argument correctly.
78416      Branch: perl
78417            ! perlio.c
78418 ____________________________________________________________________________
78419 [  7566] By: jhi                                   on 2000/11/05  21:15:56
78420         Log: Integrate perlio:
78421              
78422              [  7564]
78423              Added a mmap layer as a "subclass" of perlio.
78424              PERLIO=mmap ./perl harness passes
78425      Branch: perl
78426           !> perlio.c
78427 ____________________________________________________________________________
78428 [  7565] By: jhi                                   on 2000/11/05  21:15:13
78429         Log: Use -dM for gcc (the suggested patch did it only for Linux,
78430              but I think it can be generalized).
78431              
78432              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
78433              From: Pixel <pixel@mandrakesoft.com>
78434              Date: 05 Nov 2000 21:49:34 +0100 
78435              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
78436      Branch: perl
78437            ! ext/Errno/Errno_pm.PL
78438 ____________________________________________________________________________
78439 [  7564] By: nick                                  on 2000/11/05  21:09:18
78440         Log: Added a mmap layer as a "subclass" of perlio.
78441              PERLIO=mmap ./perl harness passes
78442      Branch: perlio
78443            ! perlio.c
78444 ____________________________________________________________________________
78445 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78446         Log: Add a note for future generations about bug id 20000229.006.
78447      Branch: perl
78448            ! malloc.c
78449 ____________________________________________________________________________
78450 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78451         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78452      Branch: perl
78453            ! pp_ctl.c t/op/pos.t
78454 ____________________________________________________________________________
78455 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78456         Log: Add =pod to be tidy.
78457      Branch: perl
78458            ! lib/Math/Complex.pm
78459 ____________________________________________________________________________
78460 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78461         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78462      Branch: perl
78463            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78464            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78465 ____________________________________________________________________________
78466 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78467         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78468              From: "Peter J. Farley III" <pjfarley@banet.net>
78469              Date: Sun, 05 Nov 2000 11:55:59 -0500
78470              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78471      Branch: perl
78472            ! t/lib/syslog.t
78473 ____________________________________________________________________________
78474 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78475         Log: Integrate perlio:
78476              
78477              [  7555]
78478              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78479              open RDWR so does not fail. (pragma/warnings 303 again...)
78480              
78481              [  7554]
78482              Fix case where ungetc(f,EOF) was allowed.
78483              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78484              so we can see similarities.
78485              Use types more carefully and a STDCHAR array in hope that this will
78486              fix Jarkko's 64bit machine.
78487      Branch: perl
78488           !> perlio.c
78489 ____________________________________________________________________________
78490 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78491         Log: A fix of sorts for 20000329.026, a better error message
78492              for a missing "use charnames" when using the \N{...}. 
78493      Branch: perl
78494            ! pod/perldiag.pod toke.c
78495 ____________________________________________________________________________
78496 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78497         Log: Test tweak: show also the failed locales.
78498              
78499              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78500              From: Lupe Christoph <lupe@lupe-christoph.de>         
78501              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78502              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78503      Branch: perl
78504            ! t/pragma/locale.t
78505 ____________________________________________________________________________
78506 [  7555] By: nick                                  on 2000/11/05  11:09:34
78507         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78508              open RDWR so does not fail. (pragma/warnings 303 again...)
78509      Branch: perlio
78510            ! perlio.c
78511 ____________________________________________________________________________
78512 [  7554] By: nick                                  on 2000/11/05  10:10:13
78513         Log: Fix case where ungetc(f,EOF) was allowed.
78514              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78515              so we can see similarities.
78516              Use types more carefully and a STDCHAR array in hope that this will
78517              fix Jarkko's 64bit machine.
78518      Branch: perlio
78519            ! perlio.c
78520 ____________________________________________________________________________
78521 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78522         Log: Fix for
78523              
78524              Subject: [ID 20001004.007] taint propogation is inconsistent
78525              From: pimlott@idiomtech.com (Andrew Pimlott) 
78526              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
78527              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
78528              
78529              The culprit was sv_setsv() which was rather blindly
78530              propagating taint, which lead to behaviour where if
78531              a tainted anon hash value was seen all the hash values
78532              from then on at that level became tainted, or at any
78533              upper levels in the case of nested anon hashes.
78534      Branch: perl
78535            ! sv.c t/op/taint.t
78536 ____________________________________________________________________________
78537 [  7552] By: jhi                                   on 2000/11/04  23:44:18
78538         Log: Some cpps don't like splitting conditionals across several lines.
78539      Branch: perl
78540            ! perlio.c
78541 ____________________________________________________________________________
78542 [  7551] By: nick                                  on 2000/11/04  23:40:44
78543         Log: Integrate mainline
78544      Branch: perlio
78545           !> pp_hot.c t/op/taint.t
78546 ____________________________________________________________________________
78547 [  7550] By: nick                                  on 2000/11/04  23:39:05
78548         Log: Integrate mainline again
78549      Branch: perlio
78550           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
78551           !> t/lib/b.t t/op/misc.t util.c
78552 ____________________________________________________________________________
78553 [  7549] By: jhi                                   on 2000/11/04  23:14:01
78554         Log: Fix for
78555              
78556              Subject: [ID 20001004.006] undef is never tainted
78557              From: pimlott@idiomtech.com (Andrew Pimlott)
78558              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
78559              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
78560              
78561              An undef read from a slurped file was not tainted.
78562      Branch: perl
78563            ! pp_hot.c t/op/taint.t
78564 ____________________________________________________________________________
78565 [  7548] By: jhi                                   on 2000/11/04  22:56:21
78566         Log: Test tweak ($Config{useperlio} is by default undef) .
78567      Branch: perl
78568            ! t/lib/b.t
78569 ____________________________________________________________________________
78570 [  7547] By: jhi                                   on 2000/11/04  22:43:56
78571         Log: Integrate perlio:
78572              
78573              [  7539]
78574              PerlIO infrastructure complete.
78575              
78576              [  7538]
78577              Type tweaks + less contorted allocation scheme
78578              
78579              [  7537]
78580              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78581              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78582              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78583              sensible) which lead to some interesting fails.
78584              
78585              [  7535]
78586              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78587              - Works on Linux with
78588              perlio + unix
78589              stdio
78590              - Works on Solaris with
78591              perlio + unix
78592              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78593              - Fails (hangs in openpid) if you try and stack
78594              perlio + stdio - Linux stdio's read() logic is hanging.
78595              
78596              [  7492]
78597              Change files which are mysteriously different to mainline to be
78598              copies of mainline.
78599              
78600              [  7491]
78601              Perlio fixes discovered on big-endian & very traditional Solaris:
78602              - typo in endian code in putc.
78603              - Don't allow read of write-only files and vice-versa
78604              - and off-by-one in flush-all loop.
78605              Remove debug calls as they were using GCC specific features.
78606              
78607              [  7484]
78608              PerlIO passes all tests.
78609              
78610              [  7482]
78611              Include <unistd.h> to get correct lseek() prototype etc.
78612              (I thought perl.h did that) - down to two fails
78613              - comp/require.t (last test)
78614              - lib/io_xs.t - possibly import/export of FILE * ?
78615              
78616              [  7480]
78617              Fixed two bugs:
78618              - error code not being set on close (of broken pipe)
78619              - append mode was truncating.
78620              At least one seek/tell bug remains.
78621              
78622              [  7479]
78623              Prototype (stdio-like) PerlIO passing basic tests. Checked in
78624              in case of accidents. Still several worrying fails, no line disciplines yet.
78625      Branch: perl
78626           +> lib/perlio.pm
78627           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
78628           !> pod/perlapi.pod t/lib/b.t
78629 ____________________________________________________________________________
78630 [  7546] By: jhi                                   on 2000/11/04  22:40:59
78631         Log: Configure would use a bad $myuname from an old config.sh.
78632              
78633              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
78634              From: Andy Dougherty <doughera@lafayette.edu>
78635              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
78636              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
78637      Branch: metaconfig
78638            ! U/modified/Oldconfig.U
78639      Branch: perl
78640            ! Configure config_h.SH
78641 ____________________________________________________________________________
78642 [  7545] By: jhi                                   on 2000/11/04  22:36:54
78643         Log: Subject: Locales support (setlocale) fixes
78644              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78645              Date: Sat, 4 Nov 2000 10:15:48 +0300 
78646              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
78647              
78648              Modified quite a bit to be more portable.
78649      Branch: perl
78650            ! embed.h embed.pl perl.h proto.h util.c
78651 ____________________________________________________________________________
78652 [  7544] By: jhi                                   on 2000/11/04  22:32:47
78653         Log: Dying is too strict here, better just skip.
78654      Branch: perl
78655            ! t/op/misc.t
78656 ____________________________________________________________________________
78657 [  7543] By: nick                                  on 2000/11/04  21:55:13
78658         Log: Merge mainline
78659      Branch: perlio
78660           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78661           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
78662           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
78663           !> (integrate 64 files)
78664 ____________________________________________________________________________
78665 [  7542] By: jhi                                   on 2000/11/04  21:09:28
78666         Log: More Changes tweakery.
78667      Branch: perl
78668            ! Changes Porting/genlog
78669 ____________________________________________________________________________
78670 [  7541] By: jhi                                   on 2000/11/04  20:58:18
78671         Log: Changes fixups.
78672      Branch: perl
78673            ! Changes
78674 ____________________________________________________________________________
78675 [  7540] By: jhi                                   on 2000/11/04  20:42:38
78676         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
78677              create a "fast path" for locale name probing using "locale -a"
78678              if available, squash finally hopefully the s?printf resetting
78679              the numeric locale (since, IIUC perllocale, it never shouldn't). 
78680      Branch: perl
78681            ! sv.c t/op/misc.t t/pragma/locale.t
78682 ____________________________________________________________________________
78683 [  7539] By: nick                                  on 2000/11/04  19:56:10
78684         Log: PerlIO infrastructure complete.
78685      Branch: perlio
78686            + lib/perlio.pm
78687            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
78688 ____________________________________________________________________________
78689 [  7538] By: nick                                  on 2000/11/04  14:31:32
78690         Log: Type tweaks + less contorted allocation scheme
78691      Branch: perlio
78692            ! perlio.c
78693 ____________________________________________________________________________
78694 [  7537] By: nick                                  on 2000/11/04  12:40:42
78695         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78696              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78697              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78698              sensible) which lead to some interesting fails.
78699      Branch: perlio
78700            ! perlio.c
78701 ____________________________________________________________________________
78702 [  7536] By: jhi                                   on 2000/11/04  00:20:02
78703         Log: Add FCNTL_CAN_LOCK.
78704              
78705              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78706              From: Andy Dougherty <doughera@lafayette.edu>
78707              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
78708              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
78709              
78710              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78711              From: Andy Dougherty <doughera@lafayette.edu>
78712              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
78713              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
78714      Branch: metaconfig/U/perl
78715            + d_fcntl_can_lock.U
78716            ! startperl.U
78717      Branch: perl
78718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78719            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
78720            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78721            ! vos/config.ga.h win32/config.bc win32/config.gc
78722            ! win32/config.vc
78723 ____________________________________________________________________________
78724 [  7535] By: nick                                  on 2000/11/03  22:19:10
78725         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78726              - Works on Linux with
78727              perlio + unix
78728              stdio
78729              - Works on Solaris with
78730              perlio + unix
78731              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78732              - Fails (hangs in openpid) if you try and stack
78733              perlio + stdio - Linux stdio's read() logic is hanging.
78734      Branch: perlio
78735            ! iperlsys.h perlio.c
78736 ____________________________________________________________________________
78737 [  7534] By: jhi                                   on 2000/11/03  15:16:02
78738         Log: Subject: Re: README.aix
78739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78740              Date: Fri, 03 Nov 2000 16:03:15 +0100
78741              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
78742      Branch: perl
78743            ! README.aix
78744 ____________________________________________________________________________
78745 [  7533] By: jhi                                   on 2000/11/03  03:59:02
78746         Log: Subject: [PATCH 5.7.0] better messages from malloc()
78747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78748              Date: Wed, 1 Nov 2000 23:39:56 -0500
78749              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
78750      Branch: perl
78751            ! malloc.c pod/perldiag.pod
78752 ____________________________________________________________________________
78753 [  7532] By: jhi                                   on 2000/11/03  00:11:56
78754         Log: The #7521 touched things it shouldn't have.
78755      Branch: perl
78756            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78757 ____________________________________________________________________________
78758 [  7531] By: jhi                                   on 2000/11/02  22:32:33
78759         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
78760              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78761              Date:     Thu, 2 Nov 2000 16:58:36 EST
78762              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
78763      Branch: perl
78764            ! vms/gen_shrfls.pl
78765 ____________________________________________________________________________
78766 [  7530] By: jhi                                   on 2000/11/02  22:08:49
78767         Log: Fix the problem discussed in
78768              
78769              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
78770              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
78771              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
78772              
78773              originally from Linc Madison.  Also Andreas König's comments
78774              taken into account.  Some other problems with Tie::SubstrHash
78775              fixed: didn't croak when the table exceeded the requested number
78776              of entries (as documented) but instead when the number of entries
78777              exceeded the size of the table, a croak() had an unnecessary \n,
78778              didn't have a CLEAR method, documented that there is no exists().
78779              Didn't fix to be strict-proof because the module uses &foo; and
78780              dynamic scope.  Added a test script exercizing both first tamely 
78781              the basic functionality, and then the failure cases reported by
78782              Linc Madison.
78783      Branch: perl
78784            + t/lib/tie-substrhash.t
78785            ! MANIFEST lib/Tie/SubstrHash.pm
78786 ____________________________________________________________________________
78787 [  7529] By: jhi                                   on 2000/11/02  17:58:08
78788         Log: recv() can fail and return undef.
78789              
78790              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
78791              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
78792              Date: Thu, 2 Nov 2000 20:12:20 +0300
78793              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
78794      Branch: perl
78795            ! lib/Net/Ping.pm
78796 ____________________________________________________________________________
78797 [  7528] By: jhi                                   on 2000/11/02  17:49:09
78798         Log: Detpyo.
78799      Branch: perl
78800            ! pod/perlop.pod
78801 ____________________________________________________________________________
78802 [  7527] By: jhi                                   on 2000/11/02  15:48:37
78803         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
78804              fix a autovivification bug in Tie::RefHash, add tests for both.
78805              
78806              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
78807              From: Edward Avis <epa98@doc.ic.ac.uk>
78808              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
78809              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
78810      Branch: perl
78811            + t/lib/tie-refhash.t
78812            ! MANIFEST lib/Tie/RefHash.pm
78813 ____________________________________________________________________________
78814 [  7526] By: jhi                                   on 2000/11/02  13:56:26
78815         Log: Test::Harness revealed buglets in the new DynaLoader.
78816              
78817              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
78818              From: andreas.koenig@anima.de (Andreas J. Koenig)
78819              Date: 02 Nov 2000 11:26:48 +0100 
78820              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
78821      Branch: perl
78822            ! ext/DynaLoader/DynaLoader_pm.PL
78823 ____________________________________________________________________________
78824 [  7525] By: jhi                                   on 2000/11/01  23:52:08
78825         Log: The entry for #7503 was missing.
78826      Branch: perl
78827            ! Changes
78828 ____________________________________________________________________________
78829 [  7524] By: jhi                                   on 2000/11/01  23:40:52
78830         Log: Update Changes.
78831      Branch: perl
78832            ! Changes patchlevel.h
78833 ____________________________________________________________________________
78834 [  7523] By: jhi                                   on 2000/11/01  22:57:09
78835         Log: More tweaking on the #7522 theme.
78836      Branch: perl
78837            ! ext/DynaLoader/DynaLoader_pm.PL
78838 ____________________________________________________________________________
78839 [  7522] By: jhi                                   on 2000/11/01  22:06:15
78840         Log: Expand %Config variables and %ENV variables only if
78841              so requested during build time using the
78842              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
78843              Not expanding makes relocating distributions easier.
78844      Branch: perl
78845            ! ext/DynaLoader/DynaLoader_pm.PL
78846 ____________________________________________________________________________
78847 [  7521] By: jhi                                   on 2000/11/01  20:56:34
78848         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
78849              and setgid() because they were just changing $< and $( which means
78850              only changing the real uid/gid, as opposed to changing both
78851              real and effective ids.  (The alternative way could have been
78852              in POSIX.pm to change $> and $), too, but making a direct call
78853              to the C API feels cleaner.)  Fixes the bug
78854              
78855              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
78856              From: "Garry T. Williams" <garry@zvolve.com>
78857              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
78858              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
78859      Branch: perl
78860            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78861            ! ext/POSIX/typemap pod/perlvar.pod
78862 ____________________________________________________________________________
78863 [  7520] By: jhi                                   on 2000/11/01  20:08:33
78864         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
78865              From: "Garry T. Williams" <garry@zvolve.com>
78866              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
78867              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
78868      Branch: perl
78869            ! pod/perlsec.pod
78870 ____________________________________________________________________________
78871 [  7519] By: jhi                                   on 2000/11/01  20:01:22
78872         Log: Locale warning explanation tweak.
78873      Branch: perl
78874            ! pod/perldiag.pod
78875 ____________________________________________________________________________
78876 [  7518] By: jhi                                   on 2000/11/01  18:57:13
78877         Log: C.pm part of
78878              
78879              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
78880              From: Jarkko Hietaniemi <jhi@iki.fi>
78881              Date: Tue, 10 Oct 2000 08:22:28 -0500
78882              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
78883      Branch: perl
78884            ! ext/B/B/C.pm
78885 ____________________________________________________________________________
78886 [  7517] By: jhi                                   on 2000/11/01  18:41:59
78887         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
78888              From: Martien Verbruggen <mgjv@comdyn.com.au>
78889              Date: Fri, 6 Oct 2000 14:09:10 +1100
78890              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
78891      Branch: perl
78892            ! pod/perlop.pod
78893 ____________________________________________________________________________
78894 [  7516] By: jhi                                   on 2000/11/01  18:34:55
78895         Log: Generalize the Camel wording.
78896              
78897              Subject: Re: perlfaq style changes
78898              From: John Borwick <jhborwic@unity.ncsu.edu>
78899              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
78900              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
78901      Branch: perl
78902            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
78903 ____________________________________________________________________________
78904 [  7515] By: jhi                                   on 2000/11/01  16:52:31
78905         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
78906              From: pimlott@idiomtech.com (Andrew Pimlott)
78907              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
78908              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
78909      Branch: perl
78910            ! pod/perlsec.pod
78911 ____________________________________________________________________________
78912 [  7514] By: jhi                                   on 2000/11/01  15:03:40
78913         Log: More AIX lore.
78914      Branch: perl
78915            ! ext/re/hints/aix.pl
78916 ____________________________________________________________________________
78917 [  7513] By: jhi                                   on 2000/11/01  14:48:30
78918         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
78919              From: root <root@chronos.fi.muni.cz>
78920              Date: Wed, 1 Nov 2000 12:31:32 +0100
78921              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
78922      Branch: perl
78923            ! lib/Net/Ping.pm
78924 ____________________________________________________________________________
78925 [  7512] By: jhi                                   on 2000/11/01  14:46:47
78926         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
78927              From: Martin Husemann <martin@duskware.de>
78928              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
78929              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
78930      Branch: perl
78931            ! regcomp.c
78932 ____________________________________________________________________________
78933 [  7511] By: jhi                                   on 2000/11/01  14:39:50
78934         Log: AUTHORS updates.
78935      Branch: perl
78936            ! AUTHORS
78937 ____________________________________________________________________________
78938 [  7510] By: jhi                                   on 2000/11/01  14:29:50
78939         Log: Subject: [PATCH] startperl to respect versiononly
78940              From: Robin Barker <rmb1@cise.npl.co.uk> 
78941              Date: Tue, 31 Oct 2000 16:29:36 GMT
78942              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
78943      Branch: metaconfig/U/perl
78944            ! startperl.U
78945      Branch: perl
78946            ! Configure config_h.SH
78947 ____________________________________________________________________________
78948 [  7509] By: jhi                                   on 2000/11/01  14:19:53
78949         Log: printf UVs the correct way, noticed by Robin Barker.
78950      Branch: perl
78951            ! utf8.c
78952 ____________________________________________________________________________
78953 [  7508] By: jhi                                   on 2000/11/01  14:10:03
78954         Log: Do not cleanup *% because the % has special meanings in some
78955              shell environments.
78956      Branch: perl
78957            ! ext/Storable/Makefile.PL
78958 ____________________________________________________________________________
78959 [  7507] By: jhi                                   on 2000/11/01  14:06:00
78960         Log: The NonStop-UX libraries have a novel way to say NaN.
78961      Branch: perl
78962            ! t/lib/bigfltpm.t
78963 ____________________________________________________________________________
78964 [  7506] By: jhi                                   on 2000/11/01  14:03:35
78965         Log: The osname has been lowercased by now, from Tom Bates.
78966      Branch: metaconfig
78967            ! U/modified/Oldconfig.U
78968      Branch: perl
78969            ! Configure config_h.SH
78970 ____________________________________________________________________________
78971 [  7505] By: jhi                                   on 2000/10/31  19:18:39
78972         Log: The compiler is either gcc or cc, from Tom Bates.
78973      Branch: perl
78974            ! hints/nonstopux.sh
78975 ____________________________________________________________________________
78976 [  7504] By: jhi                                   on 2000/10/31  14:53:42
78977         Log: Update Changes.
78978      Branch: perl
78979            ! Changes patchlevel.h
78980 ____________________________________________________________________________
78981 [  7503] By: jhi                                   on 2000/10/31  14:30:50
78982         Log: Whitespace style tweak.  Was originally going to see to
78983              
78984              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78985              From: Joe Smith <jms@inwap.com>
78986              Date: Mon, 30 Oct 2000 18:47:57 -0800
78987              Message-Id: <39FE32DD.24AAC4D@inwap.com>
78988              
78989              but that had already been taken care of.
78990      Branch: metaconfig
78991            ! U/compline/d_stdstdio.U
78992      Branch: perl
78993            ! Configure config_h.SH
78994 ____________________________________________________________________________
78995 [  7502] By: jhi                                   on 2000/10/31  14:25:02
78996         Log: AUTHORS tweaks.
78997      Branch: perl
78998            ! AUTHORS
78999 ____________________________________________________________________________
79000 [  7501] By: jhi                                   on 2000/10/31  14:23:59
79001         Log: Subject: perlfaq style changes
79002              From: John Borwick <jhborwic@unity.ncsu.edu>
79003              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
79004              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
79005      Branch: perl
79006            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79007            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79008            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79009            ! pod/perlfaq9.pod
79010 ____________________________________________________________________________
79011 [  7500] By: jhi                                   on 2000/10/31  14:22:15
79012         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
79013              
79014              Subject: Re: [ID 20000918.005] ~ on wide chars
79015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79016              Date: Mon, 30 Oct 2000 21:09:55 -0800
79017              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
79018              
79019              (The ord() part of the patch skipped.)
79020      Branch: perl
79021            ! doop.c
79022 ____________________________________________________________________________
79023 [  7499] By: jhi                                   on 2000/10/31  14:20:08
79024         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
79025              From: Jens Hamisch <jens@Strawberry.COM>
79026              Date: Mon, 30 Oct 2000 15:17:07 +0100
79027              Message-Id: <20001030151707.A9597@Strawberry.COM>
79028      Branch: perl
79029            ! av.c
79030 ____________________________________________________________________________
79031 [  7498] By: jhi                                   on 2000/10/31  14:16:29
79032         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
79033              From: Peter Prymmer <pvhp@forte.com>
79034              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
79035              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
79036      Branch: perl
79037            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79038            + ext/Encode/Encode/posix-bc.enc
79039            ! MANIFEST t/lib/encode.t
79040 ____________________________________________________________________________
79041 [  7497] By: jhi                                   on 2000/10/31  14:13:22
79042         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
79043              From: Peter Prymmer <pvhp@forte.com>
79044              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
79045              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
79046      Branch: perl
79047            ! t/lib/cgi-html.t
79048 ____________________________________________________________________________
79049 [  7496] By: jhi                                   on 2000/10/31  14:12:05
79050         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
79051              From: Peter Prymmer <pvhp@forte.com>
79052              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
79053              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
79054      Branch: perl
79055            ! t/lib/cgi-function.t
79056 ____________________________________________________________________________
79057 [  7495] By: jhi                                   on 2000/10/31  14:11:08
79058         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
79059              From: Peter Prymmer <pvhp@forte.com>
79060              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
79061              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
79062      Branch: perl
79063            + ext/re/hints/aix.pl
79064            ! MANIFEST ext/re/Makefile.PL
79065 ____________________________________________________________________________
79066 [  7494] By: jhi                                   on 2000/10/31  14:08:32
79067         Log: Use Errno magic.
79068              
79069              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
79070              From: Casey Tweten <perl@ctweten.amsite.com>
79071              Date: Mon, 30 Oct 2000 15:51:17 -0500
79072              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
79073      Branch: perl
79074            ! lib/File/Temp.pm
79075 ____________________________________________________________________________
79076 [  7493] By: jhi                                   on 2000/10/31  14:05:07
79077         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
79078              
79079              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
79080              From: Nicholas Clark <nick@ccl4.org>
79081              Date: Mon, 30 Oct 2000 17:38:45 +0000
79082              Message-ID: <20001030173845.O60355@plum.flirble.org>
79083      Branch: perl
79084            ! Makefile.SH utils/perlbug.PL
79085 ____________________________________________________________________________
79086 [  7492] By: nick                                  on 2000/10/30  19:37:23
79087         Log: Change files which are mysteriously different to mainline to be
79088              copies of mainline.
79089      Branch: perlio
79090            ! objXSUB.h perlapi.c pod/perlapi.pod
79091 ____________________________________________________________________________
79092 [  7491] By: nick                                  on 2000/10/30  18:05:54
79093         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
79094              - typo in endian code in putc.
79095              - Don't allow read of write-only files and vice-versa
79096              - and off-by-one in flush-all loop.
79097              Remove debug calls as they were using GCC specific features.
79098      Branch: perlio
79099            ! perlio.c
79100 ____________________________________________________________________________
79101 [  7490] By: nick                                  on 2000/10/29  21:45:45
79102         Log: Integrate mainline to perlio
79103      Branch: perlio
79104           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
79105           !> toke.c
79106 ____________________________________________________________________________
79107 [  7489] By: jhi                                   on 2000/10/29  21:11:08
79108         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
79109              From: andreas.koenig@anima.de (Andreas J. Koenig)
79110              Date: 29 Oct 2000 22:05:59 +0100
79111              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
79112      Branch: perl
79113            ! lib/ExtUtils/Manifest.pm
79114 ____________________________________________________________________________
79115 [  7488] By: jhi                                   on 2000/10/29  21:07:47
79116         Log: Tests for #7487.
79117              
79118              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79119              From: andreas.koenig@anima.de (Andreas J. Koenig)
79120              Date: 29 Oct 2000 19:37:09 +0100
79121              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
79122      Branch: perl
79123            ! t/comp/proto.t
79124 ____________________________________________________________________________
79125 [  7487] By: jhi                                   on 2000/10/29  21:06:27
79126         Log: constsub spillage.
79127              
79128              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79129              From: John Tobey <jtobey@john-edwin-tobey.org>
79130              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
79131              Message-Id: <m13pvSr-000FObC@feynman.localnet>
79132      Branch: perl
79133            ! op.c
79134 ____________________________________________________________________________
79135 [  7486] By: nick                                  on 2000/10/29  21:05:04
79136         Log: Integrate mainline to perlio branch
79137      Branch: perlio
79138           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
79139           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
79140           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
79141           +> vos/install_perl.cm
79142            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
79143            - vos/config.h vos/config_h.SH_orig
79144           !> (integrate 141 files)
79145 ____________________________________________________________________________
79146 [  7485] By: jhi                                   on 2000/10/29  21:00:47
79147         Log: Make \x{...} consistently produce UTF-8.
79148              
79149              Subject: Re: \x{...} is confused 
79150              From: Simon Cozens <simon@cozens.net>
79151              Date: Sun, 29 Oct 2000 19:36:48 +0000
79152              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
79153      Branch: perl
79154            ! t/pragma/utf8.t toke.c
79155 ____________________________________________________________________________
79156 [  7484] By: nick                                  on 2000/10/29  20:05:29
79157         Log: PerlIO passes all tests.
79158      Branch: perlio
79159            ! perlio.c
79160 ____________________________________________________________________________
79161 [  7483] By: jhi                                   on 2000/10/29  18:06:55
79162         Log: Update Changes.
79163      Branch: perl
79164            ! Changes patchlevel.h
79165 ____________________________________________________________________________
79166 [  7482] By: nick                                  on 2000/10/29  17:43:28
79167         Log: Include <unistd.h> to get correct lseek() prototype etc.
79168              (I thought perl.h did that) - down to two fails
79169              - comp/require.t (last test)
79170              - lib/io_xs.t - possibly import/export of FILE * ?
79171      Branch: perlio
79172            ! perlio.c
79173 ____________________________________________________________________________
79174 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79175         Log: UTF-8 decoder tweak.
79176      Branch: perl
79177            ! utf8.c
79178 ____________________________________________________________________________
79179 [  7480] By: nick                                  on 2000/10/29  16:26:11
79180         Log: Fixed two bugs:
79181              - error code not being set on close (of broken pipe)
79182              - append mode was truncating.
79183              At least one seek/tell bug remains.
79184      Branch: perlio
79185            ! perlio.c
79186 ____________________________________________________________________________
79187 [  7479] By: nick                                  on 2000/10/29  11:18:16
79188         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79189              in case of accidents. Still several worrying fails, no line disciplines yet.
79190      Branch: perlio
79191            ! iperlsys.h perlio.c
79192 ____________________________________________________________________________
79193 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79194         Log: Add also emailless people.
79195      Branch: perl
79196            ! AUTHORS
79197 ____________________________________________________________________________
79198 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79199         Log: The #7476 needs a MANIFEST change, too.
79200      Branch: perl
79201            ! MANIFEST
79202 ____________________________________________________________________________
79203 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79204         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79205      Branch: perl
79206            - MAINTAIN
79207            ! AUTHORS Changes
79208 ____________________________________________________________________________
79209 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79210         Log: De-quoted-unreadable to ISO Latin 1.
79211              (There's one ISO-2022-JP name in Changes5.004.)
79212      Branch: perl
79213            ! Changes Changes5.6
79214 ____________________________________________________________________________
79215 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79216         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79217              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79218              Date: Fri, 27 Oct 2000 19:28:30 +0200
79219              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79220      Branch: perl
79221            ! pod/perlfaq4.pod
79222 ____________________________________________________________________________
79223 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79224         Log: Locking null mutexes is not recommendable.
79225              
79226              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79227              From: Hugo <hv@crypt.compulink.co.uk>
79228              Date: Sat, 28 Oct 2000 18:41:12 +0100
79229              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79230      Branch: perl
79231            ! op.c
79232 ____________________________________________________________________________
79233 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79234         Log: Better create a true mailing list for the repository keepers.
79235      Branch: perl
79236            ! Porting/repository.pod
79237 ____________________________________________________________________________
79238 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79239         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79240              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79241      Branch: perl
79242            + Porting/repository.pod
79243            ! MANIFEST
79244 ____________________________________________________________________________
79245 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79246         Log: Subject: DOC PATCH 5.6.0
79247              From: mjd@plover.com
79248              Date: 27 Oct 2000 17:32:44 -0000
79249              Message-ID: <20001027173244.23754.qmail@plover.com>
79250      Branch: perl
79251            ! pod/perlfunc.pod
79252 ____________________________________________________________________________
79253 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79254         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79255              From: "Peter J. Farley III" <pjfarley@banet.net>
79256              Date: Fri, 27 Oct 2000 20:32:56 -0400
79257              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79258      Branch: perl
79259            ! README.dos
79260 ____________________________________________________________________________
79261 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79262         Log: Make target reordering to avoid pointless re-makes.
79263              
79264              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79265              From: Nicholas Clark <nick@ccl4.org>
79266              Date: Sat, 28 Oct 2000 00:31:02 +0100
79267              Message-ID: <20001028003101.A54517@plum.flirble.org>
79268      Branch: perl
79269            ! Makefile.SH
79270 ____________________________________________________________________________
79271 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79272         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79273              From: lvirden@cas.org
79274              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79275              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79276      Branch: perl
79277            ! README.os2
79278 ____________________________________________________________________________
79279 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79280         Log: Upgrade to CPAN 1.58_55.
79281              
79282              Subject: CPAN.pm status
79283              From: andreas.koenig@anima.de (Andreas J. Koenig) 
79284              Date: 28 Oct 2000 08:18:00 +0200 
79285              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
79286      Branch: perl
79287            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79288 ____________________________________________________________________________
79289 [  7465] By: jhi                                   on 2000/10/28  16:02:47
79290         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
79291      Branch: perl
79292            ! embed.h embed.pl perl.h proto.h toke.c
79293 ____________________________________________________________________________
79294 [  7464] By: nick                                  on 2000/10/28  10:43:44
79295         Log: Fix for sv_2iv() on "shared" value from keys %hash.
79296      Branch: perl
79297            ! sv.c
79298 ____________________________________________________________________________
79299 [  7463] By: jhi                                   on 2000/10/27  16:18:29
79300         Log: Update Changes.
79301      Branch: perl
79302            ! Changes patchlevel.h
79303 ____________________________________________________________________________
79304 [  7462] By: jhi                                   on 2000/10/27  16:17:44
79305         Log: Too enthusiastic editing in #7460.
79306      Branch: metaconfig
79307            ! U/modified/Oldsym.U
79308      Branch: perl
79309            ! Configure config_h.SH
79310 ____________________________________________________________________________
79311 [  7461] By: jhi                                   on 2000/10/27  15:37:38
79312         Log: Retract #7459, the script needs more work.
79313      Branch: perl
79314            - mkreef
79315            ! MANIFEST
79316 ____________________________________________________________________________
79317 [  7460] By: jhi                                   on 2000/10/27  15:23:14
79318         Log: Use $sort, $uniq (and $tr) consistently as wondered
79319              by Nicholas Clark.
79320      Branch: metaconfig
79321            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
79322            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
79323            ! U/modified/libc.U
79324      Branch: perl
79325            ! Configure config_h.SH
79326 ____________________________________________________________________________
79327 [  7459] By: jhi                                   on 2000/10/27  15:02:07
79328         Log: (Retracted by #7461)
79329              
79330              Add a shell script for creating/removing symbolic link farms,
79331              useful for keeping the source code read-only and doing the
79332              builds somewhere else.
79333      Branch: perl
79334            + mkreef
79335            ! MANIFEST
79336 ____________________________________________________________________________
79337 [  7458] By: jhi                                   on 2000/10/27  14:42:20
79338         Log: Do away with the fix_pl.
79339      Branch: perl
79340            - fix_pl
79341            ! MANIFEST Makefile.SH
79342 ____________________________________________________________________________
79343 [  7457] By: jhi                                   on 2000/10/27  12:43:13
79344         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
79345              From: Jens Hamisch <jens@Strawberry.COM>
79346              Date: Fri, 27 Oct 2000 14:38:21 +0200
79347              Message-Id: <20001027143821.B3366@Strawberry.COM>
79348      Branch: perl
79349            ! perl.h
79350 ____________________________________________________________________________
79351 [  7456] By: jhi                                   on 2000/10/27  12:33:42
79352         Log: Subject: [PATCH] todo
79353              From: Nicholas Clark <nick@ccl4.org>
79354              Date: Thu, 26 Oct 2000 22:32:29 +0100
79355              Message-ID: <20001026223229.A44540@plum.flirble.org>
79356      Branch: perl
79357            ! pod/perltodo.pod
79358 ____________________________________________________________________________
79359 [  7455] By: jhi                                   on 2000/10/27  12:02:21
79360         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
79361              From: John Tobey <jtobey@john-edwin-tobey.org>
79362              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
79363              Message-Id: <m13ozHF-000FObC@feynman.localnet>
79364      Branch: perl
79365            ! op.c t/pragma/sub_lval.t
79366 ____________________________________________________________________________
79367 [  7454] By: jhi                                   on 2000/10/27  11:59:42
79368         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
79369              From: sthoenna@efn.org
79370              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
79371              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
79372      Branch: perl
79373            ! pp.c t/op/assignwarn.t
79374 ____________________________________________________________________________
79375 [  7453] By: jhi                                   on 2000/10/27  00:15:08
79376         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
79377      Branch: perl
79378            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79379            ! ext/Storable/Storable.xs t/lib/st-lock.t
79380 ____________________________________________________________________________
79381 [  7452] By: jhi                                   on 2000/10/26  13:05:52
79382         Log: Undo #7451, this seems to be a deficiency in Perforce,
79383              there is no per-file line-terminator type, only per-client.
79384      Branch: perl
79385            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79386            ! win32/makefile.mk
79387 ____________________________________________________________________________
79388 [  7451] By: jhi                                   on 2000/10/26  04:56:03
79389         Log: Experimenting in DOS arcana.
79390      Branch: perl
79391            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79392            ! win32/makefile.mk
79393 ____________________________________________________________________________
79394 [  7450] By: jhi                                   on 2000/10/26  04:50:52
79395         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
79396              From: "Peter J. Farley III" <pjfarley@banet.net>            
79397              Date: Wed, 25 Oct 2000 23:10:18 -0400
79398              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
79399      Branch: perl
79400            ! t/io/open.t
79401 ____________________________________________________________________________
79402 [  7449] By: jhi                                   on 2000/10/26  04:49:16
79403         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
79404              From: Hugo <hv@crypt.compulink.co.uk>
79405              Date: Thu, 26 Oct 2000 01:55:17 +0100
79406              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
79407              
79408              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
79409      Branch: perl
79410            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
79411 ____________________________________________________________________________
79412 [  7448] By: jhi                                   on 2000/10/26  04:38:36
79413         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
79414              From: Peter Prymmer <pvhp@forte.com>
79415              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
79416              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
79417      Branch: perl
79418            ! configure.com
79419 ____________________________________________________________________________
79420 [  7447] By: jhi                                   on 2000/10/25  23:20:02
79421         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
79422              in platforms that strictly require all the symbols being present
79423              at link time.
79424      Branch: perl
79425            ! handy.h
79426 ____________________________________________________________________________
79427 [  7446] By: jhi                                   on 2000/10/25  21:55:57
79428         Log: Update Changes.
79429      Branch: perl
79430            ! Changes patchlevel.h
79431 ____________________________________________________________________________
79432 [  7445] By: jhi                                   on 2000/10/25  21:27:08
79433         Log: Integrate with vmsperl #7430 by Charles Bailey:
79434              
79435              Cleanup from prior patch (Charles Lane?):
79436              - improve handling of MFDs in Basename and Path
79437              - default to no xsubpp line # munging when building debug images
79438      Branch: perl
79439           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79440 ____________________________________________________________________________
79441 [  7444] By: jhi                                   on 2000/10/25  21:03:50
79442         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
79443              From: John Peacock <JPeacock@UnivPress.com>
79444              Date: Thu, 18 May 2000 11:55:27 -0400
79445              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79446      Branch: perl
79447            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79448            ! t/op/write.t
79449 ____________________________________________________________________________
79450 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79451         Log: Temporary stopgap for the self-tying issue: for now only
79452              array and hash self-ties are verboten.  The real fix, of
79453              course, would be to comprehensively test (and implement?)
79454              and debug (and document) self-ties.
79455      Branch: perl
79456            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79457 ____________________________________________________________________________
79458 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79459         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79460              From: Dan Sugalski <dan@sidhe.org>
79461              Date: Wed, 25 Oct 2000 13:36:35 -0400
79462              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79463              
79464              plus regen global.sym.
79465      Branch: perl
79466            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79467            ! thrdvar.h util.c
79468 ____________________________________________________________________________
79469 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79470         Log: buildtoc target tweaks.
79471      Branch: perl
79472            ! pod/Makefile.SH
79473 ____________________________________________________________________________
79474 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79475         Log: A new version of making the syslog test more robust.
79476              (Replaces #7421.)
79477              
79478              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79479              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79480              Date: Wed, 25 Oct 2000 12:13:54 -0400
79481              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79482      Branch: perl
79483            ! t/lib/syslog.t
79484 ____________________________________________________________________________
79485 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79486         Log: Continue the internal UTF-8 API tweaking.
79487              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79488              used much more than the simpler API, now called utf8_to_uv_simple().
79489              Still not quite happy with API, too much partial duplication
79490              of functionality.
79491      Branch: perl
79492            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79493            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79494            ! regcomp.c regexec.c sv.c toke.c utf8.c
79495 ____________________________________________________________________________
79496 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79497         Log: Allow poking holes at the UTF-8 decoding strictness.
79498      Branch: perl
79499            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79500            ! utf8.h
79501 ____________________________________________________________________________
79502 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79503         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79504              UTF8LEN() and UTF8SKIP(). 
79505      Branch: perl
79506            ! pp.c utf8.c utf8.h
79507 ____________________________________________________________________________
79508 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79509         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79510              From: Nicholas Clark <nick@ccl4.org>
79511              Date: Wed, 25 Oct 2000 14:44:05 +0100
79512              Message-ID: <20001025144404.D27253@plum.flirble.org>
79513      Branch: perl
79514            ! pod/perlrun.pod
79515 ____________________________________________________________________________
79516 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79517         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79518              From: Mike Guy <mjtg@cam.ac.uk>
79519              Date: Tue, 24 Oct 2000 14:59:40 +0100
79520              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79521      Branch: perl
79522            ! scope.c
79523 ____________________________________________________________________________
79524 [  7434] By: jhi                                   on 2000/10/25  13:48:41
79525         Log: AIX is picky about its symbol exports.  Solution for now
79526              is to include the deb.o explicitly to the re extension build.
79527              
79528              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
79529              From: Peter Prymmer <pvhp@forte.com>
79530              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
79531              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
79532      Branch: perl
79533            ! ext/re/Makefile.PL hints/aix.sh
79534 ____________________________________________________________________________
79535 [  7433] By: jhi                                   on 2000/10/25  13:46:49
79536         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
79537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79538              Date: Wed, 25 Oct 2000 12:02:20 +0200
79539              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
79540      Branch: perl
79541            ! perlsdio.h
79542 ____________________________________________________________________________
79543 [  7432] By: jhi                                   on 2000/10/25  13:44:28
79544         Log: Subject: Minor update to find2perl, for portability
79545              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
79546              Date: Wed, 25 Oct 2000 12:05:47 +0100
79547              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
79548      Branch: perl
79549            ! x2p/find2perl.PL
79550 ____________________________________________________________________________
79551 [  7431] By: jhi                                   on 2000/10/25  13:40:39
79552         Log: Add targets to Makefile.SH, most importantly
79553              'regen_all' which also remembers to update vms/perly*.
79554      Branch: perl
79555            ! Makefile.SH
79556 ____________________________________________________________________________
79557 [  7430] By: bailey                                on 2000/10/25  03:13:53
79558         Log: Cleanup from prior patch (Charles Lane?):
79559              - improve handling of MFDs in Basename and Path
79560              - default to no xsubpp line # munging when building debug images
79561      Branch: vmsperl
79562            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79563 ____________________________________________________________________________
79564 [  7429] By: jhi                                   on 2000/10/24  20:03:40
79565         Log: Podify README.epoc and README.vos.
79566      Branch: perl
79567            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
79568            ! pod/perlport.pod pod/perltoc.pod
79569 ____________________________________________________________________________
79570 [  7428] By: jhi                                   on 2000/10/24  19:10:33
79571         Log: Stratus VOS updates from Paul Green.
79572      Branch: perl
79573            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79574            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
79575            - vos/config.def vos/config.h vos/config_h.SH_orig
79576            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
79577            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
79578 ____________________________________________________________________________
79579 [  7427] By: jhi                                   on 2000/10/24  18:59:48
79580         Log: Check if stdio supports tweaking lval and cnt simultaneously.
79581              
79582              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79583              From: Nicholas Clark <nick@ccl4.org>
79584              Date: Mon, 23 Oct 2000 15:39:32 +0100
79585              Message-ID: <20001023153932.A10786@plum.flirble.org>
79586      Branch: metaconfig
79587            ! U/compline/d_stdstdio.U
79588      Branch: perl
79589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79590            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
79591            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
79592            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
79593            ! vos/config.h vos/config_h.SH_orig win32/config.bc
79594            ! win32/config.gc win32/config.vc
79595 ____________________________________________________________________________
79596 [  7426] By: jhi                                   on 2000/10/24  17:57:44
79597         Log: Missed the header file changes from #7425.
79598      Branch: perl
79599            ! embed.h embed.pl objXSUB.h proto.h
79600 ____________________________________________________________________________
79601 [  7425] By: jhi                                   on 2000/10/24  17:55:17
79602         Log: Fix the bug reported in
79603              
79604              From: andreas.koenig@anima.de (Andreas J. Koenig)
79605              Subject: Encode bug?
79606              Date: 24 Oct 2000 14:01:26 +0200 
79607              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
79608              
79609              Also make is_utf8_char() stricter.
79610      Branch: perl
79611            ! ext/Encode/Encode.xs utf8.c
79612 ____________________________________________________________________________
79613 [  7424] By: jhi                                   on 2000/10/24  15:15:39
79614         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
79615              From: Peter Scott <Peter@PSDT.com>
79616              Date: Mon, 23 Oct 2000 19:46:01 -0700
79617              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
79618      Branch: perl
79619            ! pod/perlfaq5.pod
79620 ____________________________________________________________________________
79621 [  7423] By: jhi                                   on 2000/10/24  14:25:30
79622         Log: Test tweak to avoid pulling in the whole Config.
79623      Branch: perl
79624            ! t/lib/st-lock.t
79625 ____________________________________________________________________________
79626 [  7422] By: jhi                                   on 2000/10/24  14:03:16
79627         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
79628      Branch: perl
79629            ! pp.c
79630 ____________________________________________________________________________
79631 [  7421] By: jhi                                   on 2000/10/24  13:32:09
79632         Log: (Replaced by #7440.)
79633              
79634              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79635              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79636              Date: Mon, 23 Oct 2000 16:40:54 -0400
79637              Message-ID: <20001023164054.B14491@O2.chapin.edu>
79638      Branch: perl
79639            ! t/lib/syslog.t
79640 ____________________________________________________________________________
79641 [  7420] By: jhi                                   on 2000/10/24  13:30:53
79642         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
79643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79644              Date: Mon, 23 Oct 2000 17:29:03 -0400
79645              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
79646      Branch: perl
79647            ! lib/ExtUtils/MM_Unix.pm
79648 ____________________________________________________________________________
79649 [  7419] By: jhi                                   on 2000/10/24  13:29:57
79650         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
79651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79652              Date: Mon, 23 Oct 2000 19:01:32 -0400
79653              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
79654      Branch: perl
79655            ! utils/h2xs.PL
79656 ____________________________________________________________________________
79657 [  7418] By: jhi                                   on 2000/10/24  13:26:04
79658         Log: Replace #7409 with
79659              
79660              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
79661              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
79662              Date: Mon, 23 Oct 2000 20:08:56 +0200
79663              Message-ID: <20001023200855.A14850@nice.ram.loc>
79664      Branch: perl
79665            ! ext/Storable/Storable.pm t/lib/st-lock.t
79666 ____________________________________________________________________________
79667 [  7417] By: jhi                                   on 2000/10/24  13:17:52
79668         Log: Run vms/vms_yfix.pl, should have done that after changing
79669              perly.c in #7382.
79670      Branch: perl
79671            ! vms/perly_c.vms vms/perly_h.vms
79672 ____________________________________________________________________________
79673 [  7416] By: jhi                                   on 2000/10/24  02:55:33
79674         Log: Make the UTF-8 decoding stricter and more verbose when
79675              malformation happens.  This involved adding an argument
79676              to utf8_to_uv_chk(), which involved changing its prototype,
79677              and prefer STRLEN over I32 for the UTF-8 length, which as
79678              a domino effect necessitated changing the prototypes of
79679              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
79680              The stricter UTF-8 decoding checking uses Markus Kuhn's
79681              UTF-8 Decode Stress Tester from
79682              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
79683      Branch: perl
79684            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
79685            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
79686            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
79687            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
79688 ____________________________________________________________________________
79689 [  7415] By: jhi                                   on 2000/10/23  14:06:06
79690         Log: Update Changes.
79691      Branch: perl
79692            ! Changes patchlevel.h
79693 ____________________________________________________________________________
79694 [  7414] By: jhi                                   on 2000/10/23  12:39:52
79695         Log: Undo the basename() part of #7412 since the lib/basename
79696              tests would need upgrading too.
79697      Branch: perl
79698            ! lib/File/Basename.pm
79699 ____________________________________________________________________________
79700 [  7413] By: jhi                                   on 2000/10/23  12:19:27
79701         Log: Document PERL_INSTALL_ROOT of #7210.
79702      Branch: perl
79703            ! lib/ExtUtils/Install.pm
79704 ____________________________________________________________________________
79705 [  7412] By: jhi                                   on 2000/10/23  12:16:47
79706         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
79707      Branch: perl
79708            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
79709            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
79710 ____________________________________________________________________________
79711 [  7411] By: jhi                                   on 2000/10/23  12:07:41
79712         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
79713              From: Prymmer/Kahn <pvhp@best.com>
79714              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
79715              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
79716      Branch: perl
79717            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
79718 ____________________________________________________________________________
79719 [  7410] By: jhi                                   on 2000/10/23  04:10:11
79720         Log: The change #7187 was not so good on VMS.
79721              
79722              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
79723              From: "Craig A. Berry" <craig.berry@psinetcs.com>
79724              Date: Sun, 22 Oct 2000 23:03:08 -0500
79725              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
79726      Branch: perl
79727            ! utils/perldoc.PL
79728 ____________________________________________________________________________
79729 [  7409] By: jhi                                   on 2000/10/23  03:57:36
79730         Log: Avoid Storable locking on DJGPP for now.
79731              
79732              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
79733              From: "Peter J. Farley III" <pjfarley@banet.net>
79734              Date: Sun, 22 Oct 2000 20:00:00 -0400
79735              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
79736      Branch: perl
79737            ! ext/Storable/Storable.pm t/lib/st-lock.t
79738 ____________________________________________________________________________
79739 [  7408] By: jhi                                   on 2000/10/23  03:50:24
79740         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
79741              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
79742              Date: Sun, 22 Oct 2000 21:12:22 -0400
79743              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
79744      Branch: perl
79745            ! lib/vars.pm
79746 ____________________________________________________________________________
79747 [  7407] By: jhi                                   on 2000/10/23  03:43:12
79748         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
79749              From: Hugo <hv@crypt.compulink.co.uk>
79750              Date: Mon, 23 Oct 2000 00:47:22 +0100
79751              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
79752      Branch: perl
79753            ! regexec.c t/op/pat.t
79754 ____________________________________________________________________________
79755 [  7406] By: jhi                                   on 2000/10/23  03:40:29
79756         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
79757      Branch: perl
79758            ! lib/ExtUtils/MakeMaker.pm
79759 ____________________________________________________________________________
79760 [  7405] By: jhi                                   on 2000/10/22  21:32:00
79761         Log: Doc patch.
79762              
79763              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
79764              From: rspier@pobox.com (Robert Spier)
79765              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
79766              Message-ID: <14835.16112.13457.447971@rls.cx>
79767      Branch: perl
79768            ! lib/strict.pm
79769 ____________________________________________________________________________
79770 [  7404] By: jhi                                   on 2000/10/22  21:30:51
79771         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
79772              From: rspier@pobox.com (Robert Spier)
79773              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
79774              Message-ID: <14835.17223.72448.705566@rls.cx>
79775      Branch: perl
79776            ! lib/ExtUtils/MakeMaker.pm
79777 ____________________________________________________________________________
79778 [  7403] By: jhi                                   on 2000/10/22  21:24:11
79779         Log: Subject: [PATCH bleadperl] ripples from constsub patch
79780              From: John Tobey <jtobey@john-edwin-tobey.org>
79781              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
79782              Message-Id: <m13nSOB-000FObC@feynman.localnet>
79783      Branch: perl
79784            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
79785 ____________________________________________________________________________
79786 [  7402] By: jhi                                   on 2000/10/22  20:59:35
79787         Log: Support s?printf parameter reordering.
79788      Branch: perl
79789            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
79790 ____________________________________________________________________________
79791 [  7401] By: jhi                                   on 2000/10/22  19:19:14
79792         Log: Expand %Config variables only if explicitly so requested
79793              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
79794              
79795              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79796              From: Gurusamy Sarathy <gsar@ActiveState.com>
79797              Date: Sun, 22 Oct 2000 11:47:32 -0700
79798              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
79799      Branch: perl
79800            ! Makefile.SH lib/lib_pm.PL
79801 ____________________________________________________________________________
79802 [  7400] By: jhi                                   on 2000/10/22  18:24:10
79803         Log: Move the #7390 test from warn/op to comp/redef.
79804              
79805              Subject: Re: Creating const subs for constants.
79806              From: John Tobey <jtobey@john-edwin-tobey.org>
79807              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
79808              Message-Id: <m13nG72-000FObC@feynman.localnet>               
79809      Branch: perl
79810            ! t/comp/redef.t t/pragma/warn/op
79811 ____________________________________________________________________________
79812 [  7399] By: jhi                                   on 2000/10/22  17:49:59
79813         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79814              From: Nicholas Clark <nick@ccl4.org>
79815              Date: Sat, 21 Oct 2000 22:23:19 +0100
79816              Message-ID: <20001021222319.B45586@plum.flirble.org>
79817      Branch: perl
79818            ! ext/DynaLoader/DynaLoader_pm.PL
79819 ____________________________________________________________________________
79820 [  7398] By: jhi                                   on 2000/10/22  17:47:35
79821         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
79822              From: Hugo <hv@crypt.compulink.co.uk>
79823              Date: Sat, 21 Oct 2000 18:19:59 +0100
79824              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
79825      Branch: perl
79826            ! ext/B/B.pm ext/B/B/C.pm
79827 ____________________________________________________________________________
79828 [  7397] By: jhi                                   on 2000/10/22  17:35:18
79829         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
79830              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
79831              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
79832              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
79833      Branch: perl
79834            ! hints/openbsd.sh
79835 ____________________________________________________________________________
79836 [  7396] By: jhi                                   on 2000/10/22  17:19:46
79837         Log: Subject: installman go-faster stripes
79838              From: Nicholas Clark <nick@talking.bollo.cx>
79839              Date: Sat, 21 Oct 2000 17:24:53 +0100
79840              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
79841              
79842              Subject: Re: installman go-faster stripes
79843              From: Russ Allbery <rra@stanford.edu>
79844              Date: 21 Oct 2000 11:04:13 -0700
79845              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
79846      Branch: perl
79847            ! installman pod/pod2man.PL
79848 ____________________________________________________________________________
79849 [  7395] By: jhi                                   on 2000/10/22  17:17:35
79850         Log: Hints tweak from Anton Berezin.
79851      Branch: perl
79852            ! hints/freebsd.sh
79853 ____________________________________________________________________________
79854 [  7394] By: jhi                                   on 2000/10/22  04:50:04
79855         Log: Tweak the Is* definitions of Unicode character classes
79856              to better match the official categorizations; embrace
79857              the official categorizations; add the combining marks
79858              as alpha (and -numeric); fix DCinital (a typo and edito)
79859              to be DCmedial.
79860      Branch: perl
79861            + lib/unicode/Is/DCmedial.pl
79862            - lib/unicode/Is/DCinital.pl
79863            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79864            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
79865            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
79866            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79867 ____________________________________________________________________________
79868 [  7393] By: jhi                                   on 2000/10/21  18:06:05
79869         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
79870              From: Daniel Chetlin <daniel@chetlin.com>
79871              Date: Sat, 21 Oct 2000 02:57:03 -0700
79872              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
79873      Branch: perl
79874            + t/lib/tie-splice.t
79875            ! MANIFEST lib/Tie/Array.pm
79876 ____________________________________________________________________________
79877 [  7392] By: gsar                                  on 2000/10/21  18:05:15
79878         Log: resync utfperl branch with mainline
79879      Branch: utfperl
79880           !> (integrate 1760 files)
79881 ____________________________________________________________________________
79882 [  7391] By: jhi                                   on 2000/10/21  14:37:49
79883         Log: Testcases for a #7383,#7385 related bug.
79884              
79885              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
79886              From: Nicholas Clark <nick@ccl4.org>
79887              Date: Sat, 21 Oct 2000 15:04:51 +0100
79888              Message-ID: <20001021150451.A51566@plum.flirble.org>
79889      Branch: perl
79890            ! t/pragma/utf8.t
79891 ____________________________________________________________________________
79892 [  7390] By: jhi                                   on 2000/10/21  14:35:57
79893         Log: Add a testcase for #7389.
79894      Branch: perl
79895            ! t/pragma/warn/op
79896 ____________________________________________________________________________
79897 [  7389] By: jhi                                   on 2000/10/21  14:26:45
79898         Log: Subject: Re: Creating const subs for constants.
79899              From: John Tobey <jtobey@john-edwin-tobey.org>
79900              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
79901              Message-Id: <m13mo0N-000FObC@feynman.localnet>
79902      Branch: perl
79903            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
79904            ! proto.h sv.c
79905 ____________________________________________________________________________
79906 [  7388] By: nick                                  on 2000/10/21  11:44:23
79907         Log: Populate perlio branch
79908      Branch: perlio
79909           +> (branch 1760 files)
79910 ____________________________________________________________________________
79911 [  7387] By: nick                                  on 2000/10/21  10:52:05
79912         Log: Get branch back as replica of mainline via :
79913              p4 integrate -b utfperl
79914              p4 resolve -at ./...
79915      Branch: utfperl
79916           +> (branch 269 files)
79917            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
79918            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
79919            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
79920            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
79921            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
79922            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79923            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79924            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79925            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79926            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79927            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79928            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79929            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79930            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79931            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79932            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79933            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79934            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79935            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
79936            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
79937            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
79938            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
79939            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
79940            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
79941            - lib/unicode/UCD300.html lib/unicode/Unicode.300
79942            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
79943            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
79944            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
79945            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
79946           !> (integrate 965 files)
79947 ____________________________________________________________________________
79948 [  7386] By: jhi                                   on 2000/10/21  01:31:12
79949         Log: Update Changes.
79950      Branch: perl
79951            ! Changes patchlevel.h
79952 ____________________________________________________________________________
79953 [  7385] By: jhi                                   on 2000/10/21  01:28:42
79954         Log: The #7383 was right only in the context of the original bug report,
79955              not in more general case.
79956      Branch: perl
79957            ! pp_hot.c
79958 ____________________________________________________________________________
79959 [  7384] By: jhi                                   on 2000/10/21  01:08:23
79960         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
79961      Branch: perl
79962            ! ext/IO/lib/IO/Select.pm
79963 ____________________________________________________________________________
79964 [  7383] By: jhi                                   on 2000/10/21  00:44:18
79965         Log: Fix for ID 20001020.006, concatenating an unset submatch
79966              with utf8 resulted in "Modification of a read-only value".
79967      Branch: perl
79968            ! pp_hot.c t/pragma/utf8.t
79969 ____________________________________________________________________________
79970 [  7382] By: jhi                                   on 2000/10/20  20:44:31
79971         Log: Make scan_num() reëntrant, as suggested in
79972              
79973              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79974              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79975              Date: Fri, 20 Oct 2000 14:17:27 +0100
79976              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79977      Branch: perl
79978            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
79979            ! toke.c
79980 ____________________________________________________________________________
79981 [  7381] By: jhi                                   on 2000/10/20  20:07:29
79982         Log: Reëntrancy fix.
79983              
79984              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79985              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79986              Date: Fri, 20 Oct 2000 14:17:27 +0100
79987              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79988      Branch: perl
79989            ! embed.h embed.pl perl.h proto.h toke.c
79990 ____________________________________________________________________________
79991 [  7380] By: jhi                                   on 2000/10/20  19:15:54
79992         Log: Don't write double values through long double pointers,
79993              based on a part of
79994              
79995              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79996              From: Jens Hamisch <jens@Strawberry.COM>
79997              Date: Tue, 17 Oct 2000 08:39:36 +0200
79998              Message-Id: <20001017083936.A11104@Strawberry.COM>
79999      Branch: perl
80000            ! perl.h pp.c
80001 ____________________________________________________________________________
80002 [  7379] By: jhi                                   on 2000/10/20  18:43:37
80003         Log: Portability tweak on #7377.
80004              
80005              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
80006              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80007              Date:     Fri, 20 Oct 2000 13:13:41 EDT
80008              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
80009      Branch: perl
80010            ! t/lib/dprof.t
80011 ____________________________________________________________________________
80012 [  7378] By: jhi                                   on 2000/10/20  12:57:19
80013         Log: SOCKS function redefinitions need prototypes, too, otherwise
80014              for example 32 bit versus 64 bit differences cause a lot of
80015              problems.  Part of
80016              
80017              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80018              From: Jens Hamisch <jens@Strawberry.COM>
80019              Date: Tue, 17 Oct 2000 08:39:36 +0200
80020              Message-Id: <20001017083936.A11104@Strawberry.COM>
80021      Branch: perl
80022            ! doio.c pp_sys.c
80023 ____________________________________________________________________________
80024 [  7377] By: jhi                                   on 2000/10/20  12:37:12
80025         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
80026              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80027              Date:     Fri, 20 Oct 2000 08:26:04 EDT
80028              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
80029      Branch: perl
80030            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
80031 ____________________________________________________________________________
80032 [  7376] By: jhi                                   on 2000/10/20  12:35:31
80033         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
80034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80035              Date:     Fri, 20 Oct 2000 07:48:15 EDT
80036              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
80037      Branch: perl
80038            ! configure.com vms/gen_shrfls.pl
80039 ____________________________________________________________________________
80040 [  7375] By: bailey                                on 2000/10/20  04:44:37
80041         Log: SYN SYN
80042      Branch: vmsperl
80043           +> (branch 134 files)
80044            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
80045            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
80046            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
80047            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
80048            - eg/cgi/frameset.cgi eg/cgi/index.html
80049            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80050            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80051            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80052            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80053            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80054            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80055            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80056            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80057            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80058            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80059            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80060            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80061            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80062            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
80063            - lib/unicode/Props.txt lib/unicode/UCD300.html
80064            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
80065            - utils/perlbc.PL vms/subconfigure.com
80066           !> (integrate 785 files)
80067 ____________________________________________________________________________
80068 [  7374] By: jhi                                   on 2000/10/20  00:59:48
80069         Log: In the latest compiler builds cccdlflags must not become -fpic,
80070              from Wilfredo Sánchez.
80071      Branch: perl
80072            ! hints/darwin.sh
80073 ____________________________________________________________________________
80074 [  7373] By: jhi                                   on 2000/10/20  00:56:35
80075         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
80076              From: Tony Cook <tony@develop-help.com>
80077              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
80078              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
80079      Branch: perl
80080            ! pod/perlop.pod
80081 ____________________________________________________________________________
80082 [  7372] By: jhi                                   on 2000/10/19  19:34:40
80083         Log: Typo noted by Mark Lutz.
80084      Branch: perl
80085            ! t/op/64bitint.t
80086 ____________________________________________________________________________
80087 [  7371] By: jhi                                   on 2000/10/19  19:33:13
80088         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
80089      Branch: metaconfig
80090            ! U/modified/Cppsym.U U/modified/Oldconfig.U
80091      Branch: metaconfig/U/perl
80092            ! End.U dlsrc.U libperl.U
80093      Branch: perl
80094            + hints/nonstopux.sh
80095            ! Configure MANIFEST config_h.SH
80096 ____________________________________________________________________________
80097 [  7370] By: jhi                                   on 2000/10/19  17:18:08
80098         Log: Subject: PATCH do_print has 2 PerlIO_error()s
80099              From: nick@ccl4.org
80100              Date: Thu, 19 Oct 2000 18:09:20 +0100
80101              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
80102      Branch: perl
80103            ! doio.c
80104 ____________________________________________________________________________
80105 [  7369] By: jhi                                   on 2000/10/19  14:01:49
80106         Log: Update Changes.
80107      Branch: perl
80108            ! Changes patchlevel.h
80109 ____________________________________________________________________________
80110 [  7368] By: jhi                                   on 2000/10/19  13:04:29
80111         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
80112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80113              Date: Wed, 18 Oct 2000 13:12:01 +0200
80114              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
80115      Branch: perl
80116            ! hints/aix.sh
80117 ____________________________________________________________________________
80118 [  7367] By: jhi                                   on 2000/10/19  02:22:40
80119         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
80120              of a 'pmshort' anywhere in the B, so the offending line was simply
80121              removed.
80122      Branch: perl
80123            ! ext/B/B/Debug.pm
80124 ____________________________________________________________________________
80125 [  7366] By: jhi                                   on 2000/10/19  02:12:37
80126         Log: Add the test case for the bug id 20000730.004 which seems
80127              to have been fixed by now.
80128      Branch: perl
80129            ! t/pragma/utf8.t
80130 ____________________________________________________________________________
80131 [  7365] By: jhi                                   on 2000/10/18  23:36:24
80132         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
80133              From: Hugo <hv@crypt.compulink.co.uk>
80134              Date: Wed, 18 Oct 2000 23:25:58 +0100
80135              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
80136      Branch: perl
80137            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
80138 ____________________________________________________________________________
80139 [  7364] By: jhi                                   on 2000/10/18  21:12:53
80140         Log: (retracted)
80141      Branch: perl
80142            ! pp.c
80143 ____________________________________________________________________________
80144 [  7363] By: jhi                                   on 2000/10/18  20:55:38
80145         Log: Missing change from #7362.
80146      Branch: perl
80147            ! win32/perlhost.h
80148 ____________________________________________________________________________
80149 [  7362] By: jhi                                   on 2000/10/18  20:52:01
80150         Log: Borland C fstat() never saw the fd as writable.
80151              
80152              Subject: fix for Borland's weak "stat" (perl@7211)
80153              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
80154              Date: Mon, 16 Oct 2000 09:55:03 +0400
80155              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
80156      Branch: perl
80157            ! win32/win32.c
80158 ____________________________________________________________________________
80159 [  7361] By: jhi                                   on 2000/10/18  17:43:50
80160         Log: Regen toc.
80161      Branch: perl
80162            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
80163 ____________________________________________________________________________
80164 [  7360] By: jhi                                   on 2000/10/18  17:07:44
80165         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80166              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
80167              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
80168              Date: Mon, 16 Oct 2000 15:19:49 +0200
80169      Branch: perl
80170            + README.aix
80171            ! MANIFEST
80172 ____________________________________________________________________________
80173 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80174         Log: Subject: Pod patch for Devel::Peek
80175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80176              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80177              Date: Mon, 16 Oct 2000 12:26:34 +0200
80178      Branch: perl
80179            ! ext/Devel/Peek/Peek.pm
80180 ____________________________________________________________________________
80181 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80182         Log: Make Cwd more bulletproof in chrooted environments.
80183              
80184              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80185              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80186              Date: Wed, 18 Oct 2000 04:03:54 -0400
80187              Message-Id: <39ED596A.70E599FE@oracle.com>
80188      Branch: perl
80189            ! lib/Cwd.pm
80190 ____________________________________________________________________________
80191 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80192         Log: Disable the UTF8 downgrade croakage for now to avoid
80193              too many not okay messages.
80194      Branch: perl
80195            ! doio.c
80196 ____________________________________________________________________________
80197 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80198         Log: Show the failed remote port, instead of the failing line number.
80199              
80200              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80201              From: David Sparks <daves@ActiveState.com>
80202              Date: Tue, 17 Oct 2000 15:00:24 -0700
80203              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80204      Branch: perl
80205            ! lib/perl5db.pl
80206 ____________________________________________________________________________
80207 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80208         Log: On output try to downgrade to bytes, croak if impossible,
80209              from Simon Cozens.  This means that outputting >255 UTF8
80210              is impossible.  Consider this as a strong incentive to get
80211              the I/O disciplines implemented.
80212      Branch: perl
80213            ! doio.c pod/perldiag.pod sv.c
80214 ____________________________________________________________________________
80215 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80216         Log: Clarify documentation on 'use bytes'.
80217              
80218              Subject: Re: What does 'use bytes' "mean" ?
80219              From: Simon Cozens <simon@cozens.net>
80220              Date: Mon, 18 Sep 2000 18:24:25 +0100
80221              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80222      Branch: perl
80223            ! lib/bytes.pm
80224 ____________________________________________________________________________
80225 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80226         Log: Workaround for a sfio bug where the stream error indicator
80227              is not cleared as documented.
80228              
80229              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80230              From: Nicholas Clark <nick@ccl4.org>
80231              Date: Mon, 16 Oct 2000 18:28:23 +0100
80232              Message-ID: <20001016182823.J19700@plum.flirble.org>
80233      Branch: perl
80234            ! doio.c
80235 ____________________________________________________________________________
80236 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80237         Log: More IoTYPE sprinkling.
80238      Branch: perl
80239            ! doio.c pp_hot.c
80240 ____________________________________________________________________________
80241 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80242         Log: Detect early whether the std streams have gone bad.
80243              
80244              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80245              Date: Mon, 16 Oct 2000 23:28:42 +0100
80246              From: Nicholas Clark <nick@ccl4.org>
80247              Message-ID: <20001016232842.A37942@plum.flirble.org>
80248      Branch: perl
80249            ! t/op/misc.t
80250 ____________________________________________________________________________
80251 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80252         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80253              From: "Peter J. Farley III" <pjfarley@banet.net>
80254              Date: Mon, 16 Oct 2000 18:15:59 -0400
80255              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80256      Branch: perl
80257            ! djgpp/djgpp.c dosish.h t/io/open.t
80258 ____________________________________________________________________________
80259 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80260         Log: perldelta tweak.
80261      Branch: perl
80262            ! pod/perldelta.pod
80263 ____________________________________________________________________________
80264 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80265         Log: Update Changes.
80266      Branch: perl
80267            ! Changes patchlevel.h
80268 ____________________________________________________________________________
80269 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80270         Log: Add the capability to include/exclude branches.
80271      Branch: perl
80272            ! Porting/genlog
80273 ____________________________________________________________________________
80274 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80275         Log: Add Charles Lane.
80276      Branch: perl
80277            ! AUTHORS Changes
80278 ____________________________________________________________________________
80279 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80280         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80281      Branch: perl
80282            ! pod/perldelta.pod
80283 ____________________________________________________________________________
80284 [  7344] By: gsar                                  on 2000/10/16  09:30:21
80285         Log: integrate change#6220 from cfgperl
80286              
80287              Win32 patches from Benjamin Stuhl.
80288      Branch: maint-5.6/perl
80289           !> makedef.pl win32/win32.h
80290 ____________________________________________________________________________
80291 [  7343] By: gsar                                  on 2000/10/16  08:32:19
80292         Log: integrate changes#6221,6222 from cfgperl
80293              
80294              Remove tr///CU (the feature is to be obsoleted by better interfaces).
80295              From: simon@brecon.co.uk (Simon Cozens)
80296              Subject: [PATCH] Eliminate tr///[CU][CU]
80297              Date: 23 Jun 2000 11:05:40 GMT
80298              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
80299              
80300              doc typo fix
80301              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
80302              From: Ian Phillipps <Ian.Phillipps@iname.com>
80303              Date: Fri, 23 Jun 2000 10:40:58 +0100
80304              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
80305      Branch: maint-5.6/perl
80306           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
80307 ____________________________________________________________________________
80308 [  7342] By: gsar                                  on 2000/10/16  08:28:08
80309         Log: integrate change#6217 from cfgperl (in part)
80310              
80311              Rename the fdpid locking and integrate with Sarathy.
80312      Branch: maint-5.6/perl
80313           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
80314           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
80315           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
80316           !> win32/win32.c
80317 ____________________________________________________________________________
80318 [  7341] By: gsar                                  on 2000/10/16  08:23:39
80319         Log: integrate changes#6214..6216 from mainline
80320              
80321              @_ can't have junk in it even in the non-USE_ITHREADS case because
80322              caller() wants to populate @DB::args with it (causes a coredump
80323              in Carp::confess())
80324              
80325              tweak comment about @DB::args
80326              
80327              be more optimal about clearing @_
80328      Branch: maint-5.6/perl
80329           !> av.h cop.h pp_ctl.c t/op/runlevel.t
80330 ____________________________________________________________________________
80331 [  7340] By: gsar                                  on 2000/10/16  08:20:37
80332         Log: integrate changes#6207..6210 from cfgperl
80333              
80334              Subject: [PATCH 5.6.0] Threadsafe patches
80335              From: Dan Sugalski <dan@sidhe.org>
80336              To: perl5-porters@perl.org
80337              Date: Mon, 08 May 2000 18:08:13 -0400
80338              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
80339              
80340              Regen headers for #6207.
80341              
80342              Lock PL_fdpid against race conditions, based on:
80343              Subject: [PATCH 5.6.0]subprocess fixup for threads
80344              From: Dan Sugalski <dan@sidhe.org>
80345              To: perl5-porters@perl.org
80346              Date: Tue, 11 Apr 2000 17:02:32 -0400
80347              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
80348              
80349              Mopup for #6207 and #6209.
80350      Branch: maint-5.6/perl
80351           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
80352           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
80353           !> win32/win32.c
80354 ____________________________________________________________________________
80355 [  7339] By: gsar                                  on 2000/10/16  08:14:34
80356         Log: integrate change#6203 from cfgperl
80357              
80358              perldiag should refer to perlos2.pod not README.os2
80359      Branch: maint-5.6/perl
80360           !> pod/perldiag.pod
80361 ____________________________________________________________________________
80362 [  7338] By: gsar                                  on 2000/10/16  08:11:42
80363         Log: integrate change#6201 from mainline
80364              
80365              Perl_eval_pv() leaks 4 bytes every time it is called because it
80366              does a PUSHMARK that's never ever POPMARKed; in general, only
80367              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
80368              Perl_eval_[sp]v() don't because they don't take any incoming
80369              arguments (this leak has been around since the original version
80370              of perl_eval_pv() in 5.003_97e)
80371      Branch: maint-5.6/perl
80372           !> perl.c
80373 ____________________________________________________________________________
80374 [  7337] By: gsar                                  on 2000/10/16  08:08:47
80375         Log: integrate changes#6197..6200 from cfgperl
80376              
80377              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
80378              From: John Borwick <jhborwic@unity.ncsu.edu>
80379              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
80380              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
80381              
80382              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
80383              From: Dan Sugalski <dan@sidhe.org>
80384              To: vmsperl@perl.org, perl5-porters@perl.org
80385              Date: Fri, 02 Jun 2000 16:00:41 -0400
80386              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
80387              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
80388              
80389              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
80390              From: Dan Sugalski <dan@sidhe.org>
80391              To: perl5-porters@perl.org, vmsperl@perl.org
80392              Date: Fri, 02 Jun 2000 17:30:51 -0400
80393              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
80394              
80395              Update to cperl-mode.el 4.31 from
80396              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
80397              Subject: A couple of notes
80398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80399              To: Mailing list Perl5 <perl5-porters@perl.org>
80400              Date: Sat, 3 Jun 2000 23:33:32 -0400
80401              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
80402      Branch: maint-5.6/perl
80403           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
80404           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
80405           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
80406           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
80407           !> vms/vmsish.h
80408 ____________________________________________________________________________
80409 [  7336] By: gsar                                  on 2000/10/16  08:03:46
80410         Log: integrate changes#6194,6195 from mainline
80411              
80412              fix small eval"" memory leaks under USE_ITHREADS
80413              
80414              fix yet another eval"" leak under USE_ITHREADS
80415      Branch: maint-5.6/perl
80416           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
80417           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
80418           !> vms/perly_c.vms
80419 ____________________________________________________________________________
80420 [  7335] By: gsar                                  on 2000/10/16  08:02:15
80421         Log: integrate changes#6190,6191 from mainline
80422              
80423              submit missing embed.pl change
80424              
80425              vec() loses numericalness (modified version of patch suggested
80426              by Robin Barker)
80427      Branch: maint-5.6/perl
80428           !> doop.c embed.pl t/op/vec.t
80429 ____________________________________________________________________________
80430 [  7334] By: gsar                                  on 2000/10/16  08:01:03
80431         Log: integrate change#6189 from mainline
80432              
80433              counting tr/// corrupts later operation (from M.J.T Guy)
80434      Branch: maint-5.6/perl
80435           !> doop.c t/op/tr.t
80436 ____________________________________________________________________________
80437 [  7333] By: gsar                                  on 2000/10/16  07:59:07
80438         Log: integrate changes#6183..6188 from mainline
80439              
80440              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
80441              <nick@ccl4.org>)
80442              
80443              tweak for change#6127
80444              
80445              remove incorrect documentation about implicit split to @_ in
80446              list context, which never really worked in perl 5 (from
80447              M.J.T. Guy)
80448              
80449              further qualify references to "alphanumeric" (from Wolfgang Laun
80450              <wolfgang.laun@alcatel.at>)
80451              
80452              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80453              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80454              
80455              h2xs tweaks
80456      Branch: maint-5.6/perl
80457           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80458           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80459           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80460           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80461           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80462           !> pod/pod2latex.PL utils/h2xs.PL
80463 ____________________________________________________________________________
80464 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80465         Log: integrate change#6179 from mainline
80466              
80467              buggy modulus on UVs introduced by change#3378 (resulted in
80468              4063328477 % 65535 amounting to 27406, instead of 27407)
80469      Branch: maint-5.6/perl
80470           !> pp.c t/op/arith.t
80471 ____________________________________________________________________________
80472 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80473         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80474              
80475              Single-quoted utf8 patch from Simon Cozens.
80476              
80477              Substitution utf8 patch from Simon Cozens.
80478              
80479              Be cleaner.
80480              
80481              Be Cleaner Part Deux.
80482      Branch: maint-5.6/perl
80483           !> Makefile.SH pp_hot.c toke.c
80484 ____________________________________________________________________________
80485 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80486         Log: integrate change#6172 from mainline
80487              
80488              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80489              (from Ilya Zakharevich)
80490      Branch: maint-5.6/perl
80491           !> regexec.c t/op/re_tests
80492 ____________________________________________________________________________
80493 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80494         Log: integrate change#6171 from mainline
80495              
80496              scalar() doesn't force scalar context when used in void context
80497              (from Simon Cozens)
80498      Branch: maint-5.6/perl
80499           !> op.c t/op/wantarray.t
80500 ____________________________________________________________________________
80501 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80502         Log: integrate change#6170 from mainline
80503              
80504              change#6142 needs tweaks to tests to work where there's no
80505              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80506      Branch: maint-5.6/perl
80507           !> t/lib/filefind.t
80508 ____________________________________________________________________________
80509 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80510         Log: integrate changes#6166..6168 from cfgperl
80511              
80512              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80513              in case somebody wants to write an extension for more
80514              shadow database interfaces.
80515              
80516              tweak todo
80517              
80518              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80519      Branch: maint-5.6/perl
80520           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80521           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80522           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80523           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80524           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80525           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80526 ____________________________________________________________________________
80527 [  7326] By: gsar                                  on 2000/10/16  07:29:05
80528         Log: integrate changes#6157,6159..6161,6164 from cfgperl
80529              
80530              Regen Configure to jive with #6149.
80531              
80532              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80533              
80534              Changes for the File::Temp 0.08 (change #6159) test suite
80535              to fit better into the Perl distribution test framework.
80536              
80537              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80538              both from Simon Cozens.
80539              
80540              detypo
80541      Branch: maint-5.6/perl
80542           +> pod/perlmodlib.PL pod/perlnewmod.pod
80543           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
80544           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
80545           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80546           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80547 ____________________________________________________________________________
80548 [  7325] By: gsar                                  on 2000/10/16  07:25:13
80549         Log: integrate change#6158 from vmsperl
80550              
80551              Add fallback to tmpfile for use in cases where user's relying on
80552              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80553              Lane's patch)
80554      Branch: maint-5.6/perl
80555           !> vms/vms.c vms/vmsish.h
80556 ____________________________________________________________________________
80557 [  7324] By: gsar                                  on 2000/10/16  07:20:50
80558         Log: integrate changes#6153..6155 from mainline
80559              
80560              prettier Test::Harness output on failed tests (from Nicholas Clark
80561              <nick@Bagpuss.uk.boo.com>)
80562              
80563              avoid type mismatch warning
80564              
80565              small bug in change#6144; remove random \xA0 character that snuck
80566              in via change#6145
80567      Branch: maint-5.6/perl
80568           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
80569           !> perl.c
80570 ____________________________________________________________________________
80571 [  7323] By: gsar                                  on 2000/10/16  07:18:47
80572         Log: integrate changes#6151,6152 from mainline
80573              
80574              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80575              
80576              cosmetic fixups of RE debug output (from Ilya Zakharevich)
80577      Branch: maint-5.6/perl
80578           !> regexec.c
80579 ____________________________________________________________________________
80580 [  7322] By: gsar                                  on 2000/10/16  07:17:25
80581         Log: integrate changes#6146..6150 from mainline
80582              
80583              doc typo
80584              
80585              add a make entry to Config.pm so "perl -V:make" works on VMS
80586              (from Peter Prymmer)
80587              
80588              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80589              
80590              OS/2 tweaks for usethreads build (from Rocco Caputo
80591              <troc@netrus.net>)
80592              
80593              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80594      Branch: maint-5.6/perl
80595           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
80596           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
80597           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
80598           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
80599           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
80600           !> warnings.pl x2p/a2p.h
80601 ____________________________________________________________________________
80602 [  7321] By: gsar                                  on 2000/10/16  07:14:02
80603         Log: integrate changes#6143..6145 from mainline
80604              
80605              MacOS support, part 1 (from Matthias Neeracher
80606              <neeri@iis.ee.ethz.ch>)
80607              
80608              MacOS support, part 2: make AutoSplit use File::Spec instead
80609              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80610              <neeri@iis.ee.ethz.ch>)
80611              
80612              make xsubpp skip embedded pod (from Matthias Neeracher
80613              <neeri@iis.ee.ethz.ch>)
80614      Branch: maint-5.6/perl
80615           +> ext/DynaLoader/dl_mac.xs
80616           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80617           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
80618           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
80619           !> pp_ctl.c proto.h toke.c util.c util.h
80620 ____________________________________________________________________________
80621 [  7320] By: gsar                                  on 2000/10/16  07:12:13
80622         Log: integrate changes#6141,6142 from mainline
80623              
80624              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80625              forwarded by Peter Seebach from the bsdi-users mailing list.
80626              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80627              
80628              File::Find fails to chdir when chasing symlinks (from
80629              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80630      Branch: maint-5.6/perl
80631           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
80632 ____________________________________________________________________________
80633 [  7319] By: gsar                                  on 2000/10/16  07:04:30
80634         Log: integrate change#6139 from mainline
80635              
80636              revise mktables.PL for bugs and newness in Unicode 3.0
80637              (from James Bence <jbence@amgen.com>)
80638      Branch: maint-5.6/perl
80639           +> (branch 30 files)
80640           !> (integrate 49 files)
80641 ____________________________________________________________________________
80642 [  7318] By: gsar                                  on 2000/10/16  07:01:01
80643         Log: integrate changes#6137,6138 from mainline
80644              
80645              fix bogus redeclaration warning for "our" variables in different
80646              scopes
80647              
80648              add note about the handling of negative indices to tied arrays
80649              (from Michael G Schwern <schwern@pobox.com>)
80650      Branch: maint-5.6/perl
80651           !> op.c pod/perltie.pod t/pragma/strict-vars
80652 ____________________________________________________________________________
80653 [  7317] By: gsar                                  on 2000/10/16  06:58:46
80654         Log: integrate changes#6127..6136 from mainline
80655              
80656              call_method(...,G_EVAL) can longjmp() out if the method probing
80657              failed (from Gisle Aas)
80658              
80659              new perlxstut example for passing/returning refs to arrays
80660              (from David Lowe <dlowe@pootpoot.com>)
80661              
80662              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80663              
80664              fix places that mean C<"word" character> but say C<alphanumeric
80665              character>
80666              
80667              avoid warnings in POSIX.pm (from Barrie Slaymaker)
80668              
80669              warnings::enabled() doesn't fall back to looking at $^W if
80670              caller isn't using lexical warnings (from Paul Marquess)
80671              
80672              elide bogus test in change#6132
80673              
80674              make Test::Harness use wait.h/WCOREDUMP if available
80675              (from Ben Tilly <ben_tilly@hotmail.com>)
80676              
80677              enable Test::Harness to dynamically determine column width etc.
80678              (from Rob Napier <rnapier@employees.org>)
80679              
80680              random pod typos (from Peter Scott <Peter@PSDT.com>)
80681      Branch: maint-5.6/perl
80682           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
80683           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
80684           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
80685           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
80686 ____________________________________________________________________________
80687 [  7316] By: gsar                                  on 2000/10/16  06:53:23
80688         Log: integrate change#6126 from mainline
80689              
80690              change#2879 broke rvalue autovivification of magicals such as
80691              ${$num} (reworked variant of patch suggested by Simon Cozens)
80692      Branch: maint-5.6/perl
80693           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
80694           !> pp_hot.c proto.h t/op/gv.t
80695 ____________________________________________________________________________
80696 [  7315] By: gsar                                  on 2000/10/16  06:51:38
80697         Log: integrate changes#6123,6125 from mainline
80698              
80699              clarify gotcha with #line directives (from Rocco Caputo
80700              <troc@netrus.net>)
80701              
80702              enable propagating exception objects via Perl_croak() in XS code
80703              (from Gisle Aas)
80704      Branch: maint-5.6/perl
80705           !> pod/perldebug.pod pod/perlsyn.pod util.c
80706 ____________________________________________________________________________
80707 [  7314] By: gsar                                  on 2000/10/16  06:49:28
80708         Log: integrate change#6122 from mainline
80709              
80710              downgrade fatal error on C<"foo@nosucharray.com"> to optional
80711              warning (from Mark-Jason Dominus)
80712      Branch: maint-5.6/perl
80713           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
80714           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
80715           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
80716           !> toke.c
80717 ____________________________________________________________________________
80718 [  7313] By: gsar                                  on 2000/10/16  06:46:54
80719         Log: integrate changes#6112..6121 from vmsperl
80720              
80721              Check for existence of file before trying to delete
80722              
80723              Ugly workaround for version-specific RTL error
80724              
80725              Urk -- undo previous removal of vmsish 'exit' change
80726              
80727              Add bounds checking for several strings (Charles Lane)
80728              
80729              Miscellaneous cosmetic fixes (Charles Lane)
80730              
80731              Treat sockets as special in sys(read|write) (Charles Lane et al.)
80732              
80733              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
80734              Flatten case labels in switch statements uniformly (Charles Bailey)
80735              
80736              Quiet error messages in vmsish.t (Charles Lane)
80737              
80738              Add missing escape (Charles Lane)
80739              
80740              Allow eliminate_macros() and fixpath() to handle space-delimited
80741              lists (based on fixes by Craig Berry)
80742      Branch: maint-5.6/perl
80743           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
80744           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
80745           !> vms/vmsish.h
80746 ____________________________________________________________________________
80747 [  7312] By: gsar                                  on 2000/10/16  06:41:18
80748         Log: integrate changes#6107,6110 from cfgperl
80749              
80750              Tweak the todo list.
80751              
80752              todo tweak
80753      Branch: maint-5.6/perl
80754           !> Todo-5.6
80755 ____________________________________________________________________________
80756 [  7311] By: gsar                                  on 2000/10/16  06:38:38
80757         Log: integrate changes#6104,6108 from mainline
80758              
80759              PL_sys_intern was being initialized too late on windows
80760              
80761              reenable fake signal handling on Windows, bugs and all
80762      Branch: maint-5.6/perl
80763           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
80764           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
80765           !> win32/win32.c
80766 ____________________________________________________________________________
80767 [  7310] By: gsar                                  on 2000/10/16  06:36:03
80768         Log: integrate changes#6095,6097..6103 from cfgperl
80769              
80770              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
80771              might be useful in future.
80772              
80773              Add a note about possible compilation problems from Allen Smith.
80774              
80775              Add a note about other, yet unsupported, shadow password APIs.
80776              
80777              Tweaks for the cc bugs from Allen Smith.
80778              
80779              More compilation tweakery from Allen Smith.
80780              
80781              Hints and test tweaks for Unicos.
80782              
80783              The test suite tweak in #6101 wasn't quite right.
80784              
80785              Test tweaking for Unicos continues.
80786      Branch: maint-5.6/perl
80787           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80788           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
80789           !> t/lib/complex.t t/op/64bitint.t
80790 ____________________________________________________________________________
80791 [  7309] By: gsar                                  on 2000/10/16  06:29:41
80792         Log: integrate changes#6093,6094 from mainline
80793              
80794              fork() failure to create pseudo process sets errno=EAGAIN and returns
80795              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
80796              
80797              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
80798      Branch: maint-5.6/perl
80799           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80800           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
80801 ____________________________________________________________________________
80802 [  7308] By: gsar                                  on 2000/10/16  06:27:29
80803         Log: integrate change#6092 from cfgperl
80804              
80805              Regen perltoc with the fixed buildtoc.
80806      Branch: maint-5.6/perl
80807           !> pod/perltoc.pod
80808 ____________________________________________________________________________
80809 [  7307] By: gsar                                  on 2000/10/16  06:26:40
80810         Log: integrate changes#6089,6090 from mainline
80811              
80812              buildtoc tweak to fix newline lossage
80813              
80814              concat doesn't preserve utf8-ness, and doesn't invalidate
80815              [NI]OK; added tests for both
80816      Branch: maint-5.6/perl
80817           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
80818 ____________________________________________________________________________
80819 [  7306] By: gsar                                  on 2000/10/16  06:24:05
80820         Log: integrate change#6088 from cfgperl
80821              
80822              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
80823              because we do not use those.  The HAS_GETSPNAM remains,
80824              though, because we still do use that.
80825      Branch: maint-5.6/perl
80826           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80827           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
80828           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
80829           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80830           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80831           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80832 ____________________________________________________________________________
80833 [  7305] By: gsar                                  on 2000/10/16  06:15:52
80834         Log: integrate changes#6084,6085,6087 from mainline
80835              
80836              substr() does not preserve utf8-ness (from Stefan Eissing
80837              <Eissing@medicaldataservice.de>); added tests
80838              
80839              repeat operator (x) doesn't preserve utf8-ness
80840              
80841              reverse() and quotemeta() weren't preserving utf8-ness; add tests
80842      Branch: maint-5.6/perl
80843           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
80844 ____________________________________________________________________________
80845 [  7304] By: gsar                                  on 2000/10/16  06:13:10
80846         Log: integrate changes#6077..6083 from mainline
80847              
80848              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
80849              and Tom Phoenix)
80850              
80851              workaround for CRT bug in chdir() (from Charles Lane, via
80852              Peter Prymmer)
80853              
80854              remove outdated kludge in Carp (NULLs are permitted in diagnostics
80855              now)
80856              
80857              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80858              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80859              
80860              better default perlbug categories for ok reports (from Richard Foley)
80861              
80862              peek.t non-portable to ithreads
80863              
80864              note about undocumented caller() return value (from M.J.T. Guy);
80865              yet another peek.t tweak
80866      Branch: maint-5.6/perl
80867           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80868           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80869           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80870           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80871           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
80872           !> vms/vmsish.h
80873 ____________________________________________________________________________
80874 [  7303] By: gsar                                  on 2000/10/16  06:03:18
80875         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
80876              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
80877              
80878              &HUGE_VAL is not defined, it exists.
80879              
80880              Do not warn that an infinity does not look like a number.
80881              
80882              Rewrite the pwent/spent logic to be a little bit more clearer.
80883              
80884              Continue on the pwent/spent case.
80885              
80886              Correct Freudian slip.
80887              
80888              Use HUGE_VALL if applicable.
80889              
80890              pwent/spent #ifdef imbalance.
80891              
80892              Infinite problems.
80893              
80894              Call getspnam() only iff needd.
80895              
80896              Test both the scalar and list contexts.
80897              
80898              Use setxxent()/endxxent().
80899              
80900              Complex tweakery.
80901              
80902              Unicos hint tweak.
80903              
80904              Be more forgiving in POSIX about HUGE_VALL.
80905              
80906              Detypo.
80907              
80908              The search of infinity continues, this time simplified.
80909              
80910              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80911              in natively 64-bit platforms where a long is a quad (no need
80912              for long longs).  Also added bias for IVs.
80913              
80914              Complex tweaks.
80915              
80916              Introduce t/lib/peek.t.
80917              
80918              Make the test more portable.
80919      Branch: maint-5.6/perl
80920           +> t/lib/peek.t
80921            ! pp_sys.c
80922           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
80923           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
80924           !> t/op/pwent.t toke.c util.c
80925 ____________________________________________________________________________
80926 [  7302] By: gsar                                  on 2000/10/16  05:03:37
80927         Log: integrate changes#6066..6071 from mainline
80928              
80929              s/END/CHECK/
80930              
80931              replace direct call to sighandler() with (*PL_sighandlerp)()
80932              
80933              note about values()
80934              
80935              File::Spec compatibility update (from Barrie Slaymaker
80936              <barries@slaysys.com>)
80937              
80938              remove misleading comment (from M.J.T. Guy)
80939              
80940              misformatted perllocal.pod (from Tim Jenness
80941              <t.jenness@jach.hawaii.edu>)
80942      Branch: maint-5.6/perl
80943           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80944           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80945           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80946           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80947 ____________________________________________________________________________
80948 [  7301] By: gsar                                  on 2000/10/16  05:00:08
80949         Log: integrate changes#6061..6063 from mainline
80950              
80951              change#5921 neglected to make eq honor "use bytes"
80952              
80953              additional tests for utf8.t
80954              
80955              tokeq() could read unallocated field in argument
80956      Branch: maint-5.6/perl
80957           !> sv.c t/pragma/utf8.t toke.c
80958 ____________________________________________________________________________
80959 [  7300] By: gsar                                  on 2000/10/16  04:56:54
80960         Log: integrate changes#6046,6048,6057,6058 from mainline
80961              
80962              libscheck has insufficient checks for n32 libs (from
80963              Albert Chin-A-Young <china@thewrittenword.com>)
80964              
80965              add note about how $( doesn't interpolate in REs (from
80966              Philip Newton <newton@ficus.frogspace.net>)
80967              
80968              fix broken parsing of /\x{ab}/
80969              
80970              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80971              (spotted by Donald Kinzer <dkinzer@premia.com>)
80972      Branch: maint-5.6/perl
80973           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
80974           !> t/pragma/utf8.t
80975 ____________________________________________________________________________
80976 [  7299] By: gsar                                  on 2000/10/16  04:52:50
80977         Log: integrate change#6044 from mainline
80978              
80979              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80980              such that underscores are only ignored in literal numbers,
80981              "\x{...}", and hex/oct argument
80982      Branch: maint-5.6/perl
80983           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80984 ____________________________________________________________________________
80985 [  7298] By: gsar                                  on 2000/10/16  04:50:53
80986         Log: integrate changes#6027..6043 from mainline
80987              
80988              podlators-1.02 update (from Russ Allbery)
80989              
80990              Pod::Man generates groff-incompatible macro definition (from
80991              Tom Christiansen)
80992              
80993              add CGI.pm v2.66 (from Lincoln Stein)
80994              
80995              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80996              for @- and @+ (from Johan Vromans)
80997              
80998              small nits in diagnostics.pm (from Robin Barker)
80999              
81000              whitespace adjustments
81001              
81002              missing files in MANIFEST
81003              
81004              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
81005              to compensate
81006              
81007              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
81008              
81009              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
81010      Branch: maint-5.6/perl
81011           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
81012           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
81013           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
81014           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
81015           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
81016           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
81017           !> t/lib/cgi-html.t t/lib/cgi-request.t
81018 ____________________________________________________________________________
81019 [  7297] By: gsar                                  on 2000/10/16  04:44:30
81020         Log: integrate change#6025 from mainline
81021              
81022              Is{Alnum,Alpha,Word} don't match titlecase
81023              TODO: IsSpace is defined recursively!
81024              (both spotted by Larry)
81025      Branch: maint-5.6/perl
81026           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
81027           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
81028 ____________________________________________________________________________
81029 [  7296] By: gsar                                  on 2000/10/16  04:39:30
81030         Log: integrate change#6023 from mainline
81031              
81032              debugger stomps on $. (from M.J.T. Guy)
81033      Branch: maint-5.6/perl
81034           !> lib/perl5db.pl
81035 ____________________________________________________________________________
81036 [  7295] By: gsar                                  on 2000/10/16  04:38:02
81037         Log: integrate change#6022 from mainline
81038              
81039              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
81040      Branch: maint-5.6/perl
81041           !> sv.c
81042 ____________________________________________________________________________
81043 [  7294] By: gsar                                  on 2000/10/16  04:37:05
81044         Log: integrate changes#6018..6021 from mainline
81045              
81046              make lib/syslog.t portable to systems that don't have _PATH_LOG,
81047              make _PATH_LOG() return "" if unavailable
81048              
81049              windows portability tweaks
81050              
81051              test tweak
81052              
81053              remove Win2K issue in pod (fixed by change#6020)
81054      Branch: maint-5.6/perl
81055           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
81056           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
81057           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
81058 ____________________________________________________________________________
81059 [  7293] By: gsar                                  on 2000/10/16  04:20:00
81060         Log: integrate changes#6013..6015 from mainline
81061              
81062              tweak change#5945 to display correct switch name in diagnostic
81063              
81064              glob() loading File::Glob behind the scenes may cause syntax errors
81065              
81066              tweak test for portability
81067      Branch: maint-5.6/perl
81068           !> op.c perl.c pod/perldiag.pod t/lib/b.t
81069 ____________________________________________________________________________
81070 [  7292] By: gsar                                  on 2000/10/16  04:18:11
81071         Log: integrate changes#6005..6010 from mainline, cfgperl
81072              
81073              perldoc might fail via "use blib" (from Hugo van der Sanden)
81074              
81075              Regen Configure.
81076              
81077              note about compile failures and END blocks (from M.J.T. Guy)
81078              
81079              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81080              
81081              (change#6009 integrated earlier in change#7255)
81082              
81083              clarify note about shadow password support (from
81084              gellyfish@gellyfish.com)
81085      Branch: maint-5.6/perl
81086           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81087           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
81088           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
81089 ____________________________________________________________________________
81090 [  7291] By: gsar                                  on 2000/10/16  04:12:03
81091         Log: integrate changes#6002,6003 from mainline
81092              
81093              destructive sv_setsv() can lose UV-ness from source, causing
81094              numeric promotions/comparisons to fail to do the right thing
81095              
81096              allow REG_EXPAND_SZ keys in Windows registry (from
81097              John Clayton <John.Clayton@barclayscapital.com>)
81098      Branch: maint-5.6/perl
81099           !> sv.c win32/win32.c
81100 ____________________________________________________________________________
81101 [  7290] By: gsar                                  on 2000/10/16  04:10:19
81102         Log: integrate change#6001 from mainline
81103              
81104              support additional library locations via $Config{otherlibdirs}
81105              (from Andy Dougherty)
81106      Branch: maint-5.6/perl
81107           !> Configure INSTALL Porting/Glossary Porting/config.sh
81108           !> Porting/config_H config_h.SH epoc/config.sh perl.c
81109           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81110           !> win32/config.bc win32/config.gc win32/config.vc
81111 ____________________________________________________________________________
81112 [  7289] By: gsar                                  on 2000/10/16  04:08:28
81113         Log: integrate change#5999 from mainline
81114              
81115              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81116      Branch: maint-5.6/perl
81117           !> t/pragma/warn/toke toke.c
81118 ____________________________________________________________________________
81119 [  7288] By: gsar                                  on 2000/10/16  04:07:01
81120         Log: integrate changes#5997,5998 from cfgperl
81121              
81122              Preserve $!.
81123              
81124              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81125      Branch: maint-5.6/perl
81126           !> lib/Math/Complex.pm
81127 ____________________________________________________________________________
81128 [  7287] By: gsar                                  on 2000/10/16  04:04:37
81129         Log: integrate change#5995 from mainline
81130              
81131              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81132      Branch: maint-5.6/perl
81133           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81134 ____________________________________________________________________________
81135 [  7286] By: gsar                                  on 2000/10/16  04:03:21
81136         Log: integrate change#5994 from mainline
81137              
81138              fix for missed accounting for null byte in pack("Z",...) (from
81139              M.J.T. Guy)
81140      Branch: maint-5.6/perl
81141           !> pp.c t/op/pack.t
81142 ____________________________________________________________________________
81143 [  7285] By: gsar                                  on 2000/10/16  04:02:11
81144         Log: integrate changes#5989..5993 from mainline
81145              
81146              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81147              itself and no other (from Tom Hughes)
81148              
81149              use $ENV{LIB} to search for libs under Visual C compiler
81150              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81151              
81152              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81153              
81154              pod nit (from Simon Cozens)
81155              
81156              various minor tweaks seen on p5p
81157      Branch: maint-5.6/perl
81158           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
81159           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
81160           !> t/op/array.t toke.c
81161 ____________________________________________________________________________
81162 [  7284] By: gsar                                  on 2000/10/16  03:59:00
81163         Log: integrate changes#5978..5988 from mainline
81164              
81165              sync version numbers in File::Spec with the ones on CPAN
81166              (from Barrie Slaymaker)
81167              
81168              under useithreads, constant pad entries could inadvertantly be
81169              shared across threads (from Eric Blood <eblood@xmission.com>);
81170              added Eric's test case to testsuite
81171              
81172              allow Configure -S to run non-interactively (spotted by Greg Hudson
81173              <ghudson@mit.edu>)
81174              
81175              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81176              prototype mismatch with CORE::glob(); update pod and tests to
81177              suit (File::Glob::glob() is still available for backward
81178              compatibility, but should be considered deprecated)
81179              
81180              avoid error in IO::Socket::INET when given an unknown service name
81181              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81182              
81183              numeric conversion of non-number in change#3378 tramples on
81184              OOK offset, causing segfaults
81185              
81186              attributes::reftype() doesn't work on tied argument
81187              
81188              forked child may not exit correctly if it failed to open
81189              /dev/console (from Graham Barr)
81190              
81191              add regular expressions tutorial and quick-start guide (from
81192              Mark Kvale <kvale@phy.ucsf.edu>)
81193              
81194              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81195              
81196              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81197              <paul@miraclefish.com>)
81198      Branch: maint-5.6/perl
81199           +> pod/perlrequick.pod pod/perlretut.pod
81200           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81201           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81202           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81203           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81204           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81205           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81206           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81207           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81208 ____________________________________________________________________________
81209 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81210         Log: integrate change#5977 from mainline
81211              
81212              autoquote barewords followed by newline and arrow properly
81213              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81214      Branch: maint-5.6/perl
81215           !> t/pragma/warn/toke toke.c
81216 ____________________________________________________________________________
81217 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81218         Log: integrate change#5976 from mainline
81219              
81220              DB_File v1.73 update (from Paul Marquess)
81221      Branch: maint-5.6/perl
81222           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81223           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81224 ____________________________________________________________________________
81225 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81226         Log: integrate change#5975 from mainline
81227              
81228              allow sort() reentrancy (variant of patch suggested by
81229              Hugo van der Sanden)
81230      Branch: maint-5.6/perl
81231           !> pp_ctl.c t/op/sort.t
81232 ____________________________________________________________________________
81233 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81234         Log: integrate change#5974 from mainline
81235              
81236              change#4197 somehow missed initializing PL_errors, meaning
81237              syntax error queueing wasn't working outside eval"" at all;
81238              also fixed eval"" to localize PL_error_count, so that compile-time
81239              eval's don't clobber the error state of the outer context
81240      Branch: maint-5.6/perl
81241           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81242           !> t/pragma/warn/toke
81243 ____________________________________________________________________________
81244 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81245         Log: integrate change#5973 from mainline
81246              
81247              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81248      Branch: maint-5.6/perl
81249           !> regcomp.c regexec.c t/op/re_tests
81250 ____________________________________________________________________________
81251 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81252         Log: integrate change#5971 from cfgperl
81253              
81254              Unicos tweaks from Mark P. Lutz.
81255      Branch: maint-5.6/perl
81256           !> hints/unicos.sh lib/Math/Complex.pm
81257 ____________________________________________________________________________
81258 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81259         Log: integrate changes#5966..5970 from mainline
81260              
81261              add testsuite for B backends, fix bug in B::Deparse (from
81262              Simon Cozens <simon@brecon.co.uk>)
81263              
81264              improved docs on the warn_uninit diagnostic (from David Glasser
81265              and Simon Cozens)
81266              
81267              tolerate spaces in group names in test on solaris (from David Boyce
81268              <dsb@boyski.com>)
81269              
81270              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81271              
81272              Data::Dumper fumbles negative numbers on 32-bit platforms where
81273              IV is >32bits
81274      Branch: maint-5.6/perl
81275           +> t/lib/b.t t/lib/syslog.t
81276           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81277           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81278           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81279 ____________________________________________________________________________
81280 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81281         Log: integrate change#5965 from mainline
81282              
81283              avoid "will not stay shared" warnings for our variables (from
81284              Robin Barker)
81285      Branch: maint-5.6/perl
81286           !> op.c t/pragma/warn/op
81287 ____________________________________________________________________________
81288 [  7275] By: gsar                                  on 2000/10/16  03:38:18
81289         Log: integrate change#5964 from mainline
81290              
81291              reformat to 72 columns (again)
81292      Branch: maint-5.6/perl
81293           !> pod/perldiag.pod
81294 ____________________________________________________________________________
81295 [  7274] By: gsar                                  on 2000/10/16  03:36:58
81296         Log: integrate change#5963 from mainline
81297              
81298              patch from Larry to make (\&) prototype work; added tests for
81299              the same
81300      Branch: maint-5.6/perl
81301           !> op.c t/comp/proto.t
81302 ____________________________________________________________________________
81303 [  7273] By: gsar                                  on 2000/10/16  03:35:51
81304         Log: integrate changes#5956..5962 from mainline
81305              
81306              better diagnostics on failed tests (from Ilya Zakharevich)
81307              
81308              pod nits (from A. C. Yardley <yardley@tanet.net>)
81309              
81310              change#3569 deleted some essential code, revert; avoid use of
81311              atexit() to make DynaLoader work properly on AIX under mod_perl
81312              (from Jens-Uwe Mager <jum@helios.de>)
81313              
81314              doubled words in pods (from Simon Cozens
81315              <simon.p.cozens@jp.pwcglobal.com>)
81316              
81317              better INSTALL notes on Solaris issues (from Dominic Dunlop)
81318              
81319              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81320              
81321              updated README.hpux (from Jeff Okamoto)
81322      Branch: maint-5.6/perl
81323           !> INSTALL README.hpux emacs/cperl-mode.el
81324           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
81325           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
81326           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
81327           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
81328           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
81329           !> t/op/lex_assign.t
81330 ____________________________________________________________________________
81331 [  7272] By: gsar                                  on 2000/10/16  03:31:22
81332         Log: integrate change#5955 from mainline
81333              
81334              longstanding bug exposed by change#3307: sort arguments weren't
81335              compiled with the right wantarray context (ensuing runtime lookup
81336              via block_gimme() was getting the incidental context of the
81337              sort() itself)
81338      Branch: maint-5.6/perl
81339           !> op.c t/op/sort.t
81340 ____________________________________________________________________________
81341 [  7271] By: gsar                                  on 2000/10/16  03:29:11
81342         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
81343              branch
81344              
81345              Flatten the cpp jungle doing the nosuid checking.
81346              
81347              Do not assume sign propagation. (from M.J.T. Guy)
81348              
81349              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
81350              
81351              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81352              Now pp_ncmp() returns undef is either operand is a NaN.
81353              
81354              On second thoughts frexp() does have two arguments.
81355              
81356              Document that tr() is not tr(1).
81357              
81358              Be more robust on "extreme" (large absolute value)
81359              arguments.  Originally reported by Daniel Connelly
81360              as a problem with asinh() on large negative arguments,
81361              asinh() used to bail out because an argument to log()
81362              ended up being zero.  Ilya Zakharevich proposed using
81363              Taylor's series in such cases, which for such large
81364              arguments is a very good approximation.
81365              
81366              Undo "use integer" addition from 64bitint as it seems
81367              to break most of the subtests in Digital UNIX;
81368              Unicos needs to find another way.
81369      Branch: maint-5.6/perl
81370           !> (integrate 29 files)
81371 ____________________________________________________________________________
81372 [  7270] By: gsar                                  on 2000/10/16  03:09:44
81373         Log: integrate changes#5948,5949,5950 from mainline
81374              
81375              typo in vars.pm that leads to cryptic message (from Piotr
81376              Piatkowski <kompas@kompas.usr.onet.pl>)
81377              
81378              make perldoc use the pod2man from the same version (from
81379              M.J.T. Guy)
81380              
81381              reformat perldiag to avoid long lines
81382      Branch: maint-5.6/perl
81383           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
81384 ____________________________________________________________________________
81385 [  7269] By: gsar                                  on 2000/10/16  03:05:54
81386         Log: integrate change#5947 from mainline
81387              
81388              use &dl_error rather than &dl_load_file as the guard for calling
81389              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81390              statically built perl)
81391      Branch: maint-5.6/perl
81392           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81393 ____________________________________________________________________________
81394 [  7268] By: gsar                                  on 2000/10/16  03:04:48
81395         Log: integrate change#5945 from mainline
81396              
81397              make module name mandatory after -M switch; reorder perldiag
81398              alphabetically (from Mark-Jason Dominus)
81399      Branch: maint-5.6/perl
81400           !> perl.c pod/perldiag.pod
81401 ____________________________________________________________________________
81402 [  7267] By: gsar                                  on 2000/10/16  03:03:01
81403         Log: integrate change#5939 from mainline
81404              
81405              more pod nits (from Larry Virden)
81406      Branch: maint-5.6/perl
81407           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
81408           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81409           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81410 ____________________________________________________________________________
81411 [  7266] By: gsar                                  on 2000/10/16  03:01:39
81412         Log: integrate change#5938 from mainline
81413              
81414              Consolidated B::Deparse fixes (from Stephen McCamant)
81415      Branch: maint-5.6/perl
81416           !> ext/B/B/Deparse.pm
81417 ____________________________________________________________________________
81418 [  7265] By: gsar                                  on 2000/10/16  03:00:43
81419         Log: integrate change#5936 from mainline
81420              
81421              additional tests for change#7263 (from Paul Marquess)
81422      Branch: maint-5.6/perl
81423           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81424           !> t/pragma/warn/5nolint t/pragma/warn/6default
81425 ____________________________________________________________________________
81426 [  7264] By: gsar                                  on 2000/10/16  02:58:34
81427         Log: integrate change#5934 from mainline
81428              
81429              propagate lexical warnings from surrounding scope correctly
81430              within string eval() (from Paul Marquess)
81431      Branch: maint-5.6/perl
81432           !> pp_ctl.c t/pragma/warn/pp_ctl
81433 ____________________________________________________________________________
81434 [  7263] By: gsar                                  on 2000/10/16  02:56:53
81435         Log: integrate change#5932 from mainline
81436              
81437              add rsignal(), whichsig() and do_join() to public API list
81438              (mod_perl uses them to good advantage)
81439      Branch: maint-5.6/perl
81440           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
81441 ____________________________________________________________________________
81442 [  7262] By: gsar                                  on 2000/10/16  02:55:53
81443         Log: integrate change#5931 from mainline
81444              
81445              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81446      Branch: maint-5.6/perl
81447           !> pp_hot.c regexec.c t/op/pat.t
81448 ____________________________________________________________________________
81449 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81450         Log: integrate change#5930 from mainline
81451              
81452              small os390 tweaks (from Peter Prymmer)
81453      Branch: maint-5.6/perl
81454           !> config_h.SH makedepend.SH
81455 ____________________________________________________________________________
81456 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81457         Log: integrate change#5929 from mainline
81458              
81459              pod nits
81460      Branch: maint-5.6/perl
81461           !> pod/perlguts.pod
81462 ____________________________________________________________________________
81463 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81464         Log: integrate change#5927 from mainline
81465              
81466              arrange for next() to resume at the unstack op rather than the
81467              loop conditional, so that scope cleanup happens correctly
81468              (from Stephen McCamant)
81469      Branch: maint-5.6/perl
81470           !> op.c pp_ctl.c t/op/misc.t
81471 ____________________________________________________________________________
81472 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81473         Log: integrate change#5926 from mainline
81474              
81475              on windows, reserve 16M of stack rather than 128M (allows more
81476              threads to run concurrently)
81477      Branch: maint-5.6/perl
81478           !> win32/Makefile win32/makefile.mk
81479 ____________________________________________________________________________
81480 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81481         Log: integrate change#5925 from mainline
81482              
81483              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81484      Branch: maint-5.6/perl
81485           !> toke.c
81486 ____________________________________________________________________________
81487 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81488         Log: integrate change#5924 from mainline
81489              
81490              avoid using uninitialized memory in require version check
81491      Branch: maint-5.6/perl
81492           !> pp_ctl.c universal.c
81493 ____________________________________________________________________________
81494 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81495         Log: integrate changes#5923,5928,6009 from mainline
81496              
81497              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81498      Branch: maint-5.6/perl
81499           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81500 ____________________________________________________________________________
81501 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81502         Log: integrate change#5922 from mainline
81503              
81504              commentary about IoTYPE() (from Nathan Torkington)
81505      Branch: maint-5.6/perl
81506           !> sv.h
81507 ____________________________________________________________________________
81508 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81509         Log: integrate change#5921 from mainline
81510              
81511              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81512      Branch: maint-5.6/perl
81513           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81514 ____________________________________________________________________________
81515 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81516         Log: integrate change#5920 from mainline
81517              
81518              Larry's fix for buggy propagation of utf8-ness in join(); add test
81519      Branch: maint-5.6/perl
81520           !> doop.c t/op/ver.t
81521 ____________________________________________________________________________
81522 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81523         Log: integrate changes#5915..5919 from mainline
81524              
81525              various (pod tweaks &c)
81526      Branch: maint-5.6/perl
81527           !> (integrate 33 files)
81528 ____________________________________________________________________________
81529 [  7250] By: gsar                                  on 2000/10/16  02:38:16
81530         Log: integrate change#5914 from mainline
81531              
81532              caller() wasn't returning the right number of elements for
81533              eval {...}
81534      Branch: maint-5.6/perl
81535           !> pp_ctl.c t/pragma/warn/9enabled
81536 ____________________________________________________________________________
81537 [  7249] By: gsar                                  on 2000/10/16  02:37:02
81538         Log: integrate change#5913 from mainline
81539              
81540              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
81541              (from Mark-Jason Dominus)
81542      Branch: maint-5.6/perl
81543           !> pod/perlfunc.pod
81544 ____________________________________________________________________________
81545 [  7248] By: gsar                                  on 2000/10/16  02:35:58
81546         Log: integrate change#5912 from mainline
81547              
81548              fix totally broken caching in UNIVERSAL::isa() (from
81549              Nick Ing-Simmons)
81550      Branch: maint-5.6/perl
81551           !> t/op/universal.t universal.c
81552 ____________________________________________________________________________
81553 [  7247] By: gsar                                  on 2000/10/16  02:34:27
81554         Log: integrate changes#5910,5911 from mainline
81555              
81556              typo in pod
81557              
81558              add linebreak properties from unicode/LineBrk.txt (from
81559              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81560      Branch: maint-5.6/perl
81561           +> (branch 29 files)
81562           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
81563 ____________________________________________________________________________
81564 [  7246] By: gsar                                  on 2000/10/16  02:33:29
81565         Log: integrate change#5909 from mainline
81566              
81567              mode argument to do_binmode() should be file mode, not boolean
81568      Branch: maint-5.6/perl
81569           !> pp_sys.c
81570 ____________________________________________________________________________
81571 [  7245] By: gsar                                  on 2000/10/16  02:31:04
81572         Log: integrate change#5908 from mainline
81573              
81574              introduce illegal symbols into null package so that
81575              gv_fetchpv(...,TRUE) always returns a valid GV even when the
81576              symbol is trapped by strictures (avoids coredumps)
81577      Branch: maint-5.6/perl
81578           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
81579           !> t/pragma/strict-vars
81580 ____________________________________________________________________________
81581 [  7244] By: jhi                                   on 2000/10/16  02:29:54
81582         Log: Subject: $Carp::ExportLevel confusion in Exporter
81583              From: "Ben Tilly" <ben_tilly@hotmail.com>
81584              Date: Sat, 14 Oct 2000 16:44:34 EDT
81585              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
81586      Branch: perl
81587            ! lib/Exporter/Heavy.pm
81588 ____________________________________________________________________________
81589 [  7243] By: jhi                                   on 2000/10/16  02:28:33
81590         Log: Subject: [PATCH perlguts.pod] Document offset hack
81591              From: Simon Cozens <simon@cozens.net>
81592              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
81593              Date: Sat, 14 Oct 2000 19:32:25 +0100
81594      Branch: perl
81595            ! pod/perlguts.pod
81596 ____________________________________________________________________________
81597 [  7242] By: gsar                                  on 2000/10/16  02:26:51
81598         Log: integrate changes#5905,5906,5907,6064 from mainline
81599              
81600              printf/sprintf didn't get quad types right under use64bitint
81601      Branch: maint-5.6/perl
81602           !> pp_sys.c sv.c t/op/64bitint.t
81603 ____________________________________________________________________________
81604 [  7241] By: jhi                                   on 2000/10/16  02:22:44
81605         Log: Subject: small pod patch
81606              From: Dan Boorstein <dan_boo@bellsouth.net>
81607              Date: Sat, 14 Oct 2000 14:29:24 -0400
81608              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
81609      Branch: perl
81610            ! pod/perlfaq7.pod pod/perlmod.pod
81611 ____________________________________________________________________________
81612 [  7240] By: jhi                                   on 2000/10/16  02:13:46
81613         Log: -w cleanup.
81614              
81615              Subject: Re: Problems with bleadperl 
81616              From: "Stephen P. Potter" <spp@ds.net>
81617              Date: Fri, 13 Oct 2000 13:32:49 -0400
81618              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
81619      Branch: perl
81620            ! t/pragma/overload.t
81621 ____________________________________________________________________________
81622 [  7239] By: jhi                                   on 2000/10/16  01:41:18
81623         Log: One more ~utf8 tweak.
81624      Branch: perl
81625            ! t/op/bop.t
81626 ____________________________________________________________________________
81627 [  7238] By: jhi                                   on 2000/10/16  01:34:14
81628         Log: Tweak the test of #7235.
81629      Branch: perl
81630            ! t/op/bop.t
81631 ____________________________________________________________________________
81632 [  7237] By: jhi                                   on 2000/10/16  01:25:04
81633         Log: Fix a couple of compiler-noted nits in #7235.
81634      Branch: perl
81635            ! pp.c
81636 ____________________________________________________________________________
81637 [  7236] By: jhi                                   on 2000/10/16  01:22:46
81638         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
81639      Branch: perl
81640            ! pp.c pp_hot.c
81641 ____________________________________________________________________________
81642 [  7235] By: jhi                                   on 2000/10/15  16:24:44
81643         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
81644              
81645              From: Simon Cozens <simon@cozens.net>
81646              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
81647              Date: Sat, 14 Oct 2000 20:52:13 +0100
81648              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
81649      Branch: perl
81650            ! pp.c t/op/bop.t utf8.h
81651 ____________________________________________________________________________
81652 [  7234] By: jhi                                   on 2000/10/15  15:19:29
81653         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
81654              The problem was that rx->minlen was in chars while pp_split()
81655              thought it would be in bytes. 
81656      Branch: perl
81657            ! pp.c t/pragma/utf8.t
81658 ____________________________________________________________________________
81659 [  7233] By: jhi                                   on 2000/10/14  20:24:24
81660         Log: Document FNCASE=y as discussed in the bug 20000902.009.
81661      Branch: perl
81662            ! README.dos
81663 ____________________________________________________________________________
81664 [  7232] By: jhi                                   on 2000/10/14  18:52:21
81665         Log: Add test for bug id 20000427.003 (which seems to have
81666              been fixed) (also duplicate as 20000427.004, though
81667              with a higher severity).  Move one utf8 from op/append
81668              to pragma/utf8, tag the tests with bug ids.
81669      Branch: perl
81670            ! t/op/append.t t/pragma/utf8.t
81671 ____________________________________________________________________________
81672 [  7231] By: jhi                                   on 2000/10/14  17:28:37
81673         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
81674      Branch: perl
81675            ! t/pragma/utf8.t
81676 ____________________________________________________________________________
81677 [  7230] By: jhi                                   on 2000/10/14  14:24:50
81678         Log: Needs to be conditional on SunOS 4.
81679              
81680              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
81681              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81682              Date: Sat, 14 Oct 2000 13:37:49 +0100
81683              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
81684      Branch: metaconfig/U/perl
81685            ! End.U
81686      Branch: perl
81687            ! Configure myconfig.SH pod/perldelta.pod
81688 ____________________________________________________________________________
81689 [  7229] By: jhi                                   on 2000/10/14  00:49:22
81690         Log: Update Changes.
81691      Branch: perl
81692            ! Changes patchlevel.h
81693 ____________________________________________________________________________
81694 [  7228] By: jhi                                   on 2000/10/14  00:46:10
81695         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
81696              From: Peter Prymmer <pvhp@forte.com>
81697              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
81698              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
81699      Branch: perl
81700            ! lib/utf8.pm
81701 ____________________________________________________________________________
81702 [  7227] By: jhi                                   on 2000/10/13  23:20:30
81703         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
81704      Branch: perl
81705            ! t/op/tie.t
81706 ____________________________________________________________________________
81707 [  7226] By: jhi                                   on 2000/10/13  22:14:32
81708         Log: Tweak #7225.
81709              
81710              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
81711              From: Peter Prymmer <pvhp@forte.com>
81712              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
81713              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
81714      Branch: perl
81715            ! t/op/sprintf.t
81716 ____________________________________________________________________________
81717 [  7225] By: jhi                                   on 2000/10/13  22:11:31
81718         Log: op/sprintf.t patch for OS/390 (and any other host with limited
81719              floating-point exponent length)
81720              
81721              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
81722              From: Dominic Dunlop <domo@computer.org>
81723              Date: Fri, 13 Oct 2000 19:17:57 +0200
81724              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
81725      Branch: perl
81726            ! t/op/sprintf.t
81727 ____________________________________________________________________________
81728 [  7224] By: jhi                                   on 2000/10/13  18:40:48
81729         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
81730      Branch: perl
81731            ! toke.c
81732 ____________________________________________________________________________
81733 [  7223] By: jhi                                   on 2000/10/13  18:37:13
81734         Log: Thinko in #7222.
81735      Branch: perl
81736            ! utf8.c
81737 ____________________________________________________________________________
81738 [  7222] By: jhi                                   on 2000/10/13  18:05:23
81739         Log: Use UTF8SKIP(), from Simon Cozens.
81740      Branch: perl
81741            ! utf8.c
81742 ____________________________________________________________________________
81743 [  7221] By: jhi                                   on 2000/10/13  15:43:19
81744         Log: (accidentally empty check-in)
81745      Branch: perl
81746            ! utf8.c
81747 ____________________________________________________________________________
81748 [  7220] By: jhi                                   on 2000/10/13  15:23:51
81749         Log: Add (optimistically) Storable to static extensions.
81750      Branch: perl
81751            ! hints/uwin.sh hints/vmesa.sh
81752 ____________________________________________________________________________
81753 [  7219] By: jhi                                   on 2000/10/13  15:20:05
81754         Log: Amdahl UTS doesn't seem to do dynaloading.
81755      Branch: perl
81756            ! hints/uts.sh
81757 ____________________________________________________________________________
81758 [  7218] By: jhi                                   on 2000/10/13  15:15:20
81759         Log: Slight tweak of the code to appease Amdahl UTS cc.
81760      Branch: perl
81761            ! pp.c
81762 ____________________________________________________________________________
81763 [  7217] By: jhi                                   on 2000/10/13  14:50:42
81764         Log: In Amdahl UTS "struct sv" is defined by a system header,
81765              <ksync.h>.
81766      Branch: perl
81767            ! perl.h sv.h
81768 ____________________________________________________________________________
81769 [  7216] By: jhi                                   on 2000/10/13  11:58:25
81770         Log: Ilya implemented the memory profiling API.
81771      Branch: perl
81772            ! Todo
81773 ____________________________________________________________________________
81774 [  7215] By: jhi                                   on 2000/10/13  02:56:38
81775         Log: Subject: [PATCH 5.7.0] Perl API for mstats
81776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81777              Date: Thu, 12 Oct 2000 22:52:40 -0400
81778              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
81779      Branch: perl
81780            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
81781 ____________________________________________________________________________
81782 [  7214] By: jhi                                   on 2000/10/13  02:55:38
81783         Log: Subject: [PATCH 5.7.0] IVs in mtats
81784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81785              Date: Thu, 12 Oct 2000 22:51:04 -0400
81786              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
81787      Branch: perl
81788            ! malloc.c perl.h
81789 ____________________________________________________________________________
81790 [  7213] By: jhi                                   on 2000/10/13  02:31:47
81791         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
81792      Branch: perl
81793            ! pod/perldiag.pod pp_sys.c
81794 ____________________________________________________________________________
81795 [  7212] By: jhi                                   on 2000/10/13  01:27:38
81796         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
81797              From: Peter Prymmer <pvhp@forte.com>
81798              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
81799              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
81800      Branch: perl
81801            ! t/op/oct.t
81802 ____________________________________________________________________________
81803 [  7211] By: jhi                                   on 2000/10/13  00:35:09
81804         Log: Update Changes.
81805      Branch: perl
81806            ! Changes patchlevel.h
81807 ____________________________________________________________________________
81808 [  7210] By: jhi                                   on 2000/10/12  23:59:40
81809         Log: The Install.pm third of
81810              
81811              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81812              From: Bill Campbell <bill@celestial.com>
81813              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81814              Date: Thu, 5 Oct 2000 18:04:51 -0700
81815      Branch: perl
81816            ! lib/ExtUtils/Install.pm
81817 ____________________________________________________________________________
81818 [  7209] By: jhi                                   on 2000/10/12  23:58:43
81819         Log: Two thirds of
81820              
81821              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81822              Date: Thu, 5 Oct 2000 18:04:51 -0700
81823              From: Bill Campbell <bill@celestial.com>
81824              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81825              
81826              The Install.pm changes will be submitted separately because
81827              they need some work and discussion still.
81828      Branch: perl
81829            ! lib/getopts.pl lib/termcap.pl
81830 ____________________________________________________________________________
81831 [  7208] By: jhi                                   on 2000/10/12  23:41:19
81832         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
81833              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81834              Date:     Thu, 12 Oct 2000 07:30:02 EDT
81835              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
81836      Branch: perl
81837            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
81838            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
81839 ____________________________________________________________________________
81840 [  7207] By: jhi                                   on 2000/10/12  23:39:01
81841         Log: An updated EBCDIC tr patch.
81842              
81843              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
81844              From: Peter Prymmer <pvhp@forte.com>
81845              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
81846              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
81847      Branch: perl
81848            ! t/op/tr.t
81849 ____________________________________________________________________________
81850 [  7206] By: jhi                                   on 2000/10/12  23:34:55
81851         Log: Upgrade to CPAN 1.58, from Andreas König.
81852      Branch: perl
81853            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81854 ____________________________________________________________________________
81855 [  7205] By: jhi                                   on 2000/10/12  23:29:08
81856         Log: Introduce the man[24-8] variables, from Andy Dougherty.
81857      Branch: metaconfig/U/perl
81858            + mandirs.U mandirstyle.U
81859      Branch: perl
81860            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81861            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
81862            ! vos/config.h vos/config.pl vos/config_h.SH_orig
81863            ! win32/config.bc win32/config.gc win32/config.vc
81864 ____________________________________________________________________________
81865 [  7204] By: gsar                                  on 2000/10/12  18:11:24
81866         Log: restore change#7202
81867      Branch: perl
81868            ! mg.c
81869 ____________________________________________________________________________
81870 [  7203] By: gsar                                  on 2000/10/12  18:09:40
81871         Log: another test of the Emergency Broadcast System--back out 
81872              change#7202
81873      Branch: perl
81874            ! mg.c
81875 ____________________________________________________________________________
81876 [  7202] By: gsar                                  on 2000/10/12  16:40:47
81877         Log: (submitted on behalf of Jarkko)
81878              Fix the lib/encode.t subtest 6 failure as reported by Andreas
81879              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
81880              was unearthed by change 7182, as was a bug in HTML::Entities.
81881      Branch: perl
81882            ! mg.c
81883 ____________________________________________________________________________
81884 [  7201] By: jhi                                   on 2000/10/11  03:16:05
81885         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
81886      Branch: perl
81887            ! pp_hot.c t/pragma/utf8.t
81888 ____________________________________________________________________________
81889 [  7200] By: jhi                                   on 2000/10/11  00:40:30
81890         Log: The #7198 was a false alarm.
81891      Branch: perl
81892            ! pp_hot.c
81893 ____________________________________________________________________________
81894 [  7199] By: jhi                                   on 2000/10/11  00:26:04
81895         Log: Remove duplicated code.
81896      Branch: perl
81897            ! t/lib/cgi-html.t
81898 ____________________________________________________________________________
81899 [  7198] By: jhi                                   on 2000/10/10  23:30:46
81900         Log: (Retracted by #7200.)
81901      Branch: perl
81902            ! pp_hot.c
81903 ____________________________________________________________________________
81904 [  7197] By: jhi                                   on 2000/10/10  21:49:30
81905         Log: Add the test case for #7190, from the original bug report
81906              by Andreas König.
81907      Branch: perl
81908            ! t/pragma/utf8.t
81909 ____________________________________________________________________________
81910 [  7196] By: jhi                                   on 2000/10/10  21:40:49
81911         Log: Reapply Andy's patch and regen Configure.
81912      Branch: perl
81913            ! Configure INSTALL Makefile.SH Porting/Glossary
81914            ! Porting/config.sh config_h.SH epoc/config.sh installperl
81915            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81916            ! win32/config.vc
81917 ____________________________________________________________________________
81918 [  7195] By: jhi                                   on 2000/10/10  21:09:30
81919         Log: Use the versiononly instead of the installscripts,
81920              retract the changes 7146 and 7147.
81921      Branch: perl
81922            ! Configure INSTALL Makefile.SH Porting/Glossary
81923            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
81924            ! installperl uconfig.sh vos/config.def win32/config.bc
81925            ! win32/config.gc win32/config.vc
81926 ____________________________________________________________________________
81927 [  7194] By: jhi                                   on 2000/10/10  21:06:15
81928         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
81929              From: Peter Prymmer <pvhp@forte.com>
81930              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
81931              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
81932      Branch: perl
81933            ! t/op/ver.t
81934 ____________________________________________________________________________
81935 [  7193] By: jhi                                   on 2000/10/10  21:05:12
81936         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
81937              From: Peter Prymmer <pvhp@forte.com>
81938              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
81939              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
81940      Branch: perl
81941            ! t/op/tr.t
81942 ____________________________________________________________________________
81943 [  7192] By: jhi                                   on 2000/10/10  20:57:30
81944         Log: Add versiononly, delete installscripts, from Andy Dougherty.
81945      Branch: metaconfig
81946            - U/installdirs/installscripts.U
81947      Branch: metaconfig/U/perl
81948            + versiononly.U
81949 ____________________________________________________________________________
81950 [  7191] By: jhi                                   on 2000/10/10  19:41:21
81951         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
81952              From: Peter Prymmer <pvhp@forte.com>
81953              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
81954              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
81955      Branch: perl
81956            ! pod/perlebcdic.pod
81957 ____________________________________________________________________________
81958 [  7190] By: jhi                                   on 2000/10/10  19:26:14
81959         Log: Subject: Re: utf8 concat, mg_get
81960              From: Simon Cozens <simon@cozens.net>
81961              Date: Tue, 10 Oct 2000 17:40:17 +0100
81962              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
81963      Branch: perl
81964            ! pp_hot.c
81965 ____________________________________________________________________________
81966 [  7189] By: jhi                                   on 2000/10/10  19:23:03
81967         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
81968              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
81969              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
81970              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
81971      Branch: perl
81972            ! lib/ExtUtils/MM_Unix.pm
81973 ____________________________________________________________________________
81974 [  7188] By: jhi                                   on 2000/10/10  15:31:24
81975         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
81976              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81977              Date: Fri, 14 Jul 2000 10:47:36 +0100
81978              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
81979      Branch: perl
81980            ! README.win32
81981 ____________________________________________________________________________
81982 [  7187] By: jhi                                   on 2000/10/10  13:30:10
81983         Log: Quote the temp file name, needed in Win32 because the
81984              default name unfortunately contains spaces, shouldn't
81985              hurt elsewhere.
81986              
81987              Subject: FW: perldoc fails if $TEMP contains spaces
81988              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81989              Date: Thu, 14 Sep 2000 08:58:45 +0100
81990              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
81991      Branch: perl
81992            ! utils/perldoc.PL
81993 ____________________________________________________________________________
81994 [  7186] By: jhi                                   on 2000/10/10  13:16:27
81995         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
81996              From: hv@hugo.hybyte.com
81997              Date: Tue, 10 Oct 2000 14:10:20 +0100
81998              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
81999      Branch: perl
82000            ! t/lib/thr5005.t util.c
82001 ____________________________________________________________________________
82002 [  7185] By: jhi                                   on 2000/10/10  12:06:22
82003         Log: Upgrade to podlators 1.04, from Russ Allbery.
82004      Branch: perl
82005            ! lib/Pod/Man.pm lib/Pod/Text.pm
82006 ____________________________________________________________________________
82007 [  7184] By: jhi                                   on 2000/10/10  12:01:32
82008         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
82009      Branch: perl
82010            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
82011 ____________________________________________________________________________
82012 [  7183] By: jhi                                   on 2000/10/09  23:47:15
82013         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
82014              From: Peter Prymmer <pvhp@forte.com>
82015              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
82016              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
82017      Branch: perl
82018            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
82019 ____________________________________________________________________________
82020 [  7182] By: jhi                                   on 2000/10/09  23:43:16
82021         Log: Make eq work again with utf8 (disabling the upgrading
82022              should no more be necessary since the copies of the
82023              scalars are upgraded, not the scalars themselves).
82024              Takes care of ID 20001009.001.  (The claimed length()
82025              bug in 20001009.001 seems bogus to me.)
82026      Branch: perl
82027            ! sv.c t/pragma/utf8.t
82028 ____________________________________________________________________________
82029 [  7181] By: gsar                                  on 2000/10/09  19:41:54
82030         Log: tweak for change#7173
82031      Branch: perl
82032            ! win32/win32sck.c
82033 ____________________________________________________________________________
82034 [  7180] By: gsar                                  on 2000/10/09  19:26:56
82035         Log: on Windows, clean targets might not work under some flavors of the shell
82036      Branch: perl
82037            ! win32/Makefile win32/makefile.mk
82038 ____________________________________________________________________________
82039 [  7179] By: jhi                                   on 2000/10/09  19:21:02
82040         Log: Update Changes.
82041      Branch: perl
82042            ! Changes patchlevel.h
82043 ____________________________________________________________________________
82044 [  7178] By: jhi                                   on 2000/10/09  19:18:23
82045         Log: Warn about unknown scripts.
82046              
82047              Subject: Re: ideas? patches? [PATCH bleadperl]
82048              From: Dominic Dunlop <domo@computer.org>
82049              Date: Mon, 9 Oct 2000 14:57:17 +0200
82050              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
82051      Branch: perl
82052            ! lib/charnames.pm
82053 ____________________________________________________________________________
82054 [  7177] By: jhi                                   on 2000/10/09  19:13:27
82055         Log: Change #7160 had a nasty typo.
82056      Branch: metaconfig
82057            ! U/compline/Compile.U
82058      Branch: perl
82059            ! Configure config_h.SH
82060 ____________________________________________________________________________
82061 [  7176] By: gsar                                  on 2000/10/09  18:59:33
82062         Log: pod nit
82063      Branch: perl
82064            ! pod/perlport.pod
82065 ____________________________________________________________________________
82066 [  7175] By: gsar                                  on 2000/10/09  18:54:28
82067         Log: Windows9x doesn't support link(), despite what Config.pm
82068              might think
82069      Branch: perl
82070            ! lib/ExtUtils/Manifest.pm
82071 ____________________________________________________________________________
82072 [  7174] By: gsar                                  on 2000/10/09  18:50:03
82073         Log: avoid nonportable example code
82074      Branch: perl
82075            ! lib/File/Copy.pm
82076 ____________________________________________________________________________
82077 [  7173] By: gsar                                  on 2000/10/09  18:46:54
82078         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
82079              being used) when closing a socket handle
82080      Branch: perl
82081            ! win32/win32.c win32/win32.h win32/win32sck.c
82082 ____________________________________________________________________________
82083 [  7172] By: gsar                                  on 2000/10/09  18:41:40
82084         Log: on Windows, cwd strings in the environment should be of the
82085              form =X:=X:\foo instead of =X=X:\foo\
82086      Branch: perl
82087            ! win32/vdir.h
82088 ____________________________________________________________________________
82089 [  7171] By: gsar                                  on 2000/10/09  18:30:09
82090         Log: on Windows, LoadLibrary() could load an extension DLL multiple
82091              times if forward slashes are used in the path
82092      Branch: perl
82093            ! win32/win32.c
82094 ____________________________________________________________________________
82095 [  7170] By: jhi                                   on 2000/10/09  17:53:59
82096         Log: Add a todo note about overloadable assertions.
82097      Branch: perl
82098            ! Todo-5.6
82099 ____________________________________________________________________________
82100 [  7169] By: jhi                                   on 2000/10/09  13:43:45
82101         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
82102              From: mjd@plover.com
82103              Date: 9 Oct 2000 00:24:44 -0000
82104              Message-ID: <20001009002444.10616.qmail@plover.com>
82105      Branch: perl
82106            ! pod/perldebguts.pod
82107 ____________________________________________________________________________
82108 [  7168] By: nick                                  on 2000/10/08  13:16:33
82109         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
82110              is not right thing to do on (e.g. x86). Network order is also "right" for
82111              X fonts.
82112      Branch: perl
82113            ! ext/Encode/Encode.pm
82114 ____________________________________________________________________________
82115 [  7167] By: nick                                  on 2000/10/08  12:54:42
82116         Log: Make "encodings" work post-install when Encode/*.enc files may not
82117              be in same directory as Encode.pm
82118      Branch: perl
82119            ! ext/Encode/Encode.pm
82120 ____________________________________________________________________________
82121 [  7166] By: nick                                  on 2000/10/08  11:51:26
82122         Log: Work round the fact that $hash->{$key} does not take into account
82123              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
82124              so that key is always in the "expected" encoding - i.e. same way we put
82125              it in the hash.
82126      Branch: perl
82127            ! ext/Encode/Encode.pm
82128 ____________________________________________________________________________
82129 [  7165] By: gsar                                  on 2000/10/08  04:15:29
82130         Log: save_re_context() could reset PL_curcop to freed memory, causing core
82131              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
82132      Branch: perl
82133            ! pp_ctl.c
82134 ____________________________________________________________________________
82135 [  7164] By: jhi                                   on 2000/10/06  20:51:48
82136         Log: UTF8ize split() so that the cloned substrings get the UTF8
82137              flag of the original scalar.  Problem reported by Simon Cozens.
82138      Branch: perl
82139            ! pp.c t/pragma/utf8.t
82140 ____________________________________________________________________________
82141 [  7163] By: nick                                  on 2000/10/06  20:48:34
82142         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
82143              got a false +ve and so did not reach code which would have un-FAKEd the SV.
82144      Branch: perl
82145            ! sv.c
82146 ____________________________________________________________________________
82147 [  7162] By: nick                                  on 2000/10/06  20:25:37
82148         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
82149              To fix  (sort {$a <=> $b} keys %hash) in particular but
82150              should cover a number of other as-yet-unknown cases as well.
82151      Branch: perl
82152            ! sv.c
82153 ____________________________________________________________________________
82154 [  7161] By: jhi                                   on 2000/10/06  19:56:18
82155         Log: Change the version number of Tie::Handle in the core to 4.0,
82156              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
82157              
82158              Subject: Note on Tie::Handle
82159              From: andreas.koenig@anima.de (Andreas J. Koenig)
82160              Date:      06 Oct 2000 21:48:58 +0200
82161              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
82162      Branch: perl
82163            ! lib/Tie/Handle.pm
82164 ____________________________________________________________________________
82165 [  7160] By: jhi                                   on 2000/10/06  18:20:35
82166         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
82167              as the first option of cc/ld because of ultrapicky compilers
82168              (e.g. OS/390 R2.5)
82169      Branch: metaconfig
82170            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
82171            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
82172            ! U/compline/orderlib.U U/modified/Cppsym.U
82173            ! U/modified/d_access.U
82174      Branch: metaconfig/U/perl
82175            ! Checkcc.U d_dlsymun.U gccvers.U
82176      Branch: perl
82177            ! Configure config_h.SH
82178 ____________________________________________________________________________
82179 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82180         Log: Update Changes.
82181      Branch: perl
82182            ! Changes patchlevel.h
82183 ____________________________________________________________________________
82184 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82185         Log: Eliminate $Is_VMS code from the test.
82186              
82187              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82188              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82189              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82190              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82191      Branch: perl
82192            ! t/lib/b.t
82193 ____________________________________________________________________________
82194 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82195         Log: Also the $ccflags is needed for the C compiler check.
82196              
82197              Subject: Configure (check for C-compiler)
82198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82199              Date: Fri, 06 Oct 2000 08:47:15 +0200
82200              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82201      Branch: metaconfig/U/perl
82202            ! Checkcc.U
82203      Branch: perl
82204            ! Configure config_h.SH
82205 ____________________________________________________________________________
82206 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82207         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82208      Branch: perl
82209            ! perl.c pp_ctl.c sv.h utf8.c
82210 ____________________________________________________________________________
82211 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82212         Log: IO::Handle->syswrite() did not handle length omission
82213              like CORE::syswrite() does.
82214              
82215              Subject: [Fwd] IO::Handle, syswrite and arguments
82216              From: Graham Barr <gbarr@pobox.com>
82217              Date: Fri, 6 Oct 2000 10:22:05 +0100
82218              Message-ID: <20001006102205.U6312@pobox.com>
82219              
82220              The original patch from andrew@ugh.net.au.
82221      Branch: perl
82222            ! ext/IO/lib/IO/Handle.pm
82223 ____________________________________________________________________________
82224 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82225         Log: Tweak #7153.
82226      Branch: perl
82227            ! utf8.h
82228 ____________________________________________________________________________
82229 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82230         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82231      Branch: perl
82232            ! utf8.h
82233 ____________________________________________________________________________
82234 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82235         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82236      Branch: perl
82237            ! perl.c pp_ctl.c sv.h utf8.c
82238 ____________________________________________________________________________
82239 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82240         Log: Subject: Re: Questions about Tie::Array and perl modules
82241              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82242              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82243              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82244              
82245              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82246      Branch: perl
82247            ! lib/Tie/Array.pm t/op/array.t
82248 ____________________________________________________________________________
82249 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82250         Log: Regen Changes.
82251      Branch: perl
82252            ! Changes patchlevel.h
82253 ____________________________________________________________________________
82254 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82255         Log: Regen toc.
82256      Branch: perl
82257            ! pod/perltoc.pod
82258 ____________________________________________________________________________
82259 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82260         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82261              reported several times by Dominic Dunlop, for example in
82262              ID 20000315.008.  Patch from Dominic.  Patch affects at
82263              least MachTen, and possibly other oldish BSDs. Should not
82264              break non-broken platforms (tested on LinuxPPC). 
82265      Branch: perl
82266            ! doio.c
82267 ____________________________________________________________________________
82268 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82269         Log: The one that got away from 7146.
82270      Branch: metaconfig
82271            + U/installdirs/installscripts.U
82272 ____________________________________________________________________________
82273 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82274         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82275              suggested by H. Merijn Brand.
82276      Branch: perl
82277            ! Configure INSTALL Makefile.SH Porting/Glossary
82278            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82279            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82280            ! win32/config.vc
82281 ____________________________________________________________________________
82282 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82283         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
82284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82285              Date: Wed, 4 Oct 2000 17:37:46 -0400
82286              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
82287      Branch: perl
82288            ! utils/h2xs.PL
82289 ____________________________________________________________________________
82290 [  7144] By: jhi                                   on 2000/10/04  18:11:41
82291         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
82292              From: Jeff Pinyan <jeffp@crusoe.net>
82293              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
82294              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
82295      Branch: perl
82296            ! pod/perlrun.pod
82297 ____________________________________________________________________________
82298 [  7143] By: jhi                                   on 2000/10/04  18:09:58
82299         Log: Subject: perlhack.pod Patch for Externals Tools
82300              From: Fisher Mark <fisherm@tce.com>
82301              Date: Tue, 3 Oct 2000 15:43:27 -0500 
82302              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
82303      Branch: perl
82304            ! pod/perlhack.pod
82305 ____________________________________________________________________________
82306 [  7142] By: jhi                                   on 2000/10/04  18:08:41
82307         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
82308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82309              Date:     Wed, 4 Oct 2000 12:11:11 EDT
82310              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
82311      Branch: perl
82312            ! vms/vms.c
82313 ____________________________________________________________________________
82314 [  7141] By: jhi                                   on 2000/10/04  12:20:16
82315         Log: Subject: [PATCH 5.7.0] h2xs not working
82316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82317              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
82318              Date: Tue, 3 Oct 2000 21:43:01 -0400
82319              
82320              Subject: [PATCH 5.7.0] h2xs not documenting the created module
82321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82322              Date: Tue, 3 Oct 2000 22:55:19 -0400
82323              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
82324      Branch: perl
82325            ! utils/h2xs.PL
82326 ____________________________________________________________________________
82327 [  7140] By: jhi                                   on 2000/10/04  11:53:44
82328         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
82329              From: nick@babyhippo.com
82330              Date: Wed, 4 Oct 2000 12:06:45 +0100
82331              Message-Id: <20001004120645.A7356@babyhippo.com>
82332              
82333              Retract 7118 and 7135.
82334      Branch: perl
82335            ! installman installperl op.c t/pragma/subs.t
82336 ____________________________________________________________________________
82337 [  7139] By: jhi                                   on 2000/10/03  22:09:41
82338         Log: It is possible to have no hosts database at all.  Pointed out in
82339              
82340              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82341              From: Peter Prymmer <pvhp@forte.com>
82342              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82343              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82344      Branch: metaconfig
82345            ! U/modified/myhostname.U
82346      Branch: perl
82347            ! Configure config_h.SH
82348 ____________________________________________________________________________
82349 [  7138] By: jhi                                   on 2000/10/03  21:49:49
82350         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82351              From: Peter Prymmer <pvhp@forte.com>
82352              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82353              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82354      Branch: perl
82355            ! pp_sys.c
82356 ____________________________________________________________________________
82357 [  7137] By: jhi                                   on 2000/10/03  20:10:05
82358         Log: One remaining nit less at the VMS mailbox sizing.
82359      Branch: perl
82360            ! vms/vms.c
82361 ____________________________________________________________________________
82362 [  7136] By: jhi                                   on 2000/10/03  20:08:47
82363         Log: Test harness update to sync with the new perlcc,
82364              from Simon Cozens.
82365      Branch: perl
82366            ! t/TEST t/UTEST
82367 ____________________________________________________________________________
82368 [  7135] By: jhi                                   on 2000/10/03  15:15:42
82369         Log: Subject: Re: PATCH for 20001003.004
82370              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
82371              From: "AARON B. DOSSETT" <aaron@iglou.com>
82372              Message-Id: <E13gTay-0006od-00@iglou.com>
82373      Branch: perl
82374            ! installman installperl
82375 ____________________________________________________________________________
82376 [  7134] By: jhi                                   on 2000/10/03  15:00:34
82377         Log: Subject: [ID 20001003.006] B::Debug not -w clean
82378              From: Nicholas Clark <nick@babyhippo.co.uk>
82379              Date: Tue, 03 Oct 2000 15:46:32 +0100
82380              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
82381      Branch: perl
82382            ! ext/B/B/Debug.pm
82383 ____________________________________________________________________________
82384 [  7133] By: jhi                                   on 2000/10/03  14:58:39
82385         Log: Scale down the VMS message boxes, by Charles Lane.
82386              Fix for ID 20000903.009, workaround at
82387              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
82388      Branch: perl
82389            ! vms/vms.c
82390 ____________________________________________________________________________
82391 [  7132] By: jhi                                   on 2000/10/03  11:20:37
82392         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
82393      Branch: perl
82394            + t/lib/st-lock.t t/lib/st-utf8.t
82395            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
82396            ! ext/Storable/Storable.xs t/lib/st-recurse.t
82397 ____________________________________________________________________________
82398 [  7131] By: jhi                                   on 2000/10/03  03:38:23
82399         Log: Encode nits.
82400      Branch: perl
82401            ! MANIFEST Makefile.SH
82402 ____________________________________________________________________________
82403 [  7130] By: jhi                                   on 2000/10/03  03:31:05
82404         Log: Update Changes.
82405      Branch: perl
82406            ! Changes patchlevel.h
82407 ____________________________________________________________________________
82408 [  7129] By: jhi                                   on 2000/10/03  02:24:02
82409         Log: Misplaced else.
82410      Branch: metaconfig/U/perl
82411            ! d_strtoll.U
82412      Branch: perl
82413            ! Configure config_h.SH
82414 ____________________________________________________________________________
82415 [  7128] By: jhi                                   on 2000/10/03  02:08:29
82416         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
82417              From: sthoenna@efn.org
82418              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
82419              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
82420      Branch: metaconfig/U/perl
82421            ! d_strtoll.U
82422      Branch: perl
82423            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
82424 ____________________________________________________________________________
82425 [  7127] By: jhi                                   on 2000/10/03  01:13:14
82426         Log: Update Changes.
82427      Branch: perl
82428            ! Changes patchlevel.h
82429 ____________________________________________________________________________
82430 [  7126] By: jhi                                   on 2000/10/03  00:57:08
82431         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
82432              as suggested by Olaf Flebbe and Nick Clark.
82433      Branch: perl
82434            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
82435 ____________________________________________________________________________
82436 [  7125] By: jhi                                   on 2000/10/03  00:50:56
82437         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
82438              From: Nick Clark <nick@plum.flirble.org>
82439              Date: Mon, 2 Oct 2000 11:03:24 +0100
82440              Message-Id: <20001002110324.D20073@plum.flirble.org>
82441              
82442              Also fixes bug ID 20001002.005.
82443      Branch: perl
82444            ! t/lib/encode.t
82445 ____________________________________________________________________________
82446 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82447         Log: Subject: [PATCH 5.7.0] Epoc update
82448              From: Olaf Flebbe <o.flebbe@gmx.de>
82449              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82450              Message-ID: <26423.969484586@www10.gmx.net>
82451      Branch: perl
82452            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82453            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82454            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82455            ! util.c util.h
82456 ____________________________________________________________________________
82457 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82458         Log: Regen headers.
82459      Branch: perl
82460            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82461 ____________________________________________________________________________
82462 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82463         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82464      Branch: perl
82465            ! hints/openbsd.sh
82466 ____________________________________________________________________________
82467 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82468         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82469              From: <abigail@foad.org>
82470              Date: Tue, 26 Sep 2000 13:36:14 -0400
82471              Message-ID: <20000926173614.4356.qmail@foad.org>
82472      Branch: perl
82473            ! pod/perlop.pod
82474 ____________________________________________________________________________
82475 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82476         Log: Inside require() $^S was always left undefined.
82477              
82478              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82480              Date: Wed, 27 Sep 2000 18:54:49 -0400
82481              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82482      Branch: perl
82483            ! cop.h mg.c pp_ctl.c util.c
82484 ____________________________________________________________________________
82485 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82486         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82487              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82488              Date: Thu, 28 Sep 2000 09:20:46 +0100
82489              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82490      Branch: perl
82491            ! perl.c
82492 ____________________________________________________________________________
82493 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82494         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82495              From: Nicholas Clark <nick@ccl4.org>
82496              Date: Thu, 28 Sep 2000 11:52:24 +0100
82497              Message-ID: <20000928115224.D7924@plum.flirble.org>
82498      Branch: perl
82499            ! op.c
82500 ____________________________________________________________________________
82501 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82502         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82503              From: Nicholas Clark <nick@babyhippo.co.uk>
82504              Date: Thu, 28 Sep 2000 12:18:10 +0100
82505              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82506              
82507              Did not apply cleanly, manual intervention was needed.
82508      Branch: perl
82509            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82510 ____________________________________________________________________________
82511 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82512         Log: Document the issue (is not a syntax error, kind of)
82513              
82514              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82515              From: Nicholas Clark <nick@ccl4.org>
82516              Date: Thu, 28 Sep 2000 17:12:42 +0100
82517              Message-ID: <20000928171242.K7924@plum.flirble.org>
82518      Branch: perl
82519            ! pod/perldata.pod
82520 ____________________________________________________________________________
82521 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82522         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82524              Date: Thu, 28 Sep 2000 21:55:31 -0400
82525              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
82526      Branch: perl
82527            ! regexec.c
82528 ____________________________________________________________________________
82529 [  7114] By: jhi                                   on 2000/10/02  23:47:57
82530         Log: Subject: DOC PATCH 5.6.0
82531              From: mjd@plover.com
82532              Date: 30 Sep 2000 06:02:34 -0000
82533              Message-ID: <20000930060234.4559.qmail@plover.com>
82534      Branch: perl
82535            ! pod/perldebguts.pod
82536 ____________________________________________________________________________
82537 [  7113] By: jhi                                   on 2000/10/02  23:46:43
82538         Log: SOCK_DGRAM and listen() do not mix as reported in
82539              
82540              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
82541              From: Petter Reinholdtsen <pere@hungry.com>
82542              Date: Sun, 1 Oct 2000 10:57:20 +0800
82543              Message-Id: <200010010257.KAA05735@localhost.localdomain>
82544              
82545              The patch for 5.7.0+ had to be reengineered, though.
82546      Branch: perl
82547            ! ext/IO/lib/IO/Socket/UNIX.pm
82548 ____________________________________________________________________________
82549 [  7112] By: jhi                                   on 2000/10/02  23:36:57
82550         Log: Subject: Re: [PATCH 5.005_64 missed]
82551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82552              Date: Sun, 1 Oct 2000 18:50:10 -0400
82553              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
82554      Branch: perl
82555            ! pod/perlxs.pod
82556 ____________________________________________________________________________
82557 [  7111] By: jhi                                   on 2000/10/02  23:35:40
82558         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
82559              From: Radu Greab <radu@netsoft.ro>
82560              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
82561              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
82562      Branch: perl
82563            ! op.c opcode.pl t/op/substr.t
82564 ____________________________________________________________________________
82565 [  7110] By: jhi                                   on 2000/10/02  23:32:38
82566         Log: Subject: [PATCH] Fix aliasing of tied filehandles
82567              From: Daniel Chetlin <daniel@chetlin.com>
82568              Date: Mon, 2 Oct 2000 14:53:27 -0700
82569              Message-ID: <20001002145327.C1617@ilmd>
82570      Branch: perl
82571            ! perl.h pp_hot.c t/op/tiehandle.t
82572 ____________________________________________________________________________
82573 [  7109] By: jhi                                   on 2000/10/02  23:31:30
82574         Log: s/Robin Parker/Robin Barker/
82575      Branch: perl
82576            ! Changes5.6
82577 ____________________________________________________________________________
82578 [  7108] By: jhi                                   on 2000/10/02  23:15:46
82579         Log: Retract #7091 as suggested in
82580              
82581              From: Robin Barker <rmb1@cise.npl.co.uk> 
82582              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
82583              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
82584              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
82585      Branch: perl
82586            ! embed.pl proto.h
82587 ____________________________________________________________________________
82588 [  7107] By: nick                                  on 2000/10/02  18:23:14
82589         Log: A few tweaks to get Tk803 to work with Encode scheme.
82590      Branch: perl
82591            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
82592 ____________________________________________________________________________
82593 [  7106] By: nick                                  on 2000/10/01  21:34:14
82594         Log: Add checking cases to Encode's toUnicode and fromUnicode.
82595      Branch: perl
82596            ! ext/Encode/Encode.pm
82597 ____________________________________________________________________________
82598 [  7105] By: nick                                  on 2000/10/01  17:18:01
82599         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
82600              To read and use them.
82601              Add a lib/encode.t which checks a few things.
82602      Branch: perl
82603            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
82604            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
82605            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
82606            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
82607            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
82608            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
82609            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
82610            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
82611            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
82612            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
82613            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
82614            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
82615            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
82616            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
82617            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
82618            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
82619            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
82620            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
82621            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
82622            + ext/Encode/Encode/iso2022-jp.enc
82623            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
82624            + ext/Encode/Encode/iso8859-1.enc
82625            + ext/Encode/Encode/iso8859-2.enc
82626            + ext/Encode/Encode/iso8859-3.enc
82627            + ext/Encode/Encode/iso8859-4.enc
82628            + ext/Encode/Encode/iso8859-5.enc
82629            + ext/Encode/Encode/iso8859-6.enc
82630            + ext/Encode/Encode/iso8859-7.enc
82631            + ext/Encode/Encode/iso8859-8.enc
82632            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
82633            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
82634            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
82635            + ext/Encode/Encode/macCentEuro.enc
82636            + ext/Encode/Encode/macCroatian.enc
82637            + ext/Encode/Encode/macCyrillic.enc
82638            + ext/Encode/Encode/macDingbats.enc
82639            + ext/Encode/Encode/macGreek.enc
82640            + ext/Encode/Encode/macIceland.enc
82641            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
82642            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
82643            + ext/Encode/Encode/macTurkish.enc
82644            + ext/Encode/Encode/macUkraine.enc
82645            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
82646            + t/lib/encode.t
82647            ! MANIFEST ext/Encode/Encode.pm
82648 ____________________________________________________________________________
82649 [  7104] By: nick                                  on 2000/09/30  13:04:30
82650         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
82651              From: Daniel Chetlin <daniel@chetlin.com>
82652              Date: Mon, 18 Sep 2000 05:05:40 -0700
82653              Message-Id: <20000918050540.C652@ilmd>
82654      Branch: perl
82655            ! lib/overload.pm sv.c t/pragma/overload.t
82656 ____________________________________________________________________________
82657 [  7103] By: nick                                  on 2000/09/30  12:53:36
82658         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
82659              From: Johan Vromans <jvromans@squirrel.nl>
82660              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
82661              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
82662      Branch: perl
82663            ! pod/Makefile.SH
82664 ____________________________________________________________________________
82665 [  7102] By: nick                                  on 2000/09/30  12:52:31
82666         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
82667              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82668              Date: Sat, 16 Sep 2000 16:36:45 -0400
82669              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
82670      Branch: perl
82671            ! ext/B/B/Deparse.pm
82672 ____________________________________________________________________________
82673 [  7101] By: nick                                  on 2000/09/30  12:51:41
82674         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
82675              From: Craig A. Berry <craig.berry@psinetcs.com>
82676              Date: Sat, 16 Sep 2000 10:11:10 -0500
82677              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
82678      Branch: perl
82679            ! vms/vms.c
82680 ____________________________________________________________________________
82681 [  7100] By: nick                                  on 2000/09/30  12:50:33
82682         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82683              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82684              Date: Fri, 15 Sep 2000 16:37:58 -0400
82685              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
82686      Branch: perl
82687            ! t/op/append.t
82688 ____________________________________________________________________________
82689 [  7099] By: nick                                  on 2000/09/30  12:49:35
82690         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82691              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82692              Date: Fri, 15 Sep 2000 16:25:30 -0400
82693              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
82694      Branch: perl
82695            ! pp_hot.c
82696 ____________________________________________________________________________
82697 [  7098] By: nick                                  on 2000/09/30  12:48:00
82698         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
82699              From: Gisle Aas <gisle@ActiveState.com>
82700              Date: 15 Sep 2000 16:23:41 +0200
82701              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
82702      Branch: perl
82703            ! toke.c
82704 ____________________________________________________________________________
82705 [  7097] By: nick                                  on 2000/09/30  12:45:16
82706         Log: Subject: [PATCH] Nits in perlmod.pod
82707              From: Daniel Chetlin <daniel@chetlin.com>
82708              Date: Fri, 15 Sep 2000 02:04:09 -0700
82709              Message-Id: <20000915020409.A2104@ilmd>
82710      Branch: perl
82711            ! pod/perlmod.pod
82712 ____________________________________________________________________________
82713 [  7096] By: nick                                  on 2000/09/30  12:18:00
82714         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
82715              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
82716              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
82717              0 to checking to get the warning.
82718      Branch: perl
82719            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
82720            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
82721            ! regexec.c sv.c toke.c utf8.c
82722 ____________________________________________________________________________
82723 [  7095] By: nick                                  on 2000/09/15  16:55:59
82724         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
82725              
82726              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
82727              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82728              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
82729              Date: Fri, 15 Sep 2000 06:37:30 -0400
82730      Branch: perl
82731            ! ext/Encode/Encode.xs sv.c
82732 ____________________________________________________________________________
82733 [  7094] By: jhi                                   on 2000/09/15  03:23:32
82734         Log: Update Changes.
82735      Branch: perl
82736            ! Changes patchlevel.h
82737 ____________________________________________________________________________
82738 [  7093] By: jhi                                   on 2000/09/15  03:11:44
82739         Log: Fix for the charnames.t failures from Spider Boardman.
82740      Branch: perl
82741            ! toke.c
82742 ____________________________________________________________________________
82743 [  7092] By: jhi                                   on 2000/09/15  00:15:48
82744         Log: Botched the #7090 check-in.
82745      Branch: perl
82746            ! sv.c
82747 ____________________________________________________________________________
82748 [  7091] By: jhi                                   on 2000/09/14  23:33:24
82749         Log: Part of #7081 didn't come through.
82750      Branch: perl
82751            ! embed.pl proto.h
82752 ____________________________________________________________________________
82753 [  7090] By: jhi                                   on 2000/09/14  23:17:39
82754         Log: Subject: Re: perl@7078 
82755              From: Spider Boardman <spider@web.zk3.dec.com>
82756              Date: Thu, 14 Sep 2000 19:06:36 -0400
82757              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
82758      Branch: perl
82759            ! sv.c toke.c
82760 ____________________________________________________________________________
82761 [  7089] By: jhi                                   on 2000/09/14  23:11:21
82762         Log: Small portability tweaks.
82763      Branch: perl
82764            ! ext/Encode/Encode.xs
82765 ____________________________________________________________________________
82766 [  7088] By: jhi                                   on 2000/09/14  22:57:23
82767         Log: Fake return to pacify picky compilers.
82768      Branch: perl
82769            ! ext/Encode/Encode.xs
82770 ____________________________________________________________________________
82771 [  7087] By: jhi                                   on 2000/09/14  22:53:37
82772         Log: Subject: [PATCH] utf8.c apidoc
82773              From: Simon Cozens <simon@cozens.net>
82774              Date: Thu, 14 Sep 2000 23:46:57 +0100
82775              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
82776      Branch: perl
82777            ! perlapi.c pod/perlapi.pod utf8.c
82778 ____________________________________________________________________________
82779 [  7086] By: jhi                                   on 2000/09/14  22:40:38
82780         Log: We don't need to count the high bit bytes, a boolean is enough. 
82781      Branch: perl
82782            ! sv.c
82783 ____________________________________________________________________________
82784 [  7085] By: jhi                                   on 2000/09/14  21:20:09
82785         Log: Replace #7084 with
82786              
82787              Subject: Re: perl@7078 
82788              From: Spider Boardman <spider@web.zk3.dec.com>
82789              Date: Thu, 14 Sep 2000 17:09:36 -0400
82790              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
82791      Branch: perl
82792            ! sv.c utf8.c
82793 ____________________________________________________________________________
82794 [  7084] By: jhi                                   on 2000/09/14  20:03:34
82795         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
82796              convertible to bytes by checking it doesn't go above 0xc3
82797              
82798              Subject: Re: perl@7078
82799              From: Simon Cozens <simon@cozens.net>
82800              Date: Thu, 14 Sep 2000 20:59:19 +0100
82801              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
82802      Branch: perl
82803            ! utf8.c
82804 ____________________________________________________________________________
82805 [  7083] By: jhi                                   on 2000/09/14  19:38:47
82806         Log: Subject: Re: perl@7078
82807              From: Simon Cozens <simon@cozens.net>
82808              Date: Thu, 14 Sep 2000 20:13:09 +0100
82809              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
82810      Branch: perl
82811            ! t/op/bop.t
82812 ____________________________________________________________________________
82813 [  7082] By: jhi                                   on 2000/09/14  17:50:44
82814         Log: The one that got away.
82815      Branch: perl
82816            ! lib/File/Find.pm
82817 ____________________________________________________________________________
82818 [  7081] By: jhi                                   on 2000/09/14  17:45:35
82819         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
82820              From: Robin Barker <rmb1@cise.npl.co.uk>
82821              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
82822              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
82823      Branch: perl
82824            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
82825            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
82826            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
82827            ! regcomp.c toke.c universal.c
82828 ____________________________________________________________________________
82829 [  7080] By: jhi                                   on 2000/09/14  17:40:35
82830         Log: Problems picked up by AIX cc.
82831              
82832              Subject: Re: perl@7078 (patch included)
82833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82834              Date: Thu, 14 Sep 2000 18:53:30 +0200
82835              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
82836      Branch: perl
82837            ! ext/Encode/Encode.xs
82838 ____________________________________________________________________________
82839 [  7079] By: jhi                                   on 2000/09/14  17:38:27
82840         Log: Subject: File::Find 5.7.0 POD nits
82841              From: Rich Morin <rdm@cfcl.com>
82842              Date: Wed, 13 Sep 2000 22:03:58 -0700
82843              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
82844      Branch: perl
82845            ! lib/File/Find.pm
82846 ____________________________________________________________________________
82847 [  7078] By: jhi                                   on 2000/09/14  14:58:20
82848         Log: Update Changes.
82849      Branch: perl
82850            ! Changes patchlevel.h
82851 ____________________________________________________________________________
82852 [  7077] By: jhi                                   on 2000/09/14  14:55:54
82853         Log: Compilation warnings and an error.
82854      Branch: perl
82855            ! sv.c
82856 ____________________________________________________________________________
82857 [  7076] By: jhi                                   on 2000/09/14  14:42:56
82858         Log: Fix for a parsing bug, not for the original bug.
82859              
82860              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
82861              From: Spider Boardman <spider@web.zk3.dec.com>
82862              Date: Wed, 13 Sep 2000 17:52:20 -0400
82863              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
82864      Branch: perl
82865            ! regcomp.c
82866 ____________________________________________________________________________
82867 [  7075] By: jhi                                   on 2000/09/14  14:40:40
82868         Log: Batch of UTF-8 patches from Simon Cozens.
82869      Branch: perl
82870            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
82871            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
82872            ! toke.c utf8.c
82873 ____________________________________________________________________________
82874 [  7074] By: jhi                                   on 2000/09/14  14:29:58
82875         Log: Subject: Re: Two advertising clauses need to be removed
82876              From: Russ Allbery <rra@stanford.edu>
82877              Date: 13 Sep 2000 18:50:26 -0700
82878              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
82879      Branch: perl
82880            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
82881 ____________________________________________________________________________
82882 [  7073] By: jhi                                   on 2000/09/14  14:28:20
82883         Log: Subject: [PATCH] de-wall t/README
82884              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82885              Date: Wed, 13 Sep 2000 17:46:55 -0700
82886              Message-ID: <//Bw5gzkge/e092yn@efn.org>
82887      Branch: perl
82888            ! t/README
82889 ____________________________________________________________________________
82890 [  7072] By: jhi                                   on 2000/09/14  14:25:10
82891         Log: Hints optimization.
82892              
82893              Subject: Minor nit
82894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82895              Date: Wed, 13 Sep 2000 21:42:07 +0200
82896              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
82897      Branch: perl
82898            ! hints/hpux.sh
82899 ____________________________________________________________________________
82900 [  7071] By: jhi                                   on 2000/09/14  14:23:30
82901         Log: Allow chop() and chomp() to be overridden.
82902              
82903              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
82904              From: "Casey R. Tweten" <crt@kiski.net>
82905              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
82906              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
82907      Branch: perl
82908            ! toke.c
82909 ____________________________________________________________________________
82910 [  7070] By: jhi                                   on 2000/09/14  14:20:36
82911         Log: The return value of setlocale must be copied away.
82912              
82913              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
82914              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82915              Date: Wed, 13 Sep 2000 16:27:37 +0100 
82916              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
82917      Branch: perl
82918            ! util.c
82919 ____________________________________________________________________________
82920 [  7069] By: jhi                                   on 2000/09/14  14:16:27
82921         Log: Remove vestiges of tr//CU.
82922              
82923              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82924              From: Nick Clark <nick@plum.flirble.org>
82925              Date: Tue, 12 Sep 2000 22:50:14 +0100
82926              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
82927              
82928              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82929              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82930              Date: Tue, 12 Sep 2000 21:38:48 -0700
82931              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
82932      Branch: perl
82933            ! op.h pod/perlunicode.pod
82934 ____________________________________________________________________________
82935 [  7068] By: jhi                                   on 2000/09/13  14:18:39
82936         Log: Add the Encode extension.  The code is still largely just skeleton.
82937      Branch: perl
82938            + ext/Encode/Encode.pm ext/Encode/Encode.xs
82939            + ext/Encode/Makefile.PL ext/Encode/Todo
82940            ! MANIFEST Todo-5.6
82941 ____________________________________________________________________________
82942 [  7067] By: jhi                                   on 2000/09/12  17:43:33
82943         Log: Allow for whitespace between "#" and "line" in cpp output.
82944              
82945              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
82946              From: Calle Dybedahl <calle@lysator.liu.se>
82947              Date: 12 Sep 2000 19:38:02 +0200 
82948              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
82949      Branch: perl
82950            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
82951 ____________________________________________________________________________
82952 [  7066] By: gsar                                  on 2000/09/12  17:24:29
82953         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
82954              initialization in all the threads on Windows
82955      Branch: perl
82956            ! win32/win32.c
82957 ____________________________________________________________________________
82958 [  7065] By: jhi                                   on 2000/09/12  15:11:31
82959         Log: Update Changes.
82960      Branch: perl
82961            ! Changes patchlevel.h
82962 ____________________________________________________________________________
82963 [  7064] By: jhi                                   on 2000/09/12  14:54:54
82964         Log: Retract #7062, the pod tests are not ready.
82965      Branch: perl
82966            ! t/TEST t/harness
82967 ____________________________________________________________________________
82968 [  7063] By: jhi                                   on 2000/09/12  14:25:41
82969         Log: The #7054 truncated Configure badly.
82970      Branch: metaconfig/U/perl
82971            ! End.U
82972      Branch: perl
82973            ! Configure config_h.SH
82974 ____________________________________________________________________________
82975 [  7062] By: jhi                                   on 2000/09/12  14:08:32
82976         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
82977              From: sthoenna@efn.org
82978              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
82979              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
82980      Branch: perl
82981            ! t/TEST t/harness
82982 ____________________________________________________________________________
82983 [  7061] By: jhi                                   on 2000/09/12  14:07:18
82984         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
82985              From: sthoenna@efn.org
82986              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
82987              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
82988      Branch: perl
82989            ! pod/perlxs.pod
82990 ____________________________________________________________________________
82991 [  7060] By: jhi                                   on 2000/09/12  14:06:08
82992         Log: Break up the myconfig lines a bit.
82993              
82994              Subject: perlbug/perl -V output format
82995              From: sthoenna@efn.org
82996              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
82997              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
82998      Branch: perl
82999            ! myconfig.SH
83000 ____________________________________________________________________________
83001 [  7059] By: jhi                                   on 2000/09/12  14:05:04
83002         Log: Test for the #7049.
83003              
83004              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
83005              From: andreas.koenig@anima.de (Andreas J. Koenig)
83006              Date: 12 Sep 2000 06:42:01 +0200
83007              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
83008      Branch: perl
83009            ! t/op/my.t
83010 ____________________________________________________________________________
83011 [  7058] By: jhi                                   on 2000/09/12  14:03:05
83012         Log: Subject: [patch: perl@7045] vms updates
83013              From: Peter Prymmer <pvhp@forte.com>
83014              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
83015              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
83016      Branch: perl
83017            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
83018 ____________________________________________________________________________
83019 [  7057] By: jhi                                   on 2000/09/12  14:00:51
83020         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
83021              From: sthoenna@efn.org
83022              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
83023              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
83024      Branch: perl
83025            ! t/op/64bitint.t
83026 ____________________________________________________________________________
83027 [  7056] By: jhi                                   on 2000/09/12  13:58:14
83028         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
83029              From: Jeff Pinyan <jeffp@crusoe.net>
83030              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
83031              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
83032      Branch: perl
83033            ! pod/perlfunc.pod
83034 ____________________________________________________________________________
83035 [  7055] By: jhi                                   on 2000/09/12  13:56:32
83036         Log: Do in VMS as the #7054 does.
83037      Branch: perl
83038            ! configure.com
83039 ____________________________________________________________________________
83040 [  7054] By: jhi                                   on 2000/09/12  13:50:31
83041         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
83042              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83043              Date: Mon, 11 Sep 2000 08:33:09 +0100
83044              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
83045      Branch: metaconfig/U/perl
83046            ! End.U
83047      Branch: perl
83048            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
83049            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
83050 ____________________________________________________________________________
83051 [  7053] By: jhi                                   on 2000/09/12  13:29:19
83052         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
83053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
83054              Date:     Tue, 12 Sep 2000 08:35:59 EDT
83055              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
83056      Branch: perl
83057            ! vms/test.com
83058 ____________________________________________________________________________
83059 [  7052] By: jhi                                   on 2000/09/11  23:01:50
83060         Log: Document the SvUTF8*().
83061      Branch: perl
83062            ! pod/perlapi.pod sv.h
83063 ____________________________________________________________________________
83064 [  7051] By: gsar                                  on 2000/09/11  14:46:30
83065         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
83066              (missed a spot when fixing up op_pmreplroot hack for ithreads)
83067      Branch: perl
83068            ! op.c t/op/split.t
83069 ____________________________________________________________________________
83070 [  7050] By: nick                                  on 2000/09/11  10:03:51
83071         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
83072              
83073              Subject: borland C++ win32.c tweak
83074              From: Vadim Konovalov <vkonovalov@lucent.com>
83075              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
83076              Date: Mon, 11 Sep 2000 11:22:33 +0400
83077      Branch: perl
83078            ! win32/win32.c
83079 ____________________________________________________________________________
83080 [  7049] By: nick                                  on 2000/09/11  09:57:33
83081         Log: Point fix for s/// on foreach (keys %xxx).
83082      Branch: perl
83083            ! pp_hot.c
83084 ____________________________________________________________________________
83085 [  7048] By: jhi                                   on 2000/09/10  23:37:09
83086         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
83087              by Pod::Text, from Brad Appleton.
83088      Branch: perl
83089            ! t/pod/testp2pt.pl
83090 ____________________________________________________________________________
83091 [  7047] By: jhi                                   on 2000/09/10  14:32:53
83092         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
83093              by Russ Allbery.
83094      Branch: perl
83095            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
83096 ____________________________________________________________________________
83097 [  7046] By: jhi                                   on 2000/09/10  14:15:08
83098         Log: Upgrade to CPAN 1.57_65, from Andreas König.
83099      Branch: perl
83100            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83101 ____________________________________________________________________________
83102 [  7045] By: jhi                                   on 2000/09/08  21:36:32
83103         Log: Update Changes.
83104      Branch: perl
83105            ! Changes patchlevel.h
83106 ____________________________________________________________________________
83107 [  7044] By: jhi                                   on 2000/09/08  21:29:56
83108         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
83109              From: Peter Prymmer <pvhp@forte.com>
83110              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
83111              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
83112      Branch: perl
83113            ! configure.com
83114 ____________________________________________________________________________
83115 [  7043] By: jhi                                   on 2000/09/08  21:27:50
83116         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
83117              From: Peter Prymmer <pvhp@forte.com>
83118              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
83119              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
83120      Branch: perl
83121            ! Makefile.SH installperl
83122 ____________________________________________________________________________
83123 [  7042] By: jhi                                   on 2000/09/08  21:23:21
83124         Log: Continue #7041.
83125      Branch: perl
83126            ! cygwin/Makefile.SHs os2/Makefile.SHs
83127 ____________________________________________________________________________
83128 [  7041] By: jhi                                   on 2000/09/08  21:18:10
83129         Log: Do away with memory models cruft.  Sorry, PDP users.
83130      Branch: metaconfig
83131            ! U/modified/cc.U U/modified/libpth.U
83132      Branch: perl
83133            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
83134            ! Porting/config_H cflags.SH config_h.SH configure.com
83135            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
83136            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
83137            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
83138 ____________________________________________________________________________
83139 [  7040] By: jhi                                   on 2000/09/08  14:34:18
83140         Log: Major rewrite of s2p.  And I mean really major, it is
83141              an implementation of sed in perl.  If called as s2p it
83142              will function as s2p.  Note: needs non-UNIXifying.
83143              
83144              Subject: s2p
83145              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
83146              Date: Mon, 28 Aug 2000 14:05:12 +0200
83147              Message-ID: <39AA5578.2102E2AA@alcatel.at>
83148      Branch: perl
83149            ! x2p/s2p.PL
83150 ____________________________________________________________________________
83151 [  7039] By: jhi                                   on 2000/09/08  14:19:49
83152         Log: Re-allow vec() for characters > 255.
83153              
83154              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
83155              From: Spider Boardman <spider@web.zk3.dec.com>
83156              Date: Fri, 08 Sep 2000 02:21:02 -0400
83157              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
83158      Branch: perl
83159            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
83160            ! t/op/vec.t
83161 ____________________________________________________________________________
83162 [  7038] By: jhi                                   on 2000/09/08  14:14:18
83163         Log: Subject: [PATCH lib/Benchmark.pm]
83164              From: <abigail@foad.org>
83165              Date: Thu, 7 Sep 2000 15:03:20 -0400
83166              Message-ID: <20000907190320.888.qmail@foad.org>
83167      Branch: perl
83168            ! lib/Benchmark.pm
83169 ____________________________________________________________________________
83170 [  7037] By: jhi                                   on 2000/09/08  14:11:06
83171         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
83172              
83173              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83174              From: Spider Boardman <spider@web.zk3.dec.com>
83175              Date: Fri, 08 Sep 2000 01:30:27 -0400
83176              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83177      Branch: perl
83178            ! op.c
83179 ____________________________________________________________________________
83180 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83181         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83182              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83183              Date: Fri, 08 Sep 2000 12:38:32 +0200
83184              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83185      Branch: perl
83186            ! pod/perlipc.pod
83187 ____________________________________________________________________________
83188 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83189         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83190              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83191              Date: Fri, 08 Sep 2000 11:47:34 +0200
83192              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83193      Branch: perl
83194            ! hints/dec_osf.sh
83195 ____________________________________________________________________________
83196 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83197         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83198              From: Simon Cozens <simon@cozens.net>
83199              Date: Thu, 7 Sep 2000 20:40:38 +0100
83200              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83201      Branch: perl
83202            ! pp_hot.c
83203 ____________________________________________________________________________
83204 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83205         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83206              From: "Larry W. Virden" <lvirden@cas.org>
83207              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83208              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83209      Branch: perl
83210            ! pod/perldiag.pod
83211 ____________________________________________________________________________
83212 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83213         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83214              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83215              Date: Mon, 04 Sep 2000 13:16:38 -0700
83216              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83217      Branch: perl
83218            ! lib/perl5db.pl
83219 ____________________________________________________________________________
83220 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83221         Log: Fix the ccversion detection for 5.1 and beyond.
83222              
83223              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83224              From: Spider Boardman <spider@leggy.zk3.dec.com>
83225              Date: Thu, 7 Sep 2000 17:54:27 -0400
83226              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83227      Branch: perl
83228            ! hints/dec_osf.sh
83229 ____________________________________________________________________________
83230 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83231         Log: Fix for
83232              
83233              Subject: [ID 20000903.001] \w in utf8-strings
83234              From: Marc Lehmann <pcg@goof.com>
83235              Date: Sun, 03 Sep 2000 09:44:29 +0200
83236              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83237              
83238              and various related nits.
83239      Branch: perl
83240            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83241 ____________________________________________________________________________
83242 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83243         Log: Fix the URL, but the server is still missing in action.
83244              
83245              Subject: [ID 20000905.002] perlfaq1.pod URL error
83246              From: "Larry W. Virden" <lvirden@cas.org>
83247              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83248              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83249      Branch: perl
83250            ! pod/perlfaq1.pod
83251 ____________________________________________________________________________
83252 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83253         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83254              From: Hugo <hv@crypt.compulink.co.uk>
83255              Date: Tue, 05 Sep 2000 14:13:37 +0100
83256              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83257      Branch: perl
83258            ! toke.c
83259 ____________________________________________________________________________
83260 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83261         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83262              From: Daniel Chetlin <daniel@chetlin.com>
83263              Date: Tue, 5 Sep 2000 04:57:07 -0700
83264              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83265      Branch: perl
83266            ! pod/perlfaq6.pod pod/perlop.pod
83267 ____________________________________________________________________________
83268 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83269         Log: Document the new ref() semantics.
83270              
83271              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83272              From: Gisle Aas <gisle@ActiveState.com>
83273              Date: 05 Sep 2000 08:10:30 +0200
83274              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83275      Branch: perl
83276            ! pod/perldelta.pod
83277 ____________________________________________________________________________
83278 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83279         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83280              
83281              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83282              From: Gisle Aas <gisle@ActiveState.com>
83283              Date: 05 Sep 2000 08:11:40 +0200
83284              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
83285      Branch: perl
83286            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
83287 ____________________________________________________________________________
83288 [  7024] By: jhi                                   on 2000/09/07  18:39:32
83289         Log: Subject: [PATCH] Modernize Opcode.pm documentation
83290              From: Gisle Aas <gisle@ActiveState.com>
83291              Date: 4 Sep 2000 00:18:55 -0000
83292              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
83293      Branch: perl
83294            ! ext/Opcode/Opcode.pm
83295 ____________________________________________________________________________
83296 [  7023] By: jhi                                   on 2000/09/07  18:37:42
83297         Log: Subject: [PATCH] Tied filehandle documentation
83298              From: Gisle Aas <gisle@ActiveState.com>
83299              Date: 4 Sep 2000 00:14:40 -0000
83300              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
83301      Branch: perl
83302            ! pod/perlfunc.pod pod/perltie.pod
83303 ____________________________________________________________________________
83304 [  7022] By: jhi                                   on 2000/09/07  18:35:37
83305         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
83306              From: Gisle Aas <gisle@ActiveState.com>
83307              Date: 4 Sep 2000 00:04:22 -0000
83308              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
83309      Branch: perl
83310            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
83311 ____________________________________________________________________________
83312 [  7021] By: jhi                                   on 2000/09/07  18:33:22
83313         Log: Subject: small apidoc fix
83314              From: Marc Lehmann <pcg@goof.com>
83315              Date: Sun, 3 Sep 2000 05:12:06 +0200
83316              Message-ID: <20000903051206.A5909@cerebro.laendle>
83317      Branch: perl
83318            ! pod/perlapi.pod utf8.c
83319 ____________________________________________________________________________
83320 [  7020] By: jhi                                   on 2000/09/07  16:14:57
83321         Log: Tiny perldelta nits.
83322      Branch: perl
83323            ! pod/perldelta.pod
83324 ____________________________________________________________________________
83325 [  7019] By: jhi                                   on 2000/09/07  16:04:20
83326         Log: Guard against bad string->int conversion for quads.
83327      Branch: perl
83328            ! t/op/64bitint.t
83329 ____________________________________________________________________________
83330 [  7018] By: jhi                                   on 2000/09/06  17:07:03
83331         Log: Update Unicode todo list.
83332      Branch: perl
83333            ! Todo-5.6
83334 ____________________________________________________________________________
83335 [  7017] By: jhi                                   on 2000/09/05  21:16:01
83336         Log: Document the SvIOK_.*UV().
83337      Branch: perl
83338            ! pod/perlapi.pod sv.h
83339 ____________________________________________________________________________
83340 [  7016] By: nick                                  on 2000/09/03  21:54:46
83341         Log: Hash lookup of constant strings optimization:
83342              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
83343              to string table (as per sharepvn). Add newSV_pvn_share to create such
83344              a thing. Make hv.c compare addresses of strings and skip string compare
83345              if equal. Make method_named and helem ops use these shared-string SVs
83346              when arg is constant. Make keys op return shared-string SVs (less clearly
83347              a win).
83348      Branch: perl
83349            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
83350            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
83351            ! pod/perlintern.pod pp_hot.c proto.h sv.c
83352 ____________________________________________________________________________
83353 [  7015] By: jhi                                   on 2000/09/02  17:48:59
83354         Log: This is 5.7.0.
83355      Branch: perl
83356            ! Changes
83357 ____________________________________________________________________________
83358 [  7014] By: jhi                                   on 2000/09/02  17:35:45
83359         Log: Changes and patchlevel tweaks.
83360      Branch: perl
83361            ! Changes patchlevel.h
83362 ____________________________________________________________________________
83363 [  7013] By: jhi                                   on 2000/09/02  17:30:50
83364         Log: Update Changes.
83365      Branch: perl
83366            ! Changes patchlevel.h
83367 ____________________________________________________________________________
83368 [  7012] By: nick                                  on 2000/09/02  17:25:20
83369         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
83370      Branch: perl
83371            ! gv.c lib/overload.pm
83372 ____________________________________________________________________________
83373 [  7011] By: jhi                                   on 2000/09/02  17:16:25
83374         Log: Update perlhist.
83375      Branch: perl
83376            ! pod/perlhist.pod
83377 ____________________________________________________________________________
83378 [  7010] By: jhi                                   on 2000/09/02  17:01:35
83379         Log: perldelta nits.
83380      Branch: perl
83381            ! pod/perldelta.pod
83382 ____________________________________________________________________________
83383 [  7009] By: nick                                  on 2000/09/02  16:48:35
83384         Log: If overloaded %{} etc. return the object do not loop.
83385              Thus  sub deref { $_[0] } functions if object is wanted type.
83386      Branch: perl
83387            ! pp.h
83388 ____________________________________________________________________________
83389 [  7008] By: jhi                                   on 2000/09/02  16:26:11
83390         Log: Retab MANIFEST.
83391      Branch: perl
83392            ! ext/Storable/MANIFEST
83393 ____________________________________________________________________________
83394 [  7007] By: jhi                                   on 2000/09/02  16:23:02
83395         Log: Make certain cc is set before trying to run it.
83396      Branch: perl
83397            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
83398 ____________________________________________________________________________
83399 [  7006] By: jhi                                   on 2000/09/02  15:45:41
83400         Log: Unicode notes.
83401      Branch: perl
83402            ! pod/perldelta.pod
83403 ____________________________________________________________________________
83404 [  7005] By: jhi                                   on 2000/09/02  15:42:11
83405         Log: Various Configure nits by Philip Newton,
83406              plus the ebcdic one by me.
83407      Branch: metaconfig
83408            + U/modified/pager.U
83409            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
83410      Branch: metaconfig/U/perl
83411            ! Devel.U quadfio.U
83412      Branch: perl
83413            ! Configure config_h.SH
83414 ____________________________________________________________________________
83415 [  7004] By: jhi                                   on 2000/09/02  15:06:14
83416         Log: Apparently avoiding the swapping is too costly.
83417              
83418              From: "Ben Tilly" <ben_tilly@hotmail.com>
83419              Subject: Re: the door is closed.
83420              Date: Fri, 01 Sep 2000 20:23:16 EDT
83421              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
83422      Branch: perl
83423            ! pod/perlfaq4.pod
83424 ____________________________________________________________________________
83425 [  7003] By: nick                                  on 2000/09/02  12:26:04
83426         Log: Undo part of change 6489 which looks like a bulk edit which
83427              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
83428              The supressing of main:: on return from select() is undesirable.
83429      Branch: perl
83430            ! pp_sys.c
83431 ____________________________________________________________________________
83432 [  7002] By: jhi                                   on 2000/09/01  23:08:54
83433         Log: Update Changes.
83434      Branch: perl
83435            ! Changes patchlevel.h
83436 ____________________________________________________________________________
83437 [  7001] By: jhi                                   on 2000/09/01  23:00:13
83438         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
83439              From: Peter Prymmer <pvhp@forte.com>
83440              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
83441              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
83442              
83443              plus rework the http: spots as suggested by Tom Christiansen,
83444              plus regen perltoc.
83445      Branch: perl
83446            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83447            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83448 ____________________________________________________________________________
83449 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83450         Log: Only the first line, thank you very much.
83451      Branch: perl
83452            ! hints/solaris_2.sh
83453 ____________________________________________________________________________
83454 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83455         Log: change#6791 accidentally clobbered change#6710, put it back
83456      Branch: perl
83457            ! win32/win32.c
83458 ____________________________________________________________________________
83459 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83460         Log: Mention the HP-UX LP64 freak failure.
83461      Branch: perl
83462            ! pod/perldelta.pod
83463 ____________________________________________________________________________
83464 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83465         Log: Detypo.
83466      Branch: perl
83467            ! hints/hpux.sh
83468 ____________________________________________________________________________
83469 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83470         Log: Update Changes.
83471      Branch: perl
83472            ! Changes patchlevel.h
83473 ____________________________________________________________________________
83474 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83475         Log: Mi splgn s gnin.g
83476      Branch: perl
83477            ! pp_ctl.c
83478 ____________________________________________________________________________
83479 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83480         Log: Subject: http:// in L<>
83481              From: Nicholas Clark <nick@ccl4.org>
83482              Date: Fri, 1 Sep 2000 22:03:21 +0100
83483              Message-ID: <20000901220321.B72074@plum.flirble.org>
83484      Branch: perl
83485            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83486 ____________________________________________________________________________
83487 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83488         Log: Update to Storable 1.0, from Raphael Manfredi.
83489      Branch: perl
83490            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83491            ! ext/Storable/Makefile.PL ext/Storable/README
83492            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83493            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83494            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83495            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83496            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83497            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83498 ____________________________________________________________________________
83499 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83500         Log: Mention known sfio+linux buglet.
83501      Branch: perl
83502            ! pod/perldelta.pod
83503 ____________________________________________________________________________
83504 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83505         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83506              From: Peter Prymmer <pvhp@forte.com>
83507              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83508              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83509      Branch: perl
83510            ! vms/vms.c
83511 ____________________________________________________________________________
83512 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83513         Log: Retract #6986.
83514      Branch: perl
83515            ! hints/solaris_2.sh
83516 ____________________________________________________________________________
83517 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83518         Log: Mergesort is back.
83519      Branch: perl
83520            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83521 ____________________________________________________________________________
83522 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83523         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
83524              From: Mike Guy <mjtg@cam.ac.uk>
83525              Date: Fri, 01 Sep 2000 17:43:33 +0100
83526              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
83527      Branch: perl
83528            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
83529            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
83530 ____________________________________________________________________________
83531 [  6987] By: jhi                                   on 2000/09/01  19:17:10
83532         Log: Regen perltoc.
83533      Branch: perl
83534            ! pod/perltoc.pod
83535 ____________________________________________________________________________
83536 [  6986] By: jhi                                   on 2000/09/01  18:51:10
83537         Log: Subject: Re: Solaris x86 has no SPARC libraries!
83538              From: Lupe Christoph <lupe@lupe-christoph.de>
83539              Date: Fri, 1 Sep 2000 20:41:20 +0200
83540              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
83541      Branch: perl
83542            ! hints/solaris_2.sh
83543 ____________________________________________________________________________
83544 [  6985] By: jhi                                   on 2000/09/01  18:28:10
83545         Log: Update Changes.
83546      Branch: perl
83547            ! Changes patchlevel.h
83548 ____________________________________________________________________________
83549 [  6984] By: jhi                                   on 2000/09/01  18:26:53
83550         Log: Feature ordering tweak.
83551      Branch: perl
83552            ! myconfig.SH
83553 ____________________________________________________________________________
83554 [  6983] By: jhi                                   on 2000/09/01  18:19:50
83555         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83556              From: <abigail@foad.org>
83557              Date: Fri, 1 Sep 2000 13:07:32 -0400
83558              Message-ID: <20000901170732.18249.qmail@foad.org>
83559      Branch: perl
83560            ! t/pragma/overload.t
83561 ____________________________________________________________________________
83562 [  6982] By: jhi                                   on 2000/09/01  18:17:54
83563         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
83564              so that case-ignoring systems like DCL can tell them from
83565              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
83566      Branch: metaconfig/U/perl
83567            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
83568      Branch: perl
83569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83570            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
83571            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
83572            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
83573            ! vos/config.def vos/config.h vos/config_h.SH_orig
83574            ! win32/config.bc win32/config.gc win32/config.vc
83575 ____________________________________________________________________________
83576 [  6981] By: nick                                  on 2000/09/01  17:21:57
83577         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
83578              warning when UNTIE exists and instead pass the count of extra references to
83579              the UNTIE method.
83580      Branch: perl
83581            ! pod/perltie.pod pp_sys.c
83582 ____________________________________________________________________________
83583 [  6980] By: jhi                                   on 2000/09/01  16:54:44
83584         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
83585              From: Peter Prymmer <pvhp@forte.com>
83586              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
83587              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
83588      Branch: perl
83589            ! configure.com
83590 ____________________________________________________________________________
83591 [  6979] By: jhi                                   on 2000/09/01  16:06:20
83592         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
83593              From: Mike Guy <mjtg@cam.ac.uk> 
83594              Date: Fri, 01 Sep 2000 16:49:27 +0100
83595              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
83596      Branch: perl
83597            ! t/base/rs.t
83598 ____________________________________________________________________________
83599 [  6978] By: jhi                                   on 2000/09/01  16:00:42
83600         Log: Update to PodParser 1.18, from Brad Appleton.
83601      Branch: perl
83602            ! lib/Pod/Checker.pm t/pod/find.t
83603 ____________________________________________________________________________
83604 [  6977] By: jhi                                   on 2000/09/01  14:48:58
83605         Log: Subject: Nit in Configure (bleadperl@6961)
83606              From: Lupe Christoph <lupe@lupe-christoph.de>
83607              Date: Fri, 1 Sep 2000 16:34:29 +0200
83608              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
83609      Branch: metaconfig
83610            ! U/compline/ccflags.U
83611      Branch: perl
83612            ! Configure config_h.SH
83613 ____________________________________________________________________________
83614 [  6976] By: jhi                                   on 2000/09/01  14:39:52
83615         Log: Update Changes.
83616      Branch: perl
83617            ! Changes patchlevel.h
83618 ____________________________________________________________________________
83619 [  6975] By: jhi                                   on 2000/09/01  14:37:36
83620         Log: microperl config update.
83621      Branch: perl
83622            ! uconfig.h uconfig.sh
83623 ____________________________________________________________________________
83624 [  6974] By: jhi                                   on 2000/09/01  14:36:53
83625         Log: Document known deficiencies.
83626      Branch: perl
83627            ! pod/perldelta.pod
83628 ____________________________________________________________________________
83629 [  6973] By: jhi                                   on 2000/09/01  14:10:20
83630         Log: Mention warnings fixes and updates.
83631      Branch: perl
83632            ! pod/perldelta.pod
83633 ____________________________________________________________________________
83634 [  6972] By: jhi                                   on 2000/09/01  14:01:52
83635         Log: Drop unused argument.
83636              
83637              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
83638              From: Spider Boardman <spider@web.zk3.dec.com>
83639              Date: Thu, 31 Aug 2000 16:10:15 -0400
83640              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
83641      Branch: perl
83642            ! toke.c
83643 ____________________________________________________________________________
83644 [  6971] By: jhi                                   on 2000/09/01  13:59:24
83645         Log: Add the overload warnings to perldiag.
83646      Branch: perl
83647            ! lib/overload.pm pod/perldiag.pod
83648 ____________________________________________________________________________
83649 [  6970] By: jhi                                   on 2000/09/01  13:55:10
83650         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83651              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83652              Date: Fri, 1 Sep 2000 13:43:15 +0100 
83653              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
83654      Branch: perl
83655            ! lib/overload.pm t/pragma/overload.t
83656 ____________________________________________________________________________
83657 [  6969] By: jhi                                   on 2000/09/01  13:52:27
83658         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83659              From: <abigail@foad.org>
83660              Date: Fri, 1 Sep 2000 05:46:54 -0400
83661              Message-ID: <20000901094654.6476.qmail@foad.org>
83662      Branch: perl
83663            ! lib/overload.pm
83664 ____________________________________________________________________________
83665 [  6968] By: jhi                                   on 2000/09/01  13:50:05
83666         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
83667              From: Daniel Chetlin <daniel@chetlin.com>
83668              Date: Fri, 1 Sep 2000 02:10:55 -0700
83669              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
83670      Branch: perl
83671            ! pod/perlretut.pod
83672 ____________________________________________________________________________
83673 [  6967] By: jhi                                   on 2000/09/01  13:47:54
83674         Log: Part of the solution.
83675              
83676              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
83677              From: Mike Guy <mjtg@cam.ac.uk>
83678              Date: Fri, 01 Sep 2000 14:16:01 +0100
83679              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
83680      Branch: perl
83681            ! gv.c mg.c
83682 ____________________________________________________________________________
83683 [  6966] By: jhi                                   on 2000/09/01  13:46:17
83684         Log: Subject: CPAN.pm beta 1.57_57 for the core
83685              From: andreas.koenig@anima.de (Andreas J. Koenig)
83686              Date: 01 Sep 2000 15:16:31 +0200
83687              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
83688      Branch: perl
83689            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83690 ____________________________________________________________________________
83691 [  6965] By: jhi                                   on 2000/09/01  13:43:18
83692         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
83693              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83694              Date: Fri, 01 Sep 2000 01:47:22 -0500
83695              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
83696      Branch: perl
83697            ! pod/perldelta.pod vms/vms.c
83698 ____________________________________________________________________________
83699 [  6964] By: jhi                                   on 2000/09/01  13:35:35
83700         Log: File::Temp patches from Andreas König,
83701              
83702              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
83703              From: andreas.koenig@anima.de (Andreas J. Koenig)
83704              Date: 01 Sep 2000 10:07:20 +0200
83705              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
83706              
83707              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
83708              From: andreas.koenig@anima.de (Andreas J. Koenig)
83709              Date: 31 Aug 2000 23:26:08 +0200
83710              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
83711      Branch: perl
83712            ! lib/File/Temp.pm t/lib/ftmp-security.t
83713 ____________________________________________________________________________
83714 [  6963] By: jhi                                   on 2000/09/01  02:22:24
83715         Log: Retract the mergesort code, way too incompatible licensing
83716              and copyrights.
83717      Branch: perl
83718            ! pod/perldelta.pod pp_ctl.c
83719 ____________________________________________________________________________
83720 [  6962] By: jhi                                   on 2000/08/31  23:27:32
83721         Log: Update Changes.
83722      Branch: perl
83723            ! Changes patchlevel.h
83724 ____________________________________________________________________________
83725 [  6961] By: jhi                                   on 2000/08/31  23:20:04
83726         Log: Small tweaks all over.
83727      Branch: metaconfig
83728            ! U/compline/d_gconvert.U
83729      Branch: perl
83730            ! AUTHORS Configure config_h.SH pp_ctl.c
83731 ____________________________________________________________________________
83732 [  6960] By: jhi                                   on 2000/08/31  22:39:36
83733         Log: Further rewording.
83734      Branch: perl
83735            ! pp_ctl.c
83736 ____________________________________________________________________________
83737 [  6959] By: jhi                                   on 2000/08/31  21:26:44
83738         Log: More address tweaking.
83739      Branch: perl
83740            ! AUTHORS Changes
83741 ____________________________________________________________________________
83742 [  6958] By: jhi                                   on 2000/08/31  20:47:25
83743         Log: AUTHORS tweaks, from Peter Prymmer.
83744              
83745              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
83746              From: Peter Prymmer <pvhp@forte.com>
83747              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
83748              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
83749      Branch: perl
83750            ! AUTHORS MAINTAIN
83751 ____________________________________________________________________________
83752 [  6957] By: jhi                                   on 2000/08/31  20:34:43
83753         Log: perldelta tweaks.
83754      Branch: perl
83755            ! pod/perldelta.pod
83756 ____________________________________________________________________________
83757 [  6956] By: jhi                                   on 2000/08/31  19:11:06
83758         Log: Regen perltoc.
83759      Branch: perl
83760            ! pod/perltoc.pod
83761 ____________________________________________________________________________
83762 [  6955] By: jhi                                   on 2000/08/31  19:06:30
83763         Log: Clarify the mergesort situation.
83764      Branch: perl
83765            ! pp_ctl.c
83766 ____________________________________________________________________________
83767 [  6954] By: jhi                                   on 2000/08/31  18:24:17
83768         Log: Move the Solaris 7 scan to use64bitall, make the
83769              failure to find 64-bot sparc libc to mention the
83770              possibility of being in an intel, from Lupe and Alan.
83771      Branch: perl
83772            ! hints/solaris_2.sh
83773 ____________________________________________________________________________
83774 [  6953] By: jhi                                   on 2000/08/31  18:09:20
83775         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
83776              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
83777      Branch: metaconfig
83778            ! U/compline/d_gconvert.U U/threads/archname.U
83779      Branch: metaconfig/U/perl
83780            ! perlxv.U
83781      Branch: perl
83782            ! Configure config_h.SH sv.c
83783 ____________________________________________________________________________
83784 [  6952] By: jhi                                   on 2000/08/31  17:42:24
83785         Log: :: not allowed in pathnames, change to .
83786              
83787              Subject: [PATCH perl@6938] cygwin port
83788              From: "Fifer, Eric" <EFifer@sanwaint.com>
83789              Date: Thu, 31 Aug 2000 16:32:59 +0100
83790              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
83791      Branch: metaconfig/U/perl
83792            ! perlxv.U
83793 ____________________________________________________________________________
83794 [  6951] By: jhi                                   on 2000/08/31  17:02:05
83795         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
83796      Branch: perl
83797            ! perl.h
83798 ____________________________________________________________________________
83799 [  6950] By: jhi                                   on 2000/08/31  16:26:08
83800         Log: More author updates.
83801              
83802              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
83803              From: Simon Cozens <simon@cozens.net>
83804              Date: Thu, 31 Aug 2000 17:13:32 +0100
83805              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
83806      Branch: perl
83807            ! AUTHORS
83808 ____________________________________________________________________________
83809 [  6949] By: jhi                                   on 2000/08/31  16:04:49
83810         Log: POSIX doesn't report long double values under -Duselongdouble
83811              when the long doubles are "real" (bigger than doubles).
83812              
83813              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
83814              From: Spider Boardman <spider@peano.zk3.dec.com>
83815              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
83816              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
83817      Branch: perl
83818            ! ext/POSIX/POSIX.xs
83819 ____________________________________________________________________________
83820 [  6948] By: jhi                                   on 2000/08/31  15:25:10
83821         Log: Update Changes.
83822      Branch: perl
83823            ! Changes patchlevel.h
83824 ____________________________________________________________________________
83825 [  6947] By: jhi                                   on 2000/08/31  15:22:29
83826         Log: Document UNTIE in a very minimalistic way.
83827      Branch: perl
83828            ! pod/perlfunc.pod pod/perltie.pod
83829 ____________________________________________________________________________
83830 [  6946] By: jhi                                   on 2000/08/31  15:15:23
83831         Log: Document known failures.
83832      Branch: perl
83833            ! pod/perldelta.pod
83834 ____________________________________________________________________________
83835 [  6945] By: jhi                                   on 2000/08/31  15:07:00
83836         Log: Don't attach -ld to the archname if pointless.
83837      Branch: metaconfig
83838            ! U/threads/archname.U
83839      Branch: perl
83840            ! Configure config_h.SH
83841 ____________________________________________________________________________
83842 [  6944] By: jhi                                   on 2000/08/31  14:37:42
83843         Log: Wrap the test in eval.
83844              
83845              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
83846              From: Tim Jenness <timj@jach.hawaii.edu>
83847              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
83848              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
83849      Branch: perl
83850            ! t/lib/ftmp-security.t
83851 ____________________________________________________________________________
83852 [  6943] By: jhi                                   on 2000/08/31  14:30:57
83853         Log: Make -Dusemorebits find long doubles in Solaris.
83854      Branch: perl
83855            ! hints/solaris_2.sh
83856 ____________________________________________________________________________
83857 [  6942] By: jhi                                   on 2000/08/31  13:48:45
83858         Log: Clarify the third case of ftmp-security warnings.
83859      Branch: perl
83860            ! INSTALL
83861 ____________________________________________________________________________
83862 [  6941] By: jhi                                   on 2000/08/31  13:40:31
83863         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
83864              From: <abigail@foad.org>
83865              Date: Thu, 31 Aug 2000 01:35:05 -0400
83866              Message-ID: <20000831053505.32120.qmail@foad.org>
83867      Branch: perl
83868            ! pod/perldelta.pod
83869 ____________________________________________________________________________
83870 [  6940] By: jhi                                   on 2000/08/31  13:38:48
83871         Log: Issue useful diagnostic on unknown pod commands.
83872              
83873              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
83874              From: <abigail@foad.org>
83875              Date: Thu, 31 Aug 2000 03:41:18 -0400
83876              Message-ID: <20000831074118.24880.qmail@foad.org>
83877      Branch: perl
83878            ! lib/Pod/Man.pm
83879 ____________________________________________________________________________
83880 [  6939] By: jhi                                   on 2000/08/31  13:34:33
83881         Log: Reveal Borland's isnan.
83882              
83883              Subject: build with BC++ tweak
83884              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
83885              Date: Thu, 31 Aug 2000 13:09:37 +0400
83886              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
83887      Branch: perl
83888            ! win32/win32.h
83889 ____________________________________________________________________________
83890 [  6938] By: jhi                                   on 2000/08/31  05:01:20
83891         Log: Update Changes.
83892      Branch: perl
83893            ! Changes patchlevel.h
83894 ____________________________________________________________________________
83895 [  6937] By: jhi                                   on 2000/08/31  04:26:23
83896         Log: sscanf() may be the only way to read long doubles from strings.
83897      Branch: metaconfig/U/perl
83898            ! longdblfio.U
83899      Branch: perl
83900            ! Configure config_h.SH perl.h util.c
83901 ____________________________________________________________________________
83902 [  6936] By: jhi                                   on 2000/08/31  04:18:19
83903         Log: The #6929 was too skimpy.
83904      Branch: perl
83905            ! sv.c
83906 ____________________________________________________________________________
83907 [  6935] By: jhi                                   on 2000/08/31  02:47:07
83908         Log: Subject: Re: typos in pods
83909              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83910              Date: Wed, 30 Aug 2000 19:25:34 -0700
83911              Message-ID: <eIcr5gzkg25X092yn@efn.org>
83912      Branch: perl
83913            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
83914 ____________________________________________________________________________
83915 [  6934] By: jhi                                   on 2000/08/31  02:42:55
83916         Log: Missed one Unicode file.
83917      Branch: perl
83918            + lib/unicode/UCDFF301.html
83919 ____________________________________________________________________________
83920 [  6933] By: jhi                                   on 2000/08/30  23:42:27
83921         Log: Update Changes.
83922      Branch: perl
83923            ! Changes patchlevel.h
83924 ____________________________________________________________________________
83925 [  6932] By: jhi                                   on 2000/08/30  23:40:07
83926         Log: Mention UNTIE in perldelta.  Still needs documenting
83927              in perltie et alia.
83928      Branch: perl
83929            ! pod/perldelta.pod
83930 ____________________________________________________________________________
83931 [  6931] By: jhi                                   on 2000/08/30  23:36:02
83932         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
83933              From: <abigail@foad.org>
83934              Date: Wed, 30 Aug 2000 19:28:07 -0400
83935              Message-ID: <20000830232807.305.qmail@foad.org>
83936      Branch: perl
83937            ! pod/perldelta.pod
83938 ____________________________________________________________________________
83939 [  6930] By: jhi                                   on 2000/08/30  23:32:40
83940         Log: Update to Unicode 3.0.1.
83941      Branch: perl
83942            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
83943            + lib/unicode/PropList.txt lib/unicode/README.perl
83944            + lib/unicode/UCD301.html lib/unicode/Unicode.301
83945            - lib/unicode/Props.txt lib/unicode/UCD300.html
83946            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
83947            ! (edit 257 files)
83948 ____________________________________________________________________________
83949 [  6929] By: jhi                                   on 2000/08/30  22:38:18
83950         Log: Heap decorruption.
83951              
83952              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
83953              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83954              Date: Wed, 30 Aug 2000 22:39:52 +0100
83955              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
83956      Branch: perl
83957            ! sv.c
83958 ____________________________________________________________________________
83959 [  6928] By: jhi                                   on 2000/08/30  22:29:34
83960         Log: Retract the dummy test, skip the security tests (instead of failing),
83961              explain what the warnings mean.
83962      Branch: perl
83963            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
83964 ____________________________________________________________________________
83965 [  6927] By: jhi                                   on 2000/08/30  22:14:13
83966         Log: Change the internal implementation of sort() to be mergesort
83967              instead of quicksort, from John Linderman <jpl@research.att.com>.
83968              Gives us better worst case, better average case, and stability.
83969              What's there not to like?  (Small fixes for threaded builds
83970              were required).
83971      Branch: perl
83972            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
83973 ____________________________________________________________________________
83974 [  6926] By: jhi                                   on 2000/08/30  20:55:20
83975         Log: A better fix for the Socket building problem from Craig Berry.
83976      Branch: perl
83977            ! vms/vms.c
83978 ____________________________________________________________________________
83979 [  6925] By: jhi                                   on 2000/08/30  20:20:25
83980         Log: Subject: [PATCH] Re: UNTIE method 
83981              From: Nick Ing-Simmons <nik@tiuk.ti.com>
83982              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
83983              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
83984      Branch: perl
83985            ! pp_sys.c t/op/tie.t
83986 ____________________________________________________________________________
83987 [  6924] By: jhi                                   on 2000/08/30  20:17:11
83988         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
83989              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83990              Date: Wed, 30 Aug 2000 15:03:14 -0500
83991              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
83992      Branch: perl
83993            ! vms/vms.c
83994 ____________________________________________________________________________
83995 [  6923] By: jhi                                   on 2000/08/30  20:15:18
83996         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
83997              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83998              Date: Wed, 30 Aug 2000 13:30:36 -0500
83999              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
84000      Branch: perl
84001            ! vms/vms.c
84002 ____________________________________________________________________________
84003 [  6922] By: jhi                                   on 2000/08/30  19:54:43
84004         Log: Better options for rsync.
84005      Branch: perl
84006            ! pod/perlhack.pod
84007 ____________________________________________________________________________
84008 [  6921] By: jhi                                   on 2000/08/30  19:40:16
84009         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
84010              From: Rick Delaney <rick@consumercontact.com>
84011              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
84012              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
84013      Branch: perl
84014            ! pod/perlfunc.pod
84015 ____________________________________________________________________________
84016 [  6920] By: jhi                                   on 2000/08/30  19:36:40
84017         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
84018              From: Peter Prymmer <pvhp@forte.com>
84019              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
84020              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
84021      Branch: perl
84022            ! configure.com
84023 ____________________________________________________________________________
84024 [  6919] By: jhi                                   on 2000/08/30  14:52:02
84025         Log: Update Changes.
84026      Branch: perl
84027            ! Changes patchlevel.h
84028 ____________________________________________________________________________
84029 [  6918] By: jhi                                   on 2000/08/30  14:48:34
84030         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
84031      Branch: perl
84032            ! lib/ExtUtils/typemap
84033 ____________________________________________________________________________
84034 [  6917] By: jhi                                   on 2000/08/30  14:46:34
84035         Log: Subject: typos in pods
84036              From: Nicholas Clark <nick@ccl4.org>
84037              Date: Wed, 30 Aug 2000 01:12:50 +0100
84038              Message-ID: <20000830011249.A61388@plum.flirble.org>
84039      Branch: perl
84040            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
84041            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
84042            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
84043            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
84044 ____________________________________________________________________________
84045 [  6916] By: jhi                                   on 2000/08/30  14:19:09
84046         Log: Document Storable problems on Crays.  (Will have
84047              to document all the other Storable problems, too.)
84048      Branch: perl
84049            ! pod/perldelta.pod
84050 ____________________________________________________________________________
84051 [  6915] By: jhi                                   on 2000/08/30  14:06:02
84052         Log: Subject: [PATCH] fix misc cast warnings
84053              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84054              Date: Tue, 29 Aug 2000 23:16:14 -0700
84055              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
84056      Branch: perl
84057            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
84058            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
84059            ! os2/os2ish.h
84060 ____________________________________________________________________________
84061 [  6914] By: jhi                                   on 2000/08/30  14:03:45
84062         Log: Timestamp mismatch again.  Need to fix this dependence on
84063              config_h.SH timestamp, since it's the contents of config_h.SH
84064              that matter.
84065      Branch: perl
84066            ! uconfig.h uconfig.sh
84067 ____________________________________________________________________________
84068 [  6913] By: jhi                                   on 2000/08/30  13:54:06
84069         Log: Don't say "Perl 5.0 source kit".
84070      Branch: perl
84071            ! perl.c
84072 ____________________________________________________________________________
84073 [  6912] By: jhi                                   on 2000/08/30  13:51:24
84074         Log: Reset archname and archname64 always, forcing them be
84075              recomputed at each Configure run, make Configure and
84076              the hints files agree on the naming of largefiles variables.
84077      Branch: metaconfig
84078            ! U/threads/archname.U
84079      Branch: metaconfig/U/perl
84080            ! use64bits.U
84081      Branch: perl
84082            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
84083            ! hints/linux.sh hints/solaris_2.sh
84084 ____________________________________________________________________________
84085 [  6911] By: jhi                                   on 2000/08/30  13:30:13
84086         Log: Put back the slice accidentally removed by #6907.
84087      Branch: perl
84088            ! hints/solaris_2.sh
84089 ____________________________________________________________________________
84090 [  6910] By: jhi                                   on 2000/08/30  01:24:26
84091         Log: Be consistent: other Net::get* do export theirs.
84092              
84093              Subject: Re: Net::protoent does not export 'getproto'
84094              From: Yasushi Nakajima <sey@jkc.co.jp>
84095              Date: Wed, 30 Aug 2000 09:53:14 +0900
84096              Message-Id: <200008300051.DAA24700@taku.hut.fi>
84097      Branch: perl
84098            ! lib/Net/protoent.pm
84099 ____________________________________________________________________________
84100 [  6909] By: jhi                                   on 2000/08/30  01:17:25
84101         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
84102              From: Gurusamy Sarathy <gsar@ActiveState.com>
84103              Date: Tue, 29 Aug 2000 17:17:07 -0700
84104              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
84105      Branch: perl
84106            ! cop.h
84107 ____________________________________________________________________________
84108 [  6908] By: jhi                                   on 2000/08/30  00:58:05
84109         Log: Update Changes.
84110      Branch: perl
84111            ! Changes patchlevel.h
84112 ____________________________________________________________________________
84113 [  6907] By: jhi                                   on 2000/08/30  00:57:22
84114         Log: Introduce ccname to keep track of what compiler kind of we have.
84115      Branch: metaconfig/U/perl
84116            ! Checkcc.U gccvers.U
84117      Branch: perl
84118            ! Configure config_h.SH hints/solaris_2.sh
84119 ____________________________________________________________________________
84120 [  6906] By: jhi                                   on 2000/08/30  00:25:47
84121         Log: Put back the flags dump as reasoned in
84122              
84123              Subject: Re: [PATCH] Glob dumping
84124              From: Mike Guy <mjtg@cam.ac.uk> 
84125              Date: Tue, 29 Aug 2000 21:41:32 +0100
84126              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
84127      Branch: perl
84128            ! dump.c t/lib/peek.t
84129 ____________________________________________________________________________
84130 [  6905] By: jhi                                   on 2000/08/30  00:16:17
84131         Log: Make the epsilon to be relative, not absolute.
84132              
84133              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
84134              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
84135              Date: Tue, 29 Aug 2000 19:58:56 -0400
84136              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
84137      Branch: perl
84138            ! t/lib/trig.t
84139 ____________________________________________________________________________
84140 [  6904] By: jhi                                   on 2000/08/30  00:13:09
84141         Log: From now on, Gisle is on my list of usual suspects :-)
84142              Retract #6902.
84143      Branch: perl
84144            ! ext/Opcode/Safe.pm
84145 ____________________________________________________________________________
84146 [  6903] By: jhi                                   on 2000/08/29  23:51:20
84147         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
84148              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84149              Date: Tue, 29 Aug 2000 18:43:26 -0500
84150              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
84151      Branch: perl
84152            + vms/vmspipe.com
84153            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
84154            ! vms/vms.c
84155 ____________________________________________________________________________
84156 [  6902] By: jhi                                   on 2000/08/29  23:44:14
84157         Log: Retry what #6882 attempted.
84158              
84159              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
84160              From: Gisle Aas <gisle@ActiveState.com>
84161              Date: 30 Aug 2000 00:33:09 +0200
84162              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
84163      Branch: perl
84164            ! ext/Opcode/Safe.pm
84165 ____________________________________________________________________________
84166 [  6901] By: jhi                                   on 2000/08/29  22:59:32
84167         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
84168              From: Hugo <hv@crypt.compulink.co.uk>
84169              Date: Mon, 12 Jun 2000 19:36:08 +0100
84170              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
84171      Branch: perl
84172            ! sv.c
84173 ____________________________________________________________________________
84174 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84175         Log: Admit that we are leaking scalars.
84176              
84177              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84178              From: Spider Boardman <spider@leggy.zk3.dec.com>
84179              Date: Tue, 29 Aug 2000 18:48:29 -0400
84180              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84181      Branch: perl
84182            ! t/pragma/warnings.t
84183 ____________________________________________________________________________
84184 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84185         Log: Update Changes.
84186      Branch: perl
84187            ! Changes patchlevel.h
84188 ____________________________________________________________________________
84189 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84190         Log: Undo namespace pollution of #6878.
84191              
84192              Subject: Re: Net::protoent does not export 'getproto'
84193              From: Mike Guy <mjtg@cam.ac.uk>
84194              Date: Tue, 29 Aug 2000 21:32:37 +0100
84195              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84196      Branch: perl
84197            ! lib/Net/protoent.pm
84198 ____________________________________________________________________________
84199 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84200         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84201              From: Peter Prymmer <pvhp@forte.com>
84202              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84203              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84204      Branch: perl
84205            ! pod/perlebcdic.pod
84206 ____________________________________________________________________________
84207 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84208         Log: There's no point repeating the 'revision' (5) of perl5.
84209      Branch: metaconfig/U/perl
84210            ! Devel.U patchlevel.U
84211      Branch: perl
84212            ! Configure config_h.SH
84213 ____________________________________________________________________________
84214 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84215         Log: Regen Configure for #6894.
84216      Branch: metaconfig/U/perl
84217            ! perladmin.U
84218      Branch: perl
84219            ! Configure config_h.SH
84220 ____________________________________________________________________________
84221 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84222         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84223              From: "Philip Newton" <Philip.Newton@gmx.net>
84224              Date: Tue, 29 Aug 2000 21:39:14 +0200
84225              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84226      Branch: perl
84227            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84228            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84229            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84230            ! utils/perlbug.PL
84231 ____________________________________________________________________________
84232 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84233         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84234              From: "Philip Newton" <Philip.Newton@gmx.net>
84235              Date: Tue, 29 Aug 2000 21:39:14 +0200
84236              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84237      Branch: perl
84238            ! installhtml
84239 ____________________________________________________________________________
84240 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84241         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84242              From: "Philip Newton" <Philip.Newton@gmx.net>
84243              Date: Tue, 29 Aug 2000 21:48:18 +0200
84244              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84245      Branch: perl
84246            ! lib/File/Temp.pm
84247 ____________________________________________________________________________
84248 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84249         Log: Nail the ID 20000828.023.
84250      Branch: perl
84251            ! ext/Storable/Storable.xs
84252 ____________________________________________________________________________
84253 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84254         Log: Under usethreads the dumped variable is IN_PAD.
84255              
84256              Subject: Re: [PATCH] Glob dumping
84257              From: Gisle Aas <gisle@ActiveState.com>
84258              Date: 29 Aug 2000 18:45:05 +0200
84259              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84260      Branch: perl
84261            ! t/lib/peek.t
84262 ____________________________________________________________________________
84263 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84264         Log: Update Changes.
84265      Branch: perl
84266            ! Changes patchlevel.h
84267 ____________________________________________________________________________
84268 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84269         Log: Retract #6882, broke the safe tests.
84270      Branch: perl
84271            ! ext/Opcode/Safe.pm
84272 ____________________________________________________________________________
84273 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84274         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84275              From: Gisle Aas <gisle@ActiveState.com> 
84276              Date: 09 Jun 2000 20:00:11 +0200
84277              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84278      Branch: perl
84279            ! utils/perldoc.PL
84280 ____________________________________________________________________________
84281 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84282         Log: The #6881 removed one dump line.
84283      Branch: perl
84284            ! t/lib/peek.t
84285 ____________________________________________________________________________
84286 [  6885] By: jhi                                   on 2000/08/29  14:30:47
84287         Log: Don't forget to tidy up.
84288      Branch: perl
84289            ! t/lib/ftmp-security.t
84290 ____________________________________________________________________________
84291 [  6884] By: jhi                                   on 2000/08/29  14:25:17
84292         Log: Disabling the one test is a bit tricky.
84293      Branch: perl
84294            ! t/lib/ftmp-security.t
84295 ____________________________________________________________________________
84296 [  6883] By: jhi                                   on 2000/08/29  14:16:25
84297         Log: Disable one of the tests for now.
84298      Branch: perl
84299            ! t/lib/ftmp-security.t
84300 ____________________________________________________________________________
84301 [  6882] By: jhi                                   on 2000/08/29  14:05:50
84302         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
84303              From: gisle@aas.no
84304              Date: 29 Aug 2000 10:35:06 -0000
84305              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
84306      Branch: perl
84307            ! ext/Opcode/Safe.pm
84308 ____________________________________________________________________________
84309 [  6881] By: jhi                                   on 2000/08/29  14:03:51
84310         Log: Subject: [PATCH] Glob dumping
84311              From: Gisle Aas <gisle@ActiveState.com>
84312              Date: 29 Aug 2000 07:59:42 -0000
84313              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
84314      Branch: perl
84315            ! dump.c
84316 ____________________________________________________________________________
84317 [  6880] By: jhi                                   on 2000/08/29  14:02:01
84318         Log: Subject: [PATCH] Warnings in B::Deparse
84319              From: <abigail@foad.org>
84320              Date: Tue, 29 Aug 2000 00:00:01 -0400
84321              Message-ID: <20000829040001.2999.qmail@foad.org>
84322      Branch: perl
84323            ! ext/B/B/Deparse.pm
84324 ____________________________________________________________________________
84325 [  6879] By: jhi                                   on 2000/08/29  13:57:26
84326         Log: Missed a change in #6869.
84327      Branch: perl
84328            ! mg.c
84329 ____________________________________________________________________________
84330 [  6878] By: jhi                                   on 2000/08/29  13:45:04
84331         Log: Subject: Net::protoent does not export 'getproto'
84332              From: Yasushi Nakajima <sey@jkc.co.jp>
84333              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
84334      Branch: perl
84335            ! lib/Net/protoent.pm
84336 ____________________________________________________________________________
84337 [  6877] By: jhi                                   on 2000/08/29  13:39:19
84338         Log: Patches all over for people and the files they (hopefully) care about.
84339      Branch: perl
84340            ! AUTHORS Changes MAINTAIN
84341 ____________________________________________________________________________
84342 [  6876] By: jhi                                   on 2000/08/29  12:53:54
84343         Log: Fix for thinko in #6848.
84344              
84345              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
84346              From: Lupe Christoph <lupe@lupe-christoph.de>
84347              Date: Tue, 29 Aug 2000 09:04:08 +0200
84348              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
84349      Branch: perl
84350            ! ext/Thread/Thread.xs
84351 ____________________________________________________________________________
84352 [  6875] By: jhi                                   on 2000/08/29  12:50:14
84353         Log: Update to Getopt::Long 2.24, from Johan Vromans.
84354      Branch: perl
84355            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84356 ____________________________________________________________________________
84357 [  6874] By: jhi                                   on 2000/08/29  02:09:53
84358         Log: Use minimal @INC in tests, most of the time just '../lib',
84359              so that we simply can't pick up stuff from other Perls than
84360              the one we are testing.  Pointed out by
84361              
84362              From: Mike Guy <mjtg@cam.ac.uk>
84363              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
84364              Date: Fri, 25 Aug 2000 15:15:59 +0100
84365              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
84366      Branch: perl
84367            ! (edit 185 files)
84368 ____________________________________________________________________________
84369 [  6873] By: jhi                                   on 2000/08/29  01:07:11
84370         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
84371              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84372              Date: Mon, 28 Aug 2000 17:45:52 -0700
84373              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
84374      Branch: perl
84375            ! Makefile.SH hints/os2.sh
84376 ____________________________________________________________________________
84377 [  6872] By: jhi                                   on 2000/08/28  23:33:39
84378         Log: Subject: [PATCH bleedperl@6866] spellings
84379              From: marcel@codewerk.com (Marcel Grunauer)
84380              Date: Tue, 29 Aug 2000 01:19:59 +0200
84381              Message-Id: <200008282319.BAA29862@gandalf.local>
84382      Branch: perl
84383            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
84384            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
84385            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
84386 ____________________________________________________________________________
84387 [  6871] By: jhi                                   on 2000/08/28  23:22:09
84388         Log: Take out the SUIDMAIL thing, that will not be
84389              a problem in 5.7.*.
84390      Branch: perl
84391            ! patchlevel.h
84392 ____________________________________________________________________________
84393 [  6870] By: jhi                                   on 2000/08/28  23:19:30
84394         Log: -S is the silent flag, -s is the strip flag.
84395              
84396              Subject: [PATCH] Re: [PATCH] make no-install          
84397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84398              Date: Mon, 28 Aug 2000 15:12:55 -0700
84399              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
84400      Branch: perl
84401            ! Makefile.SH
84402 ____________________________________________________________________________
84403 [  6869] By: jhi                                   on 2000/08/28  23:12:05
84404         Log: Subject: [PATCH bleedperl@6856] warnings fixes
84405              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84406              Date: Mon, 28 Aug 2000 23:55:06 +0100
84407              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
84408      Branch: perl
84409            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
84410            ! warnings.h warnings.pl
84411 ____________________________________________________________________________
84412 [  6868] By: jhi                                   on 2000/08/28  21:38:22
84413         Log: Potential cruft.
84414      Branch: perl
84415            ! Makefile.SH
84416 ____________________________________________________________________________
84417 [  6867] By: jhi                                   on 2000/08/28  21:35:36
84418         Log: Update Changes.
84419      Branch: perl
84420            ! Changes patchlevel.h
84421 ____________________________________________________________________________
84422 [  6866] By: jhi                                   on 2000/08/28  21:33:49
84423         Log: Subject: hv.h Doc Patch
84424              From: Fisher Mark <fisherm@tce.com>
84425              Date: Mon, 28 Aug 2000 16:24:59 -0500
84426              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
84427      Branch: perl
84428            ! hv.h
84429 ____________________________________________________________________________
84430 [  6865] By: jhi                                   on 2000/08/28  21:02:15
84431         Log: Add -ld to archname on long tr...double platforms.
84432      Branch: metaconfig
84433            ! U/threads/archname.U
84434      Branch: perl
84435            ! Configure config_h.SH
84436 ____________________________________________________________________________
84437 [  6864] By: jhi                                   on 2000/08/28  20:38:59
84438         Log: An attempt to fix the problem reported in
84439              
84440              Subject: Building perl@6856 using gcc/AIX 4.3.3 
84441              From: Daniel Muino <dmuino@afip.gov.ar> 
84442              Date: Mon, 28 Aug 2000 15:50:01 -0300   
84443              Message-ID: <20000828155001.A14403@con2-dgi>
84444              
84445              I can't test this properly since the gcc installation I have
84446              access to seems to be botched (gcc is calling the AIX cpp,
84447              a losing proposition...)
84448      Branch: perl
84449            ! hints/aix.sh
84450 ____________________________________________________________________________
84451 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84452         Log: Fix for ID 20000828.001, long doubles were not formatted
84453              correctly (showed up in $], which stopped installing perl).
84454      Branch: perl
84455            ! sv.c
84456 ____________________________________________________________________________
84457 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84458         Log: Typo in #6858.
84459      Branch: perl
84460            ! lib/Cwd.pm
84461 ____________________________________________________________________________
84462 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84463         Log: opmini.o may be left around if a build is interrupted.
84464      Branch: perl
84465            ! Makefile.SH
84466 ____________________________________________________________________________
84467 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84468         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84469              From: Daniel Chetlin <daniel@chetlin.com>
84470              Date: Mon, 28 Aug 2000 01:14:18 -0700
84471              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84472      Branch: perl
84473            ! lib/overload.pm
84474 ____________________________________________________________________________
84475 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84476         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84477              From: Nicholas Clark <nick@ccl4.org>
84478              Date: Mon, 28 Aug 2000 16:03:27 +0100
84479              Message-Id: <20000828160327.C49785@plum.flirble.org>
84480      Branch: perl
84481            ! ext/ByteLoader/bytecode.h
84482 ____________________________________________________________________________
84483 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84484         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84485              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84486              Date: Mon, 28 Aug 2000 13:08:30 +0200
84487              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84488      Branch: perl
84489            ! lib/Cwd.pm
84490 ____________________________________________________________________________
84491 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84492         Log: display_format used as a class method without arguments was broken,
84493              reported in
84494              
84495              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84496              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84497              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84498              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84499      Branch: perl
84500            ! lib/Math/Complex.pm t/lib/complex.t
84501 ____________________________________________________________________________
84502 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84503         Log: Update Changes.
84504      Branch: perl
84505            ! Changes patchlevel.h
84506 ____________________________________________________________________________
84507 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84508         Log: Retract #6853 (false alarm).
84509      Branch: perl
84510            ! lib/ExtUtils/xsubpp
84511 ____________________________________________________________________________
84512 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84513         Log: Update Changes.
84514      Branch: perl
84515            ! Changes patchlevel.h
84516 ____________________________________________________________________________
84517 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84518         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84519              From: Hugo <hv@crypt.compulink.co.uk>
84520              Date: Sun, 27 Aug 2000 22:30:25 +0100
84521              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84522      Branch: perl
84523            ! lib/ExtUtils/xsubpp
84524 ____________________________________________________________________________
84525 [  6852] By: jhi                                   on 2000/08/27  21:33:58
84526         Log: Big-endian 64-bit patch from Raphael Manfredi.
84527      Branch: perl
84528            ! ext/Storable/Storable.xs
84529 ____________________________________________________________________________
84530 [  6851] By: jhi                                   on 2000/08/27  21:22:21
84531         Log: More ruthless editing from Hugo van der Sanden.
84532      Branch: perl
84533            ! pod/perldelta.pod
84534 ____________________________________________________________________________
84535 [  6850] By: jhi                                   on 2000/08/27  16:11:46
84536         Log: Update Changes.
84537      Branch: perl
84538            ! Changes patchlevel.h
84539 ____________________________________________________________________________
84540 [  6849] By: jhi                                   on 2000/08/27  16:11:05
84541         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
84542      Branch: perl
84543            ! configpm pod/perldelta.pod
84544 ____________________________________________________________________________
84545 [  6848] By: jhi                                   on 2000/08/27  15:35:08
84546         Log: Use the actual thread type, not the pointer-to-struct.
84547      Branch: perl
84548            ! ext/Thread/Thread.xs
84549 ____________________________________________________________________________
84550 [  6847] By: jhi                                   on 2000/08/27  15:30:49
84551         Log: Test nit.
84552      Branch: perl
84553            ! t/pragma/warn/pp_sys
84554 ____________________________________________________________________________
84555 [  6846] By: jhi                                   on 2000/08/27  15:19:02
84556         Log: Passing -R in ldflags makes now it to appear in the default
84557              for lddlflags, just like with -L.
84558              
84559              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84560              From: Lupe Christoph <lupe@lupe-christoph.de>
84561              Date: Sun, 27 Aug 2000 10:28:21 +0200
84562              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
84563      Branch: metaconfig/U/perl
84564            ! dlsrc.U
84565      Branch: perl
84566            ! Configure
84567 ____________________________________________________________________________
84568 [  6845] By: jhi                                   on 2000/08/27  15:08:54
84569         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84570              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84571              Date: Sat, 26 Aug 2000 22:23:27 +0100
84572              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
84573      Branch: perl
84574            ! lib/ExtUtils/MM_Unix.pm
84575 ____________________________________________________________________________
84576 [  6844] By: jhi                                   on 2000/08/27  15:02:37
84577         Log: DJGPP update from Laszlo Molnar.
84578              
84579              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
84580              From: ml1050 <ml1050@freemail.hu>
84581              Date: Sat, 26 Aug 2000 23:24:40 +0200
84582              Message-Id: <20000826232440.A439@freemail.hu>
84583      Branch: perl
84584            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
84585            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
84586 ____________________________________________________________________________
84587 [  6843] By: jhi                                   on 2000/08/27  14:53:58
84588         Log: Subject: installman buglet
84589              From: Lupe Christoph <lupe@lupe-christoph.de>
84590              Date: Sun, 27 Aug 2000 14:38:59 +0200
84591              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
84592      Branch: perl
84593            ! installman
84594 ____________________________________________________________________________
84595 [  6842] By: jhi                                   on 2000/08/27  14:52:08
84596         Log: Can't get the test to reliably work thanks to the
84597              inaccurateness of floating point.  "Resolves" bug ids
84598              20000826.003, 20000826.009, 20000826.010,
84599      Branch: perl
84600            ! t/lib/trig.t
84601 ____________________________________________________________________________
84602 [  6841] By: jhi                                   on 2000/08/26  15:53:58
84603         Log: Update Changes.
84604      Branch: perl
84605            ! Changes patchlevel.h
84606 ____________________________________________________________________________
84607 [  6840] By: jhi                                   on 2000/08/26  14:23:03
84608         Log: grep -e isn't portable.
84609              
84610              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
84611              From: chris@broadband.att.com
84612              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
84613              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
84614      Branch: perl
84615            ! hints/solaris_2.sh
84616 ____________________________________________________________________________
84617 [  6839] By: jhi                                   on 2000/08/26  14:12:23
84618         Log: no-install target a la make -n.
84619              
84620              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
84621              From: <abigail@foad.org>
84622              Date: Sat, 26 Aug 2000 03:57:34 -0400
84623              Message-ID: <20000826075735.18912.qmail@foad.org>
84624      Branch: perl
84625            ! Makefile.SH installman installperl
84626 ____________________________________________________________________________
84627 [  6838] By: jhi                                   on 2000/08/26  14:06:33
84628         Log: Retract #6826 as the #6828 should be do the same
84629              in a More Correct Way.
84630      Branch: perl
84631            ! installperl
84632 ____________________________________________________________________________
84633 [  6837] By: jhi                                   on 2000/08/26  05:24:00
84634         Log: More casting.
84635      Branch: perl
84636            ! ext/Storable/Storable.xs
84637 ____________________________________________________________________________
84638 [  6836] By: jhi                                   on 2000/08/26  05:05:46
84639         Log: Nicer in decimal.
84640      Branch: perl
84641            ! ext/Storable/Storable.xs
84642 ____________________________________________________________________________
84643 [  6835] By: jhi                                   on 2000/08/26  05:03:50
84644         Log: There be no UVdf.
84645      Branch: perl
84646            ! ext/Storable/Storable.xs
84647 ____________________________________________________________________________
84648 [  6834] By: jhi                                   on 2000/08/26  05:00:18
84649         Log: Continue IVdfing and UVxfing.
84650      Branch: perl
84651            ! ext/Storable/Storable.xs
84652 ____________________________________________________________________________
84653 [  6833] By: jhi                                   on 2000/08/26  04:53:14
84654         Log: Use IVdf.
84655      Branch: perl
84656            ! ext/Storable/Storable.xs
84657 ____________________________________________________________________________
84658 [  6832] By: jhi                                   on 2000/08/26  04:40:41
84659         Log: Document PTR2XX and INT2PTR.
84660      Branch: perl
84661            ! pod/perlguts.pod
84662 ____________________________________________________________________________
84663 [  6831] By: jhi                                   on 2000/08/26  04:33:18
84664         Log: Use UVxf, PTR2UV, NVff.
84665      Branch: perl
84666            ! ext/Storable/Storable.xs
84667 ____________________________________________________________________________
84668 [  6830] By: jhi                                   on 2000/08/26  04:31:32
84669         Log: Update the test count.
84670      Branch: perl
84671            ! t/lib/trig.t
84672 ____________________________________________________________________________
84673 [  6829] By: jhi                                   on 2000/08/26  03:05:50
84674         Log: Subject: [PATCH] installation not quite silent yet.
84675              From: <abigail@foad.org>
84676              Date: Fri, 25 Aug 2000 20:07:53 -0400
84677              Message-ID: <20000826000753.7822.qmail@foad.org>
84678      Branch: perl
84679            ! installman installperl
84680 ____________________________________________________________________________
84681 [  6828] By: jhi                                   on 2000/08/26  03:05:14
84682         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84683              From: Spider Boardman <spider@web.zk3.dec.com>
84684              Date: Fri, 25 Aug 2000 19:12:40 -0400
84685              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
84686      Branch: perl
84687            ! gv.c
84688 ____________________________________________________________________________
84689 [  6827] By: jhi                                   on 2000/08/25  23:54:34
84690         Log: Support preserving extremely big/small angles.
84691      Branch: perl
84692            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
84693 ____________________________________________________________________________
84694 [  6826] By: jhi                                   on 2000/08/25  23:01:20
84695         Log: Patch installperl to be long double-aware.
84696              
84697              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84698              From: Spider Boardman <spider@web.zk3.dec.com>
84699              Date: Fri, 25 Aug 2000 18:15:23 -0400
84700              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
84701      Branch: perl
84702            ! installperl
84703 ____________________________________________________________________________
84704 [  6825] By: jhi                                   on 2000/08/25  22:58:25
84705         Log: Remove duplicately applied patch shards.
84706              
84707              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
84708              From: Spider Boardman <spider@leggy.zk3.dec.com>
84709              Date: Fri, 25 Aug 2000 16:45:03 -0400
84710              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
84711      Branch: perl
84712            ! t/lib/cgi-html.t
84713 ____________________________________________________________________________
84714 [  6824] By: jhi                                   on 2000/08/25  22:57:00
84715         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84716              From: Daniel Chetlin <daniel@chetlin.com>
84717              Date: Fri, 25 Aug 2000 12:23:16 -0700
84718              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
84719              
84720              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84721              From: Daniel Chetlin <daniel@chetlin.com>
84722              Date: Fri, 25 Aug 2000 14:47:19 -0700
84723              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
84724      Branch: perl
84725            ! installman
84726 ____________________________________________________________________________
84727 [  6823] By: jhi                                   on 2000/08/25  22:44:17
84728         Log: Timestamp problem?
84729      Branch: perl
84730            ! uconfig.h uconfig.sh
84731 ____________________________________________________________________________
84732 [  6822] By: jhi                                   on 2000/08/25  19:01:06
84733         Log: One forgotten file from #6816.
84734      Branch: perl
84735            ! vos/config.h
84736 ____________________________________________________________________________
84737 [  6821] By: jhi                                   on 2000/08/25  18:56:39
84738         Log: Regen Changes.
84739      Branch: perl
84740            ! Changes patchlevel.h
84741 ____________________________________________________________________________
84742 [  6820] By: jhi                                   on 2000/08/25  18:52:35
84743         Log: Fix Changes ordering.
84744      Branch: perl
84745            ! Changes
84746 ____________________________________________________________________________
84747 [  6819] By: jhi                                   on 2000/08/25  18:50:25
84748         Log: Update Changes.
84749      Branch: perl
84750            ! Changes patchlevel.h
84751 ____________________________________________________________________________
84752 [  6818] By: jhi                                   on 2000/08/25  18:47:45
84753         Log: Tweak the sfio/useperlio logic, hopefully as wished in
84754              
84755              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
84756              From: Nicholas Clark <nick@babyhippo.co.uk>
84757              Date: Fri, 25 Aug 2000 12:01:45 +0100
84758              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
84759      Branch: metaconfig/U/perl
84760            ! d_sfio.U
84761      Branch: perl
84762            ! Configure
84763 ____________________________________________________________________________
84764 [  6817] By: jhi                                   on 2000/08/25  18:32:51
84765         Log: Allow microperl to assume <math.h>, without it the math
84766              functions like floor() are assumed to return int, which makes
84767              for core dumps in machines where integer and floating register
84768              don't mix.
84769      Branch: perl
84770            ! uconfig.h uconfig.sh
84771 ____________________________________________________________________________
84772 [  6816] By: jhi                                   on 2000/08/25  18:27:17
84773         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
84774              the problem reported in
84775              
84776              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
84777              From: danhale@us.ibm.com
84778              Date: Fri, 25 Aug 2000 10:58:06 -0400
84779              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
84780      Branch: metaconfig/U/perl
84781            + d_socks5_init.U
84782      Branch: perl
84783            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
84784            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
84785            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
84786            ! win32/config.gc win32/config.vc
84787 ____________________________________________________________________________
84788 [  6815] By: jhi                                   on 2000/08/25  17:43:31
84789         Log: A solution for the retrieve_fd autosplit warning,
84790              idea suggested by Mike Guy.
84791      Branch: perl
84792            ! ext/Storable/Storable.pm
84793 ____________________________________________________________________________
84794 [  6814] By: jhi                                   on 2000/08/25  17:16:03
84795         Log: Add install-silent target.
84796      Branch: perl
84797            ! Makefile.SH
84798 ____________________________________________________________________________
84799 [  6813] By: jhi                                   on 2000/08/25  17:14:23
84800         Log: Subject: Re: [PATCH] More silencing of installman.
84801              From: <abigail@foad.org>
84802              Date: Thu, 24 Aug 2000 19:27:03 -0400
84803              Message-ID: <20000824232703.7001.qmail@foad.org>
84804              
84805              Subject: Re: [PATCH] More silencing of installman.
84806              From: <abigail@foad.org>
84807              Date: Fri, 25 Aug 2000 03:00:58 -0400
84808              Message-ID: <20000825070058.10697.qmail@foad.org>
84809      Branch: perl
84810            ! installman
84811 ____________________________________________________________________________
84812 [  6812] By: jhi                                   on 2000/08/25  17:11:28
84813         Log: installperl --verbose and --silent.
84814              
84815              Subject: Re: [PATCH] More silencing of installman.
84816              From: <abigail@foad.org>
84817              Message-ID: <20000825064430.9719.qmail@foad.org>
84818              Date: Fri, 25 Aug 2000 02:44:30 -0400
84819      Branch: perl
84820            ! installperl
84821 ____________________________________________________________________________
84822 [  6811] By: jhi                                   on 2000/08/25  17:05:43
84823         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
84824              From: "Peter J. Farley III" <pjfarley@banet.net>
84825              Date: Thu, 24 Aug 2000 21:58:03 -0400
84826              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
84827              
84828              (applied slightly modified)
84829      Branch: perl
84830            ! lib/ExtUtils/MM_Unix.pm
84831 ____________________________________________________________________________
84832 [  6810] By: jhi                                   on 2000/08/25  17:01:18
84833         Log: Missing parts of 
84834              
84835              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
84836              From: Peter Prymmer <pvhp@forte.com>
84837              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
84838              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
84839      Branch: perl
84840            ! t/lib/cgi-html.t
84841 ____________________________________________________________________________
84842 [  6809] By: jhi                                   on 2000/08/25  16:46:32
84843         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
84844              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84845              Date: Thu, 24 Aug 2000 19:13:11 -0500
84846              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
84847      Branch: perl
84848            ! vms/vms.c
84849 ____________________________________________________________________________
84850 [  6808] By: jhi                                   on 2000/08/25  16:39:22
84851         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
84852              From: Peter Prymmer <pvhp@forte.com>
84853              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
84854              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
84855      Branch: perl
84856            ! configure.com
84857 ____________________________________________________________________________
84858 [  6807] By: jhi                                   on 2000/08/25  16:36:37
84859         Log: Better wording for the vec lvalue diagnostic.
84860              
84861              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84862              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
84863              Date: Wed, 23 Aug 2000 14:12:16 -0400
84864              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
84865      Branch: perl
84866            ! pod/perldiag.pod
84867 ____________________________________________________________________________
84868 [  6806] By: jhi                                   on 2000/08/24  18:17:22
84869         Log: Subject: [PATCH] More silencing of installman.
84870              From: <abigail@foad.org>
84871              Date: Thu, 24 Aug 2000 14:01:44 -0400
84872              Message-ID: <20000824180144.20062.qmail@foad.org>
84873      Branch: perl
84874            ! installman
84875 ____________________________________________________________________________
84876 [  6805] By: jhi                                   on 2000/08/24  15:00:31
84877         Log: Update Changes.
84878      Branch: perl
84879            ! Changes patchlevel.h
84880 ____________________________________________________________________________
84881 [  6804] By: jhi                                   on 2000/08/24  14:59:07
84882         Log: Regen perltoc.
84883      Branch: perl
84884            ! pod/perltoc.pod
84885 ____________________________________________________________________________
84886 [  6803] By: jhi                                   on 2000/08/24  14:44:39
84887         Log: Show the doc file, not the temp file.
84888      Branch: perl
84889            ! installman
84890 ____________________________________________________________________________
84891 [  6802] By: jhi                                   on 2000/08/24  14:41:53
84892         Log: Continue silencing.
84893      Branch: perl
84894            ! installman
84895 ____________________________________________________________________________
84896 [  6801] By: jhi                                   on 2000/08/24  14:34:40
84897         Log: Actually do something with the silencer option.
84898      Branch: perl
84899            ! installman
84900 ____________________________________________________________________________
84901 [  6800] By: jhi                                   on 2000/08/24  14:26:22
84902         Log: Make installman to recognize the silence flag -S.
84903      Branch: perl
84904            ! installman
84905 ____________________________________________________________________________
84906 [  6799] By: jhi                                   on 2000/08/24  13:49:38
84907         Log: DOS patches and portability/porting notes, from Tim Jenness.
84908      Branch: perl
84909            ! lib/File/Temp.pm
84910 ____________________________________________________________________________
84911 [  6798] By: jhi                                   on 2000/08/24  13:48:27
84912         Log: Create directories in silence.
84913              
84914              Subject: [PATCH] Another silencer for MakeMaker
84915              From: andreas.koenig@anima.de (Andreas J. Koenig)
84916              Date: 24 Aug 2000 14:18:52 +0200
84917              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
84918      Branch: perl
84919            ! lib/ExtUtils/Command.pm
84920 ____________________________________________________________________________
84921 [  6797] By: jhi                                   on 2000/08/24  13:46:42
84922         Log: More liberal parsing of version numbers.
84923              
84924              Subject: Re: CPAN.pm beta for testing available
84925              From: andreas.koenig@anima.de (Andreas J. Koenig)
84926              Date: 24 Aug 2000 13:51:57 +0200
84927              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
84928      Branch: perl
84929            ! lib/CPAN.pm
84930 ____________________________________________________________________________
84931 [  6796] By: jhi                                   on 2000/08/24  13:44:36
84932         Log: Make "make install" by default silent.  A new "install-verbose"
84933              target is verbose.
84934      Branch: perl
84935            ! Makefile.SH
84936 ____________________________________________________________________________
84937 [  6795] By: jhi                                   on 2000/08/24  13:39:14
84938         Log: Add silencer flags to installperl.
84939              
84940              Subject: [PATCH] Making installperl silent.
84941              From: <abigail@foad.org>
84942              Date: Thu, 24 Aug 2000 05:01:45 -0400
84943              Message-ID: <20000824090145.13141.qmail@foad.org>
84944      Branch: perl
84945            ! installperl
84946 ____________________________________________________________________________
84947 [  6794] By: jhi                                   on 2000/08/24  13:35:50
84948         Log: installperl couldn't tell whether it had run tests or not.
84949              
84950              Subject: [PATCH] Re: installperl and t/TEST
84951              From: <abigail@foad.org>
84952              Date: Thu, 24 Aug 2000 04:00:53 -0400
84953              Message-ID: <20000824080053.2494.qmail@foad.org>
84954      Branch: perl
84955            ! Makefile.SH installperl
84956 ____________________________________________________________________________
84957 [  6793] By: jhi                                   on 2000/08/24  13:27:50
84958         Log: Drop the separate perlbc, perlcc -b should be enough.
84959      Branch: perl
84960            - utils/perlbc.PL
84961            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
84962 ____________________________________________________________________________
84963 [  6792] By: jhi                                   on 2000/08/24  04:41:30
84964         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
84965              plus the typo fix from Peter Prymmer.
84966      Branch: perl
84967            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
84968            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84969 ____________________________________________________________________________
84970 [  6791] By: jhi                                   on 2000/08/24  02:10:43
84971         Log: Replace #6705 with a minimal doc patch.
84972              
84973              Subject: [PATCH 5.6.0] replace change #6705
84974              From: Jan Dubois <jand@ActiveState.com>
84975              Date: Wed, 23 Aug 2000 18:31:51 -0700
84976              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
84977      Branch: perl
84978            ! lib/Win32.pod win32/win32.c
84979 ____________________________________________________________________________
84980 [  6790] By: jhi                                   on 2000/08/23  17:52:00
84981         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84982              From: Mike Guy <mjtg@cam.ac.uk>
84983              Date: Wed, 23 Aug 2000 18:38:46 +0100
84984              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
84985      Branch: perl
84986            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
84987 ____________________________________________________________________________
84988 [  6789] By: jhi                                   on 2000/08/23  15:34:21
84989         Log: Update Changes.
84990      Branch: perl
84991            ! Changes patchlevel.h
84992 ____________________________________________________________________________
84993 [  6788] By: jhi                                   on 2000/08/23  15:33:40
84994         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
84995              From: Wilfredo Sánchez <wsanchez@apple.com>
84996              Date: Tue, 22 Aug 2000 19:31:27 -0700
84997              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
84998      Branch: perl
84999            ! perl.h
85000 ____________________________________________________________________________
85001 [  6787] By: jhi                                   on 2000/08/23  15:29:31
85002         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
85003              From: Spider Boardman <spider@leggy.zk3.dec.com>
85004              Date: Wed, 23 Aug 2000 10:33:23 -0400
85005              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
85006      Branch: perl
85007            ! lib/Pod/Html.pm
85008 ____________________________________________________________________________
85009 [  6786] By: jhi                                   on 2000/08/23  15:28:11
85010         Log: Bad makefile.
85011      Branch: perl
85012            ! ext/B/Makefile.PL
85013 ____________________________________________________________________________
85014 [  6785] By: jhi                                   on 2000/08/23  14:37:04
85015         Log: Update Changes.
85016      Branch: perl
85017            ! Changes patchlevel.h
85018 ____________________________________________________________________________
85019 [  6784] By: jhi                                   on 2000/08/23  13:58:41
85020         Log: Portability fix from Hugo van der Sanden.
85021      Branch: perl
85022            ! ext/re/Makefile.PL
85023 ____________________________________________________________________________
85024 [  6783] By: jhi                                   on 2000/08/23  13:53:53
85025         Log: Storable support, v-version fixes.
85026              
85027              Subject: CPAN.pm beta for testing available
85028              From: andreas.koenig@anima.de (Andreas J. Koenig)
85029              Date: 22 Aug 2000 23:31:33 +0200
85030              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
85031      Branch: perl
85032            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85033 ____________________________________________________________________________
85034 [  6782] By: jhi                                   on 2000/08/23  13:51:26
85035         Log: Mac and other portability updates from Chris Nandor.
85036      Branch: perl
85037            ! pod/perlmodinstall.pod
85038 ____________________________________________________________________________
85039 [  6781] By: jhi                                   on 2000/08/23  13:47:33
85040         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
85041              From: Peter Prymmer <pvhp@forte.com>
85042              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
85043              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
85044      Branch: perl
85045            ! ext/Storable/Storable.xs
85046 ____________________________________________________________________________
85047 [  6780] By: jhi                                   on 2000/08/23  13:33:34
85048         Log: VMS MMS (make) wants null action.
85049      Branch: perl
85050            ! ext/B/Makefile.PL
85051 ____________________________________________________________________________
85052 [  6779] By: jhi                                   on 2000/08/22  19:44:47
85053         Log: Forgot portability nit.
85054      Branch: perl
85055            ! t/lib/st-forgive.t
85056 ____________________________________________________________________________
85057 [  6778] By: jhi                                   on 2000/08/22  19:35:25
85058         Log: Be portable.
85059      Branch: perl
85060            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
85061            ! t/lib/st-store.t
85062 ____________________________________________________________________________
85063 [  6777] By: jhi                                   on 2000/08/22  18:50:53
85064         Log: Update Changes.
85065      Branch: perl
85066            ! Changes patchlevel.h
85067 ____________________________________________________________________________
85068 [  6776] By: jhi                                   on 2000/08/22  18:44:46
85069         Log: cSVOPo_*v things index into the current PL_curpad
85070              under ithreads, which is different from the curpad
85071              used by the XSUB.  (In other words, the code as-is
85072              before this patch wouldn't work under ithreads.)
85073              From Sarathy.
85074      Branch: perl
85075            ! ext/B/B.xs
85076 ____________________________________________________________________________
85077 [  6775] By: jhi                                   on 2000/08/22  18:18:37
85078         Log: Make the selection of NVff et al stricter.
85079      Branch: metaconfig/U/perl
85080            ! perlxvf.U
85081      Branch: perl
85082            ! Configure config_h.SH
85083 ____________________________________________________________________________
85084 [  6774] By: jhi                                   on 2000/08/22  17:19:42
85085         Log: perldelta nits.
85086      Branch: perl
85087            ! pod/perldelta.pod
85088 ____________________________________________________________________________
85089 [  6773] By: jhi                                   on 2000/08/22  17:06:26
85090         Log: Long double fixes from Spider Boardman.
85091              
85092              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
85093              From: system PRIVILEGED account <root@peano.zk3.dec.com>
85094              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
85095              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
85096      Branch: perl
85097            ! t/lib/bigfltpm.t t/lib/st-06compat.t
85098 ____________________________________________________________________________
85099 [  6772] By: jhi                                   on 2000/08/22  15:04:53
85100         Log: Update Changes.
85101      Branch: perl
85102            ! Changes patchlevel.h
85103 ____________________________________________________________________________
85104 [  6771] By: jhi                                   on 2000/08/22  15:01:44
85105         Log: perldelta fixes from Hugo van der Sanden.
85106      Branch: perl
85107            ! pod/perldelta.pod
85108 ____________________________________________________________________________
85109 [  6770] By: jhi                                   on 2000/08/22  14:34:49
85110         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
85111              From: Hugo <hv@crypt.compulink.co.uk>
85112              Date: Tue, 22 Aug 2000 11:21:53 +0100
85113              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
85114      Branch: perl
85115            ! regcomp.c
85116 ____________________________________________________________________________
85117 [  6769] By: jhi                                   on 2000/08/22  14:30:02
85118         Log: Add Yitzchak, reformat.
85119      Branch: perl
85120            ! Changes config_h.SH
85121 ____________________________________________________________________________
85122 [  6768] By: jhi                                   on 2000/08/22  14:21:35
85123         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
85124              and Spider Boardman.
85125      Branch: metaconfig
85126            ! U/compline/d_gconvert.U
85127      Branch: perl
85128            ! Configure
85129 ____________________________________________________________________________
85130 [  6767] By: jhi                                   on 2000/08/22  14:11:24
85131         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
85132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85133              Date: Mon, 21 Aug 2000 19:08:31 -0700
85134              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
85135      Branch: perl
85136            - ext/Storable/patchlevel.h
85137            ! MANIFEST ext/Storable/MANIFEST
85138 ____________________________________________________________________________
85139 [  6766] By: jhi                                   on 2000/08/22  13:49:29
85140         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
85141              From: Peter Prymmer <pvhp@forte.com>
85142              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
85143              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
85144      Branch: perl
85145            ! configure.com ext/Storable/Makefile.PL
85146 ____________________________________________________________________________
85147 [  6765] By: jhi                                   on 2000/08/22  13:44:59
85148         Log: Subject: [PATCH blead] B:: missing dependency
85149              From: Hugo <hv@crypt.compulink.co.uk>
85150              Date: Tue, 22 Aug 2000 06:44:33 +0100
85151              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
85152      Branch: perl
85153            ! ext/B/Makefile.PL
85154 ____________________________________________________________________________
85155 [  6764] By: jhi                                   on 2000/08/22  13:38:12
85156         Log: More bytecompiler.
85157      Branch: perl
85158            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
85159 ____________________________________________________________________________
85160 [  6763] By: jhi                                   on 2000/08/22  13:36:44
85161         Log: Bytecompiler patches from Benjamin Stuhl.
85162      Branch: perl
85163            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
85164            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85165            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85166            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85167            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
85168            ! perl.c perlapi.h pod/perldelta.pod
85169 ____________________________________________________________________________
85170 [  6762] By: jhi                                   on 2000/08/21  23:43:40
85171         Log: An obsoleted diagnostic.
85172      Branch: perl
85173            ! pod/perldelta.pod
85174 ____________________________________________________________________________
85175 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85176         Log: The #6759 wasn't quite right.
85177      Branch: perl
85178            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85179            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85180            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85181            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85182            ! t/lib/st-tieditems.t
85183 ____________________________________________________________________________
85184 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85185         Log: Be verydeepclean.
85186      Branch: perl
85187            ! Makefile.SH
85188 ____________________________________________________________________________
85189 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85190         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85191              From: Peter Prymmer <pvhp@forte.com>
85192              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85193              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85194      Branch: perl
85195            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85196            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85197            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85198            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85199            ! t/lib/st-tieditems.t
85200 ____________________________________________________________________________
85201 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85202         Log: Few more casts, need reported in
85203              
85204              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85205              From: Mike Stok <mike@stok.co.uk>
85206              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85207              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85208              
85209              and
85210              
85211              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85212              From: abigail@foad.org
85213              Date: 21 Aug 2000 21:31:34 -0000
85214              Message-Id: <20000821213134.30170.qmail@foad.org>
85215      Branch: perl
85216            ! ext/Storable/Storable.xs
85217 ____________________________________________________________________________
85218 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85219         Log: Update Changes.
85220      Branch: perl
85221            ! Changes patchlevel.h
85222 ____________________________________________________________________________
85223 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85224         Log: A pod nit.
85225              
85226              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85227              From: <abigail@foad.org>
85228              Date: Mon, 21 Aug 2000 14:00:16 -0400
85229              Message-ID: <20000821180016.28627.qmail@foad.org>
85230      Branch: perl
85231            ! pod/perlre.pod
85232 ____________________________________________________________________________
85233 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85234         Log: Use PodParser 1.18 new test.
85235      Branch: perl
85236            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85237 ____________________________________________________________________________
85238 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85239         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85240              patches cannot be applied since #6712 conflicts.
85241      Branch: perl
85242            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85243 ____________________________________________________________________________
85244 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85245         Log: Weed out some smaller changes.
85246      Branch: perl
85247            ! pod/perldelta.pod
85248 ____________________________________________________________________________
85249 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85250         Log: Also under djgpp the timestamps are funky.
85251      Branch: perl
85252            ! t/op/stat.t
85253 ____________________________________________________________________________
85254 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85255         Log: Tweak the floating point output routine preferences.
85256      Branch: metaconfig
85257            ! U/compline/d_gconvert.U
85258      Branch: perl
85259            ! Configure
85260 ____________________________________________________________________________
85261 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85262         Log: Unicos/mk requires elaborate paranoia.
85263      Branch: perl
85264            ! lib/Math/Complex.pm
85265 ____________________________________________________________________________
85266 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85267         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85268      Branch: perl
85269            ! lib/Cwd.pm
85270 ____________________________________________________________________________
85271 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85272         Log: free TLS slot properly on Windows
85273      Branch: perl
85274            ! thread.h win32/perllib.c win32/win32thread.h
85275 ____________________________________________________________________________
85276 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85277         Log: Rename the macro argument because some preprocessors
85278              can't tell the difference and expand arguments also inside
85279              double quoted strings.
85280      Branch: perl
85281            ! regcomp.c
85282 ____________________________________________________________________________
85283 [  6746] By: jhi                                   on 2000/08/21  16:09:41
85284         Log: Support long doubles in Storable.
85285              
85286              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
85287              From: Radu Greab <radu@netsoft.ro>
85288              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
85289              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
85290      Branch: perl
85291            ! ext/Storable/Storable.xs
85292 ____________________________________________________________________________
85293 [  6745] By: jhi                                   on 2000/08/21  15:51:40
85294         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
85295              From: "Fifer, Eric" <EFifer@sanwaint.com>
85296              Date: Mon, 21 Aug 2000 15:34:49 +0100
85297              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
85298      Branch: perl
85299            ! t/pragma/warn/9enabled
85300 ____________________________________________________________________________
85301 [  6744] By: jhi                                   on 2000/08/21  15:39:35
85302         Log: Document the endianness of Alpha more precisely.
85303      Branch: perl
85304            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
85305            ! pod/perlport.pod
85306 ____________________________________________________________________________
85307 [  6743] By: jhi                                   on 2000/08/21  14:47:05
85308         Log: perldelta fixes from the p5p crowd.
85309      Branch: perl
85310            ! pod/perldelta.pod pod/perlop.pod
85311 ____________________________________________________________________________
85312 [  6742] By: jhi                                   on 2000/08/21  13:34:51
85313         Log: Update to Pod::LaTeX 0.53.
85314              
85315              Subject: [PATCH] lib/Pod/LaTeX.pm updates
85316              From: Tim Jenness <timj@jach.hawaii.edu>
85317              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
85318              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
85319      Branch: perl
85320            ! lib/Pod/LaTeX.pm
85321 ____________________________________________________________________________
85322 [  6741] By: jhi                                   on 2000/08/21  13:33:01
85323         Log: Subject: [PATCH] os2.c fix for use64bitint
85324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85325              Date: Mon, 21 Aug 2000 01:32:25 -0700
85326              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
85327      Branch: perl
85328            ! os2/os2.c
85329 ____________________________________________________________________________
85330 [  6740] By: jhi                                   on 2000/08/21  13:28:52
85331         Log: Array context keeps slithering in.
85332              
85333              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
85334              From: Daniel Chetlin <daniel@chetlin.com>
85335              Date: Sun, 20 Aug 2000 21:40:25 -0700
85336              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
85337      Branch: perl
85338            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
85339            ! pod/perldebtut.pod
85340 ____________________________________________________________________________
85341 [  6739] By: jhi                                   on 2000/08/21  13:23:55
85342         Log: Big-endian quad fixes for Storable from Radu Greab,
85343              plus few explicit null casts for picky compilers.
85344      Branch: perl
85345            ! ext/Storable/Storable.xs
85346 ____________________________________________________________________________
85347 [  6738] By: gsar                                  on 2000/08/21  05:56:13
85348         Log: small tweaks for change#6705: avoid C++ style comments in C code;
85349              use Perl's malloc API rather than the low level system one
85350      Branch: perl
85351            ! win32/win32.c
85352 ____________________________________________________________________________
85353 [  6737] By: gsar                                  on 2000/08/21  05:35:41
85354         Log: add Storable to list of extensions on Windows
85355      Branch: perl
85356            ! win32/Makefile win32/makefile.mk
85357 ____________________________________________________________________________
85358 [  6736] By: jhi                                   on 2000/08/21  02:57:53
85359         Log: Update Changes.
85360      Branch: perl
85361            ! Changes patchlevel.h
85362 ____________________________________________________________________________
85363 [  6735] By: jhi                                   on 2000/08/21  02:57:20
85364         Log: Draft 0.
85365      Branch: perl
85366            ! pod/perldelta.pod
85367 ____________________________________________________________________________
85368 [  6734] By: jhi                                   on 2000/08/21  02:57:03
85369         Log: Add Storable 0.7.2 from Raphael Manfredi,
85370              plus the patch from
85371              
85372              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
85373              From: Radu Greab <radu@netsoft.ro>
85374              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
85375              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
85376              
85377              plus changes to get Storable to compile with
85378              picky ANSI compilers.
85379      Branch: perl
85380            + ext/Storable/ChangeLog ext/Storable/MANIFEST
85381            + ext/Storable/Makefile.PL ext/Storable/README
85382            + ext/Storable/Storable.pm ext/Storable/Storable.xs
85383            + ext/Storable/patchlevel.h t/lib/st-06compat.t
85384            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
85385            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
85386            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85387            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85388            + t/lib/st-tieditems.t
85389            ! MANIFEST
85390 ____________________________________________________________________________
85391 [  6733] By: jhi                                   on 2000/08/21  02:29:09
85392         Log: The correct cleaning order is an art.
85393      Branch: perl
85394            ! Makefile.SH
85395 ____________________________________________________________________________
85396 [  6732] By: jhi                                   on 2000/08/21  01:23:39
85397         Log: The #6724 is here.
85398      Branch: perl
85399            ! t/lib/ftmp-security.t
85400 ____________________________________________________________________________
85401 [  6731] By: jhi                                   on 2000/08/20  23:17:03
85402         Log: s/this one/the 5.6.0 release/
85403      Branch: perl
85404            ! pod/perl56delta.pod
85405 ____________________________________________________________________________
85406 [  6730] By: jhi                                   on 2000/08/20  23:07:34
85407         Log: Mention perlebcdic and perlposix-bc.
85408      Branch: perl
85409            ! pod/perlport.pod
85410 ____________________________________________________________________________
85411 [  6729] By: jhi                                   on 2000/08/20  21:32:59
85412         Log: Document the number of exponent digits.
85413      Branch: perl
85414            ! pod/perlfunc.pod
85415 ____________________________________________________________________________
85416 [  6728] By: jhi                                   on 2000/08/20  21:16:47
85417         Log: Use File::Spec->tmpdir().
85418              
85419              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
85420              From: Tim Jenness <timj@jach.hawaii.edu>
85421              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
85422              MIME-Version: 1.0
85423              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
85424      Branch: perl
85425            ! utils/perlbug.PL
85426 ____________________________________________________________________________
85427 [  6727] By: jhi                                   on 2000/08/20  20:43:32
85428         Log: Update Changes.
85429      Branch: perl
85430            ! Changes patchlevel.h
85431 ____________________________________________________________________________
85432 [  6726] By: jhi                                   on 2000/08/20  20:41:44
85433         Log: The veryclean target needs to clobber.
85434      Branch: perl
85435            ! Makefile.SH
85436 ____________________________________________________________________________
85437 [  6725] By: jhi                                   on 2000/08/20  20:37:38
85438         Log: Document odd vs even subreleases and -Dusedevel.
85439      Branch: perl
85440            ! INSTALL
85441 ____________________________________________________________________________
85442 [  6724] By: jhi                                   on 2000/08/20  19:58:05
85443         Log: Use temporary directory instead of current directory.
85444              
85445              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85446              From: Tim Jenness <timj@jach.hawaii.edu>
85447              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85448              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85449      Branch: perl
85450            ! t/lib/ftmp-security.t
85451 ____________________________________________________________________________
85452 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85453         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85454              From: andreas.koenig@anima.de (Andreas J. Koenig)
85455              Date: 20 Aug 2000 15:52:03 +0200
85456              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85457      Branch: perl
85458            ! lib/ExtUtils/MM_Unix.pm
85459 ____________________________________________________________________________
85460 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85461         Log: Update to CGI 2.72, from Lincoln Stein.
85462      Branch: perl
85463            ! lib/CGI.pm
85464 ____________________________________________________________________________
85465 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85466         Log: (Replaced by #8364.)
85467              
85468              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85469              From: Radu Greab <radu@netsoft.ro>
85470              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85471              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85472      Branch: perl
85473            ! ext/GDBM_File/GDBM_File.xs
85474 ____________________________________________________________________________
85475 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85476         Log: pp_open() could pass an uninitialized filename down to do_open9().
85477      Branch: perl
85478            ! pp_sys.c
85479 ____________________________________________________________________________
85480 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85481         Log: UTF8 concat fixes.
85482              
85483              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85484              From: Hugo <hv@crypt.compulink.co.uk>
85485              Date: Sun, 20 Aug 2000 07:30:46 +0100
85486              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85487      Branch: perl
85488            ! pp_hot.c t/op/append.t
85489 ____________________________________________________________________________
85490 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85491         Log: Let's try #6717 again.
85492      Branch: perl
85493            ! lib/File/Temp.pm
85494 ____________________________________________________________________________
85495 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85496         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85497              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85498              Date: Sat, 19 Aug 2000 18:15:39 -0500
85499              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85500      Branch: perl
85501            ! lib/File/Temp.pm
85502 ____________________________________________________________________________
85503 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85504         Log: Update Changes.
85505      Branch: perl
85506            ! Changes patchlevel.h
85507 ____________________________________________________________________________
85508 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85509         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85510              From: Jonathan D Johnston <jdjohnston2@juno.com>
85511              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85512              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85513      Branch: perl
85514            ! pod/perlfunc.pod
85515 ____________________________________________________________________________
85516 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85517         Log: Introduce a 'veryclean' target that is like 'distclean'
85518              but also removes *~ and *.orig.
85519      Branch: perl
85520            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85521            ! utils/Makefile x2p/Makefile.SH
85522 ____________________________________________________________________________
85523 [  6713] By: jhi                                   on 2000/08/19  14:15:45
85524         Log: Put back the long double avoidance code to POSIX.xs
85525              because VMS seems to need it still.
85526      Branch: perl
85527            ! ext/POSIX/POSIX.xs
85528 ____________________________________________________________________________
85529 [  6712] By: jhi                                   on 2000/08/19  14:10:41
85530         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
85531              From: Peter Prymmer <pvhp@forte.com>
85532              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
85533              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
85534      Branch: perl
85535            ! lib/Pod/Find.pm t/pod/find.t
85536 ____________________________________________________________________________
85537 [  6711] By: jhi                                   on 2000/08/19  14:09:19
85538         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
85539              From: Peter Prymmer <pvhp@forte.com>
85540              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
85541              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
85542              cc: vmsperl@perl.org
85543      Branch: perl
85544            ! t/lib/peek.t
85545 ____________________________________________________________________________
85546 [  6710] By: jhi                                   on 2000/08/19  14:08:01
85547         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
85548              From: Jan Dubois <jand@ActiveState.com>
85549              Date: Fri, 18 Aug 2000 16:31:48 -0700
85550              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
85551      Branch: perl
85552            ! win32/win32.c
85553 ____________________________________________________________________________
85554 [  6709] By: jhi                                   on 2000/08/19  14:06:57
85555         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
85556              
85557              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
85558              From: Spider.Boardman@Orb.Nashua.NH.US
85559              Date: Fri, 18 Aug 2000 18:41:14 -0400
85560              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
85561      Branch: perl
85562            ! regcomp.c
85563 ____________________________________________________________________________
85564 [  6708] By: jhi                                   on 2000/08/18  22:04:49
85565         Log: Update Changes.
85566      Branch: perl
85567            ! Changes patchlevel.h
85568 ____________________________________________________________________________
85569 [  6707] By: jhi                                   on 2000/08/18  21:55:14
85570         Log: Add warnif(), check warnings further up the stack,
85571              all the warnings functions now can take an optional object reference.
85572              
85573              Subject: [PATCH bleedperl@6691] warnings pragma update
85574              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85575              Date: Fri, 18 Aug 2000 22:42:06 +0100
85576              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
85577      Branch: perl
85578            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
85579            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
85580            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
85581 ____________________________________________________________________________
85582 [  6706] By: jhi                                   on 2000/08/18  21:41:45
85583         Log: Typo in pp_complement().
85584              
85585              Subject: [PATCH perl-current] Deparse
85586              From: Peter Scott <Peter@PSDT.com>
85587              Date: Fri, 18 Aug 2000 12:44:37 -0700
85588              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
85589      Branch: perl
85590            ! ext/B/B/Deparse.pm
85591 ____________________________________________________________________________
85592 [  6705] By: jhi                                   on 2000/08/18  21:25:59
85593         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
85594              From: Jan Dubois <jand@ActiveState.com>
85595              Date: Fri, 18 Aug 2000 14:22:51 -0700
85596              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
85597      Branch: perl
85598            ! lib/Win32.pod win32/win32.c
85599 ____________________________________________________________________________
85600 [  6704] By: jhi                                   on 2000/08/18  21:16:14
85601         Log: Don't eat leading os from index entries.
85602              
85603              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
85604              From: Russ Allbery <rra@stanford.edu>
85605              Date: 10 Aug 2000 20:49:25 -0700
85606              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
85607      Branch: perl
85608            ! lib/Pod/Man.pm
85609 ____________________________________________________________________________
85610 [  6703] By: jhi                                   on 2000/08/18  21:07:06
85611         Log: Add [[:blank:]] as suggested in
85612              
85613              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85614              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85615              Date: Sun, 16 Jul 2000 17:55:29 -0700
85616              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85617              
85618              (the [=cc=] has already been taken care of by #6439
85619              so the whole bug report can be closed)
85620              
85621              and make [[:space:]] to be equivalent to isspace(3)
85622              (as opposed to \s, which is isSPACE()).  The difference
85623              is that now [[:space:]] matches the mythical vertical tab,
85624              while \s doesn't.
85625      Branch: perl
85626            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
85627            ! regexec.c t/op/pat.t
85628 ____________________________________________________________________________
85629 [  6702] By: jhi                                   on 2000/08/18  18:47:47
85630         Log: The new tests were missing from #6415.
85631      Branch: perl
85632            ! t/op/bop.t
85633 ____________________________________________________________________________
85634 [  6701] By: jhi                                   on 2000/08/18  18:20:40
85635         Log: Document the NDBM_File and ODBM_File as SDBM_File
85636              was documented in #6417.
85637      Branch: perl
85638            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
85639            ! ext/SDBM_File/SDBM_File.pm
85640 ____________________________________________________________________________
85641 [  6700] By: jhi                                   on 2000/08/18  18:10:39
85642         Log: Subject: [PATCH perl@6698] cygwin port
85643              From: "Fifer, Eric" <EFifer@sanwaint.com>
85644              Date: Fri, 18 Aug 2000 17:30:05 +0100
85645              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
85646      Branch: perl
85647            ! lib/File/Temp.pm
85648 ____________________________________________________________________________
85649 [  6699] By: jhi                                   on 2000/08/18  16:21:49
85650         Log: Document code point which makes if (defined %stash::) to work
85651              (noted by Spider Boardman).
85652      Branch: perl
85653            ! op.c
85654 ____________________________________________________________________________
85655 [  6698] By: jhi                                   on 2000/08/18  13:43:27
85656         Log: Update Changes.
85657      Branch: perl
85658            ! Changes patchlevel.h
85659 ____________________________________________________________________________
85660 [  6697] By: jhi                                   on 2000/08/18  13:35:57
85661         Log: Tiny Getopt::Long patch from Johan Vromans.
85662      Branch: perl
85663            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85664 ____________________________________________________________________________
85665 [  6696] By: jhi                                   on 2000/08/18  13:26:14
85666         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
85667              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
85668              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
85669              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
85670      Branch: perl
85671            ! pod/perldiag.pod pod/perlsyn.pod
85672 ____________________________________________________________________________
85673 [  6695] By: jhi                                   on 2000/08/18  13:13:26
85674         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
85675              From: Daniel Chetlin <daniel@chetlin.com>
85676              Date: Fri, 18 Aug 2000 03:13:36 -0700
85677              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
85678      Branch: perl
85679            ! pod/perlfunc.pod
85680 ____________________________________________________________________________
85681 [  6694] By: jhi                                   on 2000/08/18  13:08:05
85682         Log: Subject: [PATCH] perltrap.pod spring cleaning
85683              From: Daniel Chetlin <daniel@chetlin.com>
85684              Date: Fri, 18 Aug 2000 03:06:54 -0700
85685              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
85686              
85687              plus Mike Guy's nitfix.
85688      Branch: perl
85689            ! pod/perltrap.pod
85690 ____________________________________________________________________________
85691 [  6693] By: jhi                                   on 2000/08/18  13:00:26
85692         Log: Unbuffer the output.
85693              
85694              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
85695              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85696              Date: Thu, 17 Aug 2000 18:39:29 -0700
85697              Message-ID: <RPJn5gzkgydf092yn@efn.org>
85698      Branch: perl
85699            ! t/op/fork.t
85700 ____________________________________________________________________________
85701 [  6692] By: jhi                                   on 2000/08/18  05:19:17
85702         Log: Delete the image, too, not just its MANIFEStation.
85703      Branch: perl
85704            - lib/CGI/eg/wilogo.gif
85705 ____________________________________________________________________________
85706 [  6691] By: jhi                                   on 2000/08/18  05:10:26
85707         Log: Propagate new Configure vars.
85708      Branch: perl
85709            ! configure.com epoc/config.sh uconfig.h uconfig.sh
85710            ! vos/config.def vos/config.h vos/config_h.SH_orig
85711            ! win32/config.bc win32/config.gc win32/config.vc
85712            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85713 ____________________________________________________________________________
85714 [  6690] By: jhi                                   on 2000/08/18  04:30:56
85715         Log: Update Changes.
85716      Branch: perl
85717            ! Changes patchlevel.h
85718 ____________________________________________________________________________
85719 [  6689] By: jhi                                   on 2000/08/18  04:12:30
85720         Log: Fix the lib/complex failure of
85721              
85722              From: abigail@foad.org
85723              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85724              Date: 15 Aug 2000 04:06:38 -0000
85725              Message-Id: <20000815040638.8524.qmail@foad.org> 
85726              
85727              Linux long double accuracy issue: something that
85728              when printed with %g looks like "2" but int() of it is 1.
85729      Branch: perl
85730            ! lib/Math/Complex.pm
85731 ____________________________________________________________________________
85732 [  6688] By: jhi                                   on 2000/08/18  03:15:35
85733         Log: The byteorder code in #6671 was wrong.
85734      Branch: perl
85735            ! configpm
85736 ____________________________________________________________________________
85737 [  6687] By: jhi                                   on 2000/08/18  02:08:42
85738         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
85739              From: Jan Dubois <jand@ActiveState.com>
85740              Date: Thu, 17 Aug 2000 18:31:55 -0700
85741              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
85742      Branch: perl
85743            ! sv.c
85744 ____________________________________________________________________________
85745 [  6686] By: jhi                                   on 2000/08/18  02:04:15
85746         Log: Use NVs in POSIX math, not doubles.
85747              
85748              From: abigail@foad.org
85749              Subject: [ID 20000817.014] POSIX & modfl
85750              Date: 17 Aug 2000 20:49:18 -0000
85751              Message-Id: <20000817204918.23123.qmail@foad.org>
85752      Branch: perl
85753            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
85754 ____________________________________________________________________________
85755 [  6685] By: jhi                                   on 2000/08/18  02:02:12
85756         Log: Introduce NVef, NVff, and NVgf, use the middle one.
85757              (helps for lib/peek + Linux + long doubles)  Reported in
85758              
85759              From: abigail@foad.org
85760              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85761              Date: 15 Aug 2000 04:06:38 -0000
85762              Message-Id: <20000815040638.8524.qmail@foad.org> 
85763              
85764              (note: the lib/complex failure has not yet been addressed)
85765      Branch: metaconfig/U/perl
85766            ! perlxvf.U
85767      Branch: perl
85768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85769            ! config_h.SH dump.c perl.h pod/perlguts.pod
85770 ____________________________________________________________________________
85771 [  6684] By: jhi                                   on 2000/08/17  23:22:19
85772         Log: Add byteorder to the myconfig output.
85773      Branch: perl
85774            ! myconfig.SH
85775 ____________________________________________________________________________
85776 [  6683] By: jhi                                   on 2000/08/17  23:20:19
85777         Log: The image doth not exist, spotted by Johan Vromans.
85778      Branch: perl
85779            ! MANIFEST
85780 ____________________________________________________________________________
85781 [  6682] By: jhi                                   on 2000/08/17  22:38:16
85782         Log: Document what the backtick returns if the command fails.
85783      Branch: perl
85784            ! pod/perlop.pod
85785 ____________________________________________________________________________
85786 [  6681] By: jhi                                   on 2000/08/17  22:33:12
85787         Log: Do not use prototyping here.
85788              
85789              Subject: [ID 20000817.016] [PATCH] Peek.xs
85790              From: abigail@foad.org
85791              Date: 17 Aug 2000 20:55:56 -0000
85792              Message-Id: <20000817205556.24270.qmail@foad.org>
85793      Branch: perl
85794            ! ext/Devel/Peek/Makefile.PL
85795 ____________________________________________________________________________
85796 [  6680] By: jhi                                   on 2000/08/17  19:46:43
85797         Log: Don't propose using modules built for 5.005 if no binary
85798              compatibility with 5.005 is attempted.
85799              
85800              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85801              Subject: Minor nit with 5.7.0 (6655)
85802              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
85803              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
85804      Branch: metaconfig
85805            ! U/installdirs/inc_version_list.U
85806      Branch: perl
85807            ! Configure config_h.SH
85808 ____________________________________________________________________________
85809 [  6679] By: jhi                                   on 2000/08/17  19:16:39
85810         Log: Microperl config update.
85811      Branch: perl
85812            ! uconfig.h uconfig.sh
85813 ____________________________________________________________________________
85814 [  6678] By: jhi                                   on 2000/08/17  19:16:13
85815         Log: The #6648 wasn't protective enough for limited platforms
85816              (like microperl).
85817      Branch: perl
85818            ! dump.c sv.c
85819 ____________________________________________________________________________
85820 [  6677] By: jhi                                   on 2000/08/17  14:46:35
85821         Log: Update Changes.
85822      Branch: perl
85823            ! Changes patchlevel.h
85824 ____________________________________________________________________________
85825 [  6676] By: jhi                                   on 2000/08/17  14:44:02
85826         Log: Add perlebcdic from Peter Prymmer, regen toc.
85827      Branch: perl
85828            + pod/perlebcdic.pod
85829            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85830 ____________________________________________________________________________
85831 [  6675] By: jhi                                   on 2000/08/17  14:41:52
85832         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
85833      Branch: perl
85834            ! pod/perldebtut.pod
85835 ____________________________________________________________________________
85836 [  6674] By: jhi                                   on 2000/08/17  14:29:43
85837         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
85838              
85839              Subject: [ID 20000724.006] -DLEAKTEST problem
85840              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
85841              Date: Tue, 25 Jul 2000 00:36:32 -0500
85842              Message-Id: <20000725003632.A26186@www.llamacom.com>
85843              
85844              Reminder sent
85845              
85846              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
85847              From: Hugo <hv@crypt.compulink.co.uk>
85848              Date: Thu, 17 Aug 2000 15:23:42 +0100
85849              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
85850      Branch: perl
85851            ! util.c
85852 ____________________________________________________________________________
85853 [  6673] By: jhi                                   on 2000/08/17  04:07:10
85854         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
85855              From: John Peacock <JPeacock@UnivPress.com>
85856              Date: Tue, 01 Aug 2000 09:38:12 -0400
85857              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
85858      Branch: perl
85859            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
85860 ____________________________________________________________________________
85861 [  6672] By: jhi                                   on 2000/08/17  03:04:35
85862         Log: Subject: [PATCH] Cwd.pm now uses strict
85863              From: Tim Jenness <timj@jach.hawaii.edu>
85864              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
85865              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
85866      Branch: perl
85867            ! lib/Cwd.pm
85868 ____________________________________________________________________________
85869 [  6671] By: jhi                                   on 2000/08/17  02:16:35
85870         Log: Make $Config{byteorder} more magical so that it is
85871              dynamically computed: nice for 'fat binaries'.
85872              
85873              Subject: [PATCH]: default byteorder
85874              From: Wilfredo Sánchez <wsanchez@apple.com>
85875              Date: Mon, 31 Jul 2000 19:45:31 -0700
85876              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
85877      Branch: perl
85878            ! configpm
85879 ____________________________________________________________________________
85880 [  6670] By: gsar                                  on 2000/08/17  01:22:21
85881         Log: move WNOHANG definition to where other such things are
85882      Branch: perl
85883            ! win32/win32.h
85884 ____________________________________________________________________________
85885 [  6669] By: jhi                                   on 2000/08/17  01:19:17
85886         Log: Update Changes.
85887      Branch: perl
85888            ! Changes patchlevel.h
85889 ____________________________________________________________________________
85890 [  6668] By: jhi                                   on 2000/08/17  01:16:29
85891         Log: Doc nits spotted by Richard Soderberg.
85892      Branch: perl
85893            ! README.posix-bc README.vmesa
85894 ____________________________________________________________________________
85895 [  6667] By: jhi                                   on 2000/08/17  01:12:11
85896         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
85897              From: "Casey R. Tweten" <crt@kiski.net>
85898              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
85899              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
85900      Branch: perl
85901            ! pod/perldebtut.pod
85902 ____________________________________________________________________________
85903 [  6666] By: jhi                                   on 2000/08/17  01:09:31
85904         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
85905              From: "Casey R. Tweten" <crt@kiski.net>
85906              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
85907              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
85908      Branch: perl
85909            ! lib/Shell.pm
85910 ____________________________________________________________________________
85911 [  6665] By: gsar                                  on 2000/08/17  01:03:52
85912         Log: add "ok" targets from change#6632 in makefile.mk
85913      Branch: perl
85914            ! pod/perlport.pod win32/Makefile win32/makefile.mk
85915 ____________________________________________________________________________
85916 [  6664] By: gsar                                  on 2000/08/17  00:56:11
85917         Log: avoid warnings from dense compiler
85918      Branch: perl
85919            ! win32/win32.c
85920 ____________________________________________________________________________
85921 [  6663] By: jhi                                   on 2000/08/17  00:51:49
85922         Log: Tweak the regex compilation errors once more.
85923      Branch: perl
85924            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85925            ! t/op/regmesg.t t/pragma/warn/regcomp
85926 ____________________________________________________________________________
85927 [  6662] By: gsar                                  on 2000/08/17  00:28:19
85928         Log: trailing new %ENV entries weren't being pushed into the real
85929              environment of subprocesses on Windows
85930      Branch: perl
85931            ! t/op/magic.t win32/perlhost.h
85932 ____________________________________________________________________________
85933 [  6661] By: gsar                                  on 2000/08/17  00:19:20
85934         Log: waitpid() now handles externally spawned pids correctly;
85935              fixes for backtick/wait/waitpid failures on Windows 9x
85936              
85937              these changes make the pid returned by process functions on
85938              Windows 9x always positive by clearing the high bit (which
85939              is always set on Win9x); pseudo-process PIDs are likewise
85940              always negative now on Win9x (just as on NT/2000)
85941      Branch: perl
85942            ! pp_sys.c win32/perlhost.h win32/win32.c
85943 ____________________________________________________________________________
85944 [  6660] By: jhi                                   on 2000/08/17  00:04:32
85945         Log: Retract #6645.
85946      Branch: perl
85947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85948            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85949            ! t/op/sprintf.t
85950 ____________________________________________________________________________
85951 [  6659] By: gsar                                  on 2000/08/16  23:59:28
85952         Log: on windows, the return values from wait() and waitpid() don't
85953              match those of pseudo-pids
85954      Branch: perl
85955            ! pp_sys.c t/op/fork.t util.c win32/win32.c
85956 ____________________________________________________________________________
85957 [  6658] By: gsar                                  on 2000/08/16  23:56:14
85958         Log: pod nit seen in passing
85959      Branch: perl
85960            ! pod/perlfunc.pod
85961 ____________________________________________________________________________
85962 [  6657] By: gsar                                  on 2000/08/16  23:53:42
85963         Log: change#6328 could make close(SOCKET) return false on windows
85964              when it shouldn't
85965      Branch: perl
85966            ! win32/win32sck.c
85967 ____________________________________________________________________________
85968 [  6656] By: gsar                                  on 2000/08/16  23:46:57
85969         Log: check that the number pseudo children doesn't exceed
85970              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
85971              the WaitForMultipleObjects() limit that would cause wait()
85972              to crash)
85973              
85974              wait() and waitpid() could potentially be rewritten to use
85975              more than one thread to do the waiting to eliminate this
85976              limitation
85977      Branch: perl
85978            ! win32/perlhost.h
85979 ____________________________________________________________________________
85980 [  6655] By: jhi                                   on 2000/08/16  14:11:05
85981         Log: Update Changes.
85982      Branch: perl
85983            ! Changes patchlevel.h
85984 ____________________________________________________________________________
85985 [  6654] By: jhi                                   on 2000/08/16  14:10:12
85986         Log: Update to perldebtut 1.9, from Richard Foley.
85987      Branch: perl
85988            ! pod/perldebtut.pod
85989 ____________________________________________________________________________
85990 [  6653] By: jhi                                   on 2000/08/16  14:08:17
85991         Log: Change the regx compilation error markers to use = instead of <
85992              since pod makes using the latter quite messy.  Reported in
85993              ID 20000814.006 by Abigail and in
85994              Subject: Unknown escape E<> ?
85995              From: Lupe Christoph <lupe@lupe-christoph.de>
85996              Date: Fri, 11 Aug 2000 00:30:27 +0200
85997              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
85998      Branch: perl
85999            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86000            ! t/op/regmesg.t t/pragma/warn/regcomp
86001 ____________________________________________________________________________
86002 [  6652] By: jhi                                   on 2000/08/16  13:25:31
86003         Log: Change the perlbug address to perl.org since it's more forgiving.
86004              
86005              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
86006              From: abigail@foad.org
86007              Date: 15 Aug 2000 04:15:40 -0000
86008              Message-Id: <20000815041540.8633.qmail@foad.org>
86009      Branch: perl
86010            ! utils/perlbug.PL
86011 ____________________________________________________________________________
86012 [  6651] By: jhi                                   on 2000/08/16  13:22:35
86013         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
86014              From: Tim Jenness <timj@jach.hawaii.edu>
86015              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
86016              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
86017      Branch: perl
86018            ! lib/Cwd.pm
86019 ____________________________________________________________________________
86020 [  6650] By: jhi                                   on 2000/08/16  13:18:13
86021         Log: Update to CPAN 1.57.
86022              
86023              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
86024              From: andreas.koenig@anima.de (Andreas J. Koenig)
86025              Date: 16 Aug 2000 15:09:46 +0200
86026              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
86027      Branch: perl
86028            ! lib/CPAN.pm
86029 ____________________________________________________________________________
86030 [  6649] By: jhi                                   on 2000/08/16  13:12:31
86031         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
86032              From: "Larry W. Virden" <lvirden@cas.org>
86033              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
86034              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
86035      Branch: perl
86036            ! README.hpux
86037 ____________________________________________________________________________
86038 [  6648] By: jhi                                   on 2000/08/16  13:03:53
86039         Log: The numeric locale was reset to "C" by s?printf and never restored.
86040              
86041              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86042              From: Christian Kirsch <ck@held.mind.de>
86043              Date: Wed, 9 Aug 2000 17:05:17 +0200
86044              Message-Id: <20000809170517.A25389@held>
86045              
86046              No test since adding the failing example to locale.t
86047              does not fail -- probably because the locale settings are so
86048              thoroughly tweaked by that time.  Running the example standalone
86049              does fail, though.  UPDATE: test case added at change #7540.
86050      Branch: perl
86051            ! dump.c perl.h pp.c pp_ctl.c sv.c
86052 ____________________________________________________________________________
86053 [  6647] By: jhi                                   on 2000/08/16  00:07:54
86054         Log: Update Changes and test semi-automatic patchlevel updating.
86055      Branch: perl
86056            ! Changes patchlevel.h
86057 ____________________________________________________________________________
86058 [  6646] By: jhi                                   on 2000/08/15  23:35:07
86059         Log: Fix a dependency problem.
86060              
86061              Subject: [PATCH: 6640] VMS Makefile.SH update
86062              From: Peter Prymmer <pvhp@forte.com>
86063              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
86064              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
86065      Branch: perl
86066            ! vms/descrip_mms.template
86067 ____________________________________________________________________________
86068 [  6645] By: jhi                                   on 2000/08/15  23:33:23
86069         Log: (Retracted by #6660)
86070              
86071              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
86072              From: Dominic Dunlop <domo@computer.org>
86073              Date: Tue, 15 Aug 2000 22:20:52 +0200
86074              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
86075      Branch: metaconfig/U/perl
86076            + d_printfed.U
86077      Branch: perl
86078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86079            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86080            ! t/op/sprintf.t
86081 ____________________________________________________________________________
86082 [  6644] By: jhi                                   on 2000/08/15  21:17:20
86083         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
86084              From: abigail@foad.org
86085              Date: 15 Aug 2000 20:12:41 -0000
86086              Message-Id: <20000815201241.25556.qmail@foad.org>
86087      Branch: perl
86088            ! INSTALL
86089 ____________________________________________________________________________
86090 [  6643] By: jhi                                   on 2000/08/15  21:15:28
86091         Log: (an already applied patch)
86092      Branch: perl
86093            ! lib/CGI.pm
86094 ____________________________________________________________________________
86095 [  6642] By: gsar                                  on 2000/08/15  19:54:05
86096         Log: magic callbacks all need to have same type signature
86097      Branch: perl
86098            ! embed.pl mg.c proto.h
86099 ____________________________________________________________________________
86100 [  6641] By: jhi                                   on 2000/08/15  17:56:27
86101         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)
86102              From: Mike Guy <mjtg@cam.ac.uk>
86103              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
86104              Date: Tue, 15 Aug 2000 18:26:45 +0100
86105              
86106              Only the peek.t part applied, not the hash quality part.
86107      Branch: perl
86108            ! t/lib/peek.t
86109 ____________________________________________________________________________
86110 [  6640] By: jhi                                   on 2000/08/15  16:37:37
86111         Log: Update Changes.
86112      Branch: perl
86113            ! Changes
86114 ____________________________________________________________________________
86115 [  6639] By: jhi                                   on 2000/08/15  16:34:55
86116         Log: Missed a file from #6638.
86117      Branch: perl
86118            ! lib/File/Temp.pm
86119 ____________________________________________________________________________
86120 [  6638] By: jhi                                   on 2000/08/15  16:33:19
86121         Log: Subject: [PATCH perl@6620] cygwin port
86122              From: "Fifer, Eric" <EFifer@sanwaint.com>
86123              Date: Tue, 15 Aug 2000 17:00:49 +0100
86124              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
86125      Branch: perl
86126            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
86127 ____________________________________________________________________________
86128 [  6637] By: jhi                                   on 2000/08/15  16:29:22
86129         Log: Subject: [PATCH] debugger exit code should reflect user exit code
86130              From: Mike Guy <mjtg@cam.ac.uk>
86131              Date: Tue, 15 Aug 2000 16:55:59 +0100
86132              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
86133      Branch: perl
86134            ! lib/perl5db.pl
86135 ____________________________________________________________________________
86136 [  6636] By: jhi                                   on 2000/08/15  15:30:58
86137         Log: Update Changes.
86138      Branch: perl
86139            ! Changes
86140 ____________________________________________________________________________
86141 [  6635] By: jhi                                   on 2000/08/15  15:27:21
86142         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
86143      Branch: metaconfig
86144            ! U/mkglossary U/mksample
86145      Branch: metaconfig/U/perl
86146            ! Devel.U
86147      Branch: perl
86148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86149 ____________________________________________________________________________
86150 [  6634] By: jhi                                   on 2000/08/15  14:11:55
86151         Log: Don't blow limited stacks, a lower number is enough to
86152              tickle the lookbehind limit.
86153              
86154              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
86155              From: Dominic Dunlop <domo@computer.org>
86156              Date: Tue, 15 Aug 2000 13:51:24 +0200
86157              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
86158      Branch: perl
86159            ! t/op/regmesg.t
86160 ____________________________________________________________________________
86161 [  6633] By: jhi                                   on 2000/08/15  14:01:46
86162         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
86163              From: Mike Guy <mjtg@cam.ac.uk>
86164              Date: Tue, 15 Aug 2000 12:10:50 +0100
86165              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
86166      Branch: perl
86167            ! utils/perldoc.PL
86168 ____________________________________________________________________________
86169 [  6632] By: jhi                                   on 2000/08/15  13:58:48
86170         Log: make ok etc also for win32.
86171              
86172              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86173              From: Prymmer/Kahn <pvhp@best.com>
86174              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86175              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86176      Branch: perl
86177            ! win32/Makefile
86178 ____________________________________________________________________________
86179 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86180         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86181      Branch: perl
86182            ! lib/Test.pm
86183 ____________________________________________________________________________
86184 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86185         Log: Update Changes.
86186      Branch: perl
86187            ! Changes
86188 ____________________________________________________________________________
86189 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86190         Log: magic_regdatum_set() is void, not int.
86191      Branch: perl
86192            ! embed.pl mg.c proto.h
86193 ____________________________________________________________________________
86194 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86195         Log: Make the user to give up his firstborn, err, to knowingly
86196              verify installing an unstable developer release.  Also bump
86197              the release to 5.7.0, but leave a patch tag in the local
86198              patches saying that this is not yet the real thing.
86199      Branch: metaconfig
86200            ! U/modified/Instruct.U
86201      Branch: metaconfig/U/perl
86202            + Devel.U
86203      Branch: perl
86204            ! Configure patchlevel.h
86205 ____________________________________________________________________________
86206 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86207         Log: README.os2 update.
86208              
86209              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86211              Date: Wed, 02 Aug 2000 21:55:09 -0700
86212              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86213      Branch: perl
86214            ! README.os2
86215 ____________________________________________________________________________
86216 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86217         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86218              From: Tim Jenness <timj@jach.hawaii.edu>
86219              cc: vmsperl@perl.org
86220              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86221              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86222      Branch: perl
86223            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86224 ____________________________________________________________________________
86225 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86226         Log: Add SUIDMAIL as was done for the CERT alert.
86227      Branch: perl
86228            ! patchlevel.h
86229 ____________________________________________________________________________
86230 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86231         Log: Subject: sfio2000
86232              From: Daniel Muino <dmuino@afip.gov.ar>
86233              Date: Mon, 14 Aug 2000 16:58:11 -0300
86234              Message-ID: <20000814165811.B16368@con2-dgi>
86235      Branch: perl
86236            ! perlsdio.h perlsfio.h
86237 ____________________________________________________________________________
86238 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86239         Log: Subject: warning: storage class after type is obsolescent
86240              From: Daniel Muino <dmuino@afip.gov.ar>
86241              Date: Mon, 14 Aug 2000 16:42:47 -0300
86242              Message-ID: <20000814164247.A16368@con2-dgi>
86243      Branch: perl
86244            ! regcomp.pl regnodes.h
86245 ____________________________________________________________________________
86246 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86247         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86248              From: abigail@foad.org
86249              Date: 14 Aug 2000 20:00:10 -0000
86250              Message-Id: <20000814200010.27271.qmail@foad.org>
86251      Branch: perl
86252            ! Changes
86253 ____________________________________________________________________________
86254 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86255         Log: Update Changes.
86256      Branch: perl
86257            ! Changes
86258 ____________________________________________________________________________
86259 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86260         Log: Subject: Re: [PATCH] @+, @- readonly
86261              From: Mike Guy <mjtg@cam.ac.uk>
86262              Date: Mon, 14 Aug 2000 15:26:55 +0100
86263              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86264      Branch: perl
86265            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86266            ! sv.c t/op/pat.t
86267 ____________________________________________________________________________
86268 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86269         Log: Update Changes.
86270      Branch: perl
86271            ! Changes
86272 ____________________________________________________________________________
86273 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86274         Log: For now remove the mail code.
86275      Branch: perl
86276            ! perl.c
86277 ____________________________________________________________________________
86278 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86279         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86280      Branch: perl
86281            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86282            ! pod/perlfaq8.pod pod/perlsec.pod
86283 ____________________________________________________________________________
86284 [  6616] By: jhi                                   on 2000/08/14  14:00:11
86285         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86286              From: Mike Guy <mjtg@cam.ac.uk>
86287              Date: Mon, 14 Aug 2000 08:26:02 +0100
86288              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
86289      Branch: perl
86290            ! lib/perl5db.pl
86291 ____________________________________________________________________________
86292 [  6615] By: jhi                                   on 2000/08/14  13:58:45
86293         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
86294              From: Mike Guy <mjtg@cam.ac.uk>
86295              Date: Mon, 14 Aug 2000 08:04:22 +0100
86296              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
86297      Branch: perl
86298            ! gv.c mg.c t/op/pat.t
86299 ____________________________________________________________________________
86300 [  6614] By: jhi                                   on 2000/08/14  13:56:45
86301         Log: Subject: Test fails / warnings with perl-current #6612
86302              From: Mike Guy <mjtg@cam.ac.uk>
86303              Date: Mon, 14 Aug 2000 07:57:23 +0100
86304              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
86305      Branch: perl
86306            ! t/lib/b.t t/lib/peek.t
86307 ____________________________________________________________________________
86308 [  6613] By: jhi                                   on 2000/08/14  13:45:33
86309         Log: VMS configure.com update continues.
86310      Branch: perl
86311            - vms/configure.com
86312            ! MANIFEST configure.com
86313 ____________________________________________________________________________
86314 [  6612] By: jhi                                   on 2000/08/13  22:13:35
86315         Log: Update Changes.
86316      Branch: perl
86317            ! Changes
86318 ____________________________________________________________________________
86319 [  6611] By: jhi                                   on 2000/08/13  16:21:45
86320         Log: Upgrade to CGI 2.71, from Lincoln Stein.
86321      Branch: perl
86322            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
86323 ____________________________________________________________________________
86324 [  6610] By: jhi                                   on 2000/08/13  15:09:16
86325         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
86326              From: Mike Guy <mjtg@cam.ac.uk>
86327              Date: Sun, 13 Aug 2000 13:45:51 +0100
86328              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
86329      Branch: perl
86330            ! t/op/regmesg.t
86331 ____________________________________________________________________________
86332 [  6609] By: jhi                                   on 2000/08/13  14:31:26
86333         Log: Andreas says that 1.56 is fine, so reverting back to it.
86334      Branch: perl
86335            ! lib/CPAN.pm
86336 ____________________________________________________________________________
86337 [  6608] By: jhi                                   on 2000/08/13  05:34:20
86338         Log: Update Changes.
86339      Branch: perl
86340            ! Changes
86341 ____________________________________________________________________________
86342 [  6607] By: jhi                                   on 2000/08/13  05:32:01
86343         Log: Put back the \z changes of #5406 to CPAN.pm.
86344      Branch: perl
86345            ! lib/CPAN.pm
86346 ____________________________________________________________________________
86347 [  6606] By: jhi                                   on 2000/08/13  05:20:16
86348         Log: Fix-n-skip the tests under 5005threads.
86349      Branch: perl
86350            ! t/lib/b.t
86351 ____________________________________________________________________________
86352 [  6605] By: jhi                                   on 2000/08/13  05:07:48
86353         Log: Fix the test for 5005threads.
86354      Branch: perl
86355            ! t/lib/peek.t
86356 ____________________________________________________________________________
86357 [  6604] By: jhi                                   on 2000/08/13  03:35:37
86358         Log: Should have deleted this in #6603.
86359      Branch: perl
86360            - vms/subconfigure.com
86361 ____________________________________________________________________________
86362 [  6603] By: jhi                                   on 2000/08/12  18:29:32
86363         Log: Rewrite of vms/subconfigure.com as configure.com,
86364              from Peter Prymmer and the vmsperl crew.
86365      Branch: perl
86366            + vms/configure.com
86367            ! MANIFEST
86368 ____________________________________________________________________________
86369 [  6602] By: jhi                                   on 2000/08/11  13:00:01
86370         Log: PlainText.pm is dead.
86371      Branch: perl
86372            - lib/Pod/PlainText.pm
86373            ! MANIFEST
86374 ____________________________________________________________________________
86375 [  6601] By: jhi                                   on 2000/08/11  04:06:45
86376         Log: Update Changes.
86377      Branch: perl
86378            ! Changes
86379 ____________________________________________________________________________
86380 [  6600] By: jhi                                   on 2000/08/11  04:06:10
86381         Log: Add a few missing files, update MANIFEST.
86382      Branch: perl
86383            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
86384            + lib/Pod/PlainText.pm t/pod/find.t
86385            ! MANIFEST t/op/regmesg.t
86386 ____________________________________________________________________________
86387 [  6599] By: jhi                                   on 2000/08/11  03:31:10
86388         Log: Add Perl debugging tutorial, regen toc. 
86389              
86390              Subject: perldebtut.pod
86391              From: Richard Foley <Richard.Foley@m.dasa.de>
86392              Date: Wed, 09 Aug 2000 10:17:15 +0200
86393              Message-id: <3991138B.262247B8@m.dasa.de>
86394      Branch: perl
86395            + pod/perldebtut.pod
86396            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86397 ____________________________________________________________________________
86398 [  6598] By: jhi                                   on 2000/08/11  02:48:56
86399         Log: tiny Changes edit
86400      Branch: perl
86401            ! Changes
86402 ____________________________________________________________________________
86403 [  6597] By: jhi                                   on 2000/08/11  02:39:04
86404         Log: Tests for #6589.
86405              
86406              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86407              From: simon@brecon.co.uk (Simon Cozens)
86408              Date: 11 Aug 2000 02:24:52 GMT
86409              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
86410      Branch: perl
86411            ! t/lib/b.t
86412 ____________________________________________________________________________
86413 [  6596] By: jhi                                   on 2000/08/11  01:50:07
86414         Log: Update Changes.
86415      Branch: perl
86416            ! Changes
86417 ____________________________________________________________________________
86418 [  6595] By: jhi                                   on 2000/08/11  01:47:16
86419         Log: nitfix
86420      Branch: perl
86421            ! Changes
86422 ____________________________________________________________________________
86423 [  6594] By: jhi                                   on 2000/08/11  01:36:16
86424         Log: Subject: Getting perlio and threads to compile
86425              From: Lupe Christoph <lupe@lupe-christoph.de>
86426              Date: Wed, 9 Aug 2000 11:35:54 +0200
86427              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
86428              
86429              (the Solaris version changes in Configure skipped)
86430      Branch: perl
86431            ! hints/solaris_2.sh thread.h
86432 ____________________________________________________________________________
86433 [  6593] By: jhi                                   on 2000/08/11  01:30:16
86434         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
86435              From: simon@brecon.co.uk (Simon Cozens)
86436              Date: 1 Aug 2000 06:55:19 GMT
86437              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
86438      Branch: perl
86439            ! lib/utf8.pm
86440 ____________________________________________________________________________
86441 [  6592] By: jhi                                   on 2000/08/11  01:26:39
86442         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
86443              From: Peter Scott <Peter@PeterScott.com>
86444              Date: Thu, 10 Aug 2000 08:23:27 -0700
86445              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86446      Branch: perl
86447            ! lib/perl5db.pl
86448 ____________________________________________________________________________
86449 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86450         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86451              From: Hugo <hv@crypt.compulink.co.uk>
86452              Date: Thu, 10 Aug 2000 19:23:04 +0100
86453              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86454      Branch: perl
86455            ! regexec.c t/op/pat.t
86456 ____________________________________________________________________________
86457 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86458         Log: Preprocessing and postprocessing for File::Find.
86459              
86460              Subject: Patch to Find::File.pm to allow alphabetical results
86461              From: Joe Smith <jsmith@inwap.com>
86462              Date: Wed, 9 Aug 2000 02:44:54 -0700
86463              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86464      Branch: perl
86465            ! lib/File/Find.pm
86466 ____________________________________________________________________________
86467 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86468         Log: B::Deparse didn't do sub attributes.
86469              
86470              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86471              From: simon@brecon.co.uk (Simon Cozens)
86472              Date: 9 Aug 2000 04:49:20 GMT
86473              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86474      Branch: perl
86475            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86476 ____________________________________________________________________________
86477 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86478         Log: Subject: debugger "d" command doesnt check line number
86479              From: Mike Guy <mjtg@cam.ac.uk>
86480              Date: Tue, 08 Aug 2000 21:54:29 +0100
86481              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86482      Branch: perl
86483            ! lib/perl5db.pl mg.c pod/perldiag.pod
86484 ____________________________________________________________________________
86485 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86486         Log: sleep(1) does not necessarily return 1.
86487              
86488              Subject: [PATCH bleadperl] op/lex_assign.t  
86489              From: Hugo <hv@crypt.compulink.co.uk>
86490              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86491              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86492      Branch: perl
86493            ! t/op/lex_assign.t
86494 ____________________________________________________________________________
86495 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86496         Log: Document the IO::Select timeout.
86497      Branch: perl
86498            ! ext/IO/lib/IO/Select.pm
86499 ____________________________________________________________________________
86500 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86501         Log: Forgot contributor.
86502      Branch: perl
86503            ! Changes
86504 ____________________________________________________________________________
86505 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86506         Log: detypo
86507      Branch: perl
86508            ! Changes
86509 ____________________________________________________________________________
86510 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86511         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86512              
86513              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86514              From: Mike Guy <mjtg@cam.ac.uk> 
86515              Date: Thu, 10 Aug 2000 15:50:54 +0100
86516              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86517      Branch: perl
86518            ! sv.c t/op/int.t
86519 ____________________________________________________________________________
86520 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86521         Log: Update Changes.
86522      Branch: perl
86523            ! Changes
86524 ____________________________________________________________________________
86525 [  6581] By: jhi                                   on 2000/08/10  23:26:16
86526         Log: Put back the std @INC thing.
86527      Branch: perl
86528            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
86529            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
86530            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
86531            ! t/lib/gol-oo.t
86532 ____________________________________________________________________________
86533 [  6580] By: jhi                                   on 2000/08/10  23:03:34
86534         Log: Update to CGI 2.70, from Lincoln Stein.
86535      Branch: perl
86536            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
86537            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
86538            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
86539            ! t/lib/cgi-request.t
86540 ____________________________________________________________________________
86541 [  6579] By: jhi                                   on 2000/08/10  22:41:50
86542         Log: Update to CPAN 1.56, from Andreas König.
86543      Branch: perl
86544            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
86545 ____________________________________________________________________________
86546 [  6578] By: jhi                                   on 2000/08/10  22:38:13
86547         Log: Update to Pod::Parser 1.17, from Brad Appleton.
86548      Branch: perl
86549            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
86550            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
86551            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
86552            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
86553            ! t/pod/include.t t/pod/included.t t/pod/lref.t
86554            ! t/pod/multiline_items.t t/pod/nested_items.t
86555            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
86556            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
86557            ! t/pod/special_seqs.t
86558 ____________________________________________________________________________
86559 [  6577] By: jhi                                   on 2000/08/10  22:35:41
86560         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
86561      Branch: perl
86562            ! AUTHORS MAINTAIN
86563 ____________________________________________________________________________
86564 [  6576] By: jhi                                   on 2000/08/10  22:24:54
86565         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
86566      Branch: perl
86567            + t/lib/gol-oo.t
86568            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
86569            ! t/lib/gol-compat.t t/lib/gol-linkage.t
86570 ____________________________________________________________________________
86571 [  6575] By: jhi                                   on 2000/08/10  22:02:07
86572         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
86573      Branch: perl
86574            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
86575 ____________________________________________________________________________
86576 [  6574] By: jhi                                   on 2000/08/10  21:55:03
86577         Log: Iterating perl6 description.
86578      Branch: perl
86579            ! pod/perlfaq1.pod
86580 ____________________________________________________________________________
86581 [  6573] By: jhi                                   on 2000/08/10  21:48:26
86582         Log: Revert the sv.c part of #6559, a better fix is needed.
86583      Branch: perl
86584            ! sv.c
86585 ____________________________________________________________________________
86586 [  6572] By: jhi                                   on 2000/08/10  20:33:43
86587         Log: It's the 2ndO'ROSSC.
86588      Branch: perl
86589            ! pod/perlfaq1.pod
86590 ____________________________________________________________________________
86591 [  6571] By: jhi                                   on 2000/08/10  15:55:48
86592         Log: detypo
86593      Branch: perl
86594            ! pod/perlfaq1.pod
86595 ____________________________________________________________________________
86596 [  6570] By: jhi                                   on 2000/08/10  14:11:17
86597         Log: An exceptionally sticky typo.
86598      Branch: perl
86599            ! Changes
86600 ____________________________________________________________________________
86601 [  6569] By: jhi                                   on 2000/08/10  14:09:33
86602         Log: detypo (and test Changes updating script)
86603      Branch: perl
86604            ! Changes
86605 ____________________________________________________________________________
86606 [  6568] By: jhi                                   on 2000/08/10  14:07:07
86607         Log: Update Changes.
86608      Branch: perl
86609            ! Changes
86610 ____________________________________________________________________________
86611 [  6567] By: jhi                                   on 2000/08/10  14:06:19
86612         Log: Amend the description of Perl6.
86613              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
86614              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86615              Date: Wed, 9 Aug 2000 22:11:06 -0500
86616              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
86617      Branch: perl
86618            ! pod/perlfaq1.pod
86619 ____________________________________________________________________________
86620 [  6566] By: jhi                                   on 2000/08/10  13:58:57
86621         Log: Subject: Remove dead entry in perldiag
86622              From: Mike Guy <mjtg@cam.ac.uk>
86623              Date: Thu, 10 Aug 2000 14:19:19 +0100
86624              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
86625      Branch: perl
86626            ! pod/perldiag.pod
86627 ____________________________________________________________________________
86628 [  6565] By: jhi                                   on 2000/08/10  13:51:48
86629         Log: Zero entries were skipped, fix from Adrian Goalby
86630              <argoalby@yahoo.co.uk>
86631      Branch: perl
86632            ! lib/unicode/Number.pl lib/unicode/mktables.PL
86633 ____________________________________________________________________________
86634 [  6564] By: jhi                                   on 2000/08/10  13:00:12
86635         Log: Subject: [PATCH 5.6.0] cygwin port
86636              From: "Fifer, Eric" <EFifer@sanwaint.com>
86637              Date: Thu, 10 Aug 2000 13:15:36 +0100
86638              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
86639      Branch: perl
86640            ! README.cygwin hints/cygwin.sh
86641 ____________________________________________________________________________
86642 [  6563] By: jhi                                   on 2000/08/10  12:55:16
86643         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
86644      Branch: perl
86645            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
86646 ____________________________________________________________________________
86647 [  6562] By: gsar                                  on 2000/08/10  08:38:39
86648         Log: warn is a macro, avoid using at a variable to avoid warnings
86649              in some configurations; readdir.t is too conservative in
86650              estimating number of *.t's
86651      Branch: perl
86652            ! t/op/readdir.t util.c
86653 ____________________________________________________________________________
86654 [  6561] By: jhi                                   on 2000/08/09  23:35:42
86655         Log: Update Changes.
86656      Branch: perl
86657            ! Changes
86658 ____________________________________________________________________________
86659 [  6560] By: jhi                                   on 2000/08/09  23:05:47
86660         Log: Subject: Re: enhanced(?) regex error messages
86661              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86662              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
86663              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
86664              
86665              (plus two small patches sent privately)
86666              (this still seems to leave few test failures)
86667      Branch: perl
86668            + t/op/regmesg.t
86669            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
86670            ! t/pragma/warn/regcomp
86671 ____________________________________________________________________________
86672 [  6559] By: jhi                                   on 2000/08/09  20:41:18
86673         Log: (The fix did work but was not right, retracted in #6573)
86674              
86675              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86676              From: Christian Kirsch <ck@held.mind.de>
86677              Date: Wed, 9 Aug 2000 17:05:17 +0200
86678              Message-Id: <20000809170517.A25389@held>
86679      Branch: perl
86680            ! sv.c t/pragma/locale.t
86681 ____________________________________________________________________________
86682 [  6558] By: jhi                                   on 2000/08/08  22:34:08
86683         Log: Tiny updates on the contributors list.
86684      Branch: perl
86685            ! Changes
86686 ____________________________________________________________________________
86687 [  6557] By: jhi                                   on 2000/08/08  19:34:28
86688         Log: Double check that we have a dirhandle.
86689      Branch: perl
86690            ! util.c
86691 ____________________________________________________________________________
86692 [  6556] By: jhi                                   on 2000/08/08  19:01:51
86693         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
86694              May be repopulated with fresh maintained examples.
86695      Branch: perl
86696            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
86697            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
86698            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
86699            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
86700            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
86701            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
86702            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
86703            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
86704            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
86705            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
86706            + lib/CGI/eg/wilogo_gif.uu
86707            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
86708            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
86709            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
86710            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
86711            - eg/cgi/frameset.cgi eg/cgi/index.html
86712            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
86713            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
86714            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
86715            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
86716            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
86717            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
86718            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
86719            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
86720            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
86721            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
86722            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
86723            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
86724            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
86725            - eg/van/vanish eg/who eg/wrapsuid
86726            ! MANIFEST
86727 ____________________________________________________________________________
86728 [  6555] By: jhi                                   on 2000/08/08  18:51:08
86729         Log: Delete chat2 as requested by Randal.
86730              
86731              Subject: Re: perlfaq8 coyness
86732              From: merlyn@stonehenge.com (Randal L. Schwartz) 
86733              Date: 15 May 2000 18:52:42 -0700 
86734              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
86735      Branch: perl
86736            - lib/chat2.pl
86737            ! MANIFEST
86738 ____________________________________________________________________________
86739 [  6554] By: jhi                                   on 2000/08/08  18:31:35
86740         Log: Regen global.sym.
86741      Branch: perl
86742            ! global.sym
86743 ____________________________________________________________________________
86744 [  6553] By: jhi                                   on 2000/08/08  18:28:13
86745         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
86746              (either perlbug or p5p ate the original), plus regen
86747              perlapi and perltoc. 
86748      Branch: perl
86749            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
86750            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
86751            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
86752            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
86753            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
86754            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
86755            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
86756            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
86757            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
86758            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
86759 ____________________________________________________________________________
86760 [  6552] By: jhi                                   on 2000/08/08  18:06:29
86761         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
86762              From: Mike Guy <mjtg@cam.ac.uk>
86763              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
86764              Date: Tue, 08 Aug 2000 15:51:27 +0100
86765      Branch: perl
86766            ! doop.c sv.h t/op/join.t t/pragma/overload.t
86767 ____________________________________________________________________________
86768 [  6551] By: jhi                                   on 2000/08/08  18:01:11
86769         Log: Re-apply #6549.
86770      Branch: perl
86771            ! lib/perl5db.pl
86772 ____________________________________________________________________________
86773 [  6550] By: jhi                                   on 2000/08/08  17:43:08
86774         Log: Accidental retraction of #6549.
86775      Branch: perl
86776            ! lib/perl5db.pl
86777 ____________________________________________________________________________
86778 [  6549] By: jhi                                   on 2000/08/08  17:40:04
86779         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86780              From: Mike Guy <mjtg@cam.ac.uk>
86781              Date: Mon, 07 Aug 2000 21:49:58 +0100
86782              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
86783      Branch: perl
86784            ! lib/perl5db.pl
86785 ____________________________________________________________________________
86786 [  6548] By: jhi                                   on 2000/08/08  17:37:57
86787         Log: Document here-doc better.
86788              
86789              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
86790              From: Mike Guy <mjtg@cam.ac.uk>
86791              Date: Mon, 07 Aug 2000 14:02:09 +0100
86792              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
86793      Branch: perl
86794            ! pod/perldata.pod
86795 ____________________________________________________________________________
86796 [  6547] By: jhi                                   on 2000/08/08  17:33:34
86797         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
86798              From: "Randy J. Ray" <rjray@redhat.com>
86799              Date: Mon, 07 Aug 2000 19:12:25 -0700
86800              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
86801      Branch: perl
86802            ! perl.c pod/perlrun.pod
86803 ____________________________________________________________________________
86804 [  6546] By: jhi                                   on 2000/08/08  17:29:26
86805         Log: Subject: Re: enhanced(?) regex error messages 
86806              From: Hugo <hv@crypt.compulink.co.uk>
86807              Date: Tue, 08 Aug 2000 03:25:51 +0100
86808              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
86809              
86810              plus Capitalize the error messages, plus perldiag them.
86811      Branch: perl
86812            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
86813 ____________________________________________________________________________
86814 [  6545] By: jhi                                   on 2000/08/08  13:59:28
86815         Log: Augment #6539 a bit: don't croak if there's magic in the air.
86816              
86817              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
86818              From: Hugo <hv@crypt.compulink.co.uk>
86819              Date: Tue, 08 Aug 2000 03:02:03 +0100
86820              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
86821      Branch: perl
86822            ! pp.c t/op/bless.t
86823 ____________________________________________________________________________
86824 [  6544] By: jhi                                   on 2000/08/07  21:11:52
86825         Log: Make the test -w clean.
86826      Branch: perl
86827            ! t/op/bless.t
86828 ____________________________________________________________________________
86829 [  6543] By: jhi                                   on 2000/08/07  19:49:53
86830         Log: use warnings instead of $^W.
86831      Branch: perl
86832            ! t/op/bless.t
86833 ____________________________________________________________________________
86834 [  6542] By: jhi                                   on 2000/08/07  17:41:41
86835         Log: Disable a portability warning Because We Know What We Are Doing.
86836      Branch: perl
86837            ! t/op/bless.t
86838 ____________________________________________________________________________
86839 [  6541] By: jhi                                   on 2000/08/07  17:29:51
86840         Log: Tiny tidying on report_evil_fh().
86841      Branch: perl
86842            ! util.c
86843 ____________________________________________________________________________
86844 [  6540] By: jhi                                   on 2000/08/07  16:37:38
86845         Log: Make regular expression parse error messages easier to understand.
86846              
86847              Subject: Re: enhanced(?) regex error messages
86848              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86849              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
86850              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
86851      Branch: perl
86852            ! regcomp.c
86853 ____________________________________________________________________________
86854 [  6539] By: jhi                                   on 2000/08/07  16:12:27
86855         Log: Make bless(REF, REF) a fatal error, add bless tests.
86856              
86857              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
86858              From: Hugo <hv@crypt.compulink.co.uk>
86859              Date: Mon, 07 Aug 2000 16:59:38 +0100
86860              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
86861      Branch: perl
86862            + t/op/bless.t
86863            ! MANIFEST pod/perldiag.pod pp.c sv.c
86864 ____________________________________________________________________________
86865 [  6538] By: jhi                                   on 2000/08/07  15:59:43
86866         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
86867              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
86868              Date: Thu, 3 Aug 2000 14:29:21 -0700
86869              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
86870      Branch: perl
86871            ! lib/lib_pm.PL
86872 ____________________________________________________________________________
86873 [  6537] By: jhi                                   on 2000/08/07  15:47:18
86874         Log: Retract #6419 for now since it breaks in AFS and MachTen.
86875      Branch: perl
86876            ! lib/Cwd.pm
86877 ____________________________________________________________________________
86878 [  6536] By: jhi                                   on 2000/08/07  15:05:29
86879         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
86880              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
86881              The security hole exists only in suidperls, which isn't
86882              installed or even built by default.
86883      Branch: perl
86884            ! perl.c
86885 ____________________________________________________________________________
86886 [  6535] By: jhi                                   on 2000/08/07  14:45:14
86887         Log: tr memory corruption fix from Simon Cozens.
86888      Branch: perl
86889            ! doop.c
86890 ____________________________________________________________________________
86891 [  6534] By: jhi                                   on 2000/08/06  11:38:16
86892         Log: Document a bit that UDP is not what you might think.
86893              
86894              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
86895              From: Lupe Christoph <lupe@lupe-christoph.de>
86896              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
86897              Date: Mon, 24 Jul 2000 08:59:15 +0200
86898      Branch: perl
86899            ! pod/perlipc.pod
86900 ____________________________________________________________________________
86901 [  6533] By: jhi                                   on 2000/08/06  11:35:01
86902         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
86903              From: Jeff Pinyan <jeffp@hut.crusoe.net>
86904              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
86905              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
86906      Branch: perl
86907            ! pod/perlfunc.pod
86908 ____________________________________________________________________________
86909 [  6532] By: jhi                                   on 2000/08/06  03:45:41
86910         Log: Have symbols for the IoTYPEs.
86911      Branch: perl
86912            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
86913 ____________________________________________________________________________
86914 [  6531] By: jhi                                   on 2000/08/06  01:33:55
86915         Log: Continue fixing the io warnings.  This also
86916              sort of fixes bug ID 20000802.003: the core dump
86917              is no more.  Whether the current behaviour is correct
86918              (giving a warning: "Not a format reference"), is another matter.
86919      Branch: perl
86920            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
86921            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86922 ____________________________________________________________________________
86923 [  6530] By: jhi                                   on 2000/08/05  21:33:12
86924         Log: Change the Policy policy: now -Dprefix= with an existing
86925              Policy.sh and prefix == siteprefix == vendorprefix, then all
86926              of them follow along the new prefix.
86927              
86928              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
86929              From: Andy Dougherty <doughera@lafayette.edu>
86930              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
86931              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
86932      Branch: perl
86933            ! Policy_sh.SH
86934 ____________________________________________________________________________
86935 [  6529] By: jhi                                   on 2000/08/05  18:57:28
86936         Log: Zap lib/Sys directory when cleaning up.
86937      Branch: perl
86938            ! Makefile.SH
86939 ____________________________________________________________________________
86940 [  6528] By: jhi                                   on 2000/08/05  18:40:44
86941         Log: Essential prototype changes were missing from #6527.
86942              Also make report_evil_fh() more bomb-proof.
86943      Branch: perl
86944            ! embed.h util.c
86945 ____________________________________________________________________________
86946 [  6527] By: jhi                                   on 2000/08/05  03:22:05
86947         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
86948              From: "Ronald F. Guilmette" <rfg@monkeys.com>
86949              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
86950              Message-Id: <200007242247.PAA52177@monkeys.com>
86951      Branch: perl
86952            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
86953 ____________________________________________________________________________
86954 [  6526] By: jhi                                   on 2000/08/04  21:23:27
86955         Log: gcc versions might have (parentheses) in them.
86956      Branch: metaconfig/U/perl
86957            ! gccvers.U
86958      Branch: perl
86959            ! Configure config_h.SH
86960 ____________________________________________________________________________
86961 [  6525] By: jhi                                   on 2000/08/04  20:23:12
86962         Log: Weed buglets pointed out by
86963              
86964              From: Lupe Christoph <lupe@lupe-christoph.de>
86965              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
86966              Date: Fri, 4 Aug 2000 17:34:39 +0200
86967              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
86968      Branch: metaconfig/U/perl
86969            ! gccvers.U uselfs.U
86970      Branch: perl
86971            ! Configure config_h.SH
86972 ____________________________________________________________________________
86973 [  6524] By: jhi                                   on 2000/08/04  19:02:08
86974         Log: Warn under -w if lstat(FH) is attempted.
86975              
86976              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
86977              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
86978              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
86979              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
86980      Branch: perl
86981            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
86982            ! t/pragma/warn/pp_sys
86983 ____________________________________________________________________________
86984 [  6523] By: jhi                                   on 2000/08/04  12:31:11
86985         Log: Subject: New perlcc, take 2
86986              From: simon@brecon.co.uk (Simon Cozens)
86987              Date: 4 Aug 2000 06:21:04 GMT
86988              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
86989      Branch: perl
86990            ! utils/perlcc.PL
86991 ____________________________________________________________________________
86992 [  6522] By: jhi                                   on 2000/08/04  12:26:33
86993         Log: Subject: Re: Array vs. List context
86994              From: Daniel Chetlin <daniel@chetlin.com>
86995              Date: Fri, 4 Aug 2000 00:22:44 -0700
86996              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
86997      Branch: perl
86998            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
86999            ! pod/perlfaq4.pod
87000 ____________________________________________________________________________
87001 [  6521] By: jhi                                   on 2000/08/04  12:22:38
87002         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
87003              From: Raymund Will <ray@caldera.de>
87004              Date: Fri, 4 Aug 2000 12:07:09 +0200
87005              Message-Id: <20000804120709.A14982@caldera.de>
87006      Branch: perl
87007            ! configure.gnu
87008 ____________________________________________________________________________
87009 [  6520] By: jhi                                   on 2000/08/04  04:09:06
87010         Log: After the #6519 a warning about stat() is just that,
87011              not about a filetest, which now have their own warning.
87012      Branch: perl
87013            ! pod/perldiag.pod
87014 ____________________________________________________________________________
87015 [  6519] By: jhi                                   on 2000/08/04  04:06:30
87016         Log: In the warnings call filehandles consistently so;
87017              add "unopened" warning for stat().
87018      Branch: perl
87019            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87020            ! t/pragma/warn/pp_sys
87021 ____________________________________________________________________________
87022 [  6518] By: jhi                                   on 2000/08/04  02:55:35
87023         Log: Subject: Minor tweak to perlvar.pod
87024              From: "Stephen P. Potter" <spp@ds.net>
87025              Date: Tue, 18 Apr 2000 09:26:03 -0400
87026              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
87027      Branch: perl
87028            ! pod/perlvar.pod
87029 ____________________________________________________________________________
87030 [  6517] By: jhi                                   on 2000/08/04  02:50:08
87031         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
87032              From: "Clinton Pierce" <cpierce1@ford.com>
87033              Date: Wed, 21 Jul 1999 16:45:31 -0400
87034              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
87035              
87036              Fix by Stephen Potter (visible in the bug db but not in p5p?)
87037      Branch: perl
87038            ! pod/perlfunc.pod pod/perlop.pod
87039 ____________________________________________________________________________
87040 [  6516] By: jhi                                   on 2000/08/04  02:09:25
87041         Log: This is 6512.  Really.
87042      Branch: perl
87043            ! dump.c
87044 ____________________________________________________________________________
87045 [  6515] By: jhi                                   on 2000/08/04  01:25:50
87046         Log: mention the idea of @( and @)
87047      Branch: perl
87048            ! Todo-5.6
87049 ____________________________________________________________________________
87050 [  6514] By: bailey                                on 2000/08/04  01:18:46
87051         Log: YA resync with mainstem, including VMS patches from others
87052      Branch: vmsperl
87053           +> (branch 48 files)
87054            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
87055           !> (integrate 354 files)
87056 ____________________________________________________________________________
87057 [  6513] By: jhi                                   on 2000/08/04  01:18:18
87058         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
87059              From: Mark Dickinson <dickins3@fas.harvard.edu>
87060              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
87061              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
87062      Branch: perl
87063            ! t/op/grent.t t/op/pwent.t
87064 ____________________________________________________________________________
87065 [  6512] By: jhi                                   on 2000/08/04  01:14:06
87066         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
87067              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87068              Date: Wed, 02 Aug 2000 10:51:01 +0100
87069              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
87070      Branch: perl
87071            ! sv.c
87072 ____________________________________________________________________________
87073 [  6511] By: jhi                                   on 2000/08/04  00:57:00
87074         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
87075              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87076              Date: Thu, 03 Aug 2000 17:20:04 -0700
87077              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
87078      Branch: metaconfig
87079            ! U/modified/Cppsym.U
87080      Branch: perl
87081            ! Configure config_h.SH
87082 ____________________________________________________________________________
87083 [  6510] By: jhi                                   on 2000/08/04  00:25:28
87084         Log: detypo
87085      Branch: perl
87086            ! Makefile.SH
87087 ____________________________________________________________________________
87088 [  6509] By: jhi                                   on 2000/08/03  23:43:18
87089         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
87090              From: Dominic Dunlop <domo@computer.org>
87091              Date: Thu, 3 Aug 2000 22:16:46 +0200
87092              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
87093      Branch: perl
87094            ! t/op/sprintf.t
87095 ____________________________________________________________________________
87096 [  6508] By: jhi                                   on 2000/08/03  23:40:37
87097         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
87098              From: Hugo <hv@crypt.compulink.co.uk>
87099              Date: Thu, 03 Aug 2000 18:25:30 +0100
87100              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
87101      Branch: perl
87102            ! regcomp.c t/op/re_tests
87103 ____________________________________________________________________________
87104 [  6507] By: jhi                                   on 2000/08/03  23:38:28
87105         Log: Subject: [PATCH] sv.h documentation - SvLEN
87106              From: Mike Guy <mjtg@cam.ac.uk>
87107              Date: Thu, 03 Aug 2000 14:43:09 +0100
87108              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
87109      Branch: perl
87110            ! sv.h
87111 ____________________________________________________________________________
87112 [  6506] By: jhi                                   on 2000/08/03  15:49:14
87113         Log: Disable the fix_pl hack for now.
87114      Branch: perl
87115            ! Makefile.SH
87116 ____________________________________________________________________________
87117 [  6505] By: jhi                                   on 2000/08/03  13:49:04
87118         Log: Add a URL for FSF.
87119              
87120              Subject: Patch for README
87121              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87122              Date: Wed, 2 Aug 2000 13:25:09 -0500
87123              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
87124      Branch: perl
87125            ! README
87126 ____________________________________________________________________________
87127 [  6504] By: jhi                                   on 2000/08/03  13:29:19
87128         Log: Be more informative on what is skipped and why,
87129              also repeat the list at the end.
87130      Branch: perl
87131            ! Porting/p4desc
87132 ____________________________________________________________________________
87133 [  6503] By: jhi                                   on 2000/08/03  13:07:05
87134         Log: Circumvent the removal of .patch by fix_pl.
87135              
87136              Subject: Re: [ID 20000802.011] unable to 'make test'          
87137              From: simon@brecon.co.uk (Simon Cozens) 
87138              Date: 3 Aug 2000 04:17:00 GMT
87139              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
87140      Branch: perl
87141            ! Makefile.SH
87142 ____________________________________________________________________________
87143 [  6502] By: jhi                                   on 2000/08/03  00:14:34
87144         Log: Add the missing setproctitle unit.
87145      Branch: metaconfig/U/perl
87146            + d_setproctitle.U
87147 ____________________________________________________________________________
87148 [  6501] By: jhi                                   on 2000/08/03  00:00:26
87149         Log: The subtest 4 may fail also on VOBS, as pointed out
87150              by Nick Ing-Simmons in November 1999, bug id 19991124.003
87151              (but the failure in that bug report isn't the subtest 4).
87152      Branch: perl
87153            ! t/op/stat.t
87154 ____________________________________________________________________________
87155 [  6500] By: jhi                                   on 2000/08/02  23:49:30
87156         Log: Better skip message for the test; one of the two problems in
87157              
87158              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
87159              From: Lupe Christoph <lupe@lupe-christoph.de>
87160              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
87161              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
87162      Branch: perl
87163            ! t/op/numconvert.t
87164 ____________________________________________________________________________
87165 [  6499] By: jhi                                   on 2000/08/02  22:49:16
87166         Log: Allow "no Module;" even if there is no 'unimport'.
87167              
87168              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
87169              From: mjd@plover.com
87170              Date: 24 Mar 2000 15:24:34 -0000
87171              Message-Id: <20000324152434.15160.qmail@plover.com>
87172      Branch: perl
87173            ! gv.c
87174 ____________________________________________________________________________
87175 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87176         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87177              that are hopefully soon put into use.
87178      Branch: perl
87179            ! opcode.h opcode.pl opnames.h
87180 ____________________________________________________________________________
87181 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87182         Log: require.t needs binmode() to work on windows
87183      Branch: perl
87184            ! t/comp/require.t
87185 ____________________________________________________________________________
87186 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87187         Log: Document the IVdf UVuf UVof UVxf.
87188      Branch: perl
87189            ! pod/perlguts.pod
87190 ____________________________________________________________________________
87191 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87192         Log: detypo #6494
87193      Branch: perl
87194            ! ext/Data/Dumper/Dumper.xs
87195 ____________________________________________________________________________
87196 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87197         Log: Dump UVs as UVs in Data::Dumper.
87198              
87199              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87200              From: Gurusamy Sarathy <gsar@ActiveState.com>
87201              Date: Thu, 27 Apr 2000 12:26:25 -0700
87202              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87203      Branch: perl
87204            ! ext/Data/Dumper/Dumper.xs
87205 ____________________________________________________________________________
87206 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87207         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87208              From: Hugo <hv@crypt.compulink.co.uk>
87209              Date: Wed, 02 Aug 2000 14:53:56 +0100
87210              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87211      Branch: perl
87212            ! regexec.c t/op/re_tests
87213 ____________________________________________________________________________
87214 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87215         Log: The new setproctitle() feature is available only in 
87216              bleeding edge FreeBSD.  From Paul Saab.
87217      Branch: perl
87218            ! mg.c
87219 ____________________________________________________________________________
87220 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87221         Log: The tr utf8 patching continues.
87222              
87223              Subject: Re: #6469, too many tests claimed in require.t
87224              From: simon@brecon.co.uk (Simon Cozens)
87225              Date: 2 Aug 2000 02:37:17 GMT
87226              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87227              
87228              (the logic of the test was the wrong way round in the patch)
87229      Branch: perl
87230            ! doop.c
87231 ____________________________________________________________________________
87232 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87233         Log: The name of a filehandle does not have <these>.
87234      Branch: perl
87235            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87236            ! t/pragma/warn/pp_sys util.c
87237 ____________________________________________________________________________
87238 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87239         Log: Remove the extraneous "main::" prefix from all the
87240              "opened only for", "on closed", and "never opened" warnings.
87241              
87242              Subject: Re: inappropriate warning
87243              From: Gurusamy Sarathy <gsar@ActiveState.com>
87244              Date: Mon, 20 Mar 2000 11:28:02 -0800
87245              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87246      Branch: perl
87247            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87248            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87249            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87250 ____________________________________________________________________________
87251 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87252         Log: memcpy has n o in it, as pinted ut by Sarathy.
87253      Branch: perl
87254            ! pod/perlguts.pod
87255 ____________________________________________________________________________
87256 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87257         Log: Document in one place the memory abstractions used in Perl core.
87258              
87259              Subject: Re: Memory abstraction
87260              From: simon@brecon.co.uk (Simon Cozens)
87261              Date: 2 Aug 2000 02:20:23 GMT
87262              Organization: Earth.li Origins
87263      Branch: perl
87264            ! pod/perlguts.pod
87265 ____________________________________________________________________________
87266 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87267         Log: regen_headers, regen perltoc.
87268      Branch: perl
87269            ! perlapi.c pod/perltoc.pod
87270 ____________________________________________________________________________
87271 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87272         Log: "This little thing tests for a file .patch, and if it contains
87273              a number, pops into patchlevel.h" (making it easier to track
87274              which development version people are reporting bugs against)
87275              
87276              Subject: Patchlevel autogeneration for repository perls
87277              From: simon@brecon.co.uk (Simon Cozens)
87278              Date: 14 Jul 2000 07:12:15 GMT
87279              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87280      Branch: perl
87281            + fix_pl
87282            ! MANIFEST Makefile.SH
87283 ____________________________________________________________________________
87284 [  6484] By: jhi                                   on 2000/08/02  01:32:54
87285         Log: FreeBSD 3.* updates from
87286              
87287              From: Paul Saab <ps@yahoo-inc.com>
87288              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87289              Date: Tue, 1 Aug 2000 15:41:39 -0700
87290              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87291      Branch: perl
87292            ! hints/freebsd.sh
87293 ____________________________________________________________________________
87294 [  6483] By: jhi                                   on 2000/08/02  01:27:44
87295         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
87296              instead one must use setproctitle().  This was already addressed
87297              by change #6457, but the below has a new variant for FreeBSD 4.0
87298              or later, and the matter is also documented more.
87299              
87300              From: Paul Saab <ps@yahoo-inc.com>
87301              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87302              Date: Tue, 1 Aug 2000 15:41:39 -0700
87303              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87304      Branch: metaconfig/U/perl
87305            + i_libutil.U
87306      Branch: perl
87307            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
87308 ____________________________________________________________________________
87309 [  6482] By: jhi                                   on 2000/08/01  22:17:32
87310         Log: The test from this
87311              
87312              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
87313              Date: Sat, 15 Apr 2000 17:03:44 +0100
87314              From: Tom Hughes <tom@compton.nu>
87315              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
87316              
87317              was missing, the code change went in as #5989
87318              (which had a different test?)
87319      Branch: perl
87320            ! t/op/misc.t
87321 ____________________________________________________________________________
87322 [  6481] By: jhi                                   on 2000/08/01  21:48:38
87323         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
87324              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87325              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
87326              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
87327      Branch: perl
87328            ! perl.h
87329 ____________________________________________________________________________
87330 [  6480] By: jhi                                   on 2000/08/01  18:05:28
87331         Log: Make p4desc to skip non-mainperl branches by default.
87332      Branch: perl
87333            ! Porting/p4desc
87334 ____________________________________________________________________________
87335 [  6479] By: jhi                                   on 2000/08/01  17:29:19
87336         Log: If gccosandvers is equal to osname, clear gccosandvers.
87337      Branch: metaconfig/U/perl
87338            ! gccvers.U
87339      Branch: perl
87340            ! Configure config_h.SH
87341 ____________________________________________________________________________
87342 [  6478] By: jhi                                   on 2000/08/01  15:54:08
87343         Log: BOM patching from Simon Cozens.
87344      Branch: perl
87345            ! toke.c
87346 ____________________________________________________________________________
87347 [  6477] By: jhi                                   on 2000/08/01  04:50:33
87348         Log: Stash away the largefiles flags and libswanted.
87349      Branch: perl
87350            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
87351 ____________________________________________________________________________
87352 [  6476] By: gsar                                  on 2000/08/01  04:24:24
87353         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
87354              on Windows)
87355      Branch: perl
87356            ! t/pragma/utf8.t utf8.c win32/win32.c
87357 ____________________________________________________________________________
87358 [  6475] By: jhi                                   on 2000/08/01  03:35:24
87359         Log: Make chr() for values >127 to create utf8 when under utf8.
87360              
87361              Subject: Re: uft8/chr()
87362              From: simon@brecon.co.uk (Simon Cozens)
87363              Date: 1 Aug 2000 02:37:02 GMT
87364              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
87365      Branch: perl
87366            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
87367 ____________________________________________________________________________
87368 [  6474] By: jhi                                   on 2000/08/01  02:36:18
87369         Log: In Digital UNIX warn if gcc explicitly chosen because even
87370              2.95.2 is known to cause problems.
87371      Branch: perl
87372            ! hints/dec_osf.sh
87373 ____________________________________________________________________________
87374 [  6473] By: jhi                                   on 2000/08/01  02:00:56
87375         Log: Make the safety catch for buggy gccs work with triple version
87376              numbers like 2.95.2.  Reported in
87377              
87378              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
87379              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
87380              Date: Mon, 31 Jul 2000 14:55:06 +0200
87381              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
87382      Branch: perl
87383            ! hints/dec_osf.sh
87384 ____________________________________________________________________________
87385 [  6472] By: jhi                                   on 2000/08/01  01:13:33
87386         Log: Subject: fix and question re: waitpid() under win32
87387              From: Brian Clarke <clarke@appliedmeta.com>
87388              Date: Fri, 28 Jul 2000 15:18:29 -0400
87389              Message-ID: <3981DC85.290314EB@appliedmeta.com>
87390              
87391              Slightly reformatted and WNOHANG # define moved to win32.h
87392              so that also POSIX.xs sees it, as suggsted by Sarathy.
87393      Branch: perl
87394            ! win32/win32.c win32/win32.h
87395 ____________________________________________________________________________
87396 [  6471] By: jhi                                   on 2000/08/01  00:55:05
87397         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
87398              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87399              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
87400              Date: Mon, 31 Jul 2000 13:28:51 +0100
87401              
87402              (aka ID 20000730.002)
87403      Branch: perl
87404            ! op.c t/op/tr.t
87405 ____________________________________________________________________________
87406 [  6470] By: jhi                                   on 2000/07/31  23:34:42
87407         Log: Document the problem with -P in HP-UX and its workaround.
87408              
87409              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
87410              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
87411              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
87412              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
87413      Branch: perl
87414            ! README.hpux
87415 ____________________________________________________________________________
87416 [  6469] By: jhi                                   on 2000/07/31  04:15:02
87417         Log: The swallow_bom() saga continues.  The #23 of require.t
87418              (UTF16-LE) still fails (silently, no output) but the #22
87419              (UTF16-BE) seems to be working now.  The root of the
87420              failure may be in sv_gets(): is it UTF-16LE-aware,
87421              especially when it comes to line endings? 
87422      Branch: perl
87423            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
87424            ! t/comp/require.t toke.c utf8.c
87425 ____________________________________________________________________________
87426 [  6468] By: jhi                                   on 2000/07/30  19:05:48
87427         Log: Find green threads before native threads.
87428              
87429              Subject: Re: Patch to jpl/JNI/Makefile.PL
87430              From: Jens Thomsen <jens@fiend.cis.com>
87431              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
87432              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
87433      Branch: perl
87434            ! jpl/JNI/Makefile.PL
87435 ____________________________________________________________________________
87436 [  6467] By: jhi                                   on 2000/07/30  18:36:22
87437         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
87438      Branch: perl
87439            ! doop.c
87440 ____________________________________________________________________________
87441 [  6466] By: jhi                                   on 2000/07/30  04:37:29
87442         Log: A new version of the "remove UPPERACSE string comparison"
87443              operators.  The problem with the previous one (change #6454)
87444              was that it was for Perl 5.6.0.  From Paul Marquess.
87445      Branch: perl
87446            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87447            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87448            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87449 ____________________________________________________________________________
87450 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87451         Log: Do not upgrade SVs into utf8 just because they participate
87452              in eq or cmp.  Reported and fix suggested in
87453              
87454              Subject: [ID 20000720.009] sv_eq UTF8 bug
87455              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87456              Date: 21 Jul 2000 04:37:29 -0000
87457              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87458              
87459              Exercise for the kind reader: should we or should we not
87460              cache the utf8 conversion alongside the SV? (as magic,
87461              as the strxfrm()ed version is cached under use locale)
87462              Argue both for and against.
87463      Branch: perl
87464            ! sv.c
87465 ____________________________________________________________________________
87466 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87467         Log: Subject: UTF8 concat
87468              From: simon@brecon.co.uk (Simon Cozens) 
87469              Date: 30 Jun 2000 06:13:25 GMT
87470              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87471              
87472              (with a memory leak fixed, plus a few casts added)
87473              
87474              This also seems to help for
87475              
87476              Subject: [ID 20000716.015] join UTF8 weirdness
87477              From: root <root@ak-71.mind.de> 
87478              Date: Sat, 15 Jul 2000 15:29:54 +0200
87479              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87480              
87481              (from Andreas König)
87482      Branch: perl
87483            ! pp_hot.c
87484 ____________________________________________________________________________
87485 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87486         Log: Tune the comments and hopefully stop a memory leak.
87487      Branch: perl
87488            ! toke.c utf8.c
87489 ____________________________________________________________________________
87490 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87491         Log: The problem described in this
87492              
87493              Subject: [ID 20000322.018] named chars aren't magical enough
87494              From: root <root@dixie.cscaper.com>     
87495              Date: Wed, 22 Mar 2000 18:37:42 -0700
87496              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87497              
87498              has been fixed in perl 5.6.0 but just in case added a test
87499              to keep it away.  (The report from Joseph Hall.)
87500      Branch: perl
87501            ! t/lib/charnames.t
87502 ____________________________________________________________________________
87503 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87504         Log: Tiny fixes for #6460.
87505      Branch: metaconfig/U/perl
87506            ! gccvers.U
87507      Branch: perl
87508            ! Configure config_h.SH
87509 ____________________________________________________________________________
87510 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87511         Log: Warn if the version of the operating system used to compile gcc
87512              differs from the current version of the operating system.
87513              Also display the gcc compilation os and version in myconfig.
87514              Inspiration from
87515              
87516              Subject: Re: [ID 20000710.003] ERRORS!!         
87517              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87518              Date: Mon, 10 Jul 2000 15:54:16 -0400
87519              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87520      Branch: metaconfig/U/perl
87521            ! gccvers.U
87522      Branch: perl
87523            ! Configure config_h.SH myconfig.SH
87524 ____________________________________________________________________________
87525 [  6459] By: jhi                                   on 2000/07/28  22:00:32
87526         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
87527              letter to $Config{osvers}.
87528      Branch: metaconfig
87529            ! U/modified/Oldconfig.U
87530      Branch: perl
87531            ! Configure config_h.SH
87532 ____________________________________________________________________________
87533 [  6458] By: jhi                                   on 2000/07/28  04:15:39
87534         Log: Back out #6454, doesn't seem to work.
87535              (Reason: that patch was for perl 5.6.0, not perl-current)
87536              (A version of the patch for perl-current came in later as #6466)
87537      Branch: perl
87538            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87539            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87540            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87541 ____________________________________________________________________________
87542 [  6457] By: jhi                                   on 2000/07/27  23:31:49
87543         Log: Use setproctitle() if available to modify $0.
87544              
87545              Subject: setting $* on BSD4 broken
87546              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87547              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
87548              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
87549      Branch: metaconfig
87550            ! U/modified/Myinit.U
87551      Branch: perl
87552            ! Configure config_h.SH mg.c
87553 ____________________________________________________________________________
87554 [  6456] By: jhi                                   on 2000/07/27  14:50:47
87555         Log: Allow "no AutoLoader;", based on change #6444,
87556              suggested by Graham Barr.
87557      Branch: perl
87558            ! lib/AutoLoader.pm
87559 ____________________________________________________________________________
87560 [  6455] By: jhi                                   on 2000/07/27  14:19:10
87561         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
87562              From: rspier@pobox.com (Robert Spier)
87563              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
87564              Message-ID: <14720.15855.787664.424783@rls.cx>
87565      Branch: perl
87566            ! pod/perldiag.pod
87567 ____________________________________________________________________________
87568 [  6454] By: jhi                                   on 2000/07/27  14:03:02
87569         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
87570              for a long time).
87571              
87572              Reported in
87573              
87574              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
87575              From: Ryan Herbert <rherbert@sycamorehq.com>
87576              Date: Mon, 17 Jul 2000 11:40:42 -0400
87577              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
87578              
87579              Patched in
87580              
87581              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
87582              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
87583              Date: Wed, 26 Jul 2000 23:40:18 +0100
87584              Message-ID: <000001bff752$79511880$0a17073e@tiny>
87585              
87586              based on an earlier patch from Stephen P. Potter.
87587              
87588              (Removed later by change #6458 because this patch was for
87589              perl 5.6.0, not perl-current)
87590      Branch: perl
87591            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87592            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87593            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87594 ____________________________________________________________________________
87595 [  6453] By: jhi                                   on 2000/07/27  13:48:02
87596         Log: Subject: [PATCH] fixes bug 20000508.004
87597              From: Michael Stevens <mstevens@globnix.org>
87598              Date: Thu, 27 Jul 2000 13:49:04 +0100
87599              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
87600      Branch: perl
87601            ! pod/perldata.pod
87602 ____________________________________________________________________________
87603 [  6452] By: jhi                                   on 2000/07/26  23:51:26
87604         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
87605              and Craig A. Berry.
87606      Branch: perl
87607            ! lib/File/Temp.pm pod/perlport.pod
87608 ____________________________________________________________________________
87609 [  6451] By: jhi                                   on 2000/07/26  19:43:30
87610         Log: Be wary of close()s, too.
87611              
87612              Subject: Re: [PATCH] perlbug cleanup
87613              From: Tim Jenness <t.jenness@jach.hawaii.edu>
87614              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
87615              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
87616      Branch: perl
87617            ! utils/perlbug.PL
87618 ____________________________________________________________________________
87619 [  6450] By: jhi                                   on 2000/07/26  18:41:40
87620         Log: Subject: Minor doc patch: handy.h
87621              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
87622              Date: Wed, 26 Jul 2000 15:34:25 -0300
87623              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
87624      Branch: perl
87625            ! handy.h pod/perlapi.pod
87626 ____________________________________________________________________________
87627 [  6449] By: jhi                                   on 2000/07/26  18:23:55
87628         Log: Subject: [PATCH] minor doc change - perlguts
87629              From: Michael Stevens <mstevens@globnix.org>
87630              Date: Thu, 13 Jul 2000 12:39:18 +0100
87631              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
87632      Branch: perl
87633            ! pod/perlguts.pod
87634 ____________________________________________________________________________
87635 [  6448] By: jhi                                   on 2000/07/26  18:20:30
87636         Log: open() wariness in perlbug.
87637              
87638              Subject: [PATCH] perlbug cleanup
87639              From: Michael Stevens <mstevens@globnix.org>
87640              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
87641              Date: Thu, 13 Jul 2000 15:52:23 +0100
87642      Branch: perl
87643            ! utils/perlbug.PL
87644 ____________________________________________________________________________
87645 [  6447] By: jhi                                   on 2000/07/26  18:13:04
87646         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
87647      Branch: perl
87648            ! lib/File/Temp.pm t/lib/ftmp-security.t
87649 ____________________________________________________________________________
87650 [  6446] By: jhi                                   on 2000/07/26  18:06:32
87651         Log: docfix from Peter Scott <Peter@PSDT.com>.
87652      Branch: perl
87653            ! pod/perlfunc.pod
87654 ____________________________________________________________________________
87655 [  6445] By: jhi                                   on 2000/07/26  17:53:31
87656         Log: Fix *foo{FORMAT}.
87657              
87658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87659              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87660              Date: Wed, 26 Jul 2000 19:51:02 +0200
87661              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
87662              
87663              From: Graham Barr <gbarr@pobox.com>
87664              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87665              Date: Wed, 26 Jul 2000 17:38:36 +0100
87666              Message-ID: <20000726173836.L472@pobox.com>
87667      Branch: perl
87668            ! pp.c sv.c t/op/gv.t
87669 ____________________________________________________________________________
87670 [  6444] By: jhi                                   on 2000/07/26  17:49:14
87671         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
87672              from Graham Barr in the module list.
87673      Branch: perl
87674            ! gv.c pod/perlobj.pod
87675 ____________________________________________________________________________
87676 [  6443] By: jhi                                   on 2000/07/26  16:06:56
87677         Log: More split() doc and test patches from Mike Guy.
87678      Branch: perl
87679            ! pod/perlfunc.pod t/op/split.t
87680 ____________________________________________________________________________
87681 [  6442] By: jhi                                   on 2000/07/26  16:05:30
87682         Log: MacOS nits from Matthias Neeracher.
87683      Branch: perl
87684            ! perl.c pp_ctl.c
87685 ____________________________________________________________________________
87686 [  6441] By: jhi                                   on 2000/07/26  04:39:57
87687         Log: Subject: [PATCH] split /^/
87688              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87689              Date: Tue, 25 Jul 2000 14:18:57 +0100
87690              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
87691              
87692              (with notes from tchrist and gbarr)
87693      Branch: perl
87694            ! pod/perlfunc.pod t/op/split.t
87695 ____________________________________________________________________________
87696 [  6440] By: jhi                                   on 2000/07/26  04:32:32
87697         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
87698              From: Peter Prymmer <pvhp@forte.com>
87699              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
87700              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
87701      Branch: perl
87702            ! vms/munchconfig.c
87703 ____________________________________________________________________________
87704 [  6439] By: jhi                                   on 2000/07/26  04:31:01
87705         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
87706              to be fatal errors (instead of by default ignoring them, and
87707              ignoring with a bug: even though -w gave an error, the opening [
87708              was left in)  Reported in:
87709              
87710              Subject: [ID 20000716.024] [=cc=] / [:blank:]
87711              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
87712              Date: Sun, 16 Jul 2000 17:55:29 -0700
87713              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
87714      Branch: perl
87715            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
87716 ____________________________________________________________________________
87717 [  6438] By: jhi                                   on 2000/07/25  15:41:15
87718         Log: Subject: [PATCH] av.c apidoc
87719              From: simon@brecon.co.uk (Simon Cozens)
87720              Date: 24 Jul 2000 06:40:52 GMT
87721              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
87722      Branch: perl
87723            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87724            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
87725 ____________________________________________________________________________
87726 [  6437] By: jhi                                   on 2000/07/25  14:05:36
87727         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
87728              From: "Stephen P. Potter" <spp@ds.net>
87729              Date: Mon, 24 Jul 2000 14:22:23 -0400
87730              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
87731      Branch: perl
87732            ! pod/perllocale.pod
87733 ____________________________________________________________________________
87734 [  6436] By: jhi                                   on 2000/07/25  14:02:03
87735         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
87736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87737              Date: Mon, 24 Jul 2000 18:04:28 +0100
87738              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
87739      Branch: perl
87740            ! t/lib/syslfs.t t/op/lfs.t
87741 ____________________________________________________________________________
87742 [  6435] By: jhi                                   on 2000/07/25  13:59:28
87743         Log: Get UTF16 BOMs working.  Patch from
87744              
87745              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87746              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87747              Date: Tue, 25 Jul 2000 12:52:45 +0100
87748              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
87749              
87750              and notes from
87751              
87752              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87753              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87754              Date: Tue, 25 Jul 2000 11:43:25 +0100
87755              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
87756      Branch: perl
87757            ! t/comp/require.t toke.c utf8.c
87758 ____________________________________________________________________________
87759 [  6434] By: jhi                                   on 2000/07/25  02:39:54
87760         Log: Make the "uninit variable" warning to say "concat or string"
87761              or "join or string" when in concat or join .
87762              
87763              Subject: Re: [ID 20000403.009] uninitialised concatenation???
87764              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87765              Date: Tue, 04 Apr 2000 18:22:58 +0100
87766              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
87767              
87768              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
87769              From: William R Ward <hermit@BayView.COM>
87770              Date: Thu, 30 Mar 2000 19:50:03 -0800
87771              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
87772      Branch: perl
87773            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
87774            ! t/pragma/warn/op t/pragma/warn/sv
87775 ____________________________________________________________________________
87776 [  6433] By: jhi                                   on 2000/07/24  17:52:56
87777         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
87778      Branch: perl
87779            ! lib/File/Spec/VMS.pm
87780 ____________________________________________________________________________
87781 [  6432] By: jhi                                   on 2000/07/24  17:44:44
87782         Log: Test cases for #6431.
87783              
87784              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87785              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87786              Date: Mon, 24 Jul 2000 15:32:29 +0100
87787              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
87788      Branch: perl
87789            ! t/op/pat.t t/op/split.t
87790 ____________________________________________________________________________
87791 [  6431] By: jhi                                   on 2000/07/24  17:43:17
87792         Log: Bind op fix.
87793              
87794              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87795              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87796              Date: Mon, 17 Jul 2000 20:04:56 +0100
87797              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
87798      Branch: perl
87799            ! op.c
87800 ____________________________________________________________________________
87801 [  6430] By: jhi                                   on 2000/07/24  03:42:42
87802         Log: Subject: [ID 20000716.023] syslog test fails without sockets
87803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87804              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
87805              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
87806      Branch: metaconfig/U/perl
87807            ! Extensions.U
87808      Branch: perl
87809            ! Configure config_h.SH
87810 ____________________________________________________________________________
87811 [  6429] By: jhi                                   on 2000/07/24  03:11:52
87812         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
87813              case, but add also notes explaining the relationship of this
87814              patch and the earlier notes by Sarathy.
87815              
87816              Subject: Map is still slow
87817              From: "Ben Tilly" <ben_tilly@hotmail.com>
87818              Date: Sat, 15 Jul 2000 17:23:27 EDT
87819              Message-ID: <20000715212327.21656.qmail@hotmail.com>
87820      Branch: perl
87821            ! pp_ctl.c
87822 ____________________________________________________________________________
87823 [  6428] By: jhi                                   on 2000/07/24  02:58:52
87824         Log: Documentation to explain the behaviour of map().
87825              
87826              Subject: Re: Map is still slow 
87827              From: Gurusamy Sarathy <gsar@ActiveState.com>
87828              Date: Sat, 15 Jul 2000 16:05:09 -0700
87829              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
87830      Branch: perl
87831            ! pp_ctl.c
87832 ____________________________________________________________________________
87833 [  6427] By: jhi                                   on 2000/07/24  02:50:03
87834         Log: Add tests for
87835              [ID 19991110.003] another matching finding by pcre author
87836              which has already been fixed by some patch, as verified in
87837              
87838              Subject: Re: two regex bugs from the mists of time (well, last November)
87839              From: Hugo <hv@crypt.compulink.co.uk>
87840              Date: Sat, 22 Jul 2000 18:12:58 +0100
87841              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
87842      Branch: perl
87843            ! t/op/re_tests
87844 ____________________________________________________________________________
87845 [  6426] By: jhi                                   on 2000/07/24  02:11:20
87846         Log: A missing 'break' after the [[:space:]] switch case.
87847              
87848              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
87849              From: "Stephen P. Potter" <spp@ds.net>
87850              Date: Tue, 18 Jul 2000 16:25:17 -0400
87851              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
87852      Branch: perl
87853            ! regcomp.c
87854 ____________________________________________________________________________
87855 [  6425] By: jhi                                   on 2000/07/24  02:06:12
87856         Log: The output might have been produced in the wrong order.
87857              
87858              Subject: [ID 20000720.003] [PATCH] t/op/write.t
87859              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87860              Date: Thu, 20 Jul 2000 18:49:18 +0100
87861              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
87862      Branch: perl
87863            ! t/op/write.t
87864 ____________________________________________________________________________
87865 [  6424] By: jhi                                   on 2000/07/24  02:00:07
87866         Log: Use STDOUT consistently.
87867              
87868              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
87869              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87870              Date: Thu, 20 Jul 2000 18:04:01 +0100
87871              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
87872      Branch: perl
87873            ! lib/Test/Harness.pm
87874 ____________________________________________________________________________
87875 [  6423] By: jhi                                   on 2000/07/24  01:54:54
87876         Log: Protect against "wild next"s, that is, callbacks doing "next"
87877              instead of "return".
87878              
87879              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
87880              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87881              Date: Tue, 18 Jul 2000 11:30:16 +0100
87882              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
87883      Branch: perl
87884            ! lib/File/Find.pm
87885 ____________________________________________________________________________
87886 [  6422] By: jhi                                   on 2000/07/24  01:35:47
87887         Log: Out-of-date note removed.
87888              
87889              Subject: [PATCH] documentation perlipc
87890              From: rspier@pobox.com (Robert Spier)
87891              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
87892              Message-ID: <14711.35178.572612.502654@rls.cx>
87893      Branch: perl
87894            ! pod/perlipc.pod
87895 ____________________________________________________________________________
87896 [  6421] By: jhi                                   on 2000/07/24  00:09:18
87897         Log: Send all installperl messages to STDERR and be -w clean.
87898              
87899              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
87900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87901              Date: Sat, 22 Jul 2000 14:02:11 +0100
87902              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
87903      Branch: perl
87904            ! installperl
87905 ____________________________________________________________________________
87906 [  6420] By: jhi                                   on 2000/07/24  00:04:19
87907         Log: Decutandpasto.
87908              
87909              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
87910              From: "Richard Soderberg" <rs@crystalflame.net>
87911              Date: Sun, 23 Jul 2000 01:37:23 -0700
87912              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
87913      Branch: perl
87914            ! pod/perlipc.pod
87915 ____________________________________________________________________________
87916 [  6419] By: jhi                                   on 2000/07/24  00:01:12
87917         Log: A cleaner abs_path().
87918              Subject: Re: unix alternative to Cwd.pm
87919              From: Jeff Pinyan <jeffp@crusoe.net>
87920              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
87921              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
87922      Branch: perl
87923            ! lib/Cwd.pm
87924 ____________________________________________________________________________
87925 [  6418] By: jhi                                   on 2000/07/23  23:48:56
87926         Log: Detypo.
87927              
87928              Subject: [PATCH perl-current] Typo in hints/powerux.sh
87929              From: "Richard Soderberg" <rs@crystalflame.net>
87930              Date: Sun, 23 Jul 2000 01:27:33 -0700
87931              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
87932      Branch: perl
87933            ! hints/powerux.sh
87934 ____________________________________________________________________________
87935 [  6417] By: jhi                                   on 2000/07/17  22:13:31
87936         Log: Subject: SDBM_File documentation
87937              From: mjd@plover.com
87938              Date: 16 Jul 2000 17:41:17 -0000
87939              Message-ID: <20000716174117.18515.qmail@plover.com>
87940      Branch: perl
87941            ! ext/SDBM_File/SDBM_File.pm
87942 ____________________________________________________________________________
87943 [  6416] By: jhi                                   on 2000/07/17  19:13:26
87944         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
87945      Branch: perl
87946            ! hints/mpeix.sh mpeix/relink
87947 ____________________________________________________________________________
87948 [  6415] By: jhi                                   on 2000/07/15  14:11:02
87949         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
87950              the utf8 'characters' can be more than one octet).
87951              
87952              Date: Sat, 15 Jul 2000 00:21:56 +0100
87953              From: Tom Hughes <tom@compton.nu>
87954              Subject: Re: [ID 20000714.002]
87955              Message-ID: <db2334de49.tom@compton.compton.nu>
87956              
87957              Reported in
87958              
87959              Subject: [ID 20000714.002]
87960              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87961              Date: 14 Jul 2000 15:13:09 -0000
87962              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
87963      Branch: perl
87964            ! doop.c
87965 ____________________________________________________________________________
87966 [  6414] By: jhi                                   on 2000/07/15  03:13:41
87967         Log: another VMS build tweak from Peter Prymmer
87968      Branch: perl
87969            ! vms/descrip_mms.template
87970 ____________________________________________________________________________
87971 [  6413] By: jhi                                   on 2000/07/15  03:10:40
87972         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
87973      Branch: perl
87974            ! vms/perlvms.pod
87975 ____________________________________________________________________________
87976 [  6412] By: jhi                                   on 2000/07/15  00:31:05
87977         Log: More docs for sv functions.
87978              
87979              Subject: [PATCH cfgperl] sv.c apidoc
87980              From: simon@brecon.co.uk (Simon Cozens)
87981              Date: 13 Jul 2000 09:00:20 GMT
87982              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
87983              
87984              Subject: Re: [PATCH cfgperl] sv.c apidoc
87985              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87986              Date: Thu, 13 Jul 2000 12:27:41 +0100
87987              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
87988              
87989              Subject: Re: [PATCH cfgperl] sv.c apidoc
87990              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87991              Date: Thu, 13 Jul 2000 13:23:09 +0100
87992              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
87993              
87994              Subject: Re: [PATCH cfgperl] sv.c apidoc
87995              From: simon@brecon.co.uk (Simon Cozens)
87996              Date: 14 Jul 2000 06:51:02 GMT
87997              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
87998      Branch: perl
87999            ! embed.pl pod/perlapi.pod sv.c
88000 ____________________________________________________________________________
88001 [  6411] By: jhi                                   on 2000/07/15  00:10:41
88002         Log: lib/b test fixes from Peter Prymmer.
88003      Branch: perl
88004            ! t/lib/b.t
88005 ____________________________________________________________________________
88006 [  6410] By: jhi                                   on 2000/07/15  00:02:09
88007         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
88008              From: Hugo <hv@crypt.compulink.co.uk>
88009              Date: Fri, 14 Jul 2000 23:05:20 +0100
88010              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
88011              
88012              Didn't anymore apply, but that point still could use another fix.
88013      Branch: perl
88014            ! pod/perlfunc.pod
88015 ____________________________________________________________________________
88016 [  6409] By: jhi                                   on 2000/07/14  23:15:15
88017         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
88018              not in pod, from Peter Prymmer
88019      Branch: perl
88020            ! vms/descrip_mms.template
88021 ____________________________________________________________________________
88022 [  6408] By: jhi                                   on 2000/07/14  20:35:05
88023         Log: The bug report
88024              [ID 19991110.002] minimal matching discrepancy found by pcre author
88025              seems to have been fixed (though differently from what was suggested
88026              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
88027      Branch: perl
88028            ! t/op/re_tests
88029 ____________________________________________________________________________
88030 [  6407] By: jhi                                   on 2000/07/14  17:38:08
88031         Log: Fix AutoSplit to use File::Spec the right way in VMS,
88032              from Peter Prymmer.
88033      Branch: perl
88034            ! lib/AutoSplit.pm
88035 ____________________________________________________________________________
88036 [  6406] By: jhi                                   on 2000/07/14  14:13:22
88037         Log: Merge perlhacktut into perlhack, update perlguts.
88038              
88039              Subject: Re: Perlhacktut
88040              From: simon@brecon.co.uk (Simon Cozens)
88041              Date: 14 Jul 2000 06:49:21 GMT
88042              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
88043              
88044              Subject: Re: Perlhacktut
88045              From: simon@brecon.co.uk (Simon Cozens)
88046              Date: 14 Jul 2000 07:09:45 GMT
88047              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
88048      Branch: perl
88049            ! pod/perlguts.pod pod/perlhack.pod
88050 ____________________________________________________________________________
88051 [  6405] By: jhi                                   on 2000/07/14  14:02:31
88052         Log: Integrate with Sarathy.
88053      Branch: cfgperl
88054           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
88055           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
88056           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
88057 ____________________________________________________________________________
88058 [  6404] By: gsar                                  on 2000/07/14  12:15:02
88059         Log: PERL_OBJECT build tweaks
88060      Branch: perl
88061            ! toke.c
88062 ____________________________________________________________________________
88063 [  6403] By: gsar                                  on 2000/07/14  11:23:41
88064         Log: inconsistent types needs casts
88065      Branch: perl
88066            ! toke.c
88067 ____________________________________________________________________________
88068 [  6402] By: gsar                                  on 2000/07/14  11:12:04
88069         Log: typos in change#6399, regen headers
88070      Branch: perl
88071            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
88072 ____________________________________________________________________________
88073 [  6401] By: gsar                                  on 2000/07/14  10:59:12
88074         Log: typecasts needed for change#6394
88075      Branch: perl
88076            ! toke.c
88077 ____________________________________________________________________________
88078 [  6400] By: gsar                                  on 2000/07/14  10:49:37
88079         Log: integrate cfgperl contents into mainline
88080      Branch: perl
88081           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
88082           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
88083 ____________________________________________________________________________
88084 [  6399] By: gsar                                  on 2000/07/14  10:38:35
88085         Log: enable UTF-16 filter by default if relevant BOM is seen; various
88086              cleanups (typos, misformatted code, and small bugs)
88087      Branch: perl
88088            ! doop.c embed.pl mg.c op.c pp.c toke.c
88089 ____________________________________________________________________________
88090 [  6398] By: gsar                                  on 2000/07/14  08:55:38
88091         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
88092              name suggests anyway)
88093      Branch: perl
88094            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
88095 ____________________________________________________________________________
88096 [  6397] By: gsar                                  on 2000/07/14  08:44:33
88097         Log: move new variables to the end of the interpreter structure (for
88098              bincompat in code that doesn't #include XSUB.h)
88099      Branch: perl
88100            ! intrpvar.h
88101 ____________________________________________________________________________
88102 [  6396] By: gsar                                  on 2000/07/14  08:13:58
88103         Log: MakeMaker should not remove editor backups (*~) on `make clean`
88104              by default (completes change#6383)
88105      Branch: perl
88106            ! lib/ExtUtils/MM_Unix.pm
88107 ____________________________________________________________________________
88108 [  6395] By: jhi                                   on 2000/07/14  05:20:33
88109         Log: Replace change #6337 with a better one.
88110              
88111              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88112              From: Hugo <hv@crypt.compulink.co.uk>
88113              Date: Fri, 14 Jul 2000 04:16:20 +0100
88114              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
88115      Branch: cfgperl
88116            ! regexec.c t/op/re_tests
88117 ____________________________________________________________________________
88118 [  6394] By: jhi                                   on 2000/07/14  01:33:59
88119         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
88120      Branch: cfgperl
88121            ! embed.pl global.sym proto.h toke.c
88122 ____________________________________________________________________________
88123 [  6393] By: jhi                                   on 2000/07/13  23:41:23
88124         Log: remove discarded test
88125      Branch: cfgperl
88126            ! MANIFEST
88127 ____________________________________________________________________________
88128 [  6392] By: jhi                                   on 2000/07/13  23:32:25
88129         Log: The {multiplier} of a fixed substring was overlooked which
88130              caused a wrong initial search offset for that substring.
88131              
88132              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
88133              From: Hugo <hv@crypt.compulink.co.uk>
88134              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
88135              Date: Thu, 13 Jul 2000 19:27:13 +0100
88136      Branch: cfgperl
88137            ! regcomp.c t/op/re_tests
88138 ____________________________________________________________________________
88139 [  6391] By: jhi                                   on 2000/07/13  16:37:42
88140         Log: typo fix from Craig Berry
88141      Branch: cfgperl
88142            ! vms/subconfigure.com
88143 ____________________________________________________________________________
88144 [  6390] By: jhi                                   on 2000/07/13  13:20:12
88145         Log: Integrate with Sarathy.
88146      Branch: cfgperl
88147            - t/op/method2entersub.t
88148           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
88149           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
88150           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
88151           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
88152 ____________________________________________________________________________
88153 [  6389] By: jhi                                   on 2000/07/13  13:18:48
88154         Log: Detypo from Peter Prymmer, part of #6388.
88155      Branch: cfgperl
88156            ! Configure config_h.SH
88157      Branch: metaconfig
88158            ! U/modified/d_longlong.U
88159 ____________________________________________________________________________
88160 [  6388] By: gsar                                  on 2000/07/13  06:33:40
88161         Log: typos (spotted by Peter Prymmer)
88162      Branch: perl
88163            ! Configure t/lib/english.t
88164 ____________________________________________________________________________
88165 [  6387] By: gsar                                  on 2000/07/13  05:35:28
88166         Log: new selfloader.t in change#6183 doesn't close DATA handles,
88167              and thus fails to clean up tmp files on dosish platforms
88168      Branch: perl
88169            ! t/lib/selfloader.t
88170 ____________________________________________________________________________
88171 [  6386] By: gsar                                  on 2000/07/12  21:42:39
88172         Log: sprintf test tweaks (from Dominic Dunlop)
88173      Branch: perl
88174            ! t/op/sprintf.t
88175 ____________________________________________________________________________
88176 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88177         Log: fix bugs in processing %v-*d and similar format specs (from
88178              Avi Finkel <avi@finkel.org>)
88179      Branch: perl
88180            ! sv.c t/op/sprintf.t
88181 ____________________________________________________________________________
88182 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88183         Log: readd missing perldelta.pod changes from changes#6339,6376
88184      Branch: perl
88185            ! pod/perldelta.pod
88186 ____________________________________________________________________________
88187 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88188         Log: don't clobber *.orig files on *clean targets
88189      Branch: perl
88190            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88191 ____________________________________________________________________________
88192 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88193         Log: fix broken integrations in cfgperl
88194      Branch: cfgperl
88195           !> Changes pod/perldelta.pod
88196 ____________________________________________________________________________
88197 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88198         Log: integrate cfgperl changes into mainline
88199      Branch: perl
88200            ! Changes
88201           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88202           !> pod/perlre.pod
88203 ____________________________________________________________________________
88204 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88205         Log: get sprintf.t to adjust properly for 3-digit exponents
88206      Branch: perl
88207            ! t/op/sprintf.t
88208 ____________________________________________________________________________
88209 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88210         Log: change#6174 needs corresponding change in win32/config_h.PL,
88211              which grovels through config_h.SH to find the config.h name
88212      Branch: perl
88213            ! win32/config_h.PL
88214 ____________________________________________________________________________
88215 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88216         Log: Do the cc sanity check both before the hints and
88217              after the cc selction.
88218      Branch: cfgperl
88219            ! Configure config_h.SH
88220      Branch: metaconfig
88221            ! U/modified/Oldconfig.U U/modified/cc.U
88222      Branch: metaconfig/U/perl
88223            + Checkcc.U
88224 ____________________________________________________________________________
88225 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88226         Log: Fix nits noticed by Boston.pm.
88227      Branch: cfgperl
88228            ! pod/perlre.pod
88229 ____________________________________________________________________________
88230 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88231         Log: Configure cosmetics and perldelta.
88232      Branch: cfgperl
88233            ! Configure config_h.SH pod/perldelta.pod
88234      Branch: metaconfig
88235            ! U/modified/cc.U
88236 ____________________________________________________________________________
88237 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88238         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88239      Branch: perl
88240            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88241            ! win32/win32sck.c
88242 ____________________________________________________________________________
88243 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88244         Log: tweak for build failure under multiplicity
88245      Branch: perl
88246            ! toke.c
88247 ____________________________________________________________________________
88248 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88249         Log: integrate cfgperl changes#6325..6373 into mainline
88250              (NOTE: today's batch of integrations still untested)
88251      Branch: perl
88252           +> ext/DynaLoader/hints/netbsd.pl
88253            ! Changes
88254           !> (integrate 26 files)
88255 ____________________________________________________________________________
88256 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88257         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88258              regen perltoc.
88259      Branch: cfgperl
88260            + pod/perlbook.pod
88261            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88262            ! pod/perltoc.pod
88263 ____________________________________________________________________________
88264 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88265         Log: Minor cleanups on the booklist.
88266      Branch: cfgperl
88267            ! pod/perlfaq2.pod
88268 ____________________________________________________________________________
88269 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88270         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88271      Branch: cfgperl
88272            ! t/pragma/overload.t
88273 ____________________________________________________________________________
88274 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88275         Log: integrate cfgperl changes#6293..6324 into mainline
88276      Branch: perl
88277           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88278            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88279           !> (integrate 30 files)
88280 ____________________________________________________________________________
88281 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88282         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88283      Branch: perl
88284           !> pp_hot.c
88285 ____________________________________________________________________________
88286 [  6367] By: gsar                                  on 2000/07/11  19:17:21
88287         Log: integrate cfgperl changes#6288..6290 into mainline
88288      Branch: perl
88289           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
88290 ____________________________________________________________________________
88291 [  6366] By: gsar                                  on 2000/07/11  19:11:18
88292         Log: integrate cfgperl changes#6268..6282 into mainline
88293      Branch: perl
88294           !> (integrate 30 files)
88295 ____________________________________________________________________________
88296 [  6365] By: gsar                                  on 2000/07/11  18:57:00
88297         Log: delete new accidentally branched file
88298      Branch: perl
88299            - t/op/method2entersub.t
88300 ____________________________________________________________________________
88301 [  6364] By: gsar                                  on 2000/07/11  18:55:13
88302         Log: skip integrate of change#6267 from cfgperl into mainline (the
88303              method call optimization is flawed without additional hints
88304              from user about immutableness of @ISA and no runtime method
88305              definitions)
88306      Branch: perl
88307           +> t/op/method2entersub.t
88308           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
88309           !> perl.h t/op/sprintf.t xsutils.c
88310 ____________________________________________________________________________
88311 [  6363] By: gsar                                  on 2000/07/11  18:49:43
88312         Log: integrate cfgperl changes#6261..6266 into mainline
88313      Branch: perl
88314           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
88315           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
88316           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88317           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
88318 ____________________________________________________________________________
88319 [  6362] By: gsar                                  on 2000/07/11  18:43:26
88320         Log: integrate cfgperl changes#6252..6260 into mainline
88321      Branch: perl
88322           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
88323           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
88324           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
88325           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
88326 ____________________________________________________________________________
88327 [  6361] By: gsar                                  on 2000/07/11  18:37:12
88328         Log: skip integrate of problematic change#6251 from cfgperl into mainline
88329      Branch: perl
88330           !> lib/Exporter.pm
88331 ____________________________________________________________________________
88332 [  6360] By: gsar                                  on 2000/07/11  18:34:56
88333         Log: integrate cfgperl change#6250 into mainline
88334      Branch: perl
88335           +> t/op/my_stash.t
88336           !> MANIFEST embed.pl proto.h toke.c
88337 ____________________________________________________________________________
88338 [  6359] By: gsar                                  on 2000/07/11  18:21:19
88339         Log: integrate cfgperl changes#6242..6249 into mainline
88340      Branch: perl
88341           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
88342           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
88343           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
88344           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
88345           !> t/lib/peek.t utf8.c
88346 ____________________________________________________________________________
88347 [  6358] By: gsar                                  on 2000/07/11  18:15:45
88348         Log: skip integrate of problematic change#6241 from cfgperl into mainline
88349      Branch: perl
88350           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88351 ____________________________________________________________________________
88352 [  6357] By: jhi                                   on 2000/07/11  18:15:16
88353         Log: Fix for
88354              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
88355              From: Roderick Schertler <roderick@argon.org> 
88356              Date: Tue, 11 Jul 2000 13:55:05 -0400 
88357              Message-Id: <200007111755.NAA05077@jones.argon.org> 
88358      Branch: cfgperl
88359            ! doio.c
88360 ____________________________________________________________________________
88361 [  6356] By: jhi                                   on 2000/07/11  18:12:51
88362         Log: Typo in #6341.
88363      Branch: cfgperl
88364            ! pp_hot.c
88365 ____________________________________________________________________________
88366 [  6355] By: gsar                                  on 2000/07/11  18:12:10
88367         Log: integrate cfgperl changes#6231..6240 into mainline
88368      Branch: perl
88369           +> pod/perlutil.pod
88370           !> (integrate 35 files)
88371 ____________________________________________________________________________
88372 [  6354] By: jhi                                   on 2000/07/11  18:04:34
88373         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
88374              From: Dominic Dunlop <domo@computer.org> 
88375              Date: Tue, 11 Jul 2000 12:27:33 +0200 
88376              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
88377              
88378              Replaces change #6268.
88379      Branch: cfgperl
88380            ! t/op/sprintf.t
88381 ____________________________________________________________________________
88382 [  6353] By: gsar                                  on 2000/07/11  17:59:51
88383         Log: skip integrate of problematic change#6230 from cfgperl into mainline
88384              (a later version of File::Spec is already in mainline)
88385      Branch: perl
88386           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
88387           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
88388 ____________________________________________________________________________
88389 [  6352] By: gsar                                  on 2000/07/11  17:57:48
88390         Log: integrate cfgperl changes#6224..6229 into mainline
88391      Branch: perl
88392           +> lib/lib.pm.PL
88393            - lib/lib.pm
88394           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
88395           !> lib/English.pm op.c t/lib/english.t
88396 ____________________________________________________________________________
88397 [  6351] By: gsar                                  on 2000/07/11  17:50:10
88398         Log: skip integrate of problematic change#6223 from cfgperl into mainline
88399      Branch: perl
88400           !> doio.c
88401 ____________________________________________________________________________
88402 [  6350] By: gsar                                  on 2000/07/11  17:48:28
88403         Log: integrate cfgperl changes#6220..6222 into mainline
88404      Branch: perl
88405           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
88406           !> toke.c utf8.c win32/win32.h
88407 ____________________________________________________________________________
88408 [  6349] By: gsar                                  on 2000/07/11  17:46:13
88409         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
88410              mainline
88411      Branch: perl
88412           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88413           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88414           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88415 ____________________________________________________________________________
88416 [  6348] By: jhi                                   on 2000/07/11  17:45:49
88417         Log: README.posix-bc podified from Thomas Dorner.
88418      Branch: cfgperl
88419            ! README.posix-bc
88420 ____________________________________________________________________________
88421 [  6347] By: gsar                                  on 2000/07/11  17:42:04
88422         Log: integrate cfgperl change#6217 into mainline
88423      Branch: perl
88424           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
88425           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
88426           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
88427 ____________________________________________________________________________
88428 [  6346] By: gsar                                  on 2000/07/11  17:39:37
88429         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
88430              mainline
88431      Branch: perl
88432           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
88433           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88434           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88435           !> perlapi.h pod/perlapi.pod
88436 ____________________________________________________________________________
88437 [  6345] By: gsar                                  on 2000/07/11  17:36:42
88438         Log: integrate cfgperl changes#6207..6210 into mainline
88439      Branch: perl
88440           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
88441           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
88442 ____________________________________________________________________________
88443 [  6344] By: gsar                                  on 2000/07/11  17:31:20
88444         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
88445              mainline
88446      Branch: perl
88447           !> (integrate 40 files)
88448 ____________________________________________________________________________
88449 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88450         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88451      Branch: perl
88452           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88453            ! Changes
88454           !> (integrate 34 files)
88455 ____________________________________________________________________________
88456 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88457         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88458              To: perl5-porters@perl.org
88459              From: Karsten Sperling <spiff@phreax.net>
88460              Date: Mon, 10 Jul 2000 15:12:52 +0200
88461              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88462      Branch: cfgperl
88463            ! lib/Symbol.pm
88464 ____________________________________________________________________________
88465 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88466         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88467              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88468              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88469              Date: Fri, 07 Jul 2000 17:57:16 +0100
88470      Branch: cfgperl
88471            ! pp_hot.c
88472 ____________________________________________________________________________
88473 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88474         Log: Subject: Re: format bug report  [Patch]
88475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88476              Date: Wed, 05 Jul 2000 13:12:52 +0200
88477              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88478              
88479              Subject: Re: format bug report  [Patch]
88480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88481              Date: Wed, 05 Jul 2000 14:10:01 +0200
88482              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88483      Branch: cfgperl
88484            ! t/op/write.t toke.c
88485 ____________________________________________________________________________
88486 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88487         Log: Be less forgiving about ambiguous and illegal tr ranges.
88488              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88489              From: Mark-Jason Dominus <mjd@plover.com>
88490              Date: Tue, 04 Jul 2000 10:00:12 -0400
88491              Message-ID: <20000704140012.17772.qmail@plover.com>
88492              
88493              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88494              From: Mark-Jason Dominus <mjd@plover.com>
88495              Date: Wed, 05 Jul 2000 09:37:36 -0400
88496              Message-ID: <20000705133736.27293.qmail@plover.com>
88497      Branch: cfgperl
88498            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88499 ____________________________________________________________________________
88500 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88501         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88502              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88503              Date: Tue, 11 Jul 2000 13:50:51 +0100
88504              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88505      Branch: cfgperl
88506            ! sv.c
88507 ____________________________________________________________________________
88508 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88509         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88510              From: Hugo <hv@crypt.compulink.co.uk>
88511              Date: Tue, 11 Jul 2000 12:44:50 +0100
88512              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88513      Branch: cfgperl
88514            ! regexec.c t/op/re_tests
88515 ____________________________________________________________________________
88516 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88517         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88518              From: simon@brecon.co.uk (Simon Cozens)
88519              Date: 7 Jul 2000 11:26:09 GMT
88520              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88521      Branch: cfgperl
88522            ! mg.c
88523 ____________________________________________________________________________
88524 [  6335] By: jhi                                   on 2000/07/11  13:23:37
88525         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
88526              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
88527              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
88528              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
88529      Branch: cfgperl
88530            + ext/DynaLoader/hints/netbsd.pl
88531            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
88532 ____________________________________________________________________________
88533 [  6334] By: jhi                                   on 2000/07/11  13:20:38
88534         Log: Subject: PATCH perlguts.pod: Document D and d magic types
88535              From: mjd@plover.com
88536              Date: 5 Jul 2000 18:01:51 -0000
88537              Message-ID: <20000705180151.29413.qmail@plover.com>
88538      Branch: cfgperl
88539            ! pod/perlguts.pod
88540 ____________________________________________________________________________
88541 [  6333] By: jhi                                   on 2000/07/11  13:15:51
88542         Log: Precedence goof, fix based on
88543              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
88544              From: Hugo <hv@crypt.compulink.co.uk>
88545              Date: Tue, 11 Jul 2000 12:52:38 +0100
88546              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
88547      Branch: cfgperl
88548            ! t/op/taint.t
88549 ____________________________________________________________________________
88550 [  6332] By: jhi                                   on 2000/07/11  12:40:17
88551         Log: Integrate with Sarathy.
88552      Branch: cfgperl
88553           !> win32/win32sck.c
88554 ____________________________________________________________________________
88555 [  6331] By: jhi                                   on 2000/07/10  20:14:16
88556         Log: Sprinkle ldlibpath.
88557      Branch: cfgperl
88558            ! pod/Makefile.SH
88559 ____________________________________________________________________________
88560 [  6330] By: jhi                                   on 2000/07/10  17:54:49
88561         Log: More POSIX.pod tweaks.
88562      Branch: cfgperl
88563            ! ext/POSIX/POSIX.pod
88564 ____________________________________________________________________________
88565 [  6329] By: jhi                                   on 2000/07/10  14:02:12
88566         Log: Reorder perl.pod once more.
88567      Branch: cfgperl
88568            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88569 ____________________________________________________________________________
88570 [  6328] By: gsar                                  on 2000/07/10  07:06:00
88571         Log: accept() leaks memory on windows due to incorrect ordering of
88572              closesocket() and fclose() calls
88573      Branch: perl
88574            ! win32/win32sck.c
88575 ____________________________________________________________________________
88576 [  6327] By: gsar                                  on 2000/07/10  06:49:17
88577         Log: winsock options weren't being set in all threads under ithreads
88578              (caused send()s from second and subsequent threads to fail)
88579      Branch: perl
88580            ! win32/win32sck.c
88581 ____________________________________________________________________________
88582 [  6326] By: jhi                                   on 2000/07/08  02:45:40
88583         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
88584              was cast to an unsigned (32-bit) integer with wild abandon.
88585      Branch: cfgperl
88586            ! ext/Devel/DProf/DProf.xs
88587 ____________________________________________________________________________
88588 [  6325] By: jhi                                   on 2000/07/07  18:50:33
88589         Log: Remove perlbook, update perlfaq book listing,
88590              rearrange perl.pod, regenerate perltoc.
88591      Branch: cfgperl
88592            - pod/perlbook.pod
88593            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
88594            ! pod/perlfaq2.pod pod/perltoc.pod
88595 ____________________________________________________________________________
88596 [  6324] By: jhi                                   on 2000/07/07  14:03:40
88597         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
88598      Branch: cfgperl
88599            ! sv.h toke.c
88600 ____________________________________________________________________________
88601 [  6323] By: jhi                                   on 2000/07/06  16:03:55
88602         Log: Fix complaints of buildtoc.
88603      Branch: cfgperl
88604            + lib/Win32.pod
88605            - pod/Win32.pod
88606            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88607 ____________________________________________________________________________
88608 [  6322] By: jhi                                   on 2000/07/06  15:15:52
88609         Log: Add =head1 NAMEs so that buildtoc is happy.
88610              (The CGI::Util nit reported to Lincoln.)
88611      Branch: cfgperl
88612            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
88613            ! pod/perltoc.pod
88614 ____________________________________________________________________________
88615 [  6321] By: jhi                                   on 2000/07/06  03:16:04
88616         Log: Config is being used.
88617      Branch: cfgperl
88618            ! t/op/method.t
88619 ____________________________________________________________________________
88620 [  6320] By: jhi                                   on 2000/07/06  03:13:13
88621         Log: Integrate with Sarathy.
88622      Branch: cfgperl
88623           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
88624 ____________________________________________________________________________
88625 [  6319] By: jhi                                   on 2000/07/06  03:11:46
88626         Log: Autogenerate pod/Makefile and pod/buildtoc.
88627              buildtoc also checks whether the existing pods are
88628              mentioned in MANIFEST and perl.pod, and vice versa.
88629              (None of the thusly found discrepancies fixed yet.)
88630              roffitall also needs to be autogenerated similarly but it
88631              seems so badly out of date that I didn't touch it yet.
88632      Branch: cfgperl
88633            + pod/Makefile.SH pod/buildtoc.PL
88634            - pod/Makefile pod/buildtoc
88635            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
88636 ____________________________________________________________________________
88637 [  6318] By: gsar                                  on 2000/07/05  22:10:54
88638         Log: fix UNC path handling on Windows under ithreads, and chdir()
88639              return value when given a non-existent directory
88640      Branch: perl
88641            ! win32/vdir.h
88642 ____________________________________________________________________________
88643 [  6317] By: gsar                                  on 2000/07/05  22:08:19
88644         Log: winsock cleanup never done on Windows (leads to handle leaks)
88645      Branch: perl
88646            ! win32/perllib.c win32/win32sck.c
88647 ____________________________________________________________________________
88648 [  6316] By: gsar                                  on 2000/07/05  22:06:19
88649         Log: some debugger output does not go to the socket when RemotePort is set
88650      Branch: perl
88651            ! lib/perl5db.pl
88652 ____________________________________________________________________________
88653 [  6315] By: jhi                                   on 2000/07/05  00:25:21
88654         Log: Integrate with Sarathy, preliminary fix for unicos
88655              alignment problems in [ID 20000612.002] Perl problem on Cray system.
88656      Branch: cfgperl
88657            ! sv.h
88658           !> pp_hot.c
88659 ____________________________________________________________________________
88660 [  6314] By: gsar                                  on 2000/07/04  23:34:02
88661         Log: tyop in change#6306
88662      Branch: perl
88663            ! pp_hot.c
88664 ____________________________________________________________________________
88665 [  6313] By: jhi                                   on 2000/07/04  22:14:38
88666         Log: Multiline string literals ENONPORTABLE.
88667      Branch: cfgperl
88668            ! pp_hot.c
88669 ____________________________________________________________________________
88670 [  6312] By: jhi                                   on 2000/07/04  20:34:44
88671         Log: Integrate with Sarathy.
88672      Branch: cfgperl
88673           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
88674           !> t/op/method.t
88675 ____________________________________________________________________________
88676 [  6311] By: jhi                                   on 2000/07/04  20:30:56
88677         Log: More POSIX.pod embellishment.
88678      Branch: cfgperl
88679            ! ext/POSIX/POSIX.pod
88680 ____________________________________________________________________________
88681 [  6310] By: gsar                                  on 2000/07/04  17:28:48
88682         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
88683      Branch: perl
88684            ! t/lib/b.t
88685 ____________________________________________________________________________
88686 [  6309] By: jhi                                   on 2000/07/04  17:22:18
88687         Log: The #6308 required a little bit more.
88688      Branch: cfgperl
88689            ! Makefile.SH win32/Makefile
88690 ____________________________________________________________________________
88691 [  6308] By: jhi                                   on 2000/07/04  16:35:24
88692         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
88693      Branch: cfgperl
88694            + lib/lib_pm.PL
88695            - lib/lib.pm.PL
88696            ! MANIFEST Makefile.SH
88697 ____________________________________________________________________________
88698 [  6307] By: jhi                                   on 2000/07/04  16:28:58
88699         Log: Win32 patches for cfgperl from Sarathy.
88700      Branch: cfgperl
88701            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
88702            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
88703            ! thread.h toke.c util.c win32/Makefile win32/win32.c
88704 ____________________________________________________________________________
88705 [  6306] By: gsar                                  on 2000/07/04  16:28:40
88706         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
88707              (from Richard Soderberg <rs@oregonnet.com>)
88708      Branch: perl
88709            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
88710 ____________________________________________________________________________
88711 [  6305] By: jhi                                   on 2000/07/04  16:24:24
88712         Log: Integrate with Sarathy.
88713      Branch: cfgperl
88714           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
88715           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88716           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
88717           !> proto.h win32/win32.c
88718 ____________________________________________________________________________
88719 [  6304] By: gsar                                  on 2000/07/04  16:17:24
88720         Log: missing perldiag entry for unpack("w",...) diagnostic (from
88721              Andreas Koenig)
88722      Branch: perl
88723            ! pod/perldiag.pod
88724 ____________________________________________________________________________
88725 [  6303] By: gsar                                  on 2000/07/04  16:14:44
88726         Log: remove rel2abs prototypes (from Barrie Slaymaker)
88727      Branch: perl
88728            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88729            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88730 ____________________________________________________________________________
88731 [  6302] By: gsar                                  on 2000/07/04  04:59:35
88732         Log: adjust change#6299
88733      Branch: perl
88734            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
88735            ! win32/win32.c
88736 ____________________________________________________________________________
88737 [  6301] By: jhi                                   on 2000/07/04  04:50:07
88738         Log: Integrate with Sarathy.
88739      Branch: cfgperl
88740           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
88741           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
88742           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
88743 ____________________________________________________________________________
88744 [  6300] By: gsar                                  on 2000/07/04  04:42:09
88745         Log: PERL_OBJECT build tweak
88746      Branch: perl
88747            ! perl.h
88748 ____________________________________________________________________________
88749 [  6299] By: gsar                                  on 2000/07/04  04:37:00
88750         Log: fix memory leak on Windows (PL_sys_intern contents were never
88751              freed)
88752      Branch: perl
88753            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88754            ! perlapi.c proto.h win32/win32.c
88755 ____________________________________________________________________________
88756 [  6298] By: gsar                                  on 2000/07/04  04:15:59
88757         Log: fix large memory leak that has been around for ever, masked by
88758              -DPURIFY (most of the arenas were never freed!)
88759      Branch: perl
88760            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
88761 ____________________________________________________________________________
88762 [  6297] By: gsar                                  on 2000/07/04  04:07:46
88763         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
88764      Branch: perl
88765            ! perl.c
88766 ____________________________________________________________________________
88767 [  6296] By: jhi                                   on 2000/06/30  18:28:37
88768         Log: Elaborate POSIX.pod.  Still needs work.
88769      Branch: cfgperl
88770            ! ext/POSIX/POSIX.pod
88771 ____________________________________________________________________________
88772 [  6295] By: jhi                                   on 2000/06/30  14:58:18
88773         Log: Point to perlipc for more SysV IPC examples.
88774      Branch: cfgperl
88775            ! pod/perlfunc.pod
88776 ____________________________________________________________________________
88777 [  6294] By: gsar                                  on 2000/06/30  14:47:45
88778         Log: slurp mode fix in change#4736 still not quite right
88779      Branch: perl
88780            ! pp_hot.c t/io/argv.t
88781 ____________________________________________________________________________
88782 [  6293] By: jhi                                   on 2000/06/30  12:02:55
88783         Log: Integrate with Sarathy.
88784      Branch: cfgperl
88785           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
88786 ____________________________________________________________________________
88787 [  6292] By: jhi                                   on 2000/06/30  12:01:11
88788         Log: From: simon@brecon.co.uk (Simon Cozens)
88789              Subject: UTF8 concat
88790              Date: 30 Jun 2000 06:13:25 GMT
88791              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
88792      Branch: cfgperl
88793            ! pp_hot.c
88794 ____________________________________________________________________________
88795 [  6291] By: gsar                                  on 2000/06/30  04:37:33
88796         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
88797              when @_ is modified, causing coredumps
88798      Branch: perl
88799            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
88800 ____________________________________________________________________________
88801 [  6290] By: jhi                                   on 2000/06/30  02:21:44
88802         Log: Integrate with Sarathy.
88803      Branch: cfgperl
88804           !> vms/vms.c vms/vmsish.h
88805 ____________________________________________________________________________
88806 [  6289] By: jhi                                   on 2000/06/30  02:21:02
88807         Log: Check VERSIONs.
88808      Branch: cfgperl
88809            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88810            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88811            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88812 ____________________________________________________________________________
88813 [  6288] By: jhi                                   on 2000/06/30  02:18:52
88814         Log: Integrate with Sarathy.
88815      Branch: cfgperl
88816           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
88817           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88818           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88819           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
88820 ____________________________________________________________________________
88821 [  6287] By: gsar                                  on 2000/06/30  02:17:08
88822         Log: integrate vmsperl changes into mainline
88823      Branch: perl
88824           !> vms/vms.c vms/vmsish.h
88825 ____________________________________________________________________________
88826 [  6285] By: gsar                                  on 2000/06/30  02:05:28
88827         Log: localize %INC in a Safe compartment so that use/require work
88828              (many other magic globals probably need similar treatment)
88829      Branch: perl
88830            ! ext/Opcode/Opcode.xs
88831 ____________________________________________________________________________
88832 [  6284] By: gsar                                  on 2000/06/30  01:54:54
88833         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
88834              about Windows
88835      Branch: perl
88836            ! pod/perlembed.pod
88837 ____________________________________________________________________________
88838 [  6283] By: jhi                                   on 2000/06/30  01:50:10
88839         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
88840              From: Barrie Slaymaker <barries@jester.slaysys.com>
88841              Date: Wed, 28 Jun 2000 11:35:29 -0400
88842              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
88843      Branch: perl
88844            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88845            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88846            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88847            ! lib/File/Spec/Win32.pm
88848 ____________________________________________________________________________
88849 [  6282] By: jhi                                   on 2000/06/29  22:57:22
88850         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
88851              From: Dan Sugalski <dan@sidhe.org>
88852              Date: Tue, 06 Jun 2000 11:59:50 -0400
88853              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
88854      Branch: cfgperl
88855            ! vms/vms.c
88856 ____________________________________________________________________________
88857 [  6281] By: jhi                                   on 2000/06/29  22:52:50
88858         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
88859              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88860              Date: Wed, 7 Jun 2000 04:02:04 -0500
88861              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
88862      Branch: cfgperl
88863            ! utils/h2xs.PL
88864 ____________________________________________________________________________
88865 [  6280] By: jhi                                   on 2000/06/29  22:45:47
88866         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
88867              From: rspier@pobox.com (Robert Spier)
88868              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
88869              Message-ID: <14654.31913.845602.610277@rls.cx>
88870      Branch: cfgperl
88871            ! utils/h2xs.PL
88872 ____________________________________________________________________________
88873 [  6279] By: jhi                                   on 2000/06/29  22:38:16
88874         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
88875              From: Tim Ayers <tayers@bridge.com>
88876              Date: Thu, 08 Jun 2000 08:11:06 +0200
88877              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
88878              [resent by Richard Foley, Message-Id probably wrong]
88879      Branch: cfgperl
88880            ! pod/perlsub.pod
88881 ____________________________________________________________________________
88882 [  6278] By: jhi                                   on 2000/06/29  22:21:45
88883         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
88884              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
88885              Date: Fri, 09 Jun 2000 12:39:27 -0400
88886              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
88887              (plus update the version "number" of Text::Wrap)
88888      Branch: cfgperl
88889            ! lib/Text/Wrap.pm
88890 ____________________________________________________________________________
88891 [  6277] By: jhi                                   on 2000/06/29  22:13:10
88892         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
88893              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88894              Date: Mon, 12 Jun 2000 14:55:59 +0100
88895              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
88896      Branch: cfgperl
88897            ! pod/perlfunc.pod
88898 ____________________________________________________________________________
88899 [  6276] By: jhi                                   on 2000/06/29  22:11:06
88900         Log: Subject: [PATCH] Re: eval documentation: context
88901              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88902              Date: Mon, 12 Jun 2000 15:07:29 +0100
88903              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
88904      Branch: cfgperl
88905            ! pod/perlfunc.pod
88906 ____________________________________________________________________________
88907 [  6275] By: jhi                                   on 2000/06/29  21:59:46
88908         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
88909              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88910              Date: Tue, 13 Jun 2000 02:43:48 -0500
88911              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
88912      Branch: cfgperl
88913            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
88914 ____________________________________________________________________________
88915 [  6274] By: jhi                                   on 2000/06/29  21:56:14
88916         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
88917              From: Andy Dougherty <doughera@lafayette.edu>
88918              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
88919              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
88920      Branch: cfgperl
88921            ! ext/File/Glob/Glob.pm
88922 ____________________________________________________________________________
88923 [  6273] By: jhi                                   on 2000/06/29  21:49:09
88924         Log: Subject: [PATCH] xsub attributes
88925              From: Doug MacEachern <dougm@covalent.net>
88926              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
88927              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
88928      Branch: cfgperl
88929            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
88930            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
88931 ____________________________________________________________________________
88932 [  6272] By: jhi                                   on 2000/06/29  21:41:28
88933         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
88934              From: Tom Phoenix <rootbeer@redcat.com>
88935              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
88936              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
88937      Branch: cfgperl
88938            ! lib/Net/Ping.pm
88939 ____________________________________________________________________________
88940 [  6271] By: jhi                                   on 2000/06/29  21:36:55
88941         Log: Subject: PATCH pod/perltie.pod
88942              From: Ian Phillipps <Ian.Phillipps@iname.com>
88943              Date: Fri, 16 Jun 2000 00:17:19 +0100
88944              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
88945              (only the first hunk, the second hunk had already been done
88946              by some other patch)
88947      Branch: cfgperl
88948            ! pod/perltie.pod
88949 ____________________________________________________________________________
88950 [  6270] By: jhi                                   on 2000/06/29  21:24:51
88951         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
88952              From: Nicholas Clark <nick@talking.bollo.cx>
88953              Date: Fri, 23 Jun 2000 16:21:15 +0100
88954              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
88955      Branch: cfgperl
88956            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
88957            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
88958 ____________________________________________________________________________
88959 [  6269] By: jhi                                   on 2000/06/29  19:38:15
88960         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
88961              silence few compiler warnings.
88962      Branch: cfgperl
88963            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
88964 ____________________________________________________________________________
88965 [  6268] By: jhi                                   on 2000/06/29  18:21:50
88966         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
88967              From: Dominic Dunlop <domo@computer.org> 
88968              Date: Thu, 29 Jun 2000 12:32:39 +0200 
88969              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
88970      Branch: cfgperl
88971            ! t/op/sprintf.t
88972 ____________________________________________________________________________
88973 [  6267] By: jhi                                   on 2000/06/29  18:16:07
88974         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
88975              From: Doug MacEachern <dougm@covalent.net>
88976              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
88977              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
88978      Branch: cfgperl
88979            + t/op/method2entersub.t
88980            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
88981            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88982            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
88983            ! xsutils.c
88984 ____________________________________________________________________________
88985 [  6266] By: jhi                                   on 2000/06/29  15:11:15
88986         Log: Subject: [PATCH 5.6.0] cygwin port
88987              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
88988              From: "Fifer, Eric" <EFifer@sanwaint.com>
88989              Date: Thu, 29 Jun 2000 12:58:29 +0100
88990      Branch: cfgperl
88991            ! cygwin/Makefile.SHs
88992 ____________________________________________________________________________
88993 [  6265] By: jhi                                   on 2000/06/29  15:04:05
88994         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
88995              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88996              Date: Wed, 28 Jun 2000 17:50:12 -0700
88997              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
88998      Branch: cfgperl
88999            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
89000 ____________________________________________________________________________
89001 [  6264] By: jhi                                   on 2000/06/29  15:00:57
89002         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
89003              From: Marty Lucich <marty@netcom.com>
89004              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
89005              Message-Id: <200006282116.OAA11148@netcom.com>
89006              ccdlflags update (the BSD/OS 4.1 part had already been taken
89007              care of by #6141).
89008      Branch: cfgperl
89009            ! hints/bsdos.sh
89010 ____________________________________________________________________________
89011 [  6263] By: jhi                                   on 2000/06/29  13:47:44
89012         Log: tr fixes from Simon Cozens
89013      Branch: cfgperl
89014            ! doop.c
89015 ____________________________________________________________________________
89016 [  6262] By: jhi                                   on 2000/06/28  18:46:01
89017         Log: Subject: 5.6.0 Patch for EPOC
89018              From: Olaf Flebbe <o.flebbe@gmx.de>
89019              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
89020              Message-ID: <23449.960929969@www11.gmx.net>
89021      Branch: cfgperl
89022            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
89023            ! epoc/epocish.h
89024 ____________________________________________________________________________
89025 [  6261] By: jhi                                   on 2000/06/28  18:29:07
89026         Log: Subject: Re: [PATCH cfgperl] BOMs away!
89027              From: simon@brecon.co.uk (Simon Cozens)
89028              Date: 17 Jun 2000 11:49:57 GMT
89029              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
89030      Branch: cfgperl
89031            ! pod/perldiag.pod t/comp/require.t toke.c
89032 ____________________________________________________________________________
89033 [  6260] By: jhi                                   on 2000/06/28  17:47:16
89034         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
89035              From: simon@brecon.co.uk (Simon Cozens) 
89036              Date: 17 Jun 2000 11:56:44 GMT 
89037              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
89038              pack U0, pack C0
89039      Branch: cfgperl
89040            ! pod/perlfunc.pod pp.c t/op/pack.t
89041 ____________________________________________________________________________
89042 [  6259] By: jhi                                   on 2000/06/28  16:43:17
89043         Log: perlnewmod was missing from MANIFEST.
89044      Branch: cfgperl
89045            ! MANIFEST
89046 ____________________________________________________________________________
89047 [  6258] By: jhi                                   on 2000/06/28  15:54:30
89048         Log: linenumber tweak
89049      Branch: cfgperl
89050            ! t/pragma/warn/regcomp
89051 ____________________________________________________________________________
89052 [  6257] By: jhi                                   on 2000/06/28  15:50:44
89053         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
89054              From: Doug MacEachern <dougm@covalent.net>
89055              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
89056              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
89057              (one part of the patch had been applied earlier)
89058      Branch: cfgperl
89059            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
89060 ____________________________________________________________________________
89061 [  6256] By: jhi                                   on 2000/06/28  15:40:22
89062         Log: tweaks from Simon Cozens to further fix tr/// under utf8
89063      Branch: cfgperl
89064            ! doop.c
89065 ____________________________________________________________________________
89066 [  6255] By: jhi                                   on 2000/06/28  15:33:45
89067         Log: small thinko tweaks
89068      Branch: cfgperl
89069            ! lib/IPC/Open3.pm t/op/my_stash.t
89070 ____________________________________________________________________________
89071 [  6254] By: jhi                                   on 2000/06/28  15:33:25
89072         Log: Subject: tr///, help wanted.
89073              From: simon@brecon.co.uk (Simon Cozens)
89074              Date: 28 Jun 2000 11:29:04 GMT
89075              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
89076      Branch: cfgperl
89077            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
89078            ! pp_proto.h proto.h t/op/tr.t
89079 ____________________________________________________________________________
89080 [  6253] By: jhi                                   on 2000/06/28  15:09:17
89081         Log: Paranoia tweak on #6249.
89082              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
89083              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
89084              Date: Sun, 25 Jun 2000 23:43:12 -0400
89085              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
89086      Branch: cfgperl
89087            ! lib/IPC/Open3.pm
89088 ____________________________________________________________________________
89089 [  6252] By: jhi                                   on 2000/06/28  15:01:38
89090         Log: Document #6249 and #6251.
89091      Branch: cfgperl
89092            ! lib/Exporter.pm lib/IPC/Open3.pm
89093 ____________________________________________________________________________
89094 [  6251] By: jhi                                   on 2000/06/28  14:50:43
89095         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
89096              From: Doug MacEachern <dougm@covalent.net>
89097              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
89098              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
89099      Branch: cfgperl
89100            ! lib/Exporter.pm
89101 ____________________________________________________________________________
89102 [  6250] By: jhi                                   on 2000/06/28  14:45:23
89103         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
89104              From: Doug MacEachern <dougm@covalent.net>
89105              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
89106              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
89107      Branch: cfgperl
89108            + t/op/my_stash.t
89109            ! MANIFEST embed.pl global.sym proto.h toke.c
89110 ____________________________________________________________________________
89111 [  6249] By: jhi                                   on 2000/06/28  14:36:34
89112         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
89113              From: Frank Tobin <ftobin@uiuc.edu>
89114              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
89115              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
89116      Branch: cfgperl
89117            ! lib/IPC/Open3.pm
89118 ____________________________________________________________________________
89119 [  6248] By: jhi                                   on 2000/06/28  14:11:25
89120         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
89121              From: Mark-Jason Dominus <mjd@plover.com>
89122              Date: Tue, 27 Jun 2000 22:36:42 -0400
89123              Message-ID: <20000628023642.12166.qmail@plover.com>
89124      Branch: cfgperl
89125            ! pod/perlfunc.pod
89126 ____________________________________________________________________________
89127 [  6247] By: jhi                                   on 2000/06/27  12:46:37
89128         Log: Tweak $VERSION, patch from Doug MacEachern.
89129      Branch: cfgperl
89130            ! lib/File/Spec.pm
89131 ____________________________________________________________________________
89132 [  6246] By: jhi                                   on 2000/06/27  03:34:46
89133         Log: Allow for standalone testing.
89134      Branch: cfgperl
89135            ! t/lib/filefunc.t t/lib/filespec.t
89136 ____________________________________________________________________________
89137 [  6245] By: jhi                                   on 2000/06/27  02:50:02
89138         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
89139              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89140              Date: Sat, 24 Jun 2000 13:06:20 +0100
89141              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
89142      Branch: cfgperl
89143            ! ext/DynaLoader/DynaLoader_pm.PL
89144 ____________________________________________________________________________
89145 [  6244] By: jhi                                   on 2000/06/27  02:46:10
89146         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
89147              From: Doug MacEachern <dougm@covalent.net>
89148              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
89149              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
89150      Branch: cfgperl
89151            ! gv.c sv.c t/lib/peek.t
89152 ____________________________________________________________________________
89153 [  6243] By: jhi                                   on 2000/06/27  02:38:07
89154         Log: Subject: [PATCH] is_utf8_string
89155              From: simon@brecon.co.uk (Simon Cozens)
89156              Date: 26 Jun 2000 02:25:59 GMT
89157              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
89158      Branch: cfgperl
89159            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
89160            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
89161            ! proto.h utf8.c
89162 ____________________________________________________________________________
89163 [  6242] By: jhi                                   on 2000/06/27  02:24:00
89164         Log: Subject: [PATCH] bytes<->utf8 fixes
89165              From: simon@brecon.co.uk (Simon Cozens)
89166              Date: 26 Jun 2000 04:55:45 GMT
89167              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
89168      Branch: cfgperl
89169            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
89170 ____________________________________________________________________________
89171 [  6241] By: jhi                                   on 2000/06/27  02:12:42
89172         Log: Do no -warn on \_, only on \alpha.
89173              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89174              From: David Dyck <dcd@tc.fluke.com>
89175              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89176              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89177      Branch: cfgperl
89178            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89179 ____________________________________________________________________________
89180 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89181         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89182              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89183              Date: Mon, 26 Jun 2000 18:40:14 +0100
89184              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89185      Branch: cfgperl
89186            ! utils/h2xs.PL
89187 ____________________________________________________________________________
89188 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89189         Log: Configure maintenance.  Sever some dependency cycles,
89190              separate gccversion from the cc unit,
89191              address [ID 20000623.006] Configure script patch for using gcc on AIX
89192              (but solve it a little bit differently),
89193              unduplex some accidentally duplicated units,
89194              suggest using gcc if no cc available
89195              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89196      Branch: cfgperl
89197            ! Configure Todo-5.6 config_h.SH
89198      Branch: metaconfig
89199            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89200            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89201      Branch: metaconfig/U/perl
89202            + gccvers.U
89203            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89204 ____________________________________________________________________________
89205 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89206         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89207              From: Dan Sugalski <dan@sidhe.org>
89208              Date: Fri, 23 Jun 2000 17:00:00 -0400
89209              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89210      Branch: cfgperl
89211            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89212 ____________________________________________________________________________
89213 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89214         Log: Tweak embed.pl, regen headers.
89215      Branch: cfgperl
89216            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89217            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89218            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89219            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89220            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89221 ____________________________________________________________________________
89222 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89223         Log: Regen headers.
89224      Branch: cfgperl
89225            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89226            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89227            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89228            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89229            ! regnodes.h warnings.h
89230 ____________________________________________________________________________
89231 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89232         Log: The thread begun by
89233              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89234              From: Kevin.Ruscoe@ubsw.com
89235              Date: Fri, 16 Jun 2000 16:38:51 +0100
89236              Message-Id: <H000019b03c300d6@MHS>
89237      Branch: cfgperl
89238            ! hints/solaris_2.sh
89239 ____________________________________________________________________________
89240 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89241         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89242              because when run as services (Win32ese for daemons)
89243              no environment variables are set and tmpdir ends up as /tmp,
89244              which is ambiguous.
89245              
89246              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89247              From: matt@sergeant.org
89248              Date: 16 Jun 2000 16:30:43 -0000
89249              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89250      Branch: cfgperl
89251            ! lib/File/Spec/Win32.pm
89252 ____________________________________________________________________________
89253 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89254         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89255              From: Mark-Jason Dominus <mjd@plover.com>
89256              Date: Fri, 16 Jun 2000 20:53:04 -0400
89257              Message-ID: <20000617005304.8008.qmail@plover.com>
89258      Branch: cfgperl
89259            ! op.h
89260 ____________________________________________________________________________
89261 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89262         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89263              From: simon@brecon.co.uk (Simon Cozens)
89264              Date: 19 Jun 2000 15:18:27 GMT
89265              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89266              
89267              plus update pod/Makefile and regenerate perltoc
89268      Branch: cfgperl
89269            + pod/perlutil.pod
89270            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89271 ____________________________________________________________________________
89272 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89273         Log: Subject: [PATCH 5.6.0] cygwin port
89274              From: "Fifer, Eric" <EFifer@sanwaint.com>
89275              Date: Tue, 20 Jun 2000 14:30:58 +0100
89276              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89277      Branch: cfgperl
89278            ! README.cygwin lib/File/Find.pm
89279 ____________________________________________________________________________
89280 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89281         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89282      Branch: cfgperl
89283            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89284            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89285            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89286            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
89287 ____________________________________________________________________________
89288 [  6229] By: jhi                                   on 2000/06/23  14:13:34
89289         Log: Subject: README.hpux version 0.6.1
89290              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
89291              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
89292              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
89293      Branch: cfgperl
89294            ! README.hpux
89295 ____________________________________________________________________________
89296 [  6228] By: jhi                                   on 2000/06/23  14:07:20
89297         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
89298              From: Doug MacEachern <dougm@covalent.net>
89299              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
89300              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
89301      Branch: cfgperl
89302            ! op.c
89303 ____________________________________________________________________________
89304 [  6227] By: jhi                                   on 2000/06/23  14:01:06
89305         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
89306              From: Doug MacEachern <dougm@covalent.net>
89307              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
89308              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
89309      Branch: cfgperl
89310            + lib/lib.pm.PL
89311            - lib/lib.pm
89312            ! MANIFEST Makefile.SH
89313 ____________________________________________________________________________
89314 [  6226] By: jhi                                   on 2000/06/23  13:53:07
89315         Log: Subject: [PATCH] remove forward declarations in Socket.pm
89316              From: Doug MacEachern <dougm@covalent.net>
89317              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
89318              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
89319              
89320              From: Doug MacEachern <dougm@covalent.net>
89321              Subject: Re: [PATCH] remove forward declarations in Socket.pm
89322              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
89323              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
89324      Branch: cfgperl
89325            ! ext/Socket/Socket.pm op.c
89326 ____________________________________________________________________________
89327 [  6225] By: jhi                                   on 2000/06/23  13:41:52
89328         Log: Add source code filenames to apidoc.
89329              From: simon@brecon.co.uk (Simon Cozens)
89330              Subject: [PATCH embed.pl] Source X-ref
89331              Date: 22 Jun 2000 02:18:49 GMT
89332              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
89333      Branch: cfgperl
89334            ! embed.pl
89335 ____________________________________________________________________________
89336 [  6224] By: jhi                                   on 2000/06/23  13:32:33
89337         Log: A way to avoid English.pm performance hit.
89338              From: root <root@jester.slaysys.com>
89339              Subject: [YAPATCH English.pm] My turn to putt again
89340              Date: Thu, 22 Jun 2000 20:33:58 -0400
89341              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
89342      Branch: cfgperl
89343            ! lib/English.pm t/lib/english.t
89344 ____________________________________________________________________________
89345 [  6223] By: jhi                                   on 2000/06/23  13:27:06
89346         Log: Avoid double close().
89347              Subject: [PATCH] avoid double close()
89348              From: Doug MacEachern <dougm@covalent.net>
89349              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
89350              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
89351      Branch: cfgperl
89352            ! doio.c
89353 ____________________________________________________________________________
89354 [  6222] By: jhi                                   on 2000/06/23  13:25:54
89355         Log: doc typo fix
89356              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
89357              From: Ian Phillipps <Ian.Phillipps@iname.com>
89358              Date: Fri, 23 Jun 2000 10:40:58 +0100
89359              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
89360      Branch: cfgperl
89361            ! lib/Pod/Usage.pm
89362 ____________________________________________________________________________
89363 [  6221] By: jhi                                   on 2000/06/23  13:24:15
89364         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
89365              From: simon@brecon.co.uk (Simon Cozens)
89366              Subject: [PATCH] Eliminate tr///[CU][CU]
89367              Date: 23 Jun 2000 11:05:40 GMT
89368              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
89369      Branch: cfgperl
89370            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
89371 ____________________________________________________________________________
89372 [  6220] By: jhi                                   on 2000/06/22  16:07:51
89373         Log: Win32 patches from Benjamin Stuhl.
89374      Branch: cfgperl
89375            ! makedef.pl win32/win32.h
89376 ____________________________________________________________________________
89377 [  6219] By: jhi                                   on 2000/06/22  16:06:34
89378         Log: Bytecode patches from Benjamin Stuhl.
89379      Branch: cfgperl
89380            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89381            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89382            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89383 ____________________________________________________________________________
89384 [  6218] By: jhi                                   on 2000/06/15  23:54:16
89385         Log: Bytecode patches from Benjamin Stuhl.
89386      Branch: cfgperl
89387            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89388 ____________________________________________________________________________
89389 [  6217] By: jhi                                   on 2000/06/09  13:38:29
89390         Log: Rename the fdpid locking and integrate with Sarathy.
89391      Branch: cfgperl
89392            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
89393            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
89394            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
89395            ! win32/win32.c
89396           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
89397 ____________________________________________________________________________
89398 [  6216] By: gsar                                  on 2000/06/08  14:54:21
89399         Log: be more optimal about clearing @_
89400      Branch: perl
89401            ! cop.h
89402 ____________________________________________________________________________
89403 [  6215] By: gsar                                  on 2000/06/08  14:33:04
89404         Log: tweak comment about @DB::args
89405      Branch: perl
89406            ! av.h pp_ctl.c
89407 ____________________________________________________________________________
89408 [  6214] By: gsar                                  on 2000/06/08  13:57:54
89409         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
89410              caller() wants to populate @DB::args with it (causes a coredump
89411              in Carp::confess())
89412      Branch: perl
89413            ! cop.h t/op/runlevel.t
89414 ____________________________________________________________________________
89415 [  6213] By: gsar                                  on 2000/06/08  07:06:35
89416         Log: back out change#6106 (seems problematic)
89417      Branch: perl
89418            ! hints/solaris_2.sh
89419 ____________________________________________________________________________
89420 [  6212] By: jhi                                   on 2000/06/07  03:10:36
89421         Log: Continuing mopup for #6204.
89422      Branch: cfgperl
89423            ! ext/B/defsubs_h.PL
89424 ____________________________________________________________________________
89425 [  6211] By: jhi                                   on 2000/06/07  02:41:50
89426         Log: Mopup for #6204.
89427              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
89428              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
89429              This is comes from const() where POK isn't on when expected.
89430      Branch: cfgperl
89431            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
89432            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89433            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89434            ! perlapi.h pod/perlapi.pod
89435 ____________________________________________________________________________
89436 [  6210] By: jhi                                   on 2000/06/07  01:56:29
89437         Log: Mopup for #6207 and #6209.
89438      Branch: cfgperl
89439            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
89440 ____________________________________________________________________________
89441 [  6209] By: jhi                                   on 2000/06/07  01:33:12
89442         Log: Lock PL_fdpid against race conditions, based on:
89443              Subject: [PATCH 5.6.0]subprocess fixup for threads
89444              From: Dan Sugalski <dan@sidhe.org>
89445              To: perl5-porters@perl.org
89446              Date: Tue, 11 Apr 2000 17:02:32 -0400
89447              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89448      Branch: cfgperl
89449            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89450            ! win32/win32.c
89451 ____________________________________________________________________________
89452 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89453         Log: Regen headers for #6207.
89454      Branch: cfgperl
89455            ! embed.h global.sym objXSUB.h proto.h
89456 ____________________________________________________________________________
89457 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89458         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89459              From: Dan Sugalski <dan@sidhe.org>
89460              To: perl5-porters@perl.org
89461              Date: Mon, 08 May 2000 18:08:13 -0400
89462              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89463      Branch: cfgperl
89464            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89465            ! proto.h sv.h util.c
89466 ____________________________________________________________________________
89467 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89468         Log: Subject: [PATCH] Eliminate $a/$b in pod
89469              From: David Glasser <me@davidglasser.net>
89470              To: perl5-porters@perl.org
89471              Date: Mon, 29 May 2000 21:15:59 -0400
89472              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89473      Branch: cfgperl
89474            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89475            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89476            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89477            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89478            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89479            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89480            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89481            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89482            ! pod/perlvar.pod pod/perlxs.pod
89483 ____________________________________________________________________________
89484 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89485         Log: Subject: [PATCH] Win32 improvements
89486              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89487              To: gsar@activestate.com, perl5-porters@perl.org
89488              Date: Mon, 29 May 2000 17:22:24 PDT
89489              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89490              (MUA had mangled many lines by wordwrapping)
89491      Branch: cfgperl
89492            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89493 ____________________________________________________________________________
89494 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89495         Log: Subject: [PATCH] B::Bytecode patches
89496              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89497              To: gsar@activestate.com, jhi@iki.fi
89498              Cc: perl5-porters@perl.org
89499              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89500              (MUA had mangled many lines by wordwrapping)
89501      Branch: cfgperl
89502            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89503            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89504            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89505            ! intrpvar.h perl.c
89506 ____________________________________________________________________________
89507 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89508         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89509              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89510              Date: Tue, 06 Jun 2000 13:07:45 -0700
89511              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89512      Branch: cfgperl
89513            ! pod/perldiag.pod
89514 ____________________________________________________________________________
89515 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89516         Log: Integrate with Sarathy.
89517      Branch: cfgperl
89518           !> perl.c
89519 ____________________________________________________________________________
89520 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89521         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89522              does a PUSHMARK that's never ever POPMARKed; in general, only
89523              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
89524              Perl_eval_[sp]v() don't because they don't take any incoming
89525              arguments (this leak has been around since the original version
89526              of perl_eval_pv() in 5.003_97e)
89527      Branch: perl
89528            ! perl.c
89529 ____________________________________________________________________________
89530 [  6200] By: jhi                                   on 2000/06/04  03:44:52
89531         Log: Update to cperl-mode.el 4.31 from
89532              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
89533              Subject: A couple of notes
89534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
89535              To: Mailing list Perl5 <perl5-porters@perl.org>
89536              Date: Sat, 3 Jun 2000 23:33:32 -0400
89537              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
89538      Branch: cfgperl
89539            ! emacs/cperl-mode.el
89540 ____________________________________________________________________________
89541 [  6199] By: jhi                                   on 2000/06/03  15:11:05
89542         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
89543              From: Dan Sugalski <dan@sidhe.org>
89544              To: perl5-porters@perl.org, vmsperl@perl.org
89545              Date: Fri, 02 Jun 2000 17:30:51 -0400
89546              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
89547      Branch: cfgperl
89548            ! vms/descrip_mms.template vms/gen_shrfls.pl
89549 ____________________________________________________________________________
89550 [  6198] By: jhi                                   on 2000/06/03  14:59:15
89551         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
89552              From: Dan Sugalski <dan@sidhe.org>
89553              To: vmsperl@perl.org, perl5-porters@perl.org
89554              Date: Fri, 02 Jun 2000 16:00:41 -0400
89555              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
89556              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
89557      Branch: cfgperl
89558            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
89559            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
89560            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
89561 ____________________________________________________________________________
89562 [  6197] By: jhi                                   on 2000/06/03  14:41:30
89563         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
89564              From: John Borwick <jhborwic@unity.ncsu.edu>
89565              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
89566              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
89567      Branch: cfgperl
89568            ! pod/perlsyn.pod
89569 ____________________________________________________________________________
89570 [  6196] By: jhi                                   on 2000/06/03  14:38:09
89571         Log: Integrate with Sarathy.
89572      Branch: cfgperl
89573           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89574           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89575           !> vms/perly_c.vms
89576 ____________________________________________________________________________
89577 [  6195] By: gsar                                  on 2000/06/02  22:43:13
89578         Log: fix yet another eval"" leak under USE_ITHREADS
89579      Branch: perl
89580            ! op.c
89581 ____________________________________________________________________________
89582 [  6194] By: gsar                                  on 2000/06/02  18:22:06
89583         Log: fix small eval"" memory leaks under USE_ITHREADS
89584      Branch: perl
89585            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89586            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89587            ! vms/perly_c.vms
89588 ____________________________________________________________________________
89589 [  6193] By: jhi                                   on 2000/06/01  13:03:56
89590         Log: Signals-be-gone for microperl.
89591      Branch: cfgperl
89592            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
89593 ____________________________________________________________________________
89594 [  6192] By: jhi                                   on 2000/06/01  12:52:02
89595         Log: Integrate with Sarathy.
89596      Branch: cfgperl
89597           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
89598           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
89599           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
89600           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89601           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
89602           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
89603           !> t/op/vec.t utils/h2xs.PL
89604 ____________________________________________________________________________
89605 [  6191] By: gsar                                  on 2000/06/01  09:38:21
89606         Log: vec() loses numericalness (modified version of patch suggested
89607              by Robin Barker)
89608      Branch: perl
89609            ! doop.c t/op/vec.t
89610 ____________________________________________________________________________
89611 [  6190] By: gsar                                  on 2000/06/01  09:26:15
89612         Log: submit missing embed.pl change
89613      Branch: perl
89614            ! embed.pl
89615 ____________________________________________________________________________
89616 [  6189] By: gsar                                  on 2000/06/01  09:05:34
89617         Log: counting tr/// corrupts later operation (from M.J.T Guy)
89618      Branch: perl
89619            ! doop.c t/op/tr.t
89620 ____________________________________________________________________________
89621 [  6188] By: gsar                                  on 2000/06/01  08:58:39
89622         Log: h2xs tweaks
89623      Branch: perl
89624            ! utils/h2xs.PL
89625 ____________________________________________________________________________
89626 [  6187] By: gsar                                  on 2000/06/01  08:50:07
89627         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
89628              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89629      Branch: perl
89630            + lib/Pod/LaTeX.pm
89631            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
89632            ! pod/pod2latex.PL
89633 ____________________________________________________________________________
89634 [  6186] By: gsar                                  on 2000/06/01  08:24:40
89635         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
89636              <wolfgang.laun@alcatel.at>)
89637      Branch: perl
89638            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89639            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
89640 ____________________________________________________________________________
89641 [  6185] By: gsar                                  on 2000/06/01  08:12:00
89642         Log: remove incorrect documentation about implicit split to @_ in
89643              list context, which never really worked in perl 5 (from
89644              M.J.T. Guy)
89645      Branch: perl
89646            ! pod/perlfunc.pod pod/perltrap.pod
89647 ____________________________________________________________________________
89648 [  6184] By: gsar                                  on 2000/06/01  07:52:27
89649         Log: tweak for change#6127
89650      Branch: perl
89651            ! perl.c
89652 ____________________________________________________________________________
89653 [  6183] By: gsar                                  on 2000/06/01  07:41:02
89654         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
89655              <nick@ccl4.org>)
89656      Branch: perl
89657            + t/lib/selfloader.t
89658            ! MANIFEST lib/SelfLoader.pm
89659 ____________________________________________________________________________
89660 [  6182] By: jhi                                   on 2000/06/01  00:34:42
89661         Log: Be Cleaner Part Deux.
89662      Branch: cfgperl
89663            ! Makefile.SH
89664 ____________________________________________________________________________
89665 [  6181] By: jhi                                   on 2000/06/01  00:32:09
89666         Log: Integrate with Sarathy.
89667      Branch: cfgperl
89668           !> pp.c t/op/arith.t
89669 ____________________________________________________________________________
89670 [  6180] By: jhi                                   on 2000/06/01  00:31:13
89671         Log: microperl nits from Simon Cozens.
89672      Branch: cfgperl
89673            + uconfig.h
89674            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
89675            ! unixish.h
89676 ____________________________________________________________________________
89677 [  6179] By: gsar                                  on 2000/05/31  22:37:51
89678         Log: buggy modulus on UVs introduced by change#3378 (resulted in
89679              4063328477 % 65535 amounting to 27406, instead of 27407)
89680      Branch: perl
89681            ! pp.c t/op/arith.t
89682 ____________________________________________________________________________
89683 [  6178] By: jhi                                   on 2000/05/31  21:52:41
89684         Log: Be cleaner.
89685      Branch: cfgperl
89686            ! Makefile.SH
89687 ____________________________________________________________________________
89688 [  6177] By: jhi                                   on 2000/05/31  21:47:33
89689         Log: Substitution utf8 patch from Simon Cozens.
89690      Branch: cfgperl
89691            ! pp_hot.c
89692 ____________________________________________________________________________
89693 [  6176] By: jhi                                   on 2000/05/31  21:45:34
89694         Log: Single-quoted utf8 patch from Simon Cozens.
89695      Branch: cfgperl
89696            ! toke.c
89697 ____________________________________________________________________________
89698 [  6175] By: jhi                                   on 2000/05/31  21:40:18
89699         Log: Integrate with Sarathy.
89700      Branch: cfgperl
89701           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
89702 ____________________________________________________________________________
89703 [  6174] By: jhi                                   on 2000/05/31  21:37:31
89704         Log: microperl changes from Simon Cozens; Makefile for microperl
89705              written from scratch; few casts added as microperl compilation
89706              doesn't have all prototypes available.
89707      Branch: cfgperl
89708            + Makefile.micro README.micro Todo.micro uconfig.sh
89709            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
89710            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
89711      Branch: metaconfig
89712            + U/modified/Config_h.U
89713 ____________________________________________________________________________
89714 [  6173] By: jhi                                   on 2000/05/31  20:00:24
89715         Log: metaconfig maintenance.
89716      Branch: metaconfig
89717            + U/modified/Inhdr.U U/typedefs/inotype.U
89718      Branch: metaconfig/U/perl
89719            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
89720            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
89721 ____________________________________________________________________________
89722 [  6172] By: gsar                                  on 2000/05/31  05:05:42
89723         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
89724              (from Ilya Zakharevich)
89725      Branch: perl
89726            ! regexec.c t/op/re_tests
89727 ____________________________________________________________________________
89728 [  6171] By: gsar                                  on 2000/05/31  05:01:47
89729         Log: scalar() doesn't force scalar context when used in void context
89730              (from Simon Cozens)
89731      Branch: perl
89732            ! op.c t/op/wantarray.t
89733 ____________________________________________________________________________
89734 [  6170] By: gsar                                  on 2000/05/31  04:41:33
89735         Log: change#6142 needs tweaks to tests to work where there's no symlink()
89736              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89737      Branch: perl
89738            ! t/lib/filefind.t
89739 ____________________________________________________________________________
89740 [  6169] By: gsar                                  on 2000/05/31  04:29:49
89741         Log: integrate cfgperl contents into mainline
89742      Branch: perl
89743           +> pod/perlmodlib.PL pod/perlnewmod.pod
89744           !> (integrate 42 files)
89745 ____________________________________________________________________________
89746 [  6168] By: jhi                                   on 2000/05/30  22:53:37
89747         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
89748      Branch: cfgperl
89749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89750            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
89751            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
89752            ! win32/config.bc win32/config.gc win32/config.vc
89753            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89754            ! win32/config_h.PL win32/config_sh.PL
89755      Branch: metaconfig/U/perl
89756            ! perlxv.U
89757 ____________________________________________________________________________
89758 [  6167] By: jhi                                   on 2000/05/30  22:20:21
89759         Log: tweak todo 
89760      Branch: cfgperl
89761            ! Todo-5.6
89762 ____________________________________________________________________________
89763 [  6166] By: jhi                                   on 2000/05/30  22:11:51
89764         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
89765              in case somebody wants to write an extension for more
89766              shadow database interfaces.
89767      Branch: cfgperl
89768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89769            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
89770            ! vos/config.def vos/config.h vos/config_h.SH_orig
89771            ! win32/config.bc win32/config.gc win32/config.vc
89772            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89773      Branch: metaconfig
89774            ! U/modified/Myinit.U
89775      Branch: metaconfig/U/perl
89776            + d_getespwnam.U d_getprpwnam.U i_prot.U
89777 ____________________________________________________________________________
89778 [  6165] By: jhi                                   on 2000/05/30  18:35:34
89779         Log: Integrate with Sarathy.
89780      Branch: cfgperl
89781           !> op.c
89782 ____________________________________________________________________________
89783 [  6164] By: jhi                                   on 2000/05/30  18:30:16
89784         Log: detypo
89785      Branch: cfgperl
89786            ! Configure config_h.SH
89787      Branch: metaconfig/U/perl
89788            ! perlxv.U
89789 ____________________________________________________________________________
89790 [  6163] By: gsar                                  on 2000/05/30  03:24:03
89791         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
89792      Branch: perl
89793            ! op.c
89794 ____________________________________________________________________________
89795 [  6162] By: gsar                                  on 2000/05/30  03:09:38
89796         Log: fix memory leak in method call optimization (change#3768);
89797              made C<eval "$x->foo()"> leak
89798      Branch: perl
89799            ! op.c
89800 ____________________________________________________________________________
89801 [  6161] By: jhi                                   on 2000/05/29  17:56:26
89802         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
89803              both from Simon Cozens.
89804      Branch: cfgperl
89805            + pod/perlmodlib.PL pod/perlnewmod.pod
89806            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
89807            ! pod/perlmodlib.pod pod/perltoc.pod
89808 ____________________________________________________________________________
89809 [  6160] By: jhi                                   on 2000/05/29  17:23:55
89810         Log: Changes for the File::Temp 0.08 (change #6159) test suite
89811              to fit better into the Perl distribution test framework.
89812      Branch: cfgperl
89813            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
89814            ! t/lib/ftmp-tempfile.t
89815 ____________________________________________________________________________
89816 [  6159] By: jhi                                   on 2000/05/29  16:55:36
89817         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
89818      Branch: cfgperl
89819            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89820            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89821 ____________________________________________________________________________
89822 [  6158] By: bailey                                on 2000/05/29  16:22:08
89823         Log: Add fallback to tmpfile for use in cases where user's relying on
89824              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
89825              Lane's patch)
89826      Branch: vmsperl
89827            ! vms/vms.c vms/vmsish.h
89828 ____________________________________________________________________________
89829 [  6157] By: jhi                                   on 2000/05/29  03:10:36
89830         Log: Regen Configure to jive with #6149.
89831      Branch: cfgperl
89832            ! Configure
89833      Branch: metaconfig
89834            ! U/modified/Getfile.U
89835 ____________________________________________________________________________
89836 [  6156] By: jhi                                   on 2000/05/29  03:01:38
89837         Log: Integrate with Sarathy.
89838      Branch: cfgperl
89839           +> ext/DynaLoader/dl_mac.xs
89840           !> (integrate 38 files)
89841 ____________________________________________________________________________
89842 [  6155] By: gsar                                  on 2000/05/28  21:15:58
89843         Log: small bug in change#6144; remove random \xA0 character that snuck
89844              in via change#6145
89845      Branch: perl
89846            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
89847 ____________________________________________________________________________
89848 [  6154] By: gsar                                  on 2000/05/28  21:04:19
89849         Log: avoid type mismatch warning
89850      Branch: perl
89851            ! perl.c
89852 ____________________________________________________________________________
89853 [  6153] By: gsar                                  on 2000/05/28  20:58:31
89854         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
89855              <nick@Bagpuss.uk.boo.com>)
89856      Branch: perl
89857            ! lib/Test/Harness.pm
89858 ____________________________________________________________________________
89859 [  6152] By: gsar                                  on 2000/05/28  20:53:42
89860         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
89861      Branch: perl
89862            ! regexec.c
89863 ____________________________________________________________________________
89864 [  6151] By: gsar                                  on 2000/05/28  20:50:28
89865         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
89866      Branch: perl
89867            ! regexec.c
89868 ____________________________________________________________________________
89869 [  6150] By: gsar                                  on 2000/05/28  20:39:58
89870         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
89871      Branch: perl
89872            ! pod/perlrequick.pod
89873 ____________________________________________________________________________
89874 [  6149] By: gsar                                  on 2000/05/28  20:35:16
89875         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
89876              <troc@netrus.net>)
89877      Branch: perl
89878            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
89879            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
89880            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
89881            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
89882 ____________________________________________________________________________
89883 [  6148] By: gsar                                  on 2000/05/28  20:21:07
89884         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
89885      Branch: perl
89886            ! lib/ExtUtils/MM_Unix.pm
89887 ____________________________________________________________________________
89888 [  6147] By: gsar                                  on 2000/05/28  20:12:41
89889         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
89890              (from Peter Prymmer)
89891      Branch: perl
89892            ! vms/subconfigure.com
89893 ____________________________________________________________________________
89894 [  6146] By: gsar                                  on 2000/05/28  20:06:15
89895         Log: doc typo
89896      Branch: perl
89897            ! lib/warnings.pm warnings.h warnings.pl
89898 ____________________________________________________________________________
89899 [  6145] By: gsar                                  on 2000/05/28  18:44:33
89900         Log: make xsubpp skip embedded pod (from Matthias Neeracher
89901              <neeri@iis.ee.ethz.ch>)
89902      Branch: perl
89903            ! lib/ExtUtils/xsubpp
89904 ____________________________________________________________________________
89905 [  6144] By: gsar                                  on 2000/05/28  18:42:49
89906         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
89907              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
89908              <neeri@iis.ee.ethz.ch>)
89909      Branch: perl
89910            ! lib/AutoSplit.pm
89911 ____________________________________________________________________________
89912 [  6143] By: gsar                                  on 2000/05/28  18:41:12
89913         Log: MacOS support, part 1 (from Matthias Neeracher
89914              <neeri@iis.ee.ethz.ch>)
89915      Branch: perl
89916            + ext/DynaLoader/dl_mac.xs
89917            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
89918            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
89919            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
89920            ! util.h
89921 ____________________________________________________________________________
89922 [  6142] By: gsar                                  on 2000/05/28  18:21:51
89923         Log: File::Find fails to chdir when chasing symlinks (from
89924              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89925      Branch: perl
89926            ! lib/File/Find.pm t/lib/filefind.t
89927 ____________________________________________________________________________
89928 [  6141] By: jhi                                   on 2000/05/28  14:25:15
89929         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
89930              forwarded by Peter Seebach from the bsdi-users mailing list.
89931              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
89932      Branch: perl
89933            ! hints/bsdos.sh
89934 ____________________________________________________________________________
89935 [  6140] By: jhi                                   on 2000/05/28  14:11:57
89936         Log: Integrate with Sarathy.
89937      Branch: cfgperl
89938           +> (branch 30 files)
89939           !> (integrate 93 files)
89940 ____________________________________________________________________________
89941 [  6139] By: gsar                                  on 2000/05/28  10:01:48
89942         Log: revise mktables.PL for bugs and newness in Unicode 3.0
89943              (from James Bence <jbence@amgen.com>)
89944      Branch: perl
89945            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
89946            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
89947            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
89948            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
89949            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
89950            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
89951            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
89952            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
89953            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
89954            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
89955            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
89956            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
89957            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
89958            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
89959            + lib/unicode/Is/SylWU.pl
89960            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
89961            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89962            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89963            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89964            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89965            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89966            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89967            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89968            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89969            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89970            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89971            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89972            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89973            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89974            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89975            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
89976            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
89977            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
89978            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
89979            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
89980            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
89981            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
89982            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
89983            ! lib/unicode/Makefile lib/unicode/mktables.PL
89984 ____________________________________________________________________________
89985 [  6138] By: gsar                                  on 2000/05/28  08:50:32
89986         Log: add note about the handling of negative indices to tied arrays
89987              (from Michael G Schwern <schwern@pobox.com>)
89988      Branch: perl
89989            ! pod/perltie.pod
89990 ____________________________________________________________________________
89991 [  6137] By: gsar                                  on 2000/05/28  08:46:10
89992         Log: fix bogus redeclaration warning for "our" variables in different
89993              scopes
89994      Branch: perl
89995            ! op.c t/pragma/strict-vars
89996 ____________________________________________________________________________
89997 [  6136] By: gsar                                  on 2000/05/28  08:31:20
89998         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
89999      Branch: perl
90000            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
90001 ____________________________________________________________________________
90002 [  6135] By: gsar                                  on 2000/05/28  08:17:50
90003         Log: enable Test::Harness to dynamically determine column width etc.
90004              (from Rob Napier <rnapier@employees.org>)
90005      Branch: perl
90006            ! lib/Test/Harness.pm
90007 ____________________________________________________________________________
90008 [  6134] By: gsar                                  on 2000/05/28  08:13:39
90009         Log: make Test::Harness use wait.h/WCOREDUMP if available
90010              (from Ben Tilly <ben_tilly@hotmail.com>)
90011      Branch: perl
90012            ! lib/Test/Harness.pm
90013 ____________________________________________________________________________
90014 [  6133] By: gsar                                  on 2000/05/28  08:08:05
90015         Log: elide bogus test in change#6132
90016      Branch: perl
90017            ! t/pragma/warn/9enabled
90018 ____________________________________________________________________________
90019 [  6132] By: gsar                                  on 2000/05/28  08:03:14
90020         Log: warnings::enabled() doesn't fall back to looking at $^W if
90021              caller isn't using lexical warnings (from Paul Marquess)
90022      Branch: perl
90023            ! pp_ctl.c t/pragma/warn/9enabled
90024 ____________________________________________________________________________
90025 [  6131] By: gsar                                  on 2000/05/28  07:57:47
90026         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
90027      Branch: perl
90028            ! ext/POSIX/POSIX.pm
90029 ____________________________________________________________________________
90030 [  6130] By: gsar                                  on 2000/05/28  07:29:12
90031         Log: fix places that mean C<"word" character> but say C<alphanumeric
90032              character>
90033      Branch: perl
90034            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
90035 ____________________________________________________________________________
90036 [  6129] By: gsar                                  on 2000/05/28  07:18:41
90037         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
90038      Branch: perl
90039            ! vms/test.com
90040 ____________________________________________________________________________
90041 [  6128] By: gsar                                  on 2000/05/28  07:12:55
90042         Log: new perlxstut example for passing/returning refs to arrays
90043              (from David Lowe <dlowe@pootpoot.com>)
90044      Branch: perl
90045            ! pod/perlxstut.pod
90046 ____________________________________________________________________________
90047 [  6127] By: gsar                                  on 2000/05/28  07:02:50
90048         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
90049              failed (from Gisle Aas)
90050      Branch: perl
90051            ! cop.h perl.c
90052 ____________________________________________________________________________
90053 [  6126] By: gsar                                  on 2000/05/28  06:39:53
90054         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
90055              (reworked variant of patch suggested by Simon Cozens)
90056      Branch: perl
90057            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
90058            ! pp_hot.c proto.h t/op/gv.t
90059 ____________________________________________________________________________
90060 [  6125] By: gsar                                  on 2000/05/28  05:14:55
90061         Log: enable propagating exception objects via Perl_croak() in XS code
90062              (from Gisle Aas)
90063      Branch: perl
90064            ! util.c
90065 ____________________________________________________________________________
90066 [  6124] By: gsar                                  on 2000/05/28  05:07:28
90067         Log: integrate vmsperl contents into mainline
90068      Branch: perl
90069           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
90070           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
90071           !> vms/vmsish.h
90072 ____________________________________________________________________________
90073 [  6123] By: gsar                                  on 2000/05/28  05:03:53
90074         Log: clarify gotcha with #line directives (from Rocco Caputo
90075              <troc@netrus.net>)
90076      Branch: perl
90077            ! pod/perldebug.pod pod/perlsyn.pod
90078 ____________________________________________________________________________
90079 [  6122] By: gsar                                  on 2000/05/28  04:58:29
90080         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
90081              (from Mark-Jason Dominus)
90082      Branch: perl
90083            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
90084            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
90085            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
90086            ! toke.c
90087 ____________________________________________________________________________
90088 [  6121] By: bailey                                on 2000/05/25  04:46:54
90089         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
90090              lists (based on fixes by Craig Berry)
90091      Branch: vmsperl
90092            ! lib/File/Spec/VMS.pm
90093 ____________________________________________________________________________
90094 [  6120] By: bailey                                on 2000/05/25  04:25:38
90095         Log: Add missing escape (Charles Lane)
90096      Branch: vmsperl
90097            ! t/op/lex_assign.t
90098 ____________________________________________________________________________
90099 [  6119] By: bailey                                on 2000/05/25  04:21:25
90100         Log: Quiet error messages in vmsish.t (Charles Lane)
90101      Branch: vmsperl
90102            ! vms/ext/vmsish.t
90103 ____________________________________________________________________________
90104 [  6118] By: bailey                                on 2000/05/25  04:17:57
90105         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
90106              Flatten case labels in switch statements uniformly (Charles Bailey)
90107      Branch: vmsperl
90108            ! vms/vms.c
90109 ____________________________________________________________________________
90110 [  6117] By: bailey                                on 2000/05/25  03:58:09
90111         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
90112      Branch: vmsperl
90113            ! vms/vmsish.h
90114 ____________________________________________________________________________
90115 [  6116] By: bailey                                on 2000/05/25  03:11:15
90116         Log: Miscellaneous cosmetic fixes (Charles Lane)
90117      Branch: vmsperl
90118            ! lib/ExtUtils/MM_VMS.pm
90119 ____________________________________________________________________________
90120 [  6115] By: bailey                                on 2000/05/25  03:10:36
90121         Log: Add bounds checking for several strings (Charles Lane)
90122      Branch: vmsperl
90123            ! vms/vms.c
90124 ____________________________________________________________________________
90125 [  6114] By: bailey                                on 2000/05/25  02:25:34
90126         Log: Urk -- undo previous removal of vmsish 'exit' change
90127      Branch: vmsperl
90128            ! vms/ext/vmsish.pm vms/vmsish.h
90129 ____________________________________________________________________________
90130 [  6113] By: bailey                                on 2000/05/24  02:24:40
90131         Log: Ugly workaround for version-specific RTL error
90132      Branch: vmsperl
90133            ! vms/vms.c
90134 ____________________________________________________________________________
90135 [  6112] By: bailey                                on 2000/05/24  02:19:55
90136         Log: Check for existence of file before trying to delete
90137      Branch: vmsperl
90138            ! vms/test.com
90139 ____________________________________________________________________________
90140 [  6111] By: bailey                                on 2000/05/23  23:35:13
90141         Log: Resync with mainline prior to post-5.6.0 updates
90142      Branch: vmsperl
90143           +> (branch 49 files)
90144            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
90145            ! vms/ext/vmsish.pm
90146           !> (integrate 334 files)
90147 ____________________________________________________________________________
90148 [  6110] By: jhi                                   on 2000/05/23  19:28:32
90149         Log: todo tweak
90150      Branch: cfgperl
90151            ! Todo-5.6
90152 ____________________________________________________________________________
90153 [  6109] By: jhi                                   on 2000/05/18  17:38:54
90154         Log: Integrate with Sarathy.
90155      Branch: cfgperl
90156           !> mg.c perl.h win32/perlhost.h
90157 ____________________________________________________________________________
90158 [  6108] By: gsar                                  on 2000/05/17  02:24:56
90159         Log: reenable fake signal handling on Windows, bugs and all
90160      Branch: perl
90161            ! mg.c perl.h win32/perlhost.h
90162 ____________________________________________________________________________
90163 [  6107] By: jhi                                   on 2000/05/15  18:01:41
90164         Log: Tweak the todo list.
90165      Branch: cfgperl
90166            ! Todo-5.6
90167 ____________________________________________________________________________
90168 [  6106] By: jhi                                   on 2000/05/15  13:41:48
90169         Log: The (Configure) script refuses to go on, after asking for
90170              'You may also choose to try maximal 64-bitness....'.
90171              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
90172              -- Patrick Zima
90173              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90174      Branch: cfgperl
90175            ! hints/solaris_2.sh
90176 ____________________________________________________________________________
90177 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90178         Log: Integrate with Sarathy.
90179      Branch: cfgperl
90180           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90181           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90182 ____________________________________________________________________________
90183 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90184         Log: PL_sys_intern was being initialized too late on windows
90185      Branch: perl
90186            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90187            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90188 ____________________________________________________________________________
90189 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90190         Log: Test tweaking for Unicos continues.
90191      Branch: cfgperl
90192            ! t/op/64bitint.t
90193 ____________________________________________________________________________
90194 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90195         Log: The test suite tweak in #6101 wasn't quite right.
90196      Branch: cfgperl
90197            ! t/lib/complex.t
90198 ____________________________________________________________________________
90199 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90200         Log: Hints and test tweaks for Unicos.
90201      Branch: cfgperl
90202            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90203 ____________________________________________________________________________
90204 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90205         Log: More compilation tweakery from Allen Smith.
90206      Branch: cfgperl
90207            ! hints/irix_6.sh
90208 ____________________________________________________________________________
90209 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90210         Log: Tweaks for the cc bugs from Allen Smith.
90211      Branch: cfgperl
90212            ! hints/irix_6.sh
90213 ____________________________________________________________________________
90214 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90215         Log: Add a note about other, yet unsupported, shadow password APIs.
90216      Branch: cfgperl
90217            ! pp_sys.c
90218 ____________________________________________________________________________
90219 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90220         Log: Add a note about possible compilation problems from Allen Smith.
90221      Branch: cfgperl
90222            ! hints/irix_6.sh
90223 ____________________________________________________________________________
90224 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90225         Log: Integrate with Sarathy.
90226      Branch: cfgperl
90227           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90228           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90229 ____________________________________________________________________________
90230 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90231         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90232              might be useful in future.
90233      Branch: cfgperl
90234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90235            ! config_h.SH
90236      Branch: metaconfig
90237            ! U/installdirs/inc_version_list.U
90238      Branch: metaconfig/U/perl
90239            ! perlxv.U
90240 ____________________________________________________________________________
90241 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90242         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90243      Branch: perl
90244            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90245            ! hints/cygwin.sh pp_sys.c
90246 ____________________________________________________________________________
90247 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90248         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90249              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90250      Branch: perl
90251            ! pp_sys.c sv.c win32/perlhost.h
90252 ____________________________________________________________________________
90253 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90254         Log: Regen perltoc with the fixed buildtoc.
90255      Branch: cfgperl
90256            ! pod/perltoc.pod
90257 ____________________________________________________________________________
90258 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90259         Log: Integrate with Sarathy.
90260      Branch: cfgperl
90261           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90262           !> t/op/substr.t toke.c
90263 ____________________________________________________________________________
90264 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90265         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90266              [NI]OK; added tests for both
90267      Branch: perl
90268            ! perl.c pp_hot.c sv.c t/op/substr.t
90269 ____________________________________________________________________________
90270 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90271         Log: buildtoc tweak to fix newline lossage
90272      Branch: perl
90273            ! pod/buildtoc
90274 ____________________________________________________________________________
90275 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90276         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90277              because we do not use those.  The HAS_GETSPNAM remains,
90278              though, because we still do use that.
90279      Branch: cfgperl
90280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90281            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90282            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90283            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90284            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90285            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
90286 ____________________________________________________________________________
90287 [  6087] By: gsar                                  on 2000/05/07  16:05:16
90288         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
90289      Branch: perl
90290            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
90291 ____________________________________________________________________________
90292 [  6086] By: jhi                                   on 2000/05/07  15:27:07
90293         Log: Integrate with Sarathy.
90294      Branch: cfgperl
90295           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90296           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90297           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
90298           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
90299           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
90300           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
90301 ____________________________________________________________________________
90302 [  6085] By: gsar                                  on 2000/05/07  05:52:02
90303         Log: repeat operator (x) doesn't preserve utf8-ness
90304      Branch: perl
90305            ! pp.c t/op/substr.t
90306 ____________________________________________________________________________
90307 [  6084] By: gsar                                  on 2000/05/07  05:39:55
90308         Log: substr() does not preserve utf8-ness (from Stefan Eissing
90309              <Eissing@medicaldataservice.de>); added tests
90310      Branch: perl
90311            ! pp.c t/op/substr.t
90312 ____________________________________________________________________________
90313 [  6083] By: gsar                                  on 2000/05/07  05:24:46
90314         Log: note about undocumented caller() return value (from M.J.T. Guy);
90315              yet another peek.t tweak
90316      Branch: perl
90317            ! pod/perlfunc.pod t/lib/peek.t
90318 ____________________________________________________________________________
90319 [  6082] By: gsar                                  on 2000/05/07  05:08:40
90320         Log: peek.t non-portable to ithreads
90321      Branch: perl
90322            ! t/lib/peek.t
90323 ____________________________________________________________________________
90324 [  6081] By: gsar                                  on 2000/05/07  04:17:04
90325         Log: better default perlbug categories for ok reports (from Richard Foley)
90326      Branch: perl
90327            ! utils/perlbug.PL
90328 ____________________________________________________________________________
90329 [  6080] By: gsar                                  on 2000/05/07  04:08:07
90330         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
90331              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90332      Branch: perl
90333            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90334            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90335            ! AUTHORS MAINTAIN MANIFEST
90336 ____________________________________________________________________________
90337 [  6079] By: gsar                                  on 2000/05/07  04:01:38
90338         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
90339      Branch: perl
90340            ! lib/Carp/Heavy.pm
90341 ____________________________________________________________________________
90342 [  6078] By: gsar                                  on 2000/05/07  01:24:19
90343         Log: workaround for CRT bug in chdir() (from Charles Lane, via
90344              Peter Prymmer)
90345      Branch: perl
90346            ! iperlsys.h vms/vms.c vms/vmsish.h
90347 ____________________________________________________________________________
90348 [  6077] By: gsar                                  on 2000/05/07  01:22:23
90349         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
90350              and Tom Phoenix)
90351      Branch: perl
90352            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
90353 ____________________________________________________________________________
90354 [  6076] By: gsar                                  on 2000/05/06  17:36:29
90355         Log: integrate cfgperl contents into mainline
90356      Branch: perl
90357           +> t/lib/peek.t
90358           !> Configure MANIFEST Porting/Glossary Porting/config.sh
90359           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
90360           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
90361           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
90362 ____________________________________________________________________________
90363 [  6075] By: jhi                                   on 2000/05/05  18:56:10
90364         Log: Make the test more portable.
90365      Branch: cfgperl
90366            ! t/lib/peek.t
90367 ____________________________________________________________________________
90368 [  6074] By: jhi                                   on 2000/05/05  18:49:20
90369         Log: Introduce t/lib/peek.t.
90370      Branch: cfgperl
90371            + t/lib/peek.t
90372            ! MANIFEST
90373 ____________________________________________________________________________
90374 [  6073] By: jhi                                   on 2000/05/05  14:30:45
90375         Log: Complex tweaks.
90376      Branch: cfgperl
90377            ! lib/Math/Complex.pm t/lib/complex.t
90378 ____________________________________________________________________________
90379 [  6072] By: jhi                                   on 2000/05/05  12:27:13
90380         Log: Integrate with Sarathy.
90381      Branch: cfgperl
90382           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90383           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90384           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
90385           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
90386 ____________________________________________________________________________
90387 [  6071] By: gsar                                  on 2000/05/05  02:24:46
90388         Log: misformatted perllocal.pod (from Tim Jenness
90389              <t.jenness@jach.hawaii.edu>)
90390      Branch: perl
90391            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90392 ____________________________________________________________________________
90393 [  6070] By: gsar                                  on 2000/05/05  02:16:52
90394         Log: remove misleading comment (from M.J.T. Guy)
90395      Branch: perl
90396            ! t/lib/anydbm.t
90397 ____________________________________________________________________________
90398 [  6069] By: gsar                                  on 2000/05/05  02:15:13
90399         Log: File::Spec compatibility update (from Barrie Slaymaker
90400              <barries@slaysys.com>)
90401      Branch: perl
90402            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90403            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90404 ____________________________________________________________________________
90405 [  6068] By: gsar                                  on 2000/05/05  02:01:50
90406         Log: note about values()
90407      Branch: perl
90408            ! pod/perlfunc.pod
90409 ____________________________________________________________________________
90410 [  6067] By: gsar                                  on 2000/05/05  01:33:09
90411         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
90412      Branch: perl
90413            ! win32/win32.c
90414 ____________________________________________________________________________
90415 [  6066] By: gsar                                  on 2000/05/05  01:23:43
90416         Log: s/END/CHECK/
90417      Branch: perl
90418            ! perl.c
90419 ____________________________________________________________________________
90420 [  6065] By: jhi                                   on 2000/05/04  17:30:22
90421         Log: Integrate with Sarathy.
90422      Branch: cfgperl
90423           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
90424 ____________________________________________________________________________
90425 [  6064] By: gsar                                  on 2000/05/04  17:26:14
90426         Log: change#5905 wasn't quite right--it's intent only applies when arguments
90427              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
90428      Branch: perl
90429            ! pp_sys.c sv.c
90430 ____________________________________________________________________________
90431 [  6063] By: gsar                                  on 2000/05/04  16:52:29
90432         Log: tokeq() could read unallocated field in argument
90433      Branch: perl
90434            ! toke.c
90435 ____________________________________________________________________________
90436 [  6062] By: gsar                                  on 2000/05/04  16:34:51
90437         Log: additional tests for utf8.t
90438      Branch: perl
90439            ! t/pragma/utf8.t
90440 ____________________________________________________________________________
90441 [  6061] By: gsar                                  on 2000/05/04  16:09:28
90442         Log: change#5921 neglected to make eq honor "use bytes"
90443      Branch: perl
90444            ! sv.c
90445 ____________________________________________________________________________
90446 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90447         Log: Integrate with Sarathy.
90448      Branch: cfgperl
90449           !> perl.c regcomp.c t/pragma/utf8.t
90450 ____________________________________________________________________________
90451 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90452         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90453              in natively 64-bit platforms where a long is a quad (no need
90454              for long longs).  Also added bias for IVs.
90455      Branch: cfgperl
90456            ! toke.c
90457 ____________________________________________________________________________
90458 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90459         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90460              (spotted by Donald Kinzer <dkinzer@premia.com>)
90461      Branch: perl
90462            ! perl.c
90463 ____________________________________________________________________________
90464 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90465         Log: fix broken parsing of /\x{ab}/
90466      Branch: perl
90467            ! regcomp.c t/pragma/utf8.t
90468 ____________________________________________________________________________
90469 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90470         Log: The search of infinity continues, this time simplified.
90471      Branch: cfgperl
90472            ! lib/Math/Complex.pm
90473 ____________________________________________________________________________
90474 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90475         Log: Detypo.
90476      Branch: cfgperl
90477            ! hints/unicos.sh
90478 ____________________________________________________________________________
90479 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90480         Log: Be more forgiving in POSIX about HUGE_VALL.
90481      Branch: cfgperl
90482            ! ext/POSIX/POSIX.xs
90483 ____________________________________________________________________________
90484 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90485         Log: Integrate with Sarathy.
90486      Branch: cfgperl
90487           !> hints/irix_6.sh pod/perlop.pod
90488 ____________________________________________________________________________
90489 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90490         Log: Unicos hint tweak.
90491      Branch: cfgperl
90492            ! hints/unicos.sh
90493 ____________________________________________________________________________
90494 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90495         Log: Complex tweakery.
90496      Branch: cfgperl
90497            ! lib/Math/Complex.pm t/lib/complex.t
90498 ____________________________________________________________________________
90499 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90500         Log: Use setxxent()/endxxent().
90501      Branch: cfgperl
90502            ! t/op/grent.t t/op/pwent.t
90503 ____________________________________________________________________________
90504 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90505         Log: Test both the scalar and list contexts.
90506      Branch: cfgperl
90507            ! t/op/grent.t t/op/pwent.t
90508 ____________________________________________________________________________
90509 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90510         Log: add note about how $( doesn't interpolate in REs (from
90511              Philip Newton <newton@ficus.frogspace.net>)
90512      Branch: perl
90513            ! pod/perlop.pod
90514 ____________________________________________________________________________
90515 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90516         Log: Call getspnam() only iff needed.
90517      Branch: cfgperl
90518            ! pp_sys.c
90519 ____________________________________________________________________________
90520 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90521         Log: libscheck has insufficient checks for n32 libs (from
90522              Albert Chin-A-Young <china@thewrittenword.com>)
90523      Branch: perl
90524            ! hints/irix_6.sh
90525 ____________________________________________________________________________
90526 [  6045] By: jhi                                   on 2000/05/02  13:57:17
90527         Log: Integrate with Sarathy.
90528      Branch: cfgperl
90529           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
90530           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
90531 ____________________________________________________________________________
90532 [  6044] By: gsar                                  on 2000/05/02  06:48:19
90533         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
90534              such that underscores are only ignored in literal numbers,
90535              "\x{...}", and hex/oct argument
90536      Branch: perl
90537            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
90538 ____________________________________________________________________________
90539 [  6043] By: gsar                                  on 2000/05/02  02:22:29
90540         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
90541      Branch: perl
90542            ! pod/perlretut.pod
90543 ____________________________________________________________________________
90544 [  6042] By: gsar                                  on 2000/05/02  02:17:51
90545         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
90546      Branch: perl
90547            ! pod/perltrap.pod
90548 ____________________________________________________________________________
90549 [  6041] By: gsar                                  on 2000/05/02  01:53:51
90550         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
90551              to compensate
90552      Branch: perl
90553            ! Porting/makerel
90554 ____________________________________________________________________________
90555 [  6040] By: gsar                                  on 2000/05/02  01:51:57
90556         Log: missing files in MANIFEST
90557      Branch: perl
90558            ! MANIFEST
90559 ____________________________________________________________________________
90560 [  6039] By: jhi                                   on 2000/05/02  00:36:46
90561         Log: Infinite problems.
90562      Branch: cfgperl
90563            ! lib/Math/Complex.pm
90564 ____________________________________________________________________________
90565 [  6038] By: jhi                                   on 2000/05/02  00:06:38
90566         Log: pwent/spent #ifdef imbalance.
90567      Branch: cfgperl
90568            ! pp_sys.c
90569 ____________________________________________________________________________
90570 [  6037] By: jhi                                   on 2000/05/01  22:50:11
90571         Log: Use HUGE_VALL if applicable.
90572      Branch: cfgperl
90573            ! ext/POSIX/POSIX.xs util.c
90574 ____________________________________________________________________________
90575 [  6036] By: jhi                                   on 2000/05/01  22:20:53
90576         Log: Correct Freudian slip.
90577      Branch: cfgperl
90578            ! pp_sys.c
90579 ____________________________________________________________________________
90580 [  6035] By: jhi                                   on 2000/05/01  21:07:38
90581         Log: Continue on the pwent/spent case.
90582      Branch: cfgperl
90583            ! pp_sys.c
90584 ____________________________________________________________________________
90585 [  6034] By: jhi                                   on 2000/05/01  17:45:14
90586         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
90587              adjustments in 6032 conflicted badly with this, will have
90588              to revisit them later.
90589      Branch: cfgperl
90590           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
90591           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90592           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
90593           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
90594           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
90595           !> t/lib/cgi-html.t t/lib/cgi-request.t
90596 ____________________________________________________________________________
90597 [  6033] By: jhi                                   on 2000/05/01  17:40:49
90598         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
90599      Branch: cfgperl
90600            ! pp_sys.c
90601 ____________________________________________________________________________
90602 [  6032] By: gsar                                  on 2000/05/01  15:56:32
90603         Log: whitespace adjustments
90604      Branch: perl
90605            ! pp_sys.c
90606 ____________________________________________________________________________
90607 [  6031] By: gsar                                  on 2000/05/01  15:19:41
90608         Log: small nits in diagnostics.pm (from Robin Barker)
90609      Branch: perl
90610            ! lib/diagnostics.pm pod/perldiag.pod
90611 ____________________________________________________________________________
90612 [  6030] By: gsar                                  on 2000/05/01  08:39:18
90613         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
90614              for @- and @+ (from Johan Vromans)
90615      Branch: perl
90616            ! lib/English.pm pod/perlvar.pod
90617 ____________________________________________________________________________
90618 [  6029] By: gsar                                  on 2000/05/01  08:16:10
90619         Log: add CGI.pm v2.66 (from Lincoln Stein)
90620      Branch: perl
90621            + lib/CGI/Util.pm t/lib/cgi-pretty.t
90622            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90623            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
90624            ! t/lib/cgi-html.t t/lib/cgi-request.t
90625 ____________________________________________________________________________
90626 [  6028] By: gsar                                  on 2000/05/01  06:34:41
90627         Log: Pod::Man generates groff-incompatible macro definition (from
90628              Tom Christiansen)
90629      Branch: perl
90630            ! lib/Pod/Man.pm
90631 ____________________________________________________________________________
90632 [  6027] By: gsar                                  on 2000/05/01  06:31:36
90633         Log: podlators-1.02 update (from Russ Allbery)
90634      Branch: perl
90635            ! lib/Pod/Man.pm lib/Pod/Text.pm
90636 ____________________________________________________________________________
90637 [  6026] By: jhi                                   on 2000/04/30  23:24:23
90638         Log: Integrate with Sarathy.
90639      Branch: cfgperl
90640           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90641           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
90642           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90643           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90644           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
90645           !> t/lib/syslog.t toke.c win32/win32.h
90646 ____________________________________________________________________________
90647 [  6025] By: gsar                                  on 2000/04/30  18:17:47
90648         Log: Is{Alnum,Alpha,Word} don't match titlecase
90649              
90650              TODO: IsSpace is defined recursively!
90651              
90652              (both spotted by Larry)
90653      Branch: perl
90654            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90655            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90656 ____________________________________________________________________________
90657 [  6024] By: gsar                                  on 2000/04/30  17:50:19
90658         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
90659              (from Hugo van der Sanden)
90660      Branch: perl
90661            ! toke.c
90662 ____________________________________________________________________________
90663 [  6023] By: gsar                                  on 2000/04/30  17:14:43
90664         Log: debugger stomps on $. (from M.J.T. Guy)
90665      Branch: perl
90666            ! lib/perl5db.pl
90667 ____________________________________________________________________________
90668 [  6022] By: gsar                                  on 2000/04/30  16:59:22
90669         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
90670      Branch: perl
90671            ! sv.c
90672 ____________________________________________________________________________
90673 [  6021] By: gsar                                  on 2000/04/29  21:00:08
90674         Log: remove Win2K issue in pod (fixed by change#6020)
90675      Branch: perl
90676            ! README.win32 pod/perl56delta.pod
90677 ____________________________________________________________________________
90678 [  6020] By: gsar                                  on 2000/04/29  20:51:49
90679         Log: test tweak
90680      Branch: perl
90681            ! t/lib/open3.t
90682 ____________________________________________________________________________
90683 [  6019] By: gsar                                  on 2000/04/29  20:34:27
90684         Log: windows portability tweaks
90685      Branch: perl
90686            ! t/lib/b.t win32/win32.h
90687 ____________________________________________________________________________
90688 [  6018] By: gsar                                  on 2000/04/29  19:55:24
90689         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
90690              make _PATH_LOG() return "" if unavailable
90691      Branch: perl
90692            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90693            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
90694 ____________________________________________________________________________
90695 [  6017] By: jhi                                   on 2000/04/28  22:49:46
90696         Log: Integrate with Sarathy.
90697      Branch: cfgperl
90698           !> op.c perl.c pod/perldiag.pod t/lib/b.t
90699 ____________________________________________________________________________
90700 [  6016] By: jhi                                   on 2000/04/28  22:46:14
90701         Log: Do not warn that an infinity does not look like a number.
90702      Branch: cfgperl
90703            ! sv.c
90704 ____________________________________________________________________________
90705 [  6015] By: gsar                                  on 2000/04/28  22:35:49
90706         Log: tweak test for portability
90707      Branch: perl
90708            ! t/lib/b.t
90709 ____________________________________________________________________________
90710 [  6014] By: gsar                                  on 2000/04/28  22:05:31
90711         Log: glob() loading File::Glob behind the scenes may cause syntax errors
90712      Branch: perl
90713            ! op.c
90714 ____________________________________________________________________________
90715 [  6013] By: gsar                                  on 2000/04/28  21:25:22
90716         Log: tweak change#5945 to display correct switch name in diagnostic
90717      Branch: perl
90718            ! perl.c pod/perldiag.pod
90719 ____________________________________________________________________________
90720 [  6012] By: jhi                                   on 2000/04/28  21:08:12
90721         Log: Integrate with Sarathy.
90722      Branch: cfgperl
90723           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
90724           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
90725           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
90726 ____________________________________________________________________________
90727 [  6011] By: jhi                                   on 2000/04/28  21:04:46
90728         Log: &HUGE_VAL is not defined, it exists.
90729      Branch: cfgperl
90730            ! lib/Math/Complex.pm
90731 ____________________________________________________________________________
90732 [  6010] By: gsar                                  on 2000/04/28  21:02:58
90733         Log: clarify note about shadow password support (from
90734              gellyfish@gellyfish.com)
90735      Branch: perl
90736            ! pod/perlfunc.pod
90737 ____________________________________________________________________________
90738 [  6009] By: gsar                                  on 2000/04/28  21:00:00
90739         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
90740      Branch: perl
90741            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
90742 ____________________________________________________________________________
90743 [  6008] By: gsar                                  on 2000/04/28  20:56:33
90744         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
90745      Branch: perl
90746            ! installperl vms/subconfigure.com
90747 ____________________________________________________________________________
90748 [  6007] By: gsar                                  on 2000/04/28  20:51:21
90749         Log: note about compile failures and END blocks (from M.J.T. Guy)
90750      Branch: perl
90751            ! pod/perl56delta.pod pod/perlmod.pod
90752 ____________________________________________________________________________
90753 [  6006] By: jhi                                   on 2000/04/28  20:42:14
90754         Log: Regen Configure.
90755      Branch: cfgperl
90756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90757            ! config_h.SH
90758 ____________________________________________________________________________
90759 [  6005] By: gsar                                  on 2000/04/28  20:41:16
90760         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
90761      Branch: perl
90762            ! utils/perldoc.PL
90763 ____________________________________________________________________________
90764 [  6004] By: jhi                                   on 2000/04/28  20:28:21
90765         Log: Integrate with Sarathy.
90766      Branch: cfgperl
90767           !> Configure INSTALL Porting/Glossary Porting/config.sh
90768           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
90769           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
90770           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
90771           !> win32/config.vc win32/win32.c
90772 ____________________________________________________________________________
90773 [  6003] By: gsar                                  on 2000/04/28  20:11:20
90774         Log: allow REG_EXPAND_SZ keys in Windows registry (from
90775              John Clayton <John.Clayton@barclayscapital.com>)
90776      Branch: perl
90777            ! win32/win32.c
90778 ____________________________________________________________________________
90779 [  6002] By: gsar                                  on 2000/04/28  19:34:16
90780         Log: destructive sv_setsv() can lose UV-ness from source, causing
90781              numeric promotions/comparisons to fail to do the right thing
90782      Branch: perl
90783            ! sv.c
90784 ____________________________________________________________________________
90785 [  6001] By: gsar                                  on 2000/04/28  18:44:15
90786         Log: support additional library locations via $Config{otherlibdirs}
90787              (from Andy Dougherty)
90788      Branch: perl
90789            ! Configure INSTALL Porting/Glossary Porting/config.sh
90790            ! Porting/config_H config_h.SH epoc/config.sh perl.c
90791            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
90792            ! win32/config.bc win32/config.gc win32/config.vc
90793 ____________________________________________________________________________
90794 [  6000] By: gsar                                  on 2000/04/28  18:26:58
90795         Log: reworked otherlibdirs.U (from Andy Dougherty)
90796      Branch: metaconfig
90797            ! U/installdirs/otherlibdirs.U
90798 ____________________________________________________________________________
90799 [  5999] By: gsar                                  on 2000/04/28  18:17:07
90800         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
90801      Branch: perl
90802            ! t/pragma/warn/toke toke.c
90803 ____________________________________________________________________________
90804 [  5998] By: jhi                                   on 2000/04/28  13:32:17
90805         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
90806      Branch: cfgperl
90807            ! lib/Math/Complex.pm
90808 ____________________________________________________________________________
90809 [  5997] By: jhi                                   on 2000/04/28  13:14:04
90810         Log: Preserve $!.
90811      Branch: cfgperl
90812            ! lib/Math/Complex.pm
90813 ____________________________________________________________________________
90814 [  5996] By: jhi                                   on 2000/04/28  12:59:23
90815         Log: Integrate with Sarathy.
90816      Branch: cfgperl
90817           +> pod/perlrequick.pod pod/perlretut.pod
90818           !> (integrate 51 files)
90819 ____________________________________________________________________________
90820 [  5995] By: gsar                                  on 2000/04/28  09:37:36
90821         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
90822      Branch: perl
90823            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
90824 ____________________________________________________________________________
90825 [  5994] By: gsar                                  on 2000/04/28  09:33:26
90826         Log: fix for missed accounting for null byte in pack("Z",...) (from
90827              M.J.T. Guy)
90828      Branch: perl
90829            ! pp.c t/op/pack.t
90830 ____________________________________________________________________________
90831 [  5993] By: gsar                                  on 2000/04/28  09:30:05
90832         Log: various minor tweaks seen on p5p
90833      Branch: perl
90834            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
90835 ____________________________________________________________________________
90836 [  5992] By: gsar                                  on 2000/04/28  09:08:19
90837         Log: pod nit (from Simon Cozens)
90838      Branch: perl
90839            ! pod/perlop.pod
90840 ____________________________________________________________________________
90841 [  5991] By: gsar                                  on 2000/04/28  09:06:36
90842         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
90843      Branch: perl
90844            ! README.posix-bc hints/posix-bc.sh
90845 ____________________________________________________________________________
90846 [  5990] By: gsar                                  on 2000/04/28  08:54:52
90847         Log: use $ENV{LIB} to search for libs under Visual C compiler
90848              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
90849      Branch: perl
90850            ! lib/ExtUtils/Liblist.pm
90851 ____________________________________________________________________________
90852 [  5989] By: gsar                                  on 2000/04/28  08:27:12
90853         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
90854              itself and no other (from Tom Hughes)
90855      Branch: perl
90856            ! t/op/array.t toke.c
90857 ____________________________________________________________________________
90858 [  5988] By: gsar                                  on 2000/04/28  08:01:38
90859         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
90860              <paul@miraclefish.com>)
90861      Branch: perl
90862            ! lib/ExtUtils/MakeMaker.pm
90863 ____________________________________________________________________________
90864 [  5987] By: gsar                                  on 2000/04/28  07:53:09
90865         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
90866      Branch: perl
90867            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
90868 ____________________________________________________________________________
90869 [  5986] By: gsar                                  on 2000/04/28  07:44:17
90870         Log: add regular expressions tutorial and quick-start guide (from
90871              Mark Kvale <kvale@phy.ucsf.edu>)
90872      Branch: perl
90873            + pod/perlrequick.pod pod/perlretut.pod
90874            ! AUTHORS MAINTAIN MANIFEST
90875 ____________________________________________________________________________
90876 [  5985] By: gsar                                  on 2000/04/28  07:30:28
90877         Log: forked child may not exit correctly if it failed to open
90878              /dev/console (from Graham Barr)
90879      Branch: perl
90880            ! ext/Sys/Syslog/Syslog.pm
90881 ____________________________________________________________________________
90882 [  5984] By: gsar                                  on 2000/04/28  07:27:20
90883         Log: attributes::reftype() doesn't work on tied argument
90884      Branch: perl
90885            ! xsutils.c
90886 ____________________________________________________________________________
90887 [  5983] By: gsar                                  on 2000/04/28  07:15:04
90888         Log: numeric conversion of non-number in change#3378 tramples on
90889              OOK offset, causing segfaults
90890      Branch: perl
90891            ! sv.c
90892 ____________________________________________________________________________
90893 [  5982] By: gsar                                  on 2000/04/28  04:48:25
90894         Log: avoid error in IO::Socket::INET when given an unknown service name
90895              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
90896      Branch: perl
90897            ! ext/IO/lib/IO/Socket/INET.pm
90898 ____________________________________________________________________________
90899 [  5981] By: gsar                                  on 2000/04/28  04:31:31
90900         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
90901              prototype mismatch with CORE::glob(); update pod and tests to
90902              suit (File::Glob::glob() is still available for backward
90903              compatibility, but should be considered deprecated)
90904      Branch: perl
90905            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
90906            ! t/lib/glob-taint.t
90907 ____________________________________________________________________________
90908 [  5980] By: gsar                                  on 2000/04/28  03:47:29
90909         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
90910              <ghudson@mit.edu>)
90911      Branch: metaconfig
90912            ! U/modified/Options.U
90913      Branch: perl
90914            ! Configure
90915 ____________________________________________________________________________
90916 [  5979] By: gsar                                  on 2000/04/28  03:07:54
90917         Log: under useithreads, constant pad entries could inadvertently be
90918              shared across threads (from Eric Blood <eblood@xmission.com>);
90919              added Eric's test case to testsuite
90920      Branch: perl
90921            ! op.c t/op/misc.t
90922 ____________________________________________________________________________
90923 [  5978] By: gsar                                  on 2000/04/27  21:13:00
90924         Log: sync version numbers in File::Spec with the ones on CPAN
90925              (from Barrie Slaymaker)
90926      Branch: perl
90927            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
90928            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
90929            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90930 ____________________________________________________________________________
90931 [  5977] By: gsar                                  on 2000/04/27  21:07:29
90932         Log: autoquote barewords followed by newline and arrow properly
90933              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
90934      Branch: perl
90935            ! t/pragma/warn/toke toke.c
90936 ____________________________________________________________________________
90937 [  5976] By: gsar                                  on 2000/04/27  20:41:20
90938         Log: DB_File v1.73 update (from Paul Marquess)
90939      Branch: perl
90940            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
90941            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
90942 ____________________________________________________________________________
90943 [  5975] By: gsar                                  on 2000/04/27  20:34:24
90944         Log: allow sort() reentrancy (variant of patch suggested by
90945              Hugo van der Sanden)
90946      Branch: perl
90947            ! pp_ctl.c t/op/sort.t
90948 ____________________________________________________________________________
90949 [  5974] By: gsar                                  on 2000/04/27  19:46:57
90950         Log: change#4197 somehow missed initializing PL_errors, meaning
90951              sytax error queueing wasn't working outside eval"" at all;
90952              also fixed eval"" to localize PL_error_count, so that compile-time
90953              eval's don't clobber the error state of the outer context
90954      Branch: perl
90955            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
90956            ! t/pragma/warn/toke
90957 ____________________________________________________________________________
90958 [  5973] By: gsar                                  on 2000/04/27  18:29:05
90959         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
90960      Branch: perl
90961            ! regcomp.c regexec.c t/op/re_tests
90962 ____________________________________________________________________________
90963 [  5972] By: jhi                                   on 2000/04/27  18:22:41
90964         Log: Integrate with Sarathy.
90965      Branch: cfgperl
90966           +> t/lib/b.t t/lib/syslog.t
90967           !> (integrate 31 files)
90968 ____________________________________________________________________________
90969 [  5971] By: jhi                                   on 2000/04/27  18:18:46
90970         Log: Unicos tweaks from Mark P. Lutz.
90971      Branch: cfgperl
90972            ! hints/unicos.sh lib/Math/Complex.pm
90973 ____________________________________________________________________________
90974 [  5970] By: gsar                                  on 2000/04/27  18:05:11
90975         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
90976              IV is >32bits
90977      Branch: perl
90978            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
90979 ____________________________________________________________________________
90980 [  5969] By: gsar                                  on 2000/04/27  17:50:56
90981         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
90982      Branch: perl
90983            + t/lib/syslog.t
90984            ! MANIFEST ext/Sys/Syslog/Syslog.pm
90985 ____________________________________________________________________________
90986 [  5968] By: gsar                                  on 2000/04/27  17:44:49
90987         Log: tolerate spaces in group names in test on solaris (from David Boyce
90988              <dsb@boyski.com>)
90989      Branch: perl
90990            ! t/op/groups.t
90991 ____________________________________________________________________________
90992 [  5967] By: gsar                                  on 2000/04/27  17:41:22
90993         Log: improved docs on the warn_uninit diagnostic (from David Glasser
90994              and Simon Cozens)
90995      Branch: perl
90996            ! pod/perldiag.pod
90997 ____________________________________________________________________________
90998 [  5966] By: gsar                                  on 2000/04/27  16:54:58
90999         Log: add testsuite for B backends, fix bug in B::Deparse (from
91000              Simon Cozens <simon@brecon.co.uk>)
91001      Branch: perl
91002            + t/lib/b.t
91003            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
91004 ____________________________________________________________________________
91005 [  5965] By: gsar                                  on 2000/04/27  16:10:37
91006         Log: avoid "will not stay shared" warnings for our variables (from
91007              Robin Barker)
91008      Branch: perl
91009            ! op.c t/pragma/warn/op
91010 ____________________________________________________________________________
91011 [  5964] By: gsar                                  on 2000/04/27  07:05:05
91012         Log: reformat to 72 columns (again)
91013      Branch: perl
91014            ! pod/perldiag.pod
91015 ____________________________________________________________________________
91016 [  5963] By: gsar                                  on 2000/04/27  06:28:31
91017         Log: patch from Larry to make (\&) prototype work; added tests for
91018              the same
91019      Branch: perl
91020            ! op.c t/comp/proto.t
91021 ____________________________________________________________________________
91022 [  5962] By: gsar                                  on 2000/04/27  06:15:47
91023         Log: updated README.hpux (from Jeff Okamoto)
91024      Branch: perl
91025            ! README.hpux
91026 ____________________________________________________________________________
91027 [  5961] By: gsar                                  on 2000/04/27  05:55:03
91028         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
91029      Branch: perl
91030            ! emacs/cperl-mode.el
91031 ____________________________________________________________________________
91032 [  5960] By: gsar                                  on 2000/04/27  05:49:26
91033         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
91034      Branch: perl
91035            ! INSTALL
91036 ____________________________________________________________________________
91037 [  5959] By: gsar                                  on 2000/04/27  05:33:41
91038         Log: doubled words in pods (from Simon Cozens
91039              <simon.p.cozens@jp.pwcglobal.com>)
91040      Branch: perl
91041            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
91042            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
91043            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
91044            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
91045            ! pod/perltootc.pod
91046 ____________________________________________________________________________
91047 [  5958] By: gsar                                  on 2000/04/27  05:11:39
91048         Log: change#3569 deleted some essential code, revert; avoid use of
91049              atexit() to make DynaLoader work properly on AIX under mod_perl
91050              (from Jens-Uwe Mager <jum@helios.de>)
91051      Branch: perl
91052            ! ext/DynaLoader/dl_aix.xs
91053 ____________________________________________________________________________
91054 [  5957] By: gsar                                  on 2000/04/27  04:54:51
91055         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
91056      Branch: perl
91057            ! pod/perlmod.pod
91058 ____________________________________________________________________________
91059 [  5956] By: gsar                                  on 2000/04/27  04:51:47
91060         Log: better diagnostics on failed tests (from Ilya Zakharevich)
91061      Branch: perl
91062            ! t/op/lex_assign.t
91063 ____________________________________________________________________________
91064 [  5955] By: gsar                                  on 2000/04/27  04:26:44
91065         Log: longstanding bug exposed by change#3307: sort arguments weren't
91066              compiled with the right wantarray context (ensuing runtime lookup
91067              via block_gimme() was getting the incidental context of the
91068              sort() itself)
91069      Branch: perl
91070            ! op.c t/op/sort.t
91071 ____________________________________________________________________________
91072 [  5954] By: gsar                                  on 2000/04/26  23:42:12
91073         Log: integrate cfgperl contents into mainline
91074      Branch: perl
91075           !> (integrate 30 files)
91076 ____________________________________________________________________________
91077 [  5953] By: jhi                                   on 2000/04/26  23:06:42
91078         Log: Integrate with Sarathy.
91079      Branch: cfgperl
91080           !> README.win32 ext/B/B/Deparse.pm
91081           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91082           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
91083           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
91084           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
91085           !> utils/perldoc.PL vms/perlvms.pod
91086 ____________________________________________________________________________
91087 [  5952] By: jhi                                   on 2000/04/26  23:03:46
91088         Log: Undo "use integer" addition from 64bitint as it seems
91089              to break most of the subtests in Digital UNIX;
91090              Unicos needs to find another way.
91091      Branch: cfgperl
91092            ! t/op/64bitint.t
91093 ____________________________________________________________________________
91094 [  5951] By: jhi                                   on 2000/04/26  22:57:53
91095         Log: Be more robust on "extreme" (large absolute value)
91096              arguments.  Originally reported by Daniel Connelly
91097              as a problem with asinh() on large negative arguments,
91098              asinh() used to bail out because an argument to log()
91099              ended up being zero.  Ilya Zakharevich proposed using
91100              Taylor's series in such cases, which for such large
91101              arguments is a very good approximation.
91102      Branch: cfgperl
91103            ! lib/Math/Complex.pm t/lib/complex.t
91104 ____________________________________________________________________________
91105 [  5950] By: gsar                                  on 2000/04/25  19:13:12
91106         Log: reformat perldiag to avoid long lines
91107      Branch: perl
91108            ! pod/perldiag.pod
91109 ____________________________________________________________________________
91110 [  5949] By: gsar                                  on 2000/04/25  18:41:11
91111         Log: make perldoc use the pod2man from the same version (from
91112              M.J.T. Guy)
91113      Branch: perl
91114            ! utils/perldoc.PL
91115 ____________________________________________________________________________
91116 [  5948] By: gsar                                  on 2000/04/25  18:21:57
91117         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
91118              <kompas@kompas.usr.onet.pl>)
91119      Branch: perl
91120            ! lib/vars.pm
91121 ____________________________________________________________________________
91122 [  5947] By: gsar                                  on 2000/04/25  18:11:53
91123         Log: use &dl_error rather than &dl_load_file as the guard for calling
91124              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
91125              statically built perl)
91126      Branch: perl
91127            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91128 ____________________________________________________________________________
91129 [  5946] By: jhi                                   on 2000/04/25  17:37:54
91130         Log: Document that tr() is not tr(1).
91131      Branch: cfgperl
91132            ! pod/perlop.pod
91133 ____________________________________________________________________________
91134 [  5945] By: gsar                                  on 2000/04/25  16:34:33
91135         Log: make module name mandatory after -M switch; reorder perldiag
91136              alphabetically (from Mark-Jason Dominus)
91137      Branch: perl
91138            ! perl.c pod/perldiag.pod
91139 ____________________________________________________________________________
91140 [  5944] By: jhi                                   on 2000/04/25  01:15:18
91141         Log: On second thoughts frexp() does have two arguments.
91142      Branch: cfgperl
91143            ! perl.h
91144 ____________________________________________________________________________
91145 [  5943] By: jhi                                   on 2000/04/24  22:56:32
91146         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
91147              Now pp_ncmp() returns undef is either operand is a NaN.
91148      Branch: cfgperl
91149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91150            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
91151            ! vms/subconfigure.com vos/config.def vos/config.h
91152            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91153            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91154            ! win32/config_H.vc
91155      Branch: metaconfig/U/perl
91156            + d_modfl.U
91157 ____________________________________________________________________________
91158 [  5942] By: jhi                                   on 2000/04/24  19:45:17
91159         Log: Regen Configure to match #5937.
91160      Branch: cfgperl
91161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91162            ! config_h.SH
91163      Branch: metaconfig
91164            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
91165 ____________________________________________________________________________
91166 [  5941] By: jhi                                   on 2000/04/24  19:24:11
91167         Log: Further Unicos fixes for Mark Lutz.
91168      Branch: cfgperl
91169            ! hints/unicos.sh pp_ctl.c
91170 ____________________________________________________________________________
91171 [  5940] By: jhi                                   on 2000/04/24  19:09:06
91172         Log: Various Unicos 10.0.0.6 fixes.
91173              
91174              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91175              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91176              Reply-To: tecmpl1@triton.ca.boeing.com 
91177              To: perl5-porters@perl.org 
91178              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91179              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91180      Branch: cfgperl
91181            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91182 ____________________________________________________________________________
91183 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91184         Log: more pod nits (from Larry Virden)
91185      Branch: perl
91186            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91187            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91188            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91189 ____________________________________________________________________________
91190 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91191         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91192      Branch: perl
91193            ! ext/B/B/Deparse.pm
91194 ____________________________________________________________________________
91195 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91196         Log: Integrate with Sarathy.
91197      Branch: cfgperl
91198           +> (branch 31 files)
91199           !> (integrate 73 files)
91200 ____________________________________________________________________________
91201 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91202         Log: additional tests for change#5934 (from Paul Marquess, who also
91203              sent in the same fix)
91204      Branch: perl
91205            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91206            ! t/pragma/warn/5nolint t/pragma/warn/6default
91207 ____________________________________________________________________________
91208 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91209         Log: Do not assume sign propagation.
91210              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91211              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91212              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91213              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91214              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91215      Branch: cfgperl
91216            ! t/op/bop.t t/op/misc.t
91217 ____________________________________________________________________________
91218 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91219         Log: propagate lexical warnings from surrounding scope correctly
91220              within string eval()
91221      Branch: perl
91222            ! pp_ctl.c t/pragma/warn/pp_ctl
91223 ____________________________________________________________________________
91224 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91225         Log: Flatten the cpp jungle doing the nosuid checking.
91226      Branch: cfgperl
91227            ! perl.c
91228 ____________________________________________________________________________
91229 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91230         Log: add rsignal(), whichsig() and do_join() to public API list
91231              (mod_perl uses them to good advantage)
91232      Branch: perl
91233            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91234 ____________________________________________________________________________
91235 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91236         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91237      Branch: perl
91238            ! pp_hot.c regexec.c t/op/pat.t
91239 ____________________________________________________________________________
91240 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91241         Log: small os390 tweaks (from Peter Prymmer)
91242      Branch: perl
91243            ! config_h.SH makedepend.SH
91244 ____________________________________________________________________________
91245 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91246         Log: pod nits
91247      Branch: perl
91248            ! pod/perlguts.pod
91249 ____________________________________________________________________________
91250 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91251         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91252      Branch: perl
91253            ! ext/IO/lib/IO/Poll.pm
91254 ____________________________________________________________________________
91255 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91256         Log: arrange for next() to resume at the unstack op rather than the
91257              loop conditional, so that scope cleanup happens correctly
91258              (from Stephen McCamant)
91259      Branch: perl
91260            ! op.c pp_ctl.c t/op/misc.t
91261 ____________________________________________________________________________
91262 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91263         Log: on windows, reserve 16M of stack rather than 128M (allows more
91264              threads to run concurrently)
91265      Branch: perl
91266            ! win32/Makefile win32/makefile.mk
91267 ____________________________________________________________________________
91268 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91269         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91270      Branch: perl
91271            ! toke.c
91272 ____________________________________________________________________________
91273 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91274         Log: avoid using uninitialized memory in require version check
91275      Branch: perl
91276            ! pp_ctl.c universal.c
91277 ____________________________________________________________________________
91278 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91279         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91280      Branch: perl
91281            ! ext/IO/lib/IO/Poll.pm
91282 ____________________________________________________________________________
91283 [  5922] By: gsar                                  on 2000/04/24  07:08:42
91284         Log: commentary about IoTYPE() (from Nathan Torkington)
91285      Branch: perl
91286            ! sv.h
91287 ____________________________________________________________________________
91288 [  5921] By: gsar                                  on 2000/04/24  06:58:26
91289         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
91290              by fix
91291      Branch: perl
91292            ! sv.c t/lib/charnames.t t/pragma/utf8.t
91293 ____________________________________________________________________________
91294 [  5920] By: gsar                                  on 2000/04/24  06:37:59
91295         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
91296      Branch: perl
91297            ! doop.c t/op/ver.t
91298 ____________________________________________________________________________
91299 [  5919] By: gsar                                  on 2000/04/24  06:21:58
91300         Log: Configure might miss old directories when prefix must be
91301              expanded (from Robin Barker)
91302      Branch: metaconfig
91303            ! U/installdirs/inc_version_list.U
91304      Branch: perl
91305            ! Configure
91306 ____________________________________________________________________________
91307 [  5918] By: gsar                                  on 2000/04/24  06:16:11
91308         Log: VMS nits in glob() test (from Charles Lane)
91309      Branch: perl
91310            ! t/lib/glob-basic.t
91311 ____________________________________________________________________________
91312 [  5917] By: gsar                                  on 2000/04/24  06:11:56
91313         Log: various pod nits (from Larry Virden and others)
91314      Branch: perl
91315            ! README.amiga README.hpux README.machten README.os2
91316            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
91317            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
91318            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
91319            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
91320            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
91321            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
91322            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
91323            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
91324 ____________________________________________________________________________
91325 [  5916] By: gsar                                  on 2000/04/24  05:52:43
91326         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
91327              <wjones@tc.fluke.com>)
91328      Branch: perl
91329            ! t/lib/glob-basic.t
91330 ____________________________________________________________________________
91331 [  5915] By: gsar                                  on 2000/04/24  05:07:01
91332         Log: supported platforms mixed up
91333      Branch: perl
91334            ! pod/perl56delta.pod pod/perlport.pod
91335 ____________________________________________________________________________
91336 [  5914] By: gsar                                  on 2000/04/24  04:56:08
91337         Log: caller() wasn't returning the right number of elements for
91338              eval {...}
91339      Branch: perl
91340            ! pp_ctl.c t/pragma/warn/9enabled
91341 ____________________________________________________________________________
91342 [  5913] By: gsar                                  on 2000/04/24  04:35:41
91343         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
91344              Mark-Jason Dominus)
91345      Branch: perl
91346            ! pod/perlfunc.pod
91347 ____________________________________________________________________________
91348 [  5912] By: gsar                                  on 2000/04/24  04:17:15
91349         Log: fix totally broken caching in UNIVERSAL::isa() (from
91350              Nick Ing-Simmons)
91351      Branch: perl
91352            ! t/op/universal.t universal.c
91353 ____________________________________________________________________________
91354 [  5911] By: gsar                                  on 2000/04/24  03:39:47
91355         Log: add linebreak properties from unicode/LineBrk.txt (from
91356              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
91357      Branch: perl
91358            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
91359            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
91360            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
91361            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
91362            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
91363            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
91364            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
91365            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
91366            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
91367            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
91368            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
91369            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
91370            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
91371            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
91372            + lib/unicode/Is/LbrkZW.pl
91373            ! lib/unicode/mktables.PL
91374 ____________________________________________________________________________
91375 [  5910] By: gsar                                  on 2000/04/24  03:23:10
91376         Log: typo in pod
91377      Branch: perl
91378            ! ext/Thread/Thread.pm
91379 ____________________________________________________________________________
91380 [  5909] By: gsar                                  on 2000/04/24  03:22:03
91381         Log: mode argument to do_binmode() should be file mode, not boolean
91382      Branch: perl
91383            ! pp_sys.c
91384 ____________________________________________________________________________
91385 [  5908] By: gsar                                  on 2000/04/16  16:51:08
91386         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
91387              always returns a valid GV even when the symbol is trapped by strictures
91388              (avoids coredumps)
91389              
91390              TODO: the C<package;> hack needs similar treatment
91391      Branch: perl
91392            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
91393            ! t/pragma/strict-vars
91394 ____________________________________________________________________________
91395 [  5907] By: jhi                                   on 2000/03/31  23:42:56
91396         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
91397              an assumption which #5905 demolished.
91398      Branch: cfgperl
91399            ! pp_sys.c
91400 ____________________________________________________________________________
91401 [  5906] By: jhi                                   on 2000/03/31  18:54:37
91402         Log: Typo in #5905.
91403      Branch: cfgperl
91404            ! t/op/64bitint.t
91405 ____________________________________________________________________________
91406 [  5905] By: jhi                                   on 2000/03/31  18:50:54
91407         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
91408              reported by Joseph N. Hall.  The bug was that even with use64bitint
91409              one had to use the prefixes q, L, or ll with printf/sprintf,
91410              contrary to the documentation and common sense.
91411      Branch: cfgperl
91412            ! sv.c t/op/64bitint.t
91413 ____________________________________________________________________________
91414 [  5904] By: gsar                                  on 2000/03/28  02:31:32
91415         Log: add Changes, perldelta.pod
91416      Branch: perl
91417            + Changes pod/perldelta.pod
91418 ____________________________________________________________________________
91419 [  5903] By: gsar                                  on 2000/03/28  02:03:55
91420         Log: rename Changes and perldelta.pod
91421      Branch: perl
91422           +> Changes5.6 pod/perl56delta.pod
91423            - Changes pod/perldelta.pod
91424            ! MANIFEST
91425 ____________________________________________________________________________
91426 [  5902] By: gsar                                  on 2000/03/28  01:59:14
91427         Log: create maint-5.6 branch
91428      Branch: maint-5.6/perl
91429           +> (branch 1611 files)
91430 ____________________________________________________________________________
91431 [  5901] By: jhi                                   on 2000/03/23  05:48:43
91432         Log: Integrate with Sarathy.
91433      Branch: cfgperl
91434           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
91435 ____________________________________________________________________________
91436 [  5900] By: gsar                                  on 2000/03/23  05:42:43
91437         Log: three guesses on what this is :-)
91438      Branch: perl
91439            ! Changes